[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.3

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

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