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

1.18      ohara       1: # Makefile.in generated by automake 1.10 from Makefile.am.
                      2: # @configure_input@
1.1       ohara       3:
1.18      ohara       4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                      5: # 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
1.1       ohara       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@
1.16      ohara      16:
1.1       ohara      17: VPATH = @srcdir@
                     18: pkgdatadir = $(datadir)/@PACKAGE@
                     19: pkglibdir = $(libdir)/@PACKAGE@
                     20: pkgincludedir = $(includedir)/@PACKAGE@
1.18      ohara      21: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     22: install_sh_DATA = $(install_sh) -c -m 644
                     23: install_sh_PROGRAM = $(install_sh) -c
                     24: install_sh_SCRIPT = $(install_sh) -c
1.1       ohara      25: INSTALL_HEADER = $(INSTALL_DATA)
1.18      ohara      26: transform = $(program_transform_name)
1.1       ohara      27: NORMAL_INSTALL = :
                     28: PRE_INSTALL = :
                     29: POST_INSTALL = :
                     30: NORMAL_UNINSTALL = :
                     31: PRE_UNINSTALL = :
                     32: POST_UNINSTALL = :
                     33: build_triplet = @build@
                     34: host_triplet = @host@
                     35: target_triplet = @target@
1.18      ohara      36: subdir = engine
                     37: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     38: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     39: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     40: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     41:        $(ACLOCAL_M4)
                     42: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     43: CONFIG_CLEAN_FILES =
                     44: LIBRARIES = $(noinst_LIBRARIES)
                     45: AR = ar
                     46: ARFLAGS = cru
                     47: libca_a_AR = $(AR) $(ARFLAGS)
                     48: libca_a_LIBADD =
                     49: am_libca_a_OBJECTS = init.$(OBJEXT) mat.$(OBJEXT) vect.$(OBJEXT) \
                     50:        str.$(OBJEXT) dist.$(OBJEXT) distm.$(OBJEXT) _distm.$(OBJEXT) \
                     51:        ui.$(OBJEXT) N.$(OBJEXT) Q.$(OBJEXT) QM.$(OBJEXT) \
                     52:        real.$(OBJEXT) bf.$(OBJEXT) cplx.$(OBJEXT) num.$(OBJEXT) \
                     53:        pari.$(OBJEXT) mi.$(OBJEXT) lmi.$(OBJEXT) mt19937.$(OBJEXT) \
                     54:        P.$(OBJEXT) PM.$(OBJEXT) PD.$(OBJEXT) PDM.$(OBJEXT) \
                     55:        up.$(OBJEXT) up_lm.$(OBJEXT) up_gf2n.$(OBJEXT) up2.$(OBJEXT) \
                     56:        gf2n.$(OBJEXT) gfpn.$(OBJEXT) gfs.$(OBJEXT) gfspn.$(OBJEXT) \
                     57:        PU.$(OBJEXT) PUM.$(OBJEXT) R.$(OBJEXT) RU.$(OBJEXT) \
                     58:        F.$(OBJEXT) D.$(OBJEXT) E.$(OBJEXT) Ebug.$(OBJEXT) \
                     59:        EZ.$(OBJEXT) H.$(OBJEXT) M.$(OBJEXT) NEZ.$(OBJEXT) \
                     60:        Mgfs.$(OBJEXT) Hgfs.$(OBJEXT) Fgfs.$(OBJEXT) C.$(OBJEXT) \
                     61:        A.$(OBJEXT) alg.$(OBJEXT) p-itv.$(OBJEXT) f-itv.$(OBJEXT) \
                     62:        d-itv.$(OBJEXT) nd.$(OBJEXT) ndbug.$(OBJEXT) Z.$(OBJEXT) \
                     63:        dalg.$(OBJEXT)
                     64: libca_a_OBJECTS = $(am_libca_a_OBJECTS)
                     65: DEFAULT_INCLUDES = -I.@am__isrc@
                     66: depcomp = $(SHELL) $(top_srcdir)/depcomp
                     67: am__depfiles_maybe = depfiles
                     68: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                     69:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                     70: CCLD = $(CC)
                     71: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                     72: SOURCES = $(libca_a_SOURCES)
                     73: DIST_SOURCES = $(libca_a_SOURCES)
                     74: ETAGS = etags
                     75: CTAGS = ctags
                     76: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     77: ACLOCAL = @ACLOCAL@
1.1       ohara      78: AMTAR = @AMTAR@
1.18      ohara      79: AUTOCONF = @AUTOCONF@
                     80: AUTOHEADER = @AUTOHEADER@
                     81: AUTOMAKE = @AUTOMAKE@
1.1       ohara      82: AWK = @AWK@
                     83: CC = @CC@
1.18      ohara      84: CCDEPMODE = @CCDEPMODE@
                     85: CFLAGS = @CFLAGS@
                     86: CPP = @CPP@
                     87: CPPFLAGS = @CPPFLAGS@
                     88: CYGPATH_W = @CYGPATH_W@
                     89: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara      90: DEPDIR = @DEPDIR@
1.18      ohara      91: ECHO_C = @ECHO_C@
                     92: ECHO_N = @ECHO_N@
                     93: ECHO_T = @ECHO_T@
                     94: EGREP = @EGREP@
1.16      ohara      95: EXEEXT = @EXEEXT@
1.1       ohara      96: FEPLIB = @FEPLIB@
1.18      ohara      97: GC = @GC@
                     98: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.17      ohara      99: GC_DISTDIR = @GC_DISTDIR@
1.18      ohara     100: GREP = @GREP@
                    101: INSTALL = @INSTALL@
                    102: INSTALL_DATA = @INSTALL_DATA@
                    103: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    104: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1       ohara     105: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    106: LAPACKLIB = @LAPACKLIB@
1.18      ohara     107: LDFLAGS = @LDFLAGS@
                    108: LIBOBJS = @LIBOBJS@
                    109: LIBS = @LIBS@
1.1       ohara     110: LN_S = @LN_S@
1.18      ohara     111: LTLIBOBJS = @LTLIBOBJS@
1.4       ohara     112: MAINT = @MAINT@
1.18      ohara     113: MAKEINFO = @MAKEINFO@
                    114: MKDIR_P = @MKDIR_P@
1.16      ohara     115: OBJEXT = @OBJEXT@
1.1       ohara     116: PACKAGE = @PACKAGE@
1.18      ohara     117: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    118: PACKAGE_NAME = @PACKAGE_NAME@
                    119: PACKAGE_STRING = @PACKAGE_STRING@
                    120: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    121: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1       ohara     122: PARIINC = @PARIINC@
                    123: PARILIB = @PARILIB@
1.18      ohara     124: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara     125: RANLIB = @RANLIB@
1.18      ohara     126: SET_MAKE = @SET_MAKE@
                    127: SHELL = @SHELL@
                    128: STRIP = @STRIP@
1.10      ohara     129: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1       ohara     130: VERSION = @VERSION@
1.18      ohara     131: XMKMF = @XMKMF@
1.4       ohara     132: XPMLIB = @XPMLIB@
1.1       ohara     133: X_CFLAGS = @X_CFLAGS@
                    134: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    135: X_LIBS = @X_LIBS@
                    136: X_PRE_LIBS = @X_PRE_LIBS@
                    137: YACC = @YACC@
1.18      ohara     138: YFLAGS = @YFLAGS@
                    139: abs_builddir = @abs_builddir@
                    140: abs_srcdir = @abs_srcdir@
                    141: abs_top_builddir = @abs_top_builddir@
                    142: abs_top_srcdir = @abs_top_srcdir@
                    143: ac_ct_CC = @ac_ct_CC@
1.1       ohara     144: am__include = @am__include@
1.18      ohara     145: am__leading_dot = @am__leading_dot@
1.1       ohara     146: am__quote = @am__quote@
1.18      ohara     147: am__tar = @am__tar@
                    148: am__untar = @am__untar@
1.1       ohara     149: asm_obj = @asm_obj@
1.18      ohara     150: bindir = @bindir@
                    151: build = @build@
                    152: build_alias = @build_alias@
                    153: build_cpu = @build_cpu@
                    154: build_os = @build_os@
                    155: build_vendor = @build_vendor@
                    156: builddir = @builddir@
                    157: datadir = @datadir@
                    158: datarootdir = @datarootdir@
                    159: docdir = @docdir@
                    160: dvidir = @dvidir@
                    161: exec_prefix = @exec_prefix@
                    162: host = @host@
                    163: host_alias = @host_alias@
                    164: host_cpu = @host_cpu@
                    165: host_os = @host_os@
                    166: host_vendor = @host_vendor@
                    167: htmldir = @htmldir@
                    168: includedir = @includedir@
                    169: infodir = @infodir@
1.1       ohara     170: install_sh = @install_sh@
                    171: libasir_postfix = @libasir_postfix@
1.18      ohara     172: libdir = @libdir@
                    173: libexecdir = @libexecdir@
                    174: localedir = @localedir@
                    175: localstatedir = @localstatedir@
                    176: mandir = @mandir@
                    177: mkdir_p = @mkdir_p@
                    178: oldincludedir = @oldincludedir@
                    179: pdfdir = @pdfdir@
                    180: prefix = @prefix@
                    181: program_transform_name = @program_transform_name@
                    182: psdir = @psdir@
                    183: sbindir = @sbindir@
                    184: sharedstatedir = @sharedstatedir@
                    185: srcdir = @srcdir@
                    186: sysconfdir = @sysconfdir@
                    187: target = @target@
                    188: target_alias = @target_alias@
                    189: target_cpu = @target_cpu@
                    190: target_os = @target_os@
                    191: target_vendor = @target_vendor@
                    192: top_builddir = @top_builddir@
                    193: top_srcdir = @top_srcdir@
1.6       ohara     194: asirdir = ${prefix}/lib/asir
1.1       ohara     195: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
                    196:            -I${top_srcdir}/gc/include \
1.20    ! ohara     197:            @PARIINC@ @X_CFLAGS@
1.1       ohara     198:
                    199: noinst_LIBRARIES = libca.a
                    200: libca_a_SOURCES = init.c mat.c vect.c str.c dist.c distm.c _distm.c ui.c \
                    201:   N.c Q.c QM.c real.c bf.c cplx.c num.c pari.c mi.c lmi.c mt19937.c \
                    202:   P.c PM.c PD.c PDM.c up.c up_lm.c up_gf2n.c up2.c \
                    203:   gf2n.c gfpn.c gfs.c gfspn.c \
                    204:   PU.c PUM.c R.c RU.c F.c  \
                    205:   D.c E.c Ebug.c EZ.c H.c M.c NEZ.c Mgfs.c Hgfs.c Fgfs.c \
1.13      saito     206:   C.c A.c alg.c p-itv.c f-itv.c d-itv.c nd.c ndbug.c Z.c dalg.c
1.1       ohara     207:
                    208: all: all-am
                    209:
                    210: .SUFFIXES:
                    211: .SUFFIXES: .c .o .obj
1.18      ohara     212: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    213:        @for dep in $?; do \
                    214:          case '$(am__configure_deps)' in \
                    215:            *$$dep*) \
                    216:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    217:                && exit 0; \
                    218:              exit 1;; \
                    219:          esac; \
                    220:        done; \
                    221:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  engine/Makefile'; \
1.1       ohara     222:        cd $(top_srcdir) && \
                    223:          $(AUTOMAKE) --gnu  engine/Makefile
1.18      ohara     224: .PRECIOUS: Makefile
                    225: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    226:        @case '$?' in \
                    227:          *config.status*) \
                    228:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    229:          *) \
                    230:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    231:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    232:        esac;
                    233:
                    234: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    235:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    236:
                    237: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    238:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    239: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    240:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1       ohara     241:
                    242: clean-noinstLIBRARIES:
                    243:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    244: libca.a: $(libca_a_OBJECTS) $(libca_a_DEPENDENCIES)
                    245:        -rm -f libca.a
                    246:        $(libca_a_AR) libca.a $(libca_a_OBJECTS) $(libca_a_LIBADD)
                    247:        $(RANLIB) libca.a
                    248:
                    249: mostlyclean-compile:
1.18      ohara     250:        -rm -f *.$(OBJEXT)
1.1       ohara     251:
                    252: distclean-compile:
                    253:        -rm -f *.tab.c
                    254:
1.18      ohara     255: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/A.Po@am__quote@
                    256: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/C.Po@am__quote@
                    257: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/D.Po@am__quote@
                    258: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/E.Po@am__quote@
                    259: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EZ.Po@am__quote@
                    260: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Ebug.Po@am__quote@
                    261: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/F.Po@am__quote@
                    262: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Fgfs.Po@am__quote@
                    263: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H.Po@am__quote@
                    264: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Hgfs.Po@am__quote@
                    265: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/M.Po@am__quote@
                    266: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Mgfs.Po@am__quote@
                    267: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/N.Po@am__quote@
                    268: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NEZ.Po@am__quote@
                    269: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/P.Po@am__quote@
                    270: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PD.Po@am__quote@
                    271: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PDM.Po@am__quote@
                    272: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PM.Po@am__quote@
                    273: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PU.Po@am__quote@
                    274: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PUM.Po@am__quote@
                    275: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Q.Po@am__quote@
                    276: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/QM.Po@am__quote@
                    277: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/R.Po@am__quote@
                    278: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RU.Po@am__quote@
                    279: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Z.Po@am__quote@
                    280: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_distm.Po@am__quote@
                    281: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alg.Po@am__quote@
                    282: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bf.Po@am__quote@
                    283: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cplx.Po@am__quote@
                    284: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d-itv.Po@am__quote@
                    285: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dalg.Po@am__quote@
                    286: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dist.Po@am__quote@
                    287: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/distm.Po@am__quote@
                    288: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f-itv.Po@am__quote@
                    289: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gf2n.Po@am__quote@
                    290: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfpn.Po@am__quote@
                    291: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfs.Po@am__quote@
                    292: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfspn.Po@am__quote@
                    293: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
                    294: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lmi.Po@am__quote@
                    295: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mat.Po@am__quote@
                    296: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi.Po@am__quote@
                    297: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt19937.Po@am__quote@
                    298: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nd.Po@am__quote@
                    299: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndbug.Po@am__quote@
                    300: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/num.Po@am__quote@
                    301: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p-itv.Po@am__quote@
                    302: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pari.Po@am__quote@
                    303: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/real.Po@am__quote@
                    304: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str.Po@am__quote@
                    305: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
                    306: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up.Po@am__quote@
                    307: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up2.Po@am__quote@
                    308: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_gf2n.Po@am__quote@
                    309: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_lm.Po@am__quote@
                    310: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vect.Po@am__quote@
1.1       ohara     311:
                    312: .c.o:
1.18      ohara     313: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    314: @am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    315: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    316: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    317: @am__fastdepCC_FALSE@  $(COMPILE) -c $<
1.1       ohara     318:
                    319: .c.obj:
1.18      ohara     320: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    321: @am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    322: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    323: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    324: @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
1.1       ohara     325:
                    326: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.18      ohara     327:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1       ohara     328:        unique=`for i in $$list; do \
                    329:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    330:          done | \
                    331:          $(AWK) '    { files[$$0] = 1; } \
                    332:               END { for (i in files) print i; }'`; \
1.18      ohara     333:        mkid -fID $$unique
                    334: tags: TAGS
1.1       ohara     335:
                    336: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    337:                $(TAGS_FILES) $(LISP)
                    338:        tags=; \
                    339:        here=`pwd`; \
1.18      ohara     340:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1.1       ohara     341:        unique=`for i in $$list; do \
                    342:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    343:          done | \
                    344:          $(AWK) '    { files[$$0] = 1; } \
                    345:               END { for (i in files) print i; }'`; \
1.18      ohara     346:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
                    347:          test -n "$$unique" || unique=$$empty_fix; \
                    348:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    349:            $$tags $$unique; \
                    350:        fi
                    351: ctags: CTAGS
                    352: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    353:                $(TAGS_FILES) $(LISP)
                    354:        tags=; \
                    355:        here=`pwd`; \
                    356:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    357:        unique=`for i in $$list; do \
                    358:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    359:          done | \
                    360:          $(AWK) '    { files[$$0] = 1; } \
                    361:               END { for (i in files) print i; }'`; \
                    362:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    363:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    364:             $$tags $$unique
1.1       ohara     365:
                    366: GTAGS:
1.18      ohara     367:        here=`$(am__cd) $(top_builddir) && pwd` \
1.1       ohara     368:          && cd $(top_srcdir) \
                    369:          && gtags -i $(GTAGS_ARGS) $$here
                    370:
                    371: distclean-tags:
1.18      ohara     372:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       ohara     373:
                    374: distdir: $(DISTFILES)
1.18      ohara     375:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    376:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    377:        list='$(DISTFILES)'; \
                    378:          dist_files=`for file in $$list; do echo $$file; done | \
                    379:          sed -e "s|^$$srcdirstrip/||;t" \
                    380:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    381:        case $$dist_files in \
                    382:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    383:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    384:                           sort -u` ;; \
                    385:        esac; \
                    386:        for file in $$dist_files; do \
                    387:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     388:          if test -d $$d/$$file; then \
1.18      ohara     389:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    390:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    391:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    392:            fi; \
                    393:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       ohara     394:          else \
                    395:            test -f $(distdir)/$$file \
                    396:            || cp -p $$d/$$file $(distdir)/$$file \
                    397:            || exit 1; \
                    398:          fi; \
                    399:        done
                    400: check-am: all-am
                    401: check: check-am
                    402: all-am: Makefile $(LIBRARIES)
                    403: installdirs:
                    404: install: install-am
                    405: install-exec: install-exec-am
                    406: install-data: install-data-am
                    407: uninstall: uninstall-am
                    408:
                    409: install-am: all-am
                    410:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    411:
                    412: installcheck: installcheck-am
                    413: install-strip:
                    414:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.18      ohara     415:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.1       ohara     416:          `test -z '$(STRIP)' || \
                    417:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    418: mostlyclean-generic:
                    419:
                    420: clean-generic:
                    421:
                    422: distclean-generic:
1.18      ohara     423:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1       ohara     424:
                    425: maintainer-clean-generic:
                    426:        @echo "This command is intended for maintainers to use"
                    427:        @echo "it deletes files that may require special tools to rebuild."
                    428: clean: clean-am
                    429:
                    430: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    431:
                    432: distclean: distclean-am
1.18      ohara     433:        -rm -rf ./$(DEPDIR)
                    434:        -rm -f Makefile
                    435: distclean-am: clean-am distclean-compile distclean-generic \
                    436:        distclean-tags
1.1       ohara     437:
                    438: dvi: dvi-am
                    439:
                    440: dvi-am:
                    441:
1.18      ohara     442: html: html-am
                    443:
1.1       ohara     444: info: info-am
                    445:
                    446: info-am:
                    447:
                    448: install-data-am:
                    449:
1.18      ohara     450: install-dvi: install-dvi-am
                    451:
1.1       ohara     452: install-exec-am:
                    453:
1.18      ohara     454: install-html: install-html-am
                    455:
1.1       ohara     456: install-info: install-info-am
                    457:
                    458: install-man:
                    459:
1.18      ohara     460: install-pdf: install-pdf-am
                    461:
                    462: install-ps: install-ps-am
                    463:
1.1       ohara     464: installcheck-am:
                    465:
                    466: maintainer-clean: maintainer-clean-am
1.18      ohara     467:        -rm -rf ./$(DEPDIR)
                    468:        -rm -f Makefile
1.1       ohara     469: maintainer-clean-am: distclean-am maintainer-clean-generic
                    470:
                    471: mostlyclean: mostlyclean-am
                    472:
                    473: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    474:
1.18      ohara     475: pdf: pdf-am
                    476:
                    477: pdf-am:
                    478:
                    479: ps: ps-am
                    480:
                    481: ps-am:
                    482:
                    483: uninstall-am:
                    484:
                    485: .MAKE: install-am install-strip
1.1       ohara     486:
1.18      ohara     487: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
                    488:        clean-noinstLIBRARIES ctags distclean distclean-compile \
                    489:        distclean-generic distclean-tags distdir dvi dvi-am html \
                    490:        html-am info info-am install install-am install-data \
                    491:        install-data-am install-dvi install-dvi-am install-exec \
                    492:        install-exec-am install-html install-html-am install-info \
                    493:        install-info-am install-man install-pdf install-pdf-am \
                    494:        install-ps install-ps-am install-strip installcheck \
1.1       ohara     495:        installcheck-am installdirs maintainer-clean \
                    496:        maintainer-clean-generic mostlyclean mostlyclean-compile \
1.18      ohara     497:        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
                    498:        uninstall-am
1.1       ohara     499:
                    500: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    501: # Otherwise a system limit (for SysV at least) may be exceeded.
                    502: .NOEXPORT:

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