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

Annotation of OpenXM_contrib2/asir2000/builtin/Makefile.in, Revision 1.16

1.15      ohara       1: # Makefile.in generated automatically by automake 1.5 from Makefile.am.
1.1       ohara       2:
1.15      ohara       3: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
1.1       ohara       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@
1.15      ohara      15:
1.1       ohara      16: SHELL = @SHELL@
                     17:
                     18: srcdir = @srcdir@
                     19: top_srcdir = @top_srcdir@
                     20: VPATH = @srcdir@
                     21: prefix = @prefix@
                     22: exec_prefix = @exec_prefix@
                     23:
                     24: bindir = @bindir@
                     25: sbindir = @sbindir@
                     26: libexecdir = @libexecdir@
                     27: datadir = @datadir@
                     28: sysconfdir = @sysconfdir@
                     29: sharedstatedir = @sharedstatedir@
                     30: localstatedir = @localstatedir@
                     31: libdir = @libdir@
                     32: infodir = @infodir@
                     33: mandir = @mandir@
                     34: includedir = @includedir@
                     35: oldincludedir = /usr/include
                     36: pkgdatadir = $(datadir)/@PACKAGE@
                     37: pkglibdir = $(libdir)/@PACKAGE@
                     38: pkgincludedir = $(includedir)/@PACKAGE@
                     39: top_builddir = ..
                     40:
                     41: ACLOCAL = @ACLOCAL@
                     42: AUTOCONF = @AUTOCONF@
                     43: AUTOMAKE = @AUTOMAKE@
                     44: AUTOHEADER = @AUTOHEADER@
                     45:
                     46: INSTALL = @INSTALL@
                     47: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     48: INSTALL_DATA = @INSTALL_DATA@
                     49: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     50: INSTALL_HEADER = $(INSTALL_DATA)
                     51: transform = @program_transform_name@
                     52: NORMAL_INSTALL = :
                     53: PRE_INSTALL = :
                     54: POST_INSTALL = :
                     55: NORMAL_UNINSTALL = :
                     56: PRE_UNINSTALL = :
                     57: POST_UNINSTALL = :
                     58: build_alias = @build_alias@
                     59: build_triplet = @build@
                     60: host_alias = @host_alias@
                     61: host_triplet = @host@
                     62: target_alias = @target_alias@
                     63: target_triplet = @target@
                     64: AMTAR = @AMTAR@
                     65: AWK = @AWK@
                     66: CC = @CC@
                     67: DEPDIR = @DEPDIR@
1.15      ohara      68: EXEEXT = @EXEEXT@
1.1       ohara      69: FEPLIB = @FEPLIB@
1.16    ! ohara      70: GC_DISTDIR = @GC_DISTDIR@
1.1       ohara      71: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     72: LAPACKLIB = @LAPACKLIB@
                     73: LN_S = @LN_S@
1.4       ohara      74: MAINT = @MAINT@
1.1       ohara      75: MPIINC = @MPIINC@
                     76: MPILIB = @MPILIB@
1.15      ohara      77: OBJEXT = @OBJEXT@
1.1       ohara      78: PACKAGE = @PACKAGE@
                     79: PARIINC = @PARIINC@
                     80: PARILIB = @PARILIB@
                     81: RANLIB = @RANLIB@
1.11      ohara      82: USE_GC_INTERIX = @USE_GC_INTERIX@
1.12      ohara      83: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.5       ohara      84: USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
1.1       ohara      85: VERSION = @VERSION@
1.4       ohara      86: XPMLIB = @XPMLIB@
1.1       ohara      87: X_CFLAGS = @X_CFLAGS@
                     88: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                     89: X_LIBS = @X_LIBS@
                     90: X_PRE_LIBS = @X_PRE_LIBS@
                     91: YACC = @YACC@
                     92: am__include = @am__include@
                     93: am__quote = @am__quote@
                     94: asm_obj = @asm_obj@
                     95: install_sh = @install_sh@
                     96: libasir_postfix = @libasir_postfix@
                     97:
1.6       ohara      98: asirdir = ${prefix}/lib/asir
                     99: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara     100: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
                    101:            -I${top_srcdir}/gc/include \
                    102:            @PARIINC@ @MPIINC@ @X_CFLAGS@
                    103:
                    104: noinst_LIBRARIES = libfunc.a
                    105: libfunc_a_SOURCES = ftab.c algnum.c array.c cplxnum.c ctrl.c dp.c \
                    106:                     fctr.c file.c help.c int.c list.c miscf.c \
                    107:                     parif.c poly.c pdiv.c print.c pf.c \
1.8       noro      108:                     rat.c reduct.c result.c itvnum.c mattran.c isolv.c \
1.1       ohara     109:                     strobj.c subst.c time.c type.c var.c compobj.c \
                    110:                     gr.c dp-supp.c gf.c math.c numerical.c ec.c al.c \
1.13      ohara     111:                     batch.c sha1.c user.c round.c iarray.c
1.1       ohara     112:
                    113: subdir = builtin
                    114: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    115: CONFIG_CLEAN_FILES =
                    116: LIBRARIES = $(noinst_LIBRARIES)
                    117:
                    118: libfunc_a_AR = $(AR) cru
                    119: libfunc_a_LIBADD =
                    120: am_libfunc_a_OBJECTS = ftab.$(OBJEXT) algnum.$(OBJEXT) array.$(OBJEXT) \
                    121:        cplxnum.$(OBJEXT) ctrl.$(OBJEXT) dp.$(OBJEXT) fctr.$(OBJEXT) \
                    122:        file.$(OBJEXT) help.$(OBJEXT) int.$(OBJEXT) list.$(OBJEXT) \
                    123:        miscf.$(OBJEXT) parif.$(OBJEXT) poly.$(OBJEXT) pdiv.$(OBJEXT) \
                    124:        print.$(OBJEXT) pf.$(OBJEXT) rat.$(OBJEXT) reduct.$(OBJEXT) \
1.8       noro      125:        result.$(OBJEXT) itvnum.$(OBJEXT) mattran.$(OBJEXT) \
                    126:        isolv.$(OBJEXT) strobj.$(OBJEXT) subst.$(OBJEXT) time.$(OBJEXT) \
                    127:        type.$(OBJEXT) var.$(OBJEXT) compobj.$(OBJEXT) gr.$(OBJEXT) \
                    128:        dp-supp.$(OBJEXT) gf.$(OBJEXT) math.$(OBJEXT) \
                    129:        numerical.$(OBJEXT) ec.$(OBJEXT) al.$(OBJEXT) batch.$(OBJEXT) \
1.13      ohara     130:        sha1.$(OBJEXT) user.$(OBJEXT) round.$(OBJEXT) iarray.$(OBJEXT)
1.1       ohara     131: libfunc_a_OBJECTS = $(am_libfunc_a_OBJECTS)
                    132: DEFAULT_INCLUDES =  -I. -I$(srcdir)
                    133: CPPFLAGS = @CPPFLAGS@
                    134: LDFLAGS = @LDFLAGS@
                    135: LIBS = @LIBS@
                    136: depcomp = $(SHELL) $(top_srcdir)/depcomp
1.15      ohara     137: @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/al.Po $(DEPDIR)/algnum.Po \
                    138: @AMDEP_TRUE@   $(DEPDIR)/array.Po $(DEPDIR)/batch.Po \
                    139: @AMDEP_TRUE@   $(DEPDIR)/compobj.Po $(DEPDIR)/cplxnum.Po \
                    140: @AMDEP_TRUE@   $(DEPDIR)/ctrl.Po $(DEPDIR)/dp-supp.Po \
                    141: @AMDEP_TRUE@   $(DEPDIR)/dp.Po $(DEPDIR)/ec.Po $(DEPDIR)/fctr.Po \
                    142: @AMDEP_TRUE@   $(DEPDIR)/file.Po $(DEPDIR)/ftab.Po $(DEPDIR)/gf.Po \
                    143: @AMDEP_TRUE@   $(DEPDIR)/gr.Po $(DEPDIR)/help.Po \
                    144: @AMDEP_TRUE@   $(DEPDIR)/iarray.Po $(DEPDIR)/int.Po \
                    145: @AMDEP_TRUE@   $(DEPDIR)/isolv.Po $(DEPDIR)/itvnum.Po \
                    146: @AMDEP_TRUE@   $(DEPDIR)/list.Po $(DEPDIR)/math.Po \
                    147: @AMDEP_TRUE@   $(DEPDIR)/mattran.Po $(DEPDIR)/miscf.Po \
                    148: @AMDEP_TRUE@   $(DEPDIR)/numerical.Po $(DEPDIR)/parif.Po \
                    149: @AMDEP_TRUE@   $(DEPDIR)/pdiv.Po $(DEPDIR)/pf.Po $(DEPDIR)/poly.Po \
                    150: @AMDEP_TRUE@   $(DEPDIR)/print.Po $(DEPDIR)/rat.Po \
                    151: @AMDEP_TRUE@   $(DEPDIR)/reduct.Po $(DEPDIR)/result.Po \
                    152: @AMDEP_TRUE@   $(DEPDIR)/round.Po $(DEPDIR)/sha1.Po \
                    153: @AMDEP_TRUE@   $(DEPDIR)/strobj.Po $(DEPDIR)/subst.Po \
                    154: @AMDEP_TRUE@   $(DEPDIR)/time.Po $(DEPDIR)/type.Po \
                    155: @AMDEP_TRUE@   $(DEPDIR)/user.Po $(DEPDIR)/var.Po
1.1       ohara     156: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    157:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    158: CCLD = $(CC)
                    159: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    160: CFLAGS = @CFLAGS@
                    161: DIST_SOURCES = $(libfunc_a_SOURCES)
                    162: DIST_COMMON = Makefile.am Makefile.in
                    163: SOURCES = $(libfunc_a_SOURCES)
                    164:
                    165: all: all-am
                    166:
                    167: .SUFFIXES:
                    168: .SUFFIXES: .c .o .obj
1.4       ohara     169: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1       ohara     170:        cd $(top_srcdir) && \
                    171:          $(AUTOMAKE) --gnu  builtin/Makefile
1.4       ohara     172: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
1.15      ohara     173:        cd $(top_builddir) && \
                    174:          CONFIG_HEADERS= CONFIG_LINKS= \
                    175:          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
1.1       ohara     176:
                    177: AR = ar
                    178:
                    179: clean-noinstLIBRARIES:
                    180:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    181: libfunc.a: $(libfunc_a_OBJECTS) $(libfunc_a_DEPENDENCIES)
                    182:        -rm -f libfunc.a
                    183:        $(libfunc_a_AR) libfunc.a $(libfunc_a_OBJECTS) $(libfunc_a_LIBADD)
                    184:        $(RANLIB) libfunc.a
                    185:
                    186: mostlyclean-compile:
                    187:        -rm -f *.$(OBJEXT) core *.core
                    188:
                    189: distclean-compile:
                    190:        -rm -f *.tab.c
                    191:
1.15      ohara     192: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/al.Po@am__quote@
                    193: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/algnum.Po@am__quote@
                    194: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/array.Po@am__quote@
                    195: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/batch.Po@am__quote@
                    196: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/compobj.Po@am__quote@
                    197: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cplxnum.Po@am__quote@
                    198: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ctrl.Po@am__quote@
                    199: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dp-supp.Po@am__quote@
                    200: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dp.Po@am__quote@
                    201: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ec.Po@am__quote@
                    202: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fctr.Po@am__quote@
                    203: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/file.Po@am__quote@
                    204: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ftab.Po@am__quote@
                    205: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gf.Po@am__quote@
                    206: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gr.Po@am__quote@
                    207: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/help.Po@am__quote@
                    208: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/iarray.Po@am__quote@
                    209: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/int.Po@am__quote@
                    210: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/isolv.Po@am__quote@
                    211: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/itvnum.Po@am__quote@
                    212: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/list.Po@am__quote@
                    213: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/math.Po@am__quote@
                    214: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mattran.Po@am__quote@
                    215: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/miscf.Po@am__quote@
                    216: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/numerical.Po@am__quote@
                    217: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/parif.Po@am__quote@
                    218: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pdiv.Po@am__quote@
                    219: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pf.Po@am__quote@
                    220: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/poly.Po@am__quote@
                    221: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/print.Po@am__quote@
                    222: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/rat.Po@am__quote@
                    223: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/reduct.Po@am__quote@
                    224: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/result.Po@am__quote@
                    225: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/round.Po@am__quote@
                    226: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sha1.Po@am__quote@
                    227: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strobj.Po@am__quote@
                    228: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/subst.Po@am__quote@
                    229: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/time.Po@am__quote@
                    230: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/type.Po@am__quote@
                    231: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/user.Po@am__quote@
                    232: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/var.Po@am__quote@
1.1       ohara     233:
                    234: distclean-depend:
1.15      ohara     235:        -rm -rf $(DEPDIR)
1.1       ohara     236:
                    237: .c.o:
                    238: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    239: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    240: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.15      ohara     241:        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
1.1       ohara     242:
                    243: .c.obj:
                    244: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    245: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    246: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    247:        $(COMPILE) -c `cygpath -w $<`
                    248: CCDEPMODE = @CCDEPMODE@
                    249: uninstall-info-am:
                    250:
                    251: tags: TAGS
                    252:
                    253: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.15      ohara     254:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
1.1       ohara     255:        unique=`for i in $$list; do \
                    256:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    257:          done | \
                    258:          $(AWK) '    { files[$$0] = 1; } \
                    259:               END { for (i in files) print i; }'`; \
1.15      ohara     260:        mkid -fID $$unique $(LISP)
1.1       ohara     261:
                    262: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    263:                $(TAGS_FILES) $(LISP)
                    264:        tags=; \
                    265:        here=`pwd`; \
1.15      ohara     266:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
1.1       ohara     267:        unique=`for i in $$list; do \
                    268:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    269:          done | \
                    270:          $(AWK) '    { files[$$0] = 1; } \
                    271:               END { for (i in files) print i; }'`; \
1.15      ohara     272:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    273:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
1.1       ohara     274:
                    275: GTAGS:
1.15      ohara     276:        here=`CDPATH=: && cd $(top_builddir) && pwd` \
1.1       ohara     277:          && cd $(top_srcdir) \
                    278:          && gtags -i $(GTAGS_ARGS) $$here
                    279:
                    280: distclean-tags:
                    281:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
1.15      ohara     282:
1.1       ohara     283: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    284:
                    285: top_distdir = ..
                    286: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
                    287:
                    288: distdir: $(DISTFILES)
1.15      ohara     289:        @for file in $(DISTFILES); do \
                    290:          if test -f $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     291:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    292:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1.15      ohara     293:            $(mkinstalldirs) "$(distdir)/$$dir"; \
1.1       ohara     294:          fi; \
                    295:          if test -d $$d/$$file; then \
1.15      ohara     296:            cp -pR $$d/$$file $(distdir) \
                    297:            || exit 1; \
1.1       ohara     298:          else \
                    299:            test -f $(distdir)/$$file \
                    300:            || cp -p $$d/$$file $(distdir)/$$file \
                    301:            || exit 1; \
                    302:          fi; \
                    303:        done
                    304: check-am: all-am
                    305: check: check-am
                    306: all-am: Makefile $(LIBRARIES)
                    307:
                    308: installdirs:
                    309:
                    310: install: install-am
                    311: install-exec: install-exec-am
                    312: install-data: install-data-am
                    313: uninstall: uninstall-am
                    314:
                    315: install-am: all-am
                    316:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    317:
                    318: installcheck: installcheck-am
                    319: install-strip:
                    320:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    321:          `test -z '$(STRIP)' || \
                    322:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    323: mostlyclean-generic:
                    324:
                    325: clean-generic:
                    326:
                    327: distclean-generic:
1.15      ohara     328:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
1.1       ohara     329:
                    330: maintainer-clean-generic:
                    331:        @echo "This command is intended for maintainers to use"
                    332:        @echo "it deletes files that may require special tools to rebuild."
                    333: clean: clean-am
                    334:
                    335: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    336:
                    337: distclean: distclean-am
                    338:
                    339: distclean-am: clean-am distclean-compile distclean-depend \
                    340:        distclean-generic distclean-tags
                    341:
                    342: dvi: dvi-am
                    343:
                    344: dvi-am:
                    345:
                    346: info: info-am
                    347:
                    348: info-am:
                    349:
                    350: install-data-am:
                    351:
                    352: install-exec-am:
                    353:
                    354: install-info: install-info-am
                    355:
                    356: install-man:
                    357:
                    358: installcheck-am:
                    359:
                    360: maintainer-clean: maintainer-clean-am
                    361:
                    362: maintainer-clean-am: distclean-am maintainer-clean-generic
                    363:
                    364: mostlyclean: mostlyclean-am
                    365:
                    366: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    367:
                    368: uninstall-am: uninstall-info-am
                    369:
                    370: .PHONY: GTAGS all all-am check check-am clean clean-generic \
                    371:        clean-noinstLIBRARIES distclean distclean-compile \
                    372:        distclean-depend distclean-generic distclean-tags distdir dvi \
                    373:        dvi-am info info-am install install-am install-data \
                    374:        install-data-am install-exec install-exec-am install-info \
                    375:        install-info-am install-man install-strip installcheck \
                    376:        installcheck-am installdirs maintainer-clean \
                    377:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    378:        mostlyclean-generic tags uninstall uninstall-am \
                    379:        uninstall-info-am
                    380:
                    381: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    382: # Otherwise a system limit (for SysV at least) may be exceeded.
                    383: .NOEXPORT:

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