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

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

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