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

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

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