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

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

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