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

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

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