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