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

Annotation of OpenXM_contrib2/asir2000/engine/Makefile.in, Revision 1.1

1.1     ! ohara       1: # Makefile.in generated automatically by automake 1.5 from Makefile.am.
        !             2:
        !             3: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
        !             4: # Free Software Foundation, Inc.
        !             5: # This Makefile.in is free software; the Free Software Foundation
        !             6: # gives unlimited permission to copy and/or distribute it,
        !             7: # with or without modifications, as long as this notice is preserved.
        !             8:
        !             9: # This program is distributed in the hope that it will be useful,
        !            10: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
        !            11: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
        !            12: # PARTICULAR PURPOSE.
        !            13:
        !            14: @SET_MAKE@
        !            15:
        !            16: # $OpenXM$
        !            17:
        !            18: SHELL = @SHELL@
        !            19:
        !            20: srcdir = @srcdir@
        !            21: top_srcdir = @top_srcdir@
        !            22: VPATH = @srcdir@
        !            23: prefix = @prefix@
        !            24: exec_prefix = @exec_prefix@
        !            25:
        !            26: bindir = @bindir@
        !            27: sbindir = @sbindir@
        !            28: libexecdir = @libexecdir@
        !            29: datadir = @datadir@
        !            30: sysconfdir = @sysconfdir@
        !            31: sharedstatedir = @sharedstatedir@
        !            32: localstatedir = @localstatedir@
        !            33: libdir = @libdir@
        !            34: infodir = @infodir@
        !            35: mandir = @mandir@
        !            36: includedir = @includedir@
        !            37: oldincludedir = /usr/include
        !            38: pkgdatadir = $(datadir)/@PACKAGE@
        !            39: pkglibdir = $(libdir)/@PACKAGE@
        !            40: pkgincludedir = $(includedir)/@PACKAGE@
        !            41: top_builddir = ..
        !            42:
        !            43: ACLOCAL = @ACLOCAL@
        !            44: AUTOCONF = @AUTOCONF@
        !            45: AUTOMAKE = @AUTOMAKE@
        !            46: AUTOHEADER = @AUTOHEADER@
        !            47:
        !            48: INSTALL = @INSTALL@
        !            49: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !            50: INSTALL_DATA = @INSTALL_DATA@
        !            51: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !            52: INSTALL_HEADER = $(INSTALL_DATA)
        !            53: transform = @program_transform_name@
        !            54: NORMAL_INSTALL = :
        !            55: PRE_INSTALL = :
        !            56: POST_INSTALL = :
        !            57: NORMAL_UNINSTALL = :
        !            58: PRE_UNINSTALL = :
        !            59: POST_UNINSTALL = :
        !            60: build_alias = @build_alias@
        !            61: build_triplet = @build@
        !            62: host_alias = @host_alias@
        !            63: host_triplet = @host@
        !            64: target_alias = @target_alias@
        !            65: target_triplet = @target@
        !            66: AMTAR = @AMTAR@
        !            67: AWK = @AWK@
        !            68: CC = @CC@
        !            69: DEPDIR = @DEPDIR@
        !            70: EXEEXT = @EXEEXT@
        !            71: FEPLIB = @FEPLIB@
        !            72: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !            73: LAPACKLIB = @LAPACKLIB@
        !            74: LN_S = @LN_S@
        !            75: MPIINC = @MPIINC@
        !            76: MPILIB = @MPILIB@
        !            77: OBJEXT = @OBJEXT@
        !            78: PACKAGE = @PACKAGE@
        !            79: PARIINC = @PARIINC@
        !            80: PARILIB = @PARILIB@
        !            81: RANLIB = @RANLIB@
        !            82: VERSION = @VERSION@
        !            83: X_CFLAGS = @X_CFLAGS@
        !            84: X_EXTRA_LIBS = @X_EXTRA_LIBS@
        !            85: X_LIBS = @X_LIBS@
        !            86: X_PRE_LIBS = @X_PRE_LIBS@
        !            87: YACC = @YACC@
        !            88: am__include = @am__include@
        !            89: am__quote = @am__quote@
        !            90: asm_obj = @asm_obj@
        !            91: install_sh = @install_sh@
        !            92: libasir_postfix = @libasir_postfix@
        !            93:
        !            94: DEFS = @DEFS@ -DASIR_LIBDIR=\"${prefix}/lib/asir\"
        !            95: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
        !            96:            -I${top_srcdir}/gc/include \
        !            97:            @PARIINC@ @MPIINC@ @X_CFLAGS@
        !            98:
        !            99: noinst_LIBRARIES = libca.a
        !           100: libca_a_SOURCES = init.c mat.c vect.c str.c dist.c distm.c _distm.c ui.c \
        !           101:   N.c Q.c QM.c real.c bf.c cplx.c num.c pari.c mi.c lmi.c mt19937.c \
        !           102:   P.c PM.c PD.c PDM.c up.c up_lm.c up_gf2n.c up2.c \
        !           103:   gf2n.c gfpn.c gfs.c gfspn.c \
        !           104:   PU.c PUM.c R.c RU.c F.c  \
        !           105:   D.c E.c Ebug.c EZ.c H.c M.c NEZ.c Mgfs.c Hgfs.c Fgfs.c \
        !           106:   C.c A.c alg.c p-itv.c f-itv.c d-itv.c pari-mp.c
        !           107:
        !           108: subdir = engine
        !           109: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !           110: CONFIG_CLEAN_FILES =
        !           111: LIBRARIES = $(noinst_LIBRARIES)
        !           112:
        !           113: libca_a_AR = $(AR) cru
        !           114: libca_a_LIBADD =
        !           115: am_libca_a_OBJECTS = init.$(OBJEXT) mat.$(OBJEXT) vect.$(OBJEXT) \
        !           116:        str.$(OBJEXT) dist.$(OBJEXT) distm.$(OBJEXT) _distm.$(OBJEXT) \
        !           117:        ui.$(OBJEXT) N.$(OBJEXT) Q.$(OBJEXT) QM.$(OBJEXT) \
        !           118:        real.$(OBJEXT) bf.$(OBJEXT) cplx.$(OBJEXT) num.$(OBJEXT) \
        !           119:        pari.$(OBJEXT) mi.$(OBJEXT) lmi.$(OBJEXT) mt19937.$(OBJEXT) \
        !           120:        P.$(OBJEXT) PM.$(OBJEXT) PD.$(OBJEXT) PDM.$(OBJEXT) \
        !           121:        up.$(OBJEXT) up_lm.$(OBJEXT) up_gf2n.$(OBJEXT) up2.$(OBJEXT) \
        !           122:        gf2n.$(OBJEXT) gfpn.$(OBJEXT) gfs.$(OBJEXT) gfspn.$(OBJEXT) \
        !           123:        PU.$(OBJEXT) PUM.$(OBJEXT) R.$(OBJEXT) RU.$(OBJEXT) F.$(OBJEXT) \
        !           124:        D.$(OBJEXT) E.$(OBJEXT) Ebug.$(OBJEXT) EZ.$(OBJEXT) H.$(OBJEXT) \
        !           125:        M.$(OBJEXT) NEZ.$(OBJEXT) Mgfs.$(OBJEXT) Hgfs.$(OBJEXT) \
        !           126:        Fgfs.$(OBJEXT) C.$(OBJEXT) A.$(OBJEXT) alg.$(OBJEXT) \
        !           127:        p-itv.$(OBJEXT) f-itv.$(OBJEXT) d-itv.$(OBJEXT) \
        !           128:        pari-mp.$(OBJEXT)
        !           129: libca_a_OBJECTS = $(am_libca_a_OBJECTS)
        !           130: DEFAULT_INCLUDES =  -I. -I$(srcdir)
        !           131: CPPFLAGS = @CPPFLAGS@
        !           132: LDFLAGS = @LDFLAGS@
        !           133: LIBS = @LIBS@
        !           134: depcomp = $(SHELL) $(top_srcdir)/depcomp
        !           135: @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/A.Po $(DEPDIR)/C.Po $(DEPDIR)/D.Po \
        !           136: @AMDEP_TRUE@   $(DEPDIR)/E.Po $(DEPDIR)/EZ.Po $(DEPDIR)/Ebug.Po \
        !           137: @AMDEP_TRUE@   $(DEPDIR)/F.Po $(DEPDIR)/Fgfs.Po $(DEPDIR)/H.Po \
        !           138: @AMDEP_TRUE@   $(DEPDIR)/Hgfs.Po $(DEPDIR)/M.Po $(DEPDIR)/Mgfs.Po \
        !           139: @AMDEP_TRUE@   $(DEPDIR)/N.Po $(DEPDIR)/NEZ.Po $(DEPDIR)/P.Po \
        !           140: @AMDEP_TRUE@   $(DEPDIR)/PD.Po $(DEPDIR)/PDM.Po $(DEPDIR)/PM.Po \
        !           141: @AMDEP_TRUE@   $(DEPDIR)/PU.Po $(DEPDIR)/PUM.Po $(DEPDIR)/Q.Po \
        !           142: @AMDEP_TRUE@   $(DEPDIR)/QM.Po $(DEPDIR)/R.Po $(DEPDIR)/RU.Po \
        !           143: @AMDEP_TRUE@   $(DEPDIR)/_distm.Po $(DEPDIR)/alg.Po \
        !           144: @AMDEP_TRUE@   $(DEPDIR)/bf.Po $(DEPDIR)/cplx.Po \
        !           145: @AMDEP_TRUE@   $(DEPDIR)/d-itv.Po $(DEPDIR)/dist.Po \
        !           146: @AMDEP_TRUE@   $(DEPDIR)/distm.Po $(DEPDIR)/f-itv.Po \
        !           147: @AMDEP_TRUE@   $(DEPDIR)/gf2n.Po $(DEPDIR)/gfpn.Po \
        !           148: @AMDEP_TRUE@   $(DEPDIR)/gfs.Po $(DEPDIR)/gfspn.Po \
        !           149: @AMDEP_TRUE@   $(DEPDIR)/init.Po $(DEPDIR)/lmi.Po $(DEPDIR)/mat.Po \
        !           150: @AMDEP_TRUE@   $(DEPDIR)/mi.Po $(DEPDIR)/mt19937.Po \
        !           151: @AMDEP_TRUE@   $(DEPDIR)/num.Po $(DEPDIR)/p-itv.Po \
        !           152: @AMDEP_TRUE@   $(DEPDIR)/pari-mp.Po $(DEPDIR)/pari.Po \
        !           153: @AMDEP_TRUE@   $(DEPDIR)/real.Po $(DEPDIR)/str.Po $(DEPDIR)/ui.Po \
        !           154: @AMDEP_TRUE@   $(DEPDIR)/up.Po $(DEPDIR)/up2.Po \
        !           155: @AMDEP_TRUE@   $(DEPDIR)/up_gf2n.Po $(DEPDIR)/up_lm.Po \
        !           156: @AMDEP_TRUE@   $(DEPDIR)/vect.Po
        !           157: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        !           158:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           159: CCLD = $(CC)
        !           160: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
        !           161: CFLAGS = @CFLAGS@
        !           162: DIST_SOURCES = $(libca_a_SOURCES)
        !           163: DIST_COMMON = Makefile.am Makefile.in
        !           164: SOURCES = $(libca_a_SOURCES)
        !           165:
        !           166: all: all-am
        !           167:
        !           168: .SUFFIXES:
        !           169: .SUFFIXES: .c .o .obj
        !           170: $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
        !           171:        cd $(top_srcdir) && \
        !           172:          $(AUTOMAKE) --gnu  engine/Makefile
        !           173: Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
        !           174:        cd $(top_builddir) && \
        !           175:          CONFIG_HEADERS= CONFIG_LINKS= \
        !           176:          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
        !           177:
        !           178: AR = ar
        !           179:
        !           180: clean-noinstLIBRARIES:
        !           181:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
        !           182: libca.a: $(libca_a_OBJECTS) $(libca_a_DEPENDENCIES)
        !           183:        -rm -f libca.a
        !           184:        $(libca_a_AR) libca.a $(libca_a_OBJECTS) $(libca_a_LIBADD)
        !           185:        $(RANLIB) libca.a
        !           186:
        !           187: mostlyclean-compile:
        !           188:        -rm -f *.$(OBJEXT) core *.core
        !           189:
        !           190: distclean-compile:
        !           191:        -rm -f *.tab.c
        !           192:
        !           193: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/A.Po@am__quote@
        !           194: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/C.Po@am__quote@
        !           195: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/D.Po@am__quote@
        !           196: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/E.Po@am__quote@
        !           197: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/EZ.Po@am__quote@
        !           198: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Ebug.Po@am__quote@
        !           199: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/F.Po@am__quote@
        !           200: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Fgfs.Po@am__quote@
        !           201: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/H.Po@am__quote@
        !           202: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Hgfs.Po@am__quote@
        !           203: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/M.Po@am__quote@
        !           204: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Mgfs.Po@am__quote@
        !           205: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/N.Po@am__quote@
        !           206: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/NEZ.Po@am__quote@
        !           207: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/P.Po@am__quote@
        !           208: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PD.Po@am__quote@
        !           209: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PDM.Po@am__quote@
        !           210: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PM.Po@am__quote@
        !           211: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PU.Po@am__quote@
        !           212: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PUM.Po@am__quote@
        !           213: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Q.Po@am__quote@
        !           214: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/QM.Po@am__quote@
        !           215: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/R.Po@am__quote@
        !           216: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/RU.Po@am__quote@
        !           217: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/_distm.Po@am__quote@
        !           218: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alg.Po@am__quote@
        !           219: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bf.Po@am__quote@
        !           220: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cplx.Po@am__quote@
        !           221: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/d-itv.Po@am__quote@
        !           222: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dist.Po@am__quote@
        !           223: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/distm.Po@am__quote@
        !           224: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/f-itv.Po@am__quote@
        !           225: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gf2n.Po@am__quote@
        !           226: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gfpn.Po@am__quote@
        !           227: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gfs.Po@am__quote@
        !           228: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gfspn.Po@am__quote@
        !           229: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/init.Po@am__quote@
        !           230: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lmi.Po@am__quote@
        !           231: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mat.Po@am__quote@
        !           232: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mi.Po@am__quote@
        !           233: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mt19937.Po@am__quote@
        !           234: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/num.Po@am__quote@
        !           235: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/p-itv.Po@am__quote@
        !           236: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pari-mp.Po@am__quote@
        !           237: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pari.Po@am__quote@
        !           238: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/real.Po@am__quote@
        !           239: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/str.Po@am__quote@
        !           240: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ui.Po@am__quote@
        !           241: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up.Po@am__quote@
        !           242: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up2.Po@am__quote@
        !           243: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up_gf2n.Po@am__quote@
        !           244: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up_lm.Po@am__quote@
        !           245: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/vect.Po@am__quote@
        !           246:
        !           247: distclean-depend:
        !           248:        -rm -rf $(DEPDIR)
        !           249:
        !           250: .c.o:
        !           251: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        !           252: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
        !           253: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           254:        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
        !           255:
        !           256: .c.obj:
        !           257: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        !           258: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
        !           259: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           260:        $(COMPILE) -c `cygpath -w $<`
        !           261: CCDEPMODE = @CCDEPMODE@
        !           262: uninstall-info-am:
        !           263:
        !           264: tags: TAGS
        !           265:
        !           266: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        !           267:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
        !           268:        unique=`for i in $$list; do \
        !           269:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           270:          done | \
        !           271:          $(AWK) '    { files[$$0] = 1; } \
        !           272:               END { for (i in files) print i; }'`; \
        !           273:        mkid -fID $$unique $(LISP)
        !           274:
        !           275: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
        !           276:                $(TAGS_FILES) $(LISP)
        !           277:        tags=; \
        !           278:        here=`pwd`; \
        !           279:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
        !           280:        unique=`for i in $$list; do \
        !           281:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           282:          done | \
        !           283:          $(AWK) '    { files[$$0] = 1; } \
        !           284:               END { for (i in files) print i; }'`; \
        !           285:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
        !           286:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
        !           287:
        !           288: GTAGS:
        !           289:        here=`CDPATH=: && cd $(top_builddir) && pwd` \
        !           290:          && cd $(top_srcdir) \
        !           291:          && gtags -i $(GTAGS_ARGS) $$here
        !           292:
        !           293: distclean-tags:
        !           294:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
        !           295:
        !           296: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           297:
        !           298: top_distdir = ..
        !           299: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
        !           300:
        !           301: distdir: $(DISTFILES)
        !           302:        @for file in $(DISTFILES); do \
        !           303:          if test -f $$file; then d=.; else d=$(srcdir); fi; \
        !           304:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           305:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
        !           306:            $(mkinstalldirs) "$(distdir)/$$dir"; \
        !           307:          fi; \
        !           308:          if test -d $$d/$$file; then \
        !           309:            cp -pR $$d/$$file $(distdir) \
        !           310:            || exit 1; \
        !           311:          else \
        !           312:            test -f $(distdir)/$$file \
        !           313:            || cp -p $$d/$$file $(distdir)/$$file \
        !           314:            || exit 1; \
        !           315:          fi; \
        !           316:        done
        !           317: check-am: all-am
        !           318: check: check-am
        !           319: all-am: Makefile $(LIBRARIES)
        !           320:
        !           321: installdirs:
        !           322:
        !           323: install: install-am
        !           324: install-exec: install-exec-am
        !           325: install-data: install-data-am
        !           326: uninstall: uninstall-am
        !           327:
        !           328: install-am: all-am
        !           329:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           330:
        !           331: installcheck: installcheck-am
        !           332: install-strip:
        !           333:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           334:          `test -z '$(STRIP)' || \
        !           335:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
        !           336: mostlyclean-generic:
        !           337:
        !           338: clean-generic:
        !           339:
        !           340: distclean-generic:
        !           341:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
        !           342:
        !           343: maintainer-clean-generic:
        !           344:        @echo "This command is intended for maintainers to use"
        !           345:        @echo "it deletes files that may require special tools to rebuild."
        !           346: clean: clean-am
        !           347:
        !           348: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
        !           349:
        !           350: distclean: distclean-am
        !           351:
        !           352: distclean-am: clean-am distclean-compile distclean-depend \
        !           353:        distclean-generic distclean-tags
        !           354:
        !           355: dvi: dvi-am
        !           356:
        !           357: dvi-am:
        !           358:
        !           359: info: info-am
        !           360:
        !           361: info-am:
        !           362:
        !           363: install-data-am:
        !           364:
        !           365: install-exec-am:
        !           366:
        !           367: install-info: install-info-am
        !           368:
        !           369: install-man:
        !           370:
        !           371: installcheck-am:
        !           372:
        !           373: maintainer-clean: maintainer-clean-am
        !           374:
        !           375: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           376:
        !           377: mostlyclean: mostlyclean-am
        !           378:
        !           379: mostlyclean-am: mostlyclean-compile mostlyclean-generic
        !           380:
        !           381: uninstall-am: uninstall-info-am
        !           382:
        !           383: .PHONY: GTAGS all all-am check check-am clean clean-generic \
        !           384:        clean-noinstLIBRARIES distclean distclean-compile \
        !           385:        distclean-depend distclean-generic distclean-tags distdir dvi \
        !           386:        dvi-am info info-am install install-am install-data \
        !           387:        install-data-am install-exec install-exec-am install-info \
        !           388:        install-info-am install-man install-strip installcheck \
        !           389:        installcheck-am installdirs maintainer-clean \
        !           390:        maintainer-clean-generic mostlyclean mostlyclean-compile \
        !           391:        mostlyclean-generic tags uninstall uninstall-am \
        !           392:        uninstall-info-am
        !           393:
        !           394: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           395: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           396: .NOEXPORT:

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