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

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.8       ohara      81: USE_GC_INTERIX = @USE_GC_INTERIX@
1.10    ! 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 = libca.a
                    104: libca_a_SOURCES = init.c mat.c vect.c str.c dist.c distm.c _distm.c ui.c \
                    105:   N.c Q.c QM.c real.c bf.c cplx.c num.c pari.c mi.c lmi.c mt19937.c \
                    106:   P.c PM.c PD.c PDM.c up.c up_lm.c up_gf2n.c up2.c \
                    107:   gf2n.c gfpn.c gfs.c gfspn.c \
                    108:   PU.c PUM.c R.c RU.c F.c  \
                    109:   D.c E.c Ebug.c EZ.c H.c M.c NEZ.c Mgfs.c Hgfs.c Fgfs.c \
1.9       noro      110:   C.c A.c alg.c p-itv.c f-itv.c d-itv.c pari-mp.c nd.c ndbug.c
1.1       ohara     111:
                    112: subdir = engine
                    113: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    114: CONFIG_CLEAN_FILES =
                    115: LIBRARIES = $(noinst_LIBRARIES)
                    116:
                    117: libca_a_AR = $(AR) cru
                    118: libca_a_LIBADD =
                    119: am_libca_a_OBJECTS = init.$(OBJEXT) mat.$(OBJEXT) vect.$(OBJEXT) \
                    120:        str.$(OBJEXT) dist.$(OBJEXT) distm.$(OBJEXT) _distm.$(OBJEXT) \
                    121:        ui.$(OBJEXT) N.$(OBJEXT) Q.$(OBJEXT) QM.$(OBJEXT) \
                    122:        real.$(OBJEXT) bf.$(OBJEXT) cplx.$(OBJEXT) num.$(OBJEXT) \
                    123:        pari.$(OBJEXT) mi.$(OBJEXT) lmi.$(OBJEXT) mt19937.$(OBJEXT) \
                    124:        P.$(OBJEXT) PM.$(OBJEXT) PD.$(OBJEXT) PDM.$(OBJEXT) \
                    125:        up.$(OBJEXT) up_lm.$(OBJEXT) up_gf2n.$(OBJEXT) up2.$(OBJEXT) \
                    126:        gf2n.$(OBJEXT) gfpn.$(OBJEXT) gfs.$(OBJEXT) gfspn.$(OBJEXT) \
                    127:        PU.$(OBJEXT) PUM.$(OBJEXT) R.$(OBJEXT) RU.$(OBJEXT) F.$(OBJEXT) \
                    128:        D.$(OBJEXT) E.$(OBJEXT) Ebug.$(OBJEXT) EZ.$(OBJEXT) H.$(OBJEXT) \
                    129:        M.$(OBJEXT) NEZ.$(OBJEXT) Mgfs.$(OBJEXT) Hgfs.$(OBJEXT) \
                    130:        Fgfs.$(OBJEXT) C.$(OBJEXT) A.$(OBJEXT) alg.$(OBJEXT) \
                    131:        p-itv.$(OBJEXT) f-itv.$(OBJEXT) d-itv.$(OBJEXT) \
1.9       noro      132:        pari-mp.$(OBJEXT) nd.$(OBJEXT) ndbug.$(OBJEXT)
1.1       ohara     133: libca_a_OBJECTS = $(am_libca_a_OBJECTS)
                    134: DEFAULT_INCLUDES =  -I. -I$(srcdir)
                    135: CPPFLAGS = @CPPFLAGS@
                    136: LDFLAGS = @LDFLAGS@
                    137: LIBS = @LIBS@
                    138: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    139: @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/A.Po $(DEPDIR)/C.Po $(DEPDIR)/D.Po \
                    140: @AMDEP_TRUE@   $(DEPDIR)/E.Po $(DEPDIR)/EZ.Po $(DEPDIR)/Ebug.Po \
                    141: @AMDEP_TRUE@   $(DEPDIR)/F.Po $(DEPDIR)/Fgfs.Po $(DEPDIR)/H.Po \
                    142: @AMDEP_TRUE@   $(DEPDIR)/Hgfs.Po $(DEPDIR)/M.Po $(DEPDIR)/Mgfs.Po \
                    143: @AMDEP_TRUE@   $(DEPDIR)/N.Po $(DEPDIR)/NEZ.Po $(DEPDIR)/P.Po \
                    144: @AMDEP_TRUE@   $(DEPDIR)/PD.Po $(DEPDIR)/PDM.Po $(DEPDIR)/PM.Po \
                    145: @AMDEP_TRUE@   $(DEPDIR)/PU.Po $(DEPDIR)/PUM.Po $(DEPDIR)/Q.Po \
                    146: @AMDEP_TRUE@   $(DEPDIR)/QM.Po $(DEPDIR)/R.Po $(DEPDIR)/RU.Po \
                    147: @AMDEP_TRUE@   $(DEPDIR)/_distm.Po $(DEPDIR)/alg.Po \
                    148: @AMDEP_TRUE@   $(DEPDIR)/bf.Po $(DEPDIR)/cplx.Po \
                    149: @AMDEP_TRUE@   $(DEPDIR)/d-itv.Po $(DEPDIR)/dist.Po \
                    150: @AMDEP_TRUE@   $(DEPDIR)/distm.Po $(DEPDIR)/f-itv.Po \
                    151: @AMDEP_TRUE@   $(DEPDIR)/gf2n.Po $(DEPDIR)/gfpn.Po \
                    152: @AMDEP_TRUE@   $(DEPDIR)/gfs.Po $(DEPDIR)/gfspn.Po \
                    153: @AMDEP_TRUE@   $(DEPDIR)/init.Po $(DEPDIR)/lmi.Po $(DEPDIR)/mat.Po \
                    154: @AMDEP_TRUE@   $(DEPDIR)/mi.Po $(DEPDIR)/mt19937.Po \
1.9       noro      155: @AMDEP_TRUE@   $(DEPDIR)/nd.Po $(DEPDIR)/ndbug.Po $(DEPDIR)/num.Po \
                    156: @AMDEP_TRUE@   $(DEPDIR)/p-itv.Po $(DEPDIR)/pari-mp.Po \
                    157: @AMDEP_TRUE@   $(DEPDIR)/pari.Po $(DEPDIR)/real.Po \
                    158: @AMDEP_TRUE@   $(DEPDIR)/str.Po $(DEPDIR)/ui.Po $(DEPDIR)/up.Po \
                    159: @AMDEP_TRUE@   $(DEPDIR)/up2.Po $(DEPDIR)/up_gf2n.Po \
                    160: @AMDEP_TRUE@   $(DEPDIR)/up_lm.Po $(DEPDIR)/vect.Po
1.1       ohara     161: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    162:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    163: CCLD = $(CC)
                    164: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    165: CFLAGS = @CFLAGS@
                    166: DIST_SOURCES = $(libca_a_SOURCES)
                    167: DIST_COMMON = Makefile.am Makefile.in
                    168: SOURCES = $(libca_a_SOURCES)
                    169:
                    170: all: all-am
                    171:
                    172: .SUFFIXES:
                    173: .SUFFIXES: .c .o .obj
1.4       ohara     174: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1       ohara     175:        cd $(top_srcdir) && \
                    176:          $(AUTOMAKE) --gnu  engine/Makefile
1.4       ohara     177: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
1.1       ohara     178:        cd $(top_builddir) && \
                    179:          CONFIG_HEADERS= CONFIG_LINKS= \
                    180:          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
                    181:
                    182: AR = ar
                    183:
                    184: clean-noinstLIBRARIES:
                    185:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    186: libca.a: $(libca_a_OBJECTS) $(libca_a_DEPENDENCIES)
                    187:        -rm -f libca.a
                    188:        $(libca_a_AR) libca.a $(libca_a_OBJECTS) $(libca_a_LIBADD)
                    189:        $(RANLIB) libca.a
                    190:
                    191: mostlyclean-compile:
                    192:        -rm -f *.$(OBJEXT) core *.core
                    193:
                    194: distclean-compile:
                    195:        -rm -f *.tab.c
                    196:
                    197: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/A.Po@am__quote@
                    198: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/C.Po@am__quote@
                    199: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/D.Po@am__quote@
                    200: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/E.Po@am__quote@
                    201: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/EZ.Po@am__quote@
                    202: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Ebug.Po@am__quote@
                    203: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/F.Po@am__quote@
                    204: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Fgfs.Po@am__quote@
                    205: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/H.Po@am__quote@
                    206: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Hgfs.Po@am__quote@
                    207: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/M.Po@am__quote@
                    208: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Mgfs.Po@am__quote@
                    209: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/N.Po@am__quote@
                    210: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/NEZ.Po@am__quote@
                    211: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/P.Po@am__quote@
                    212: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PD.Po@am__quote@
                    213: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PDM.Po@am__quote@
                    214: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PM.Po@am__quote@
                    215: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PU.Po@am__quote@
                    216: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/PUM.Po@am__quote@
                    217: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Q.Po@am__quote@
                    218: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/QM.Po@am__quote@
                    219: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/R.Po@am__quote@
                    220: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/RU.Po@am__quote@
                    221: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/_distm.Po@am__quote@
                    222: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alg.Po@am__quote@
                    223: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bf.Po@am__quote@
                    224: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cplx.Po@am__quote@
                    225: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/d-itv.Po@am__quote@
                    226: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dist.Po@am__quote@
                    227: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/distm.Po@am__quote@
                    228: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/f-itv.Po@am__quote@
                    229: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gf2n.Po@am__quote@
                    230: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gfpn.Po@am__quote@
                    231: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gfs.Po@am__quote@
                    232: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gfspn.Po@am__quote@
                    233: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/init.Po@am__quote@
                    234: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lmi.Po@am__quote@
                    235: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mat.Po@am__quote@
                    236: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mi.Po@am__quote@
                    237: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mt19937.Po@am__quote@
1.7       noro      238: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nd.Po@am__quote@
1.9       noro      239: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ndbug.Po@am__quote@
1.1       ohara     240: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/num.Po@am__quote@
                    241: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/p-itv.Po@am__quote@
                    242: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pari-mp.Po@am__quote@
                    243: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pari.Po@am__quote@
                    244: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/real.Po@am__quote@
                    245: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/str.Po@am__quote@
                    246: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ui.Po@am__quote@
                    247: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up.Po@am__quote@
                    248: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up2.Po@am__quote@
                    249: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up_gf2n.Po@am__quote@
                    250: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/up_lm.Po@am__quote@
                    251: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/vect.Po@am__quote@
                    252:
                    253: distclean-depend:
                    254:        -rm -rf $(DEPDIR)
                    255:
                    256: .c.o:
                    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 `test -f $< || echo '$(srcdir)/'`$<
                    261:
                    262: .c.obj:
                    263: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    264: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    265: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    266:        $(COMPILE) -c `cygpath -w $<`
                    267: CCDEPMODE = @CCDEPMODE@
                    268: uninstall-info-am:
                    269:
                    270: tags: TAGS
                    271:
                    272: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    273:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
                    274:        unique=`for i in $$list; do \
                    275:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    276:          done | \
                    277:          $(AWK) '    { files[$$0] = 1; } \
                    278:               END { for (i in files) print i; }'`; \
                    279:        mkid -fID $$unique $(LISP)
                    280:
                    281: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    282:                $(TAGS_FILES) $(LISP)
                    283:        tags=; \
                    284:        here=`pwd`; \
                    285:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
                    286:        unique=`for i in $$list; do \
                    287:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    288:          done | \
                    289:          $(AWK) '    { files[$$0] = 1; } \
                    290:               END { for (i in files) print i; }'`; \
                    291:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    292:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
                    293:
                    294: GTAGS:
                    295:        here=`CDPATH=: && cd $(top_builddir) && pwd` \
                    296:          && cd $(top_srcdir) \
                    297:          && gtags -i $(GTAGS_ARGS) $$here
                    298:
                    299: distclean-tags:
                    300:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
                    301:
                    302: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    303:
                    304: top_distdir = ..
                    305: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
                    306:
                    307: distdir: $(DISTFILES)
                    308:        @for file in $(DISTFILES); do \
                    309:          if test -f $$file; then d=.; else d=$(srcdir); fi; \
                    310:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    311:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    312:            $(mkinstalldirs) "$(distdir)/$$dir"; \
                    313:          fi; \
                    314:          if test -d $$d/$$file; then \
                    315:            cp -pR $$d/$$file $(distdir) \
                    316:            || exit 1; \
                    317:          else \
                    318:            test -f $(distdir)/$$file \
                    319:            || cp -p $$d/$$file $(distdir)/$$file \
                    320:            || exit 1; \
                    321:          fi; \
                    322:        done
                    323: check-am: all-am
                    324: check: check-am
                    325: all-am: Makefile $(LIBRARIES)
                    326:
                    327: installdirs:
                    328:
                    329: install: install-am
                    330: install-exec: install-exec-am
                    331: install-data: install-data-am
                    332: uninstall: uninstall-am
                    333:
                    334: install-am: all-am
                    335:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    336:
                    337: installcheck: installcheck-am
                    338: install-strip:
                    339:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    340:          `test -z '$(STRIP)' || \
                    341:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    342: mostlyclean-generic:
                    343:
                    344: clean-generic:
                    345:
                    346: distclean-generic:
                    347:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
                    348:
                    349: maintainer-clean-generic:
                    350:        @echo "This command is intended for maintainers to use"
                    351:        @echo "it deletes files that may require special tools to rebuild."
                    352: clean: clean-am
                    353:
                    354: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    355:
                    356: distclean: distclean-am
                    357:
                    358: distclean-am: clean-am distclean-compile distclean-depend \
                    359:        distclean-generic distclean-tags
                    360:
                    361: dvi: dvi-am
                    362:
                    363: dvi-am:
                    364:
                    365: info: info-am
                    366:
                    367: info-am:
                    368:
                    369: install-data-am:
                    370:
                    371: install-exec-am:
                    372:
                    373: install-info: install-info-am
                    374:
                    375: install-man:
                    376:
                    377: installcheck-am:
                    378:
                    379: maintainer-clean: maintainer-clean-am
                    380:
                    381: maintainer-clean-am: distclean-am maintainer-clean-generic
                    382:
                    383: mostlyclean: mostlyclean-am
                    384:
                    385: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    386:
                    387: uninstall-am: uninstall-info-am
                    388:
                    389: .PHONY: GTAGS all all-am check check-am clean clean-generic \
                    390:        clean-noinstLIBRARIES distclean distclean-compile \
                    391:        distclean-depend distclean-generic distclean-tags distdir dvi \
                    392:        dvi-am info info-am install install-am install-data \
                    393:        install-data-am install-exec install-exec-am install-info \
                    394:        install-info-am install-man install-strip installcheck \
                    395:        installcheck-am installdirs maintainer-clean \
                    396:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    397:        mostlyclean-generic tags uninstall uninstall-am \
                    398:        uninstall-info-am
                    399:
                    400: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    401: # Otherwise a system limit (for SysV at least) may be exceeded.
                    402: .NOEXPORT:

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