[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2018 / io

Annotation of OpenXM_contrib2/asir2018/io/Makefile.in, Revision 1.1

1.1     ! noro        1: # Makefile.in generated by automake 1.15 from Makefile.am.
        !             2: # @configure_input@
        !             3:
        !             4: # Copyright (C) 1994-2014 Free Software Foundation, Inc.
        !             5:
        !             6: # This Makefile.in is free software; the Free Software Foundation
        !             7: # gives unlimited permission to copy and/or distribute it,
        !             8: # with or without modifications, as long as this notice is preserved.
        !             9:
        !            10: # This program is distributed in the hope that it will be useful,
        !            11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
        !            12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
        !            13: # PARTICULAR PURPOSE.
        !            14:
        !            15: @SET_MAKE@
        !            16:
        !            17: VPATH = @srcdir@
        !            18: am__is_gnu_make = { \
        !            19:   if test -z '$(MAKELEVEL)'; then \
        !            20:     false; \
        !            21:   elif test -n '$(MAKE_HOST)'; then \
        !            22:     true; \
        !            23:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
        !            24:     true; \
        !            25:   else \
        !            26:     false; \
        !            27:   fi; \
        !            28: }
        !            29: am__make_running_with_option = \
        !            30:   case $${target_option-} in \
        !            31:       ?) ;; \
        !            32:       *) echo "am__make_running_with_option: internal error: invalid" \
        !            33:               "target option '$${target_option-}' specified" >&2; \
        !            34:          exit 1;; \
        !            35:   esac; \
        !            36:   has_opt=no; \
        !            37:   sane_makeflags=$$MAKEFLAGS; \
        !            38:   if $(am__is_gnu_make); then \
        !            39:     sane_makeflags=$$MFLAGS; \
        !            40:   else \
        !            41:     case $$MAKEFLAGS in \
        !            42:       *\\[\ \  ]*) \
        !            43:         bs=\\; \
        !            44:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
        !            45:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
        !            46:     esac; \
        !            47:   fi; \
        !            48:   skip_next=no; \
        !            49:   strip_trailopt () \
        !            50:   { \
        !            51:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
        !            52:   }; \
        !            53:   for flg in $$sane_makeflags; do \
        !            54:     test $$skip_next = yes && { skip_next=no; continue; }; \
        !            55:     case $$flg in \
        !            56:       *=*|--*) continue;; \
        !            57:         -*I) strip_trailopt 'I'; skip_next=yes;; \
        !            58:       -*I?*) strip_trailopt 'I';; \
        !            59:         -*O) strip_trailopt 'O'; skip_next=yes;; \
        !            60:       -*O?*) strip_trailopt 'O';; \
        !            61:         -*l) strip_trailopt 'l'; skip_next=yes;; \
        !            62:       -*l?*) strip_trailopt 'l';; \
        !            63:       -[dEDm]) skip_next=yes;; \
        !            64:       -[JT]) skip_next=yes;; \
        !            65:     esac; \
        !            66:     case $$flg in \
        !            67:       *$$target_option*) has_opt=yes; break;; \
        !            68:     esac; \
        !            69:   done; \
        !            70:   test $$has_opt = yes
        !            71: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
        !            72: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
        !            73: pkgdatadir = $(datadir)/@PACKAGE@
        !            74: pkgincludedir = $(includedir)/@PACKAGE@
        !            75: pkglibdir = $(libdir)/@PACKAGE@
        !            76: pkglibexecdir = $(libexecdir)/@PACKAGE@
        !            77: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
        !            78: install_sh_DATA = $(install_sh) -c -m 644
        !            79: install_sh_PROGRAM = $(install_sh) -c
        !            80: install_sh_SCRIPT = $(install_sh) -c
        !            81: INSTALL_HEADER = $(INSTALL_DATA)
        !            82: transform = $(program_transform_name)
        !            83: NORMAL_INSTALL = :
        !            84: PRE_INSTALL = :
        !            85: POST_INSTALL = :
        !            86: NORMAL_UNINSTALL = :
        !            87: PRE_UNINSTALL = :
        !            88: POST_UNINSTALL = :
        !            89: build_triplet = @build@
        !            90: host_triplet = @host@
        !            91: target_triplet = @target@
        !            92: subdir = io
        !            93: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
        !            94: am__aclocal_m4_deps = $(top_srcdir)/configure.in
        !            95: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        !            96:        $(ACLOCAL_M4)
        !            97: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
        !            98: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !            99: CONFIG_CLEAN_FILES =
        !           100: CONFIG_CLEAN_VPATH_FILES =
        !           101: LIBRARIES = $(noinst_LIBRARIES)
        !           102: AR = ar
        !           103: ARFLAGS = cru
        !           104: AM_V_AR = $(am__v_AR_@AM_V@)
        !           105: am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
        !           106: am__v_AR_0 = @echo "  AR      " $@;
        !           107: am__v_AR_1 =
        !           108: libio_a_AR = $(AR) $(ARFLAGS)
        !           109: libio_a_LIBADD =
        !           110: am_libio_a_OBJECTS = pexpr.$(OBJEXT) spexpr.$(OBJEXT) biovar.$(OBJEXT) \
        !           111:        bsave.$(OBJEXT) bload.$(OBJEXT) io.$(OBJEXT) sio.$(OBJEXT) \
        !           112:        cpexpr.$(OBJEXT) cio.$(OBJEXT) ox.$(OBJEXT) ox_asir.$(OBJEXT) \
        !           113:        ox_launch.$(OBJEXT) tcpf.$(OBJEXT) ws_fileio.$(OBJEXT)
        !           114: libio_a_OBJECTS = $(am_libio_a_OBJECTS)
        !           115: AM_V_P = $(am__v_P_@AM_V@)
        !           116: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
        !           117: am__v_P_0 = false
        !           118: am__v_P_1 = :
        !           119: AM_V_GEN = $(am__v_GEN_@AM_V@)
        !           120: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
        !           121: am__v_GEN_0 = @echo "  GEN     " $@;
        !           122: am__v_GEN_1 =
        !           123: AM_V_at = $(am__v_at_@AM_V@)
        !           124: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
        !           125: am__v_at_0 = @
        !           126: am__v_at_1 =
        !           127: DEFAULT_INCLUDES = -I.@am__isrc@
        !           128: depcomp = $(SHELL) $(top_srcdir)/depcomp
        !           129: am__depfiles_maybe = depfiles
        !           130: am__mv = mv -f
        !           131: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        !           132:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           133: AM_V_CC = $(am__v_CC_@AM_V@)
        !           134: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
        !           135: am__v_CC_0 = @echo "  CC      " $@;
        !           136: am__v_CC_1 =
        !           137: CCLD = $(CC)
        !           138: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
        !           139: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
        !           140: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
        !           141: am__v_CCLD_0 = @echo "  CCLD    " $@;
        !           142: am__v_CCLD_1 =
        !           143: SOURCES = $(libio_a_SOURCES)
        !           144: DIST_SOURCES = $(libio_a_SOURCES)
        !           145: am__can_run_installinfo = \
        !           146:   case $$AM_UPDATE_INFO_DIR in \
        !           147:     n|no|NO) false;; \
        !           148:     *) (install-info --version) >/dev/null 2>&1;; \
        !           149:   esac
        !           150: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
        !           151: # Read a list of newline-separated strings from the standard input,
        !           152: # and print each of them once, without duplicates.  Input order is
        !           153: # *not* preserved.
        !           154: am__uniquify_input = $(AWK) '\
        !           155:   BEGIN { nonempty = 0; } \
        !           156:   { items[$$0] = 1; nonempty = 1; } \
        !           157:   END { if (nonempty) { for (i in items) print i; }; } \
        !           158: '
        !           159: # Make sure the list of sources is unique.  This is necessary because,
        !           160: # e.g., the same source file might be shared among _SOURCES variables
        !           161: # for different programs/libraries.
        !           162: am__define_uniq_tagged_files = \
        !           163:   list='$(am__tagged_files)'; \
        !           164:   unique=`for i in $$list; do \
        !           165:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           166:   done | $(am__uniquify_input)`
        !           167: ETAGS = etags
        !           168: CTAGS = ctags
        !           169: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
        !           170:        $(top_srcdir)/mkinstalldirs
        !           171: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           172: ACLOCAL = @ACLOCAL@
        !           173: AMTAR = @AMTAR@
        !           174: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
        !           175: ASIR_GCLIB = @ASIR_GCLIB@
        !           176: AUTOCONF = @AUTOCONF@
        !           177: AUTOHEADER = @AUTOHEADER@
        !           178: AUTOMAKE = @AUTOMAKE@
        !           179: AWK = @AWK@
        !           180: CC = @CC@
        !           181: CCDEPMODE = @CCDEPMODE@
        !           182: CFLAGS = @CFLAGS@
        !           183: CPP = @CPP@
        !           184: CPPFLAGS = @CPPFLAGS@
        !           185: CYGPATH_W = @CYGPATH_W@
        !           186: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
        !           187: DEPDIR = @DEPDIR@
        !           188: ECHO_C = @ECHO_C@
        !           189: ECHO_N = @ECHO_N@
        !           190: ECHO_T = @ECHO_T@
        !           191: EGREP = @EGREP@
        !           192: EXEEXT = @EXEEXT@
        !           193: FEPLIB = @FEPLIB@
        !           194: GC = @GC@
        !           195: GCINC = @GCINC@
        !           196: GCLIB = @GCLIB@
        !           197: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
        !           198: GC_DISTDIR = @GC_DISTDIR@
        !           199: GMPLIB = @GMPLIB@
        !           200: GREP = @GREP@
        !           201: INSTALL = @INSTALL@
        !           202: INSTALL_DATA = @INSTALL_DATA@
        !           203: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !           204: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !           205: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !           206: LAPACKLIB = @LAPACKLIB@
        !           207: LDFLAGS = @LDFLAGS@
        !           208: LIBOBJS = @LIBOBJS@
        !           209: LIBS = @LIBS@
        !           210: LN_S = @LN_S@
        !           211: LTLIBOBJS = @LTLIBOBJS@
        !           212: MAINT = @MAINT@
        !           213: MAKEINFO = @MAKEINFO@
        !           214: MKDIR_P = @MKDIR_P@
        !           215: OBJEXT = @OBJEXT@
        !           216: PACKAGE = @PACKAGE@
        !           217: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
        !           218: PACKAGE_NAME = @PACKAGE_NAME@
        !           219: PACKAGE_STRING = @PACKAGE_STRING@
        !           220: PACKAGE_TARNAME = @PACKAGE_TARNAME@
        !           221: PACKAGE_URL = @PACKAGE_URL@
        !           222: PACKAGE_VERSION = @PACKAGE_VERSION@
        !           223: PARIINC = @PARIINC@
        !           224: PARILIB = @PARILIB@
        !           225: PATH_SEPARATOR = @PATH_SEPARATOR@
        !           226: RANLIB = @RANLIB@
        !           227: SET_MAKE = @SET_MAKE@
        !           228: SHELL = @SHELL@
        !           229: STRIP = @STRIP@
        !           230: USE_GC_SPARC64 = @USE_GC_SPARC64@
        !           231: VERSION = @VERSION@
        !           232: WSLIB = @WSLIB@
        !           233: XMKMF = @XMKMF@
        !           234: XPMLIB = @XPMLIB@
        !           235: X_CFLAGS = @X_CFLAGS@
        !           236: X_EXTRA_LIBS = @X_EXTRA_LIBS@
        !           237: X_LIBS = @X_LIBS@
        !           238: X_PRE_LIBS = @X_PRE_LIBS@
        !           239: YACC = @YACC@
        !           240: YFLAGS = @YFLAGS@
        !           241: abs_builddir = @abs_builddir@
        !           242: abs_srcdir = @abs_srcdir@
        !           243: abs_top_builddir = @abs_top_builddir@
        !           244: abs_top_srcdir = @abs_top_srcdir@
        !           245: ac_ct_CC = @ac_ct_CC@
        !           246: am__include = @am__include@
        !           247: am__leading_dot = @am__leading_dot@
        !           248: am__quote = @am__quote@
        !           249: am__tar = @am__tar@
        !           250: am__untar = @am__untar@
        !           251: asm_obj = @asm_obj@
        !           252: bindir = @bindir@
        !           253: build = @build@
        !           254: build_alias = @build_alias@
        !           255: build_cpu = @build_cpu@
        !           256: build_os = @build_os@
        !           257: build_vendor = @build_vendor@
        !           258: builddir = @builddir@
        !           259: datadir = @datadir@
        !           260: datarootdir = @datarootdir@
        !           261: docdir = @docdir@
        !           262: dvidir = @dvidir@
        !           263: exec_prefix = @exec_prefix@
        !           264: host = @host@
        !           265: host_alias = @host_alias@
        !           266: host_cpu = @host_cpu@
        !           267: host_os = @host_os@
        !           268: host_vendor = @host_vendor@
        !           269: htmldir = @htmldir@
        !           270: includedir = @includedir@
        !           271: infodir = @infodir@
        !           272: install_sh = @install_sh@
        !           273: libasir_postfix = @libasir_postfix@
        !           274: libdir = @libdir@
        !           275: libexecdir = @libexecdir@
        !           276: localedir = @localedir@
        !           277: localstatedir = @localstatedir@
        !           278: mandir = @mandir@
        !           279: mkdir_p = @mkdir_p@
        !           280: oldincludedir = @oldincludedir@
        !           281: pdfdir = @pdfdir@
        !           282: prefix = @prefix@
        !           283: program_transform_name = @program_transform_name@
        !           284: psdir = @psdir@
        !           285: sbindir = @sbindir@
        !           286: sharedstatedir = @sharedstatedir@
        !           287: srcdir = @srcdir@
        !           288: sysconfdir = @sysconfdir@
        !           289: target = @target@
        !           290: target_alias = @target_alias@
        !           291: target_cpu = @target_cpu@
        !           292: target_os = @target_os@
        !           293: target_vendor = @target_vendor@
        !           294: top_build_prefix = @top_build_prefix@
        !           295: top_builddir = @top_builddir@
        !           296: top_srcdir = @top_srcdir@
        !           297: asirdir = ${prefix}/lib/asir
        !           298: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
        !           299:            -I${top_srcdir}/gc/include \
        !           300:            -I${prefix}/include @PARIINC@ @X_CFLAGS@
        !           301:
        !           302: noinst_LIBRARIES = libio.a
        !           303: libio_a_SOURCES = pexpr.c spexpr.c biovar.c bsave.c bload.c io.c sio.c \
        !           304:                    cpexpr.c cio.c ox.c ox_asir.c ox_launch.c tcpf.c ws_fileio.c
        !           305:
        !           306: all: all-am
        !           307:
        !           308: .SUFFIXES:
        !           309: .SUFFIXES: .c .o .obj
        !           310: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
        !           311:        @for dep in $?; do \
        !           312:          case '$(am__configure_deps)' in \
        !           313:            *$$dep*) \
        !           314:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
        !           315:                && { if test -f $@; then exit 0; else break; fi; }; \
        !           316:              exit 1;; \
        !           317:          esac; \
        !           318:        done; \
        !           319:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu io/Makefile'; \
        !           320:        $(am__cd) $(top_srcdir) && \
        !           321:          $(AUTOMAKE) --gnu io/Makefile
        !           322: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        !           323:        @case '$?' in \
        !           324:          *config.status*) \
        !           325:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
        !           326:          *) \
        !           327:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
        !           328:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
        !           329:        esac;
        !           330:
        !           331: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        !           332:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           333:
        !           334: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
        !           335:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           336: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
        !           337:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           338: $(am__aclocal_m4_deps):
        !           339:
        !           340: clean-noinstLIBRARIES:
        !           341:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
        !           342:
        !           343: libio.a: $(libio_a_OBJECTS) $(libio_a_DEPENDENCIES) $(EXTRA_libio_a_DEPENDENCIES)
        !           344:        $(AM_V_at)-rm -f libio.a
        !           345:        $(AM_V_AR)$(libio_a_AR) libio.a $(libio_a_OBJECTS) $(libio_a_LIBADD)
        !           346:        $(AM_V_at)$(RANLIB) libio.a
        !           347:
        !           348: mostlyclean-compile:
        !           349:        -rm -f *.$(OBJEXT)
        !           350:
        !           351: distclean-compile:
        !           352:        -rm -f *.tab.c
        !           353:
        !           354: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/biovar.Po@am__quote@
        !           355: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bload.Po@am__quote@
        !           356: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsave.Po@am__quote@
        !           357: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cio.Po@am__quote@
        !           358: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpexpr.Po@am__quote@
        !           359: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Po@am__quote@
        !           360: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox.Po@am__quote@
        !           361: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_asir.Po@am__quote@
        !           362: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_launch.Po@am__quote@
        !           363: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pexpr.Po@am__quote@
        !           364: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sio.Po@am__quote@
        !           365: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spexpr.Po@am__quote@
        !           366: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcpf.Po@am__quote@
        !           367: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ws_fileio.Po@am__quote@
        !           368:
        !           369: .c.o:
        !           370: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
        !           371: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
        !           372: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        !           373: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           374: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
        !           375:
        !           376: .c.obj:
        !           377: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
        !           378: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
        !           379: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        !           380: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           381: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
        !           382:
        !           383: ID: $(am__tagged_files)
        !           384:        $(am__define_uniq_tagged_files); mkid -fID $$unique
        !           385: tags: tags-am
        !           386: TAGS: tags
        !           387:
        !           388: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           389:        set x; \
        !           390:        here=`pwd`; \
        !           391:        $(am__define_uniq_tagged_files); \
        !           392:        shift; \
        !           393:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
        !           394:          test -n "$$unique" || unique=$$empty_fix; \
        !           395:          if test $$# -gt 0; then \
        !           396:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           397:              "$$@" $$unique; \
        !           398:          else \
        !           399:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           400:              $$unique; \
        !           401:          fi; \
        !           402:        fi
        !           403: ctags: ctags-am
        !           404:
        !           405: CTAGS: ctags
        !           406: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           407:        $(am__define_uniq_tagged_files); \
        !           408:        test -z "$(CTAGS_ARGS)$$unique" \
        !           409:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
        !           410:             $$unique
        !           411:
        !           412: GTAGS:
        !           413:        here=`$(am__cd) $(top_builddir) && pwd` \
        !           414:          && $(am__cd) $(top_srcdir) \
        !           415:          && gtags -i $(GTAGS_ARGS) "$$here"
        !           416: cscopelist: cscopelist-am
        !           417:
        !           418: cscopelist-am: $(am__tagged_files)
        !           419:        list='$(am__tagged_files)'; \
        !           420:        case "$(srcdir)" in \
        !           421:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
        !           422:          *) sdir=$(subdir)/$(srcdir) ;; \
        !           423:        esac; \
        !           424:        for i in $$list; do \
        !           425:          if test -f "$$i"; then \
        !           426:            echo "$(subdir)/$$i"; \
        !           427:          else \
        !           428:            echo "$$sdir/$$i"; \
        !           429:          fi; \
        !           430:        done >> $(top_builddir)/cscope.files
        !           431:
        !           432: distclean-tags:
        !           433:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        !           434:
        !           435: distdir: $(DISTFILES)
        !           436:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           437:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           438:        list='$(DISTFILES)'; \
        !           439:          dist_files=`for file in $$list; do echo $$file; done | \
        !           440:          sed -e "s|^$$srcdirstrip/||;t" \
        !           441:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
        !           442:        case $$dist_files in \
        !           443:          */*) $(MKDIR_P) `echo "$$dist_files" | \
        !           444:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
        !           445:                           sort -u` ;; \
        !           446:        esac; \
        !           447:        for file in $$dist_files; do \
        !           448:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        !           449:          if test -d $$d/$$file; then \
        !           450:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           451:            if test -d "$(distdir)/$$file"; then \
        !           452:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           453:            fi; \
        !           454:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           455:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
        !           456:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           457:            fi; \
        !           458:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
        !           459:          else \
        !           460:            test -f "$(distdir)/$$file" \
        !           461:            || cp -p $$d/$$file "$(distdir)/$$file" \
        !           462:            || exit 1; \
        !           463:          fi; \
        !           464:        done
        !           465: check-am: all-am
        !           466: check: check-am
        !           467: all-am: Makefile $(LIBRARIES)
        !           468: installdirs:
        !           469: install: install-am
        !           470: install-exec: install-exec-am
        !           471: install-data: install-data-am
        !           472: uninstall: uninstall-am
        !           473:
        !           474: install-am: all-am
        !           475:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           476:
        !           477: installcheck: installcheck-am
        !           478: install-strip:
        !           479:        if test -z '$(STRIP)'; then \
        !           480:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           481:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           482:              install; \
        !           483:        else \
        !           484:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           485:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           486:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        !           487:        fi
        !           488: mostlyclean-generic:
        !           489:
        !           490: clean-generic:
        !           491:
        !           492: distclean-generic:
        !           493:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        !           494:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
        !           495:
        !           496: maintainer-clean-generic:
        !           497:        @echo "This command is intended for maintainers to use"
        !           498:        @echo "it deletes files that may require special tools to rebuild."
        !           499: clean: clean-am
        !           500:
        !           501: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
        !           502:
        !           503: distclean: distclean-am
        !           504:        -rm -rf ./$(DEPDIR)
        !           505:        -rm -f Makefile
        !           506: distclean-am: clean-am distclean-compile distclean-generic \
        !           507:        distclean-tags
        !           508:
        !           509: dvi: dvi-am
        !           510:
        !           511: dvi-am:
        !           512:
        !           513: html: html-am
        !           514:
        !           515: html-am:
        !           516:
        !           517: info: info-am
        !           518:
        !           519: info-am:
        !           520:
        !           521: install-data-am:
        !           522:
        !           523: install-dvi: install-dvi-am
        !           524:
        !           525: install-dvi-am:
        !           526:
        !           527: install-exec-am:
        !           528:
        !           529: install-html: install-html-am
        !           530:
        !           531: install-html-am:
        !           532:
        !           533: install-info: install-info-am
        !           534:
        !           535: install-info-am:
        !           536:
        !           537: install-man:
        !           538:
        !           539: install-pdf: install-pdf-am
        !           540:
        !           541: install-pdf-am:
        !           542:
        !           543: install-ps: install-ps-am
        !           544:
        !           545: install-ps-am:
        !           546:
        !           547: installcheck-am:
        !           548:
        !           549: maintainer-clean: maintainer-clean-am
        !           550:        -rm -rf ./$(DEPDIR)
        !           551:        -rm -f Makefile
        !           552: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           553:
        !           554: mostlyclean: mostlyclean-am
        !           555:
        !           556: mostlyclean-am: mostlyclean-compile mostlyclean-generic
        !           557:
        !           558: pdf: pdf-am
        !           559:
        !           560: pdf-am:
        !           561:
        !           562: ps: ps-am
        !           563:
        !           564: ps-am:
        !           565:
        !           566: uninstall-am:
        !           567:
        !           568: .MAKE: install-am install-strip
        !           569:
        !           570: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
        !           571:        clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
        !           572:        distclean-compile distclean-generic distclean-tags distdir dvi \
        !           573:        dvi-am html html-am info info-am install install-am \
        !           574:        install-data install-data-am install-dvi install-dvi-am \
        !           575:        install-exec install-exec-am install-html install-html-am \
        !           576:        install-info install-info-am install-man install-pdf \
        !           577:        install-pdf-am install-ps install-ps-am install-strip \
        !           578:        installcheck installcheck-am installdirs maintainer-clean \
        !           579:        maintainer-clean-generic mostlyclean mostlyclean-compile \
        !           580:        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
        !           581:        uninstall-am
        !           582:
        !           583: .PRECIOUS: Makefile
        !           584:
        !           585:
        !           586: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           587: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           588: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>