Annotation of OpenXM_contrib2/asir2000/engine/Makefile.in, Revision 1.18
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.1 ohara 115: MPIINC = @MPIINC@
116: MPILIB = @MPILIB@
1.16 ohara 117: OBJEXT = @OBJEXT@
1.1 ohara 118: PACKAGE = @PACKAGE@
1.18 ! ohara 119: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
! 120: PACKAGE_NAME = @PACKAGE_NAME@
! 121: PACKAGE_STRING = @PACKAGE_STRING@
! 122: PACKAGE_TARNAME = @PACKAGE_TARNAME@
! 123: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1 ohara 124: PARIINC = @PARIINC@
125: PARILIB = @PARILIB@
1.18 ! ohara 126: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1 ohara 127: RANLIB = @RANLIB@
1.18 ! ohara 128: SET_MAKE = @SET_MAKE@
! 129: SHELL = @SHELL@
! 130: STRIP = @STRIP@
1.8 ohara 131: USE_GC_INTERIX = @USE_GC_INTERIX@
1.10 ohara 132: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.5 ohara 133: USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
1.1 ohara 134: VERSION = @VERSION@
1.18 ! ohara 135: XMKMF = @XMKMF@
1.4 ohara 136: XPMLIB = @XPMLIB@
1.1 ohara 137: X_CFLAGS = @X_CFLAGS@
138: X_EXTRA_LIBS = @X_EXTRA_LIBS@
139: X_LIBS = @X_LIBS@
140: X_PRE_LIBS = @X_PRE_LIBS@
141: YACC = @YACC@
1.18 ! ohara 142: YFLAGS = @YFLAGS@
! 143: abs_builddir = @abs_builddir@
! 144: abs_srcdir = @abs_srcdir@
! 145: abs_top_builddir = @abs_top_builddir@
! 146: abs_top_srcdir = @abs_top_srcdir@
! 147: ac_ct_CC = @ac_ct_CC@
1.1 ohara 148: am__include = @am__include@
1.18 ! ohara 149: am__leading_dot = @am__leading_dot@
1.1 ohara 150: am__quote = @am__quote@
1.18 ! ohara 151: am__tar = @am__tar@
! 152: am__untar = @am__untar@
1.1 ohara 153: asm_obj = @asm_obj@
1.18 ! ohara 154: bindir = @bindir@
! 155: build = @build@
! 156: build_alias = @build_alias@
! 157: build_cpu = @build_cpu@
! 158: build_os = @build_os@
! 159: build_vendor = @build_vendor@
! 160: builddir = @builddir@
! 161: datadir = @datadir@
! 162: datarootdir = @datarootdir@
! 163: docdir = @docdir@
! 164: dvidir = @dvidir@
! 165: exec_prefix = @exec_prefix@
! 166: host = @host@
! 167: host_alias = @host_alias@
! 168: host_cpu = @host_cpu@
! 169: host_os = @host_os@
! 170: host_vendor = @host_vendor@
! 171: htmldir = @htmldir@
! 172: includedir = @includedir@
! 173: infodir = @infodir@
1.1 ohara 174: install_sh = @install_sh@
175: libasir_postfix = @libasir_postfix@
1.18 ! ohara 176: libdir = @libdir@
! 177: libexecdir = @libexecdir@
! 178: localedir = @localedir@
! 179: localstatedir = @localstatedir@
! 180: mandir = @mandir@
! 181: mkdir_p = @mkdir_p@
! 182: oldincludedir = @oldincludedir@
! 183: pdfdir = @pdfdir@
! 184: prefix = @prefix@
! 185: program_transform_name = @program_transform_name@
! 186: psdir = @psdir@
! 187: sbindir = @sbindir@
! 188: sharedstatedir = @sharedstatedir@
! 189: srcdir = @srcdir@
! 190: sysconfdir = @sysconfdir@
! 191: target = @target@
! 192: target_alias = @target_alias@
! 193: target_cpu = @target_cpu@
! 194: target_os = @target_os@
! 195: target_vendor = @target_vendor@
! 196: top_builddir = @top_builddir@
! 197: top_srcdir = @top_srcdir@
1.6 ohara 198: asirdir = ${prefix}/lib/asir
1.1 ohara 199: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
200: -I${top_srcdir}/gc/include \
201: @PARIINC@ @MPIINC@ @X_CFLAGS@
202:
203: noinst_LIBRARIES = libca.a
204: libca_a_SOURCES = init.c mat.c vect.c str.c dist.c distm.c _distm.c ui.c \
205: N.c Q.c QM.c real.c bf.c cplx.c num.c pari.c mi.c lmi.c mt19937.c \
206: P.c PM.c PD.c PDM.c up.c up_lm.c up_gf2n.c up2.c \
207: gf2n.c gfpn.c gfs.c gfspn.c \
208: PU.c PUM.c R.c RU.c F.c \
209: D.c E.c Ebug.c EZ.c H.c M.c NEZ.c Mgfs.c Hgfs.c Fgfs.c \
1.13 saito 210: 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 211:
212: all: all-am
213:
214: .SUFFIXES:
215: .SUFFIXES: .c .o .obj
1.18 ! ohara 216: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
! 217: @for dep in $?; do \
! 218: case '$(am__configure_deps)' in \
! 219: *$$dep*) \
! 220: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
! 221: && exit 0; \
! 222: exit 1;; \
! 223: esac; \
! 224: done; \
! 225: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu engine/Makefile'; \
1.1 ohara 226: cd $(top_srcdir) && \
227: $(AUTOMAKE) --gnu engine/Makefile
1.18 ! ohara 228: .PRECIOUS: Makefile
! 229: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 230: @case '$?' in \
! 231: *config.status*) \
! 232: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
! 233: *) \
! 234: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
! 235: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
! 236: esac;
! 237:
! 238: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 239: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 240:
! 241: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
! 242: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 243: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
! 244: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1 ohara 245:
246: clean-noinstLIBRARIES:
247: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
248: libca.a: $(libca_a_OBJECTS) $(libca_a_DEPENDENCIES)
249: -rm -f libca.a
250: $(libca_a_AR) libca.a $(libca_a_OBJECTS) $(libca_a_LIBADD)
251: $(RANLIB) libca.a
252:
253: mostlyclean-compile:
1.18 ! ohara 254: -rm -f *.$(OBJEXT)
1.1 ohara 255:
256: distclean-compile:
257: -rm -f *.tab.c
258:
1.18 ! ohara 259: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/A.Po@am__quote@
! 260: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/C.Po@am__quote@
! 261: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/D.Po@am__quote@
! 262: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/E.Po@am__quote@
! 263: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EZ.Po@am__quote@
! 264: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Ebug.Po@am__quote@
! 265: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/F.Po@am__quote@
! 266: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Fgfs.Po@am__quote@
! 267: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H.Po@am__quote@
! 268: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Hgfs.Po@am__quote@
! 269: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/M.Po@am__quote@
! 270: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Mgfs.Po@am__quote@
! 271: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/N.Po@am__quote@
! 272: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NEZ.Po@am__quote@
! 273: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/P.Po@am__quote@
! 274: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PD.Po@am__quote@
! 275: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PDM.Po@am__quote@
! 276: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PM.Po@am__quote@
! 277: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PU.Po@am__quote@
! 278: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PUM.Po@am__quote@
! 279: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Q.Po@am__quote@
! 280: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/QM.Po@am__quote@
! 281: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/R.Po@am__quote@
! 282: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RU.Po@am__quote@
! 283: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Z.Po@am__quote@
! 284: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_distm.Po@am__quote@
! 285: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alg.Po@am__quote@
! 286: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bf.Po@am__quote@
! 287: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cplx.Po@am__quote@
! 288: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d-itv.Po@am__quote@
! 289: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dalg.Po@am__quote@
! 290: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dist.Po@am__quote@
! 291: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/distm.Po@am__quote@
! 292: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f-itv.Po@am__quote@
! 293: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gf2n.Po@am__quote@
! 294: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfpn.Po@am__quote@
! 295: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfs.Po@am__quote@
! 296: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfspn.Po@am__quote@
! 297: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
! 298: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lmi.Po@am__quote@
! 299: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mat.Po@am__quote@
! 300: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi.Po@am__quote@
! 301: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt19937.Po@am__quote@
! 302: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nd.Po@am__quote@
! 303: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndbug.Po@am__quote@
! 304: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/num.Po@am__quote@
! 305: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p-itv.Po@am__quote@
! 306: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pari.Po@am__quote@
! 307: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/real.Po@am__quote@
! 308: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str.Po@am__quote@
! 309: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
! 310: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up.Po@am__quote@
! 311: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up2.Po@am__quote@
! 312: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_gf2n.Po@am__quote@
! 313: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_lm.Po@am__quote@
! 314: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vect.Po@am__quote@
1.1 ohara 315:
316: .c.o:
1.18 ! ohara 317: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
! 318: @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
! 319: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 320: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 321: @am__fastdepCC_FALSE@ $(COMPILE) -c $<
1.1 ohara 322:
323: .c.obj:
1.18 ! ohara 324: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
! 325: @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
! 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 `$(CYGPATH_W) '$<'`
1.1 ohara 329:
330: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.18 ! ohara 331: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1 ohara 332: unique=`for i in $$list; do \
333: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
334: done | \
335: $(AWK) ' { files[$$0] = 1; } \
336: END { for (i in files) print i; }'`; \
1.18 ! ohara 337: mkid -fID $$unique
! 338: tags: TAGS
1.1 ohara 339:
340: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
341: $(TAGS_FILES) $(LISP)
342: tags=; \
343: here=`pwd`; \
1.18 ! ohara 344: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1 ohara 345: unique=`for i in $$list; do \
346: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
347: done | \
348: $(AWK) ' { files[$$0] = 1; } \
349: END { for (i in files) print i; }'`; \
1.18 ! ohara 350: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
! 351: test -n "$$unique" || unique=$$empty_fix; \
! 352: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 353: $$tags $$unique; \
! 354: fi
! 355: ctags: CTAGS
! 356: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
! 357: $(TAGS_FILES) $(LISP)
! 358: tags=; \
! 359: here=`pwd`; \
! 360: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
! 361: unique=`for i in $$list; do \
! 362: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 363: done | \
! 364: $(AWK) ' { files[$$0] = 1; } \
! 365: END { for (i in files) print i; }'`; \
! 366: test -z "$(CTAGS_ARGS)$$tags$$unique" \
! 367: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
! 368: $$tags $$unique
1.1 ohara 369:
370: GTAGS:
1.18 ! ohara 371: here=`$(am__cd) $(top_builddir) && pwd` \
1.1 ohara 372: && cd $(top_srcdir) \
373: && gtags -i $(GTAGS_ARGS) $$here
374:
375: distclean-tags:
1.18 ! ohara 376: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1 ohara 377:
378: distdir: $(DISTFILES)
1.18 ! ohara 379: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 380: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 381: list='$(DISTFILES)'; \
! 382: dist_files=`for file in $$list; do echo $$file; done | \
! 383: sed -e "s|^$$srcdirstrip/||;t" \
! 384: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
! 385: case $$dist_files in \
! 386: */*) $(MKDIR_P) `echo "$$dist_files" | \
! 387: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
! 388: sort -u` ;; \
! 389: esac; \
! 390: for file in $$dist_files; do \
! 391: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1 ohara 392: if test -d $$d/$$file; then \
1.18 ! ohara 393: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
! 394: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 395: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
! 396: fi; \
! 397: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 ohara 398: else \
399: test -f $(distdir)/$$file \
400: || cp -p $$d/$$file $(distdir)/$$file \
401: || exit 1; \
402: fi; \
403: done
404: check-am: all-am
405: check: check-am
406: all-am: Makefile $(LIBRARIES)
407: installdirs:
408: install: install-am
409: install-exec: install-exec-am
410: install-data: install-data-am
411: uninstall: uninstall-am
412:
413: install-am: all-am
414: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
415:
416: installcheck: installcheck-am
417: install-strip:
418: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.18 ! ohara 419: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.1 ohara 420: `test -z '$(STRIP)' || \
421: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
422: mostlyclean-generic:
423:
424: clean-generic:
425:
426: distclean-generic:
1.18 ! ohara 427: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1 ohara 428:
429: maintainer-clean-generic:
430: @echo "This command is intended for maintainers to use"
431: @echo "it deletes files that may require special tools to rebuild."
432: clean: clean-am
433:
434: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
435:
436: distclean: distclean-am
1.18 ! ohara 437: -rm -rf ./$(DEPDIR)
! 438: -rm -f Makefile
! 439: distclean-am: clean-am distclean-compile distclean-generic \
! 440: distclean-tags
1.1 ohara 441:
442: dvi: dvi-am
443:
444: dvi-am:
445:
1.18 ! ohara 446: html: html-am
! 447:
1.1 ohara 448: info: info-am
449:
450: info-am:
451:
452: install-data-am:
453:
1.18 ! ohara 454: install-dvi: install-dvi-am
! 455:
1.1 ohara 456: install-exec-am:
457:
1.18 ! ohara 458: install-html: install-html-am
! 459:
1.1 ohara 460: install-info: install-info-am
461:
462: install-man:
463:
1.18 ! ohara 464: install-pdf: install-pdf-am
! 465:
! 466: install-ps: install-ps-am
! 467:
1.1 ohara 468: installcheck-am:
469:
470: maintainer-clean: maintainer-clean-am
1.18 ! ohara 471: -rm -rf ./$(DEPDIR)
! 472: -rm -f Makefile
1.1 ohara 473: maintainer-clean-am: distclean-am maintainer-clean-generic
474:
475: mostlyclean: mostlyclean-am
476:
477: mostlyclean-am: mostlyclean-compile mostlyclean-generic
478:
1.18 ! ohara 479: pdf: pdf-am
! 480:
! 481: pdf-am:
! 482:
! 483: ps: ps-am
! 484:
! 485: ps-am:
! 486:
! 487: uninstall-am:
! 488:
! 489: .MAKE: install-am install-strip
1.1 ohara 490:
1.18 ! ohara 491: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
! 492: clean-noinstLIBRARIES ctags distclean distclean-compile \
! 493: distclean-generic distclean-tags distdir dvi dvi-am html \
! 494: html-am info info-am install install-am install-data \
! 495: install-data-am install-dvi install-dvi-am install-exec \
! 496: install-exec-am install-html install-html-am install-info \
! 497: install-info-am install-man install-pdf install-pdf-am \
! 498: install-ps install-ps-am install-strip installcheck \
1.1 ohara 499: installcheck-am installdirs maintainer-clean \
500: maintainer-clean-generic mostlyclean mostlyclean-compile \
1.18 ! ohara 501: mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
! 502: uninstall-am
1.1 ohara 503:
504: # Tell versions [3.59,3.63) of GNU make to not export all variables.
505: # Otherwise a system limit (for SysV at least) may be exceeded.
506: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>