Annotation of OpenXM_contrib2/asir2000/engine/Makefile.in, Revision 1.23
1.23 ! noro 1: # Makefile.in generated by automake 1.11.6 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,
! 5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
! 6: # Foundation, 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@
1.22 ohara 19: am__make_dryrun = \
20: { \
21: am__dry=no; \
22: case $$MAKEFLAGS in \
23: *\\[\ \ ]*) \
24: echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25: | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26: *) \
27: for am__flg in $$MAKEFLAGS; do \
28: case $$am__flg in \
29: *=*|--*) ;; \
30: *n*) am__dry=yes; break;; \
31: esac; \
32: done;; \
33: esac; \
34: test $$am__dry = yes; \
35: }
1.1 ohara 36: pkgdatadir = $(datadir)/@PACKAGE@
1.21 ohara 37: pkgincludedir = $(includedir)/@PACKAGE@
1.1 ohara 38: pkglibdir = $(libdir)/@PACKAGE@
1.21 ohara 39: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.18 ohara 40: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41: install_sh_DATA = $(install_sh) -c -m 644
42: install_sh_PROGRAM = $(install_sh) -c
43: install_sh_SCRIPT = $(install_sh) -c
1.1 ohara 44: INSTALL_HEADER = $(INSTALL_DATA)
1.18 ohara 45: transform = $(program_transform_name)
1.1 ohara 46: NORMAL_INSTALL = :
47: PRE_INSTALL = :
48: POST_INSTALL = :
49: NORMAL_UNINSTALL = :
50: PRE_UNINSTALL = :
51: POST_UNINSTALL = :
52: build_triplet = @build@
53: host_triplet = @host@
54: target_triplet = @target@
1.18 ohara 55: subdir = engine
1.23 ! noro 56: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
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) \
1.23 ! noro 83: dalg.$(OBJEXT) gmpq.$(OBJEXT)
1.18 ohara 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.23 ! noro 237: 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 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@
1.23 ! noro 325: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmpq.Po@am__quote@
1.18 ohara 326: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
327: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lmi.Po@am__quote@
328: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mat.Po@am__quote@
329: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi.Po@am__quote@
330: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt19937.Po@am__quote@
331: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nd.Po@am__quote@
332: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndbug.Po@am__quote@
333: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/num.Po@am__quote@
334: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p-itv.Po@am__quote@
335: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pari.Po@am__quote@
336: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/real.Po@am__quote@
337: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str.Po@am__quote@
338: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
339: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up.Po@am__quote@
340: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up2.Po@am__quote@
341: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_gf2n.Po@am__quote@
342: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_lm.Po@am__quote@
343: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vect.Po@am__quote@
1.1 ohara 344:
345: .c.o:
1.18 ohara 346: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1.21 ohara 347: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1.18 ohara 348: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
349: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
350: @am__fastdepCC_FALSE@ $(COMPILE) -c $<
1.1 ohara 351:
352: .c.obj:
1.18 ohara 353: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1.21 ohara 354: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1.18 ohara 355: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
356: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
357: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
1.1 ohara 358:
359: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.18 ohara 360: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1 ohara 361: unique=`for i in $$list; do \
362: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
363: done | \
1.21 ohara 364: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
365: END { if (nonempty) { for (i in files) print i; }; }'`; \
1.18 ohara 366: mkid -fID $$unique
367: tags: TAGS
1.1 ohara 368:
369: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
370: $(TAGS_FILES) $(LISP)
1.21 ohara 371: set x; \
1.1 ohara 372: here=`pwd`; \
1.18 ohara 373: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1 ohara 374: unique=`for i in $$list; do \
375: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376: done | \
1.21 ohara 377: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
378: END { if (nonempty) { for (i in files) print i; }; }'`; \
379: shift; \
380: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.18 ohara 381: test -n "$$unique" || unique=$$empty_fix; \
1.21 ohara 382: if test $$# -gt 0; then \
383: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
384: "$$@" $$unique; \
385: else \
386: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
387: $$unique; \
388: fi; \
1.18 ohara 389: fi
390: ctags: CTAGS
391: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
392: $(TAGS_FILES) $(LISP)
393: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
394: unique=`for i in $$list; do \
395: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
396: done | \
1.21 ohara 397: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
398: END { if (nonempty) { for (i in files) print i; }; }'`; \
399: test -z "$(CTAGS_ARGS)$$unique" \
1.18 ohara 400: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.21 ohara 401: $$unique
1.1 ohara 402:
403: GTAGS:
1.18 ohara 404: here=`$(am__cd) $(top_builddir) && pwd` \
1.21 ohara 405: && $(am__cd) $(top_srcdir) \
406: && gtags -i $(GTAGS_ARGS) "$$here"
1.1 ohara 407:
408: distclean-tags:
1.18 ohara 409: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1 ohara 410:
411: distdir: $(DISTFILES)
1.18 ohara 412: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
413: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
414: list='$(DISTFILES)'; \
415: dist_files=`for file in $$list; do echo $$file; done | \
416: sed -e "s|^$$srcdirstrip/||;t" \
417: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
418: case $$dist_files in \
419: */*) $(MKDIR_P) `echo "$$dist_files" | \
420: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
421: sort -u` ;; \
422: esac; \
423: for file in $$dist_files; do \
424: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1 ohara 425: if test -d $$d/$$file; then \
1.18 ohara 426: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.21 ohara 427: if test -d "$(distdir)/$$file"; then \
428: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
429: fi; \
1.18 ohara 430: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.21 ohara 431: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
432: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.18 ohara 433: fi; \
1.21 ohara 434: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1 ohara 435: else \
1.21 ohara 436: test -f "$(distdir)/$$file" \
437: || cp -p $$d/$$file "$(distdir)/$$file" \
1.1 ohara 438: || exit 1; \
439: fi; \
440: done
441: check-am: all-am
442: check: check-am
443: all-am: Makefile $(LIBRARIES)
444: installdirs:
445: install: install-am
446: install-exec: install-exec-am
447: install-data: install-data-am
448: uninstall: uninstall-am
449:
450: install-am: all-am
451: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
452:
453: installcheck: installcheck-am
454: install-strip:
1.22 ohara 455: if test -z '$(STRIP)'; then \
456: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
457: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
458: install; \
459: else \
460: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
461: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
462: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
463: fi
1.1 ohara 464: mostlyclean-generic:
465:
466: clean-generic:
467:
468: distclean-generic:
1.18 ohara 469: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.21 ohara 470: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1 ohara 471:
472: maintainer-clean-generic:
473: @echo "This command is intended for maintainers to use"
474: @echo "it deletes files that may require special tools to rebuild."
475: clean: clean-am
476:
477: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
478:
479: distclean: distclean-am
1.18 ohara 480: -rm -rf ./$(DEPDIR)
481: -rm -f Makefile
482: distclean-am: clean-am distclean-compile distclean-generic \
483: distclean-tags
1.1 ohara 484:
485: dvi: dvi-am
486:
487: dvi-am:
488:
1.18 ohara 489: html: html-am
490:
1.21 ohara 491: html-am:
492:
1.1 ohara 493: info: info-am
494:
495: info-am:
496:
497: install-data-am:
498:
1.18 ohara 499: install-dvi: install-dvi-am
500:
1.21 ohara 501: install-dvi-am:
502:
1.1 ohara 503: install-exec-am:
504:
1.18 ohara 505: install-html: install-html-am
506:
1.21 ohara 507: install-html-am:
508:
1.1 ohara 509: install-info: install-info-am
510:
1.21 ohara 511: install-info-am:
512:
1.1 ohara 513: install-man:
514:
1.18 ohara 515: install-pdf: install-pdf-am
516:
1.21 ohara 517: install-pdf-am:
518:
1.18 ohara 519: install-ps: install-ps-am
520:
1.21 ohara 521: install-ps-am:
522:
1.1 ohara 523: installcheck-am:
524:
525: maintainer-clean: maintainer-clean-am
1.18 ohara 526: -rm -rf ./$(DEPDIR)
527: -rm -f Makefile
1.1 ohara 528: maintainer-clean-am: distclean-am maintainer-clean-generic
529:
530: mostlyclean: mostlyclean-am
531:
532: mostlyclean-am: mostlyclean-compile mostlyclean-generic
533:
1.18 ohara 534: pdf: pdf-am
535:
536: pdf-am:
537:
538: ps: ps-am
539:
540: ps-am:
541:
542: uninstall-am:
543:
544: .MAKE: install-am install-strip
1.1 ohara 545:
1.18 ohara 546: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1.23 ! noro 547: clean-noinstLIBRARIES ctags distclean distclean-compile \
! 548: distclean-generic distclean-tags distdir dvi dvi-am html \
! 549: html-am info info-am install install-am install-data \
! 550: install-data-am install-dvi install-dvi-am install-exec \
! 551: install-exec-am install-html install-html-am install-info \
! 552: install-info-am install-man install-pdf install-pdf-am \
! 553: install-ps install-ps-am install-strip installcheck \
! 554: installcheck-am installdirs maintainer-clean \
1.1 ohara 555: maintainer-clean-generic mostlyclean mostlyclean-compile \
1.18 ohara 556: mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
557: uninstall-am
1.1 ohara 558:
1.21 ohara 559:
1.1 ohara 560: # Tell versions [3.59,3.63) of GNU make to not export all variables.
561: # Otherwise a system limit (for SysV at least) may be exceeded.
562: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>