Annotation of OpenXM_contrib2/asir2000/builtin/Makefile.in, Revision 1.10
1.1 ohara 1: # Makefile.in generated automatically by automake 1.5 from Makefile.am.
2:
3: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4: # Free Software Foundation, Inc.
5: # This Makefile.in is free software; the Free Software Foundation
6: # gives unlimited permission to copy and/or distribute it,
7: # with or without modifications, as long as this notice is preserved.
8:
9: # This program is distributed in the hope that it will be useful,
10: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12: # PARTICULAR PURPOSE.
13:
14: @SET_MAKE@
15:
16: SHELL = @SHELL@
17:
18: srcdir = @srcdir@
19: top_srcdir = @top_srcdir@
20: VPATH = @srcdir@
21: prefix = @prefix@
22: exec_prefix = @exec_prefix@
23:
24: bindir = @bindir@
25: sbindir = @sbindir@
26: libexecdir = @libexecdir@
27: datadir = @datadir@
28: sysconfdir = @sysconfdir@
29: sharedstatedir = @sharedstatedir@
30: localstatedir = @localstatedir@
31: libdir = @libdir@
32: infodir = @infodir@
33: mandir = @mandir@
34: includedir = @includedir@
35: oldincludedir = /usr/include
36: pkgdatadir = $(datadir)/@PACKAGE@
37: pkglibdir = $(libdir)/@PACKAGE@
38: pkgincludedir = $(includedir)/@PACKAGE@
39: top_builddir = ..
40:
41: ACLOCAL = @ACLOCAL@
42: AUTOCONF = @AUTOCONF@
43: AUTOMAKE = @AUTOMAKE@
44: AUTOHEADER = @AUTOHEADER@
45:
46: INSTALL = @INSTALL@
47: INSTALL_PROGRAM = @INSTALL_PROGRAM@
48: INSTALL_DATA = @INSTALL_DATA@
49: INSTALL_SCRIPT = @INSTALL_SCRIPT@
50: INSTALL_HEADER = $(INSTALL_DATA)
51: transform = @program_transform_name@
52: NORMAL_INSTALL = :
53: PRE_INSTALL = :
54: POST_INSTALL = :
55: NORMAL_UNINSTALL = :
56: PRE_UNINSTALL = :
57: POST_UNINSTALL = :
58: build_alias = @build_alias@
59: build_triplet = @build@
60: host_alias = @host_alias@
61: host_triplet = @host@
62: target_alias = @target_alias@
63: target_triplet = @target@
64: AMTAR = @AMTAR@
65: AWK = @AWK@
66: CC = @CC@
67: DEPDIR = @DEPDIR@
68: EXEEXT = @EXEEXT@
69: FEPLIB = @FEPLIB@
70: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
71: LAPACKLIB = @LAPACKLIB@
72: LN_S = @LN_S@
1.4 ohara 73: MAINT = @MAINT@
1.1 ohara 74: MPIINC = @MPIINC@
75: MPILIB = @MPILIB@
76: OBJEXT = @OBJEXT@
77: PACKAGE = @PACKAGE@
78: PARIINC = @PARIINC@
79: PARILIB = @PARILIB@
80: RANLIB = @RANLIB@
1.5 ohara 81: USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
1.1 ohara 82: VERSION = @VERSION@
1.4 ohara 83: XPMLIB = @XPMLIB@
1.1 ohara 84: X_CFLAGS = @X_CFLAGS@
85: X_EXTRA_LIBS = @X_EXTRA_LIBS@
86: X_LIBS = @X_LIBS@
87: X_PRE_LIBS = @X_PRE_LIBS@
88: YACC = @YACC@
89: am__include = @am__include@
90: am__quote = @am__quote@
91: asm_obj = @asm_obj@
92: install_sh = @install_sh@
93: libasir_postfix = @libasir_postfix@
94:
1.6 ohara 95: asirdir = ${prefix}/lib/asir
96: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1 ohara 97: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
98: -I${top_srcdir}/gc/include \
99: @PARIINC@ @MPIINC@ @X_CFLAGS@
100:
101: noinst_LIBRARIES = libfunc.a
102: libfunc_a_SOURCES = ftab.c algnum.c array.c cplxnum.c ctrl.c dp.c \
103: fctr.c file.c help.c int.c list.c miscf.c \
104: parif.c poly.c pdiv.c print.c pf.c \
1.8 noro 105: rat.c reduct.c result.c itvnum.c mattran.c isolv.c \
1.1 ohara 106: strobj.c subst.c time.c type.c var.c compobj.c \
107: gr.c dp-supp.c gf.c math.c numerical.c ec.c al.c \
1.10 ! noro 108: batch.c sha1.c user.c round.c
1.1 ohara 109:
110: subdir = builtin
111: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
112: CONFIG_CLEAN_FILES =
113: LIBRARIES = $(noinst_LIBRARIES)
114:
115: libfunc_a_AR = $(AR) cru
116: libfunc_a_LIBADD =
117: am_libfunc_a_OBJECTS = ftab.$(OBJEXT) algnum.$(OBJEXT) array.$(OBJEXT) \
118: cplxnum.$(OBJEXT) ctrl.$(OBJEXT) dp.$(OBJEXT) fctr.$(OBJEXT) \
119: file.$(OBJEXT) help.$(OBJEXT) int.$(OBJEXT) list.$(OBJEXT) \
120: miscf.$(OBJEXT) parif.$(OBJEXT) poly.$(OBJEXT) pdiv.$(OBJEXT) \
121: print.$(OBJEXT) pf.$(OBJEXT) rat.$(OBJEXT) reduct.$(OBJEXT) \
1.8 noro 122: result.$(OBJEXT) itvnum.$(OBJEXT) mattran.$(OBJEXT) \
123: isolv.$(OBJEXT) strobj.$(OBJEXT) subst.$(OBJEXT) time.$(OBJEXT) \
124: type.$(OBJEXT) var.$(OBJEXT) compobj.$(OBJEXT) gr.$(OBJEXT) \
125: dp-supp.$(OBJEXT) gf.$(OBJEXT) math.$(OBJEXT) \
126: numerical.$(OBJEXT) ec.$(OBJEXT) al.$(OBJEXT) batch.$(OBJEXT) \
1.10 ! noro 127: sha1.$(OBJEXT) user.$(OBJEXT) round.$(OBJEXT)
1.1 ohara 128: libfunc_a_OBJECTS = $(am_libfunc_a_OBJECTS)
129: DEFAULT_INCLUDES = -I. -I$(srcdir)
130: CPPFLAGS = @CPPFLAGS@
131: LDFLAGS = @LDFLAGS@
132: LIBS = @LIBS@
133: depcomp = $(SHELL) $(top_srcdir)/depcomp
134: @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/al.Po $(DEPDIR)/algnum.Po \
135: @AMDEP_TRUE@ $(DEPDIR)/array.Po $(DEPDIR)/batch.Po \
136: @AMDEP_TRUE@ $(DEPDIR)/compobj.Po $(DEPDIR)/cplxnum.Po \
137: @AMDEP_TRUE@ $(DEPDIR)/ctrl.Po $(DEPDIR)/dp-supp.Po \
138: @AMDEP_TRUE@ $(DEPDIR)/dp.Po $(DEPDIR)/ec.Po $(DEPDIR)/fctr.Po \
139: @AMDEP_TRUE@ $(DEPDIR)/file.Po $(DEPDIR)/ftab.Po $(DEPDIR)/gf.Po \
140: @AMDEP_TRUE@ $(DEPDIR)/gr.Po $(DEPDIR)/help.Po $(DEPDIR)/int.Po \
1.7 saito 141: @AMDEP_TRUE@ $(DEPDIR)/isolv.Po $(DEPDIR)/itvnum.Po \
142: @AMDEP_TRUE@ $(DEPDIR)/list.Po $(DEPDIR)/math.Po \
143: @AMDEP_TRUE@ $(DEPDIR)/mattran.Po $(DEPDIR)/miscf.Po \
144: @AMDEP_TRUE@ $(DEPDIR)/numerical.Po $(DEPDIR)/parif.Po \
145: @AMDEP_TRUE@ $(DEPDIR)/pdiv.Po $(DEPDIR)/pf.Po $(DEPDIR)/poly.Po \
1.1 ohara 146: @AMDEP_TRUE@ $(DEPDIR)/print.Po $(DEPDIR)/rat.Po \
147: @AMDEP_TRUE@ $(DEPDIR)/reduct.Po $(DEPDIR)/result.Po \
1.10 ! noro 148: @AMDEP_TRUE@ $(DEPDIR)/round.Po $(DEPDIR)/sha1.Po \
! 149: @AMDEP_TRUE@ $(DEPDIR)/strobj.Po $(DEPDIR)/subst.Po \
! 150: @AMDEP_TRUE@ $(DEPDIR)/time.Po $(DEPDIR)/type.Po \
! 151: @AMDEP_TRUE@ $(DEPDIR)/user.Po $(DEPDIR)/var.Po
1.1 ohara 152: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
153: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
154: CCLD = $(CC)
155: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
156: CFLAGS = @CFLAGS@
157: DIST_SOURCES = $(libfunc_a_SOURCES)
158: DIST_COMMON = Makefile.am Makefile.in
159: SOURCES = $(libfunc_a_SOURCES)
160:
161: all: all-am
162:
163: .SUFFIXES:
164: .SUFFIXES: .c .o .obj
1.4 ohara 165: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1 ohara 166: cd $(top_srcdir) && \
167: $(AUTOMAKE) --gnu builtin/Makefile
1.4 ohara 168: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
1.1 ohara 169: cd $(top_builddir) && \
170: CONFIG_HEADERS= CONFIG_LINKS= \
171: CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
172:
173: AR = ar
174:
175: clean-noinstLIBRARIES:
176: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
177: libfunc.a: $(libfunc_a_OBJECTS) $(libfunc_a_DEPENDENCIES)
178: -rm -f libfunc.a
179: $(libfunc_a_AR) libfunc.a $(libfunc_a_OBJECTS) $(libfunc_a_LIBADD)
180: $(RANLIB) libfunc.a
181:
182: mostlyclean-compile:
183: -rm -f *.$(OBJEXT) core *.core
184:
185: distclean-compile:
186: -rm -f *.tab.c
187:
188: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/al.Po@am__quote@
189: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/algnum.Po@am__quote@
190: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/array.Po@am__quote@
191: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/batch.Po@am__quote@
192: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/compobj.Po@am__quote@
193: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cplxnum.Po@am__quote@
194: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ctrl.Po@am__quote@
195: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dp-supp.Po@am__quote@
196: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dp.Po@am__quote@
197: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ec.Po@am__quote@
198: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fctr.Po@am__quote@
199: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/file.Po@am__quote@
200: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ftab.Po@am__quote@
201: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gf.Po@am__quote@
202: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gr.Po@am__quote@
203: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/help.Po@am__quote@
204: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/int.Po@am__quote@
1.7 saito 205: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/isolv.Po@am__quote@
1.1 ohara 206: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/itvnum.Po@am__quote@
207: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/list.Po@am__quote@
208: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/math.Po@am__quote@
209: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mattran.Po@am__quote@
210: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/miscf.Po@am__quote@
211: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/numerical.Po@am__quote@
212: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/parif.Po@am__quote@
213: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pdiv.Po@am__quote@
214: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pf.Po@am__quote@
215: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/poly.Po@am__quote@
216: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/print.Po@am__quote@
217: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/rat.Po@am__quote@
218: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/reduct.Po@am__quote@
219: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/result.Po@am__quote@
1.10 ! noro 220: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/round.Po@am__quote@
1.1 ohara 221: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sha1.Po@am__quote@
222: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strobj.Po@am__quote@
223: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/subst.Po@am__quote@
224: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/time.Po@am__quote@
225: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/type.Po@am__quote@
226: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/user.Po@am__quote@
227: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/var.Po@am__quote@
228:
229: distclean-depend:
230: -rm -rf $(DEPDIR)
231:
232: .c.o:
233: @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
234: @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
235: @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
236: $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
237:
238: .c.obj:
239: @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
240: @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
241: @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
242: $(COMPILE) -c `cygpath -w $<`
243: CCDEPMODE = @CCDEPMODE@
244: uninstall-info-am:
245:
246: tags: TAGS
247:
248: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
249: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
250: unique=`for i in $$list; do \
251: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
252: done | \
253: $(AWK) ' { files[$$0] = 1; } \
254: END { for (i in files) print i; }'`; \
255: mkid -fID $$unique $(LISP)
256:
257: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
258: $(TAGS_FILES) $(LISP)
259: tags=; \
260: here=`pwd`; \
261: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
262: unique=`for i in $$list; do \
263: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
264: done | \
265: $(AWK) ' { files[$$0] = 1; } \
266: END { for (i in files) print i; }'`; \
267: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
268: || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
269:
270: GTAGS:
271: here=`CDPATH=: && cd $(top_builddir) && pwd` \
272: && cd $(top_srcdir) \
273: && gtags -i $(GTAGS_ARGS) $$here
274:
275: distclean-tags:
276: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
277:
278: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
279:
280: top_distdir = ..
281: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
282:
283: distdir: $(DISTFILES)
284: @for file in $(DISTFILES); do \
285: if test -f $$file; then d=.; else d=$(srcdir); fi; \
286: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
287: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
288: $(mkinstalldirs) "$(distdir)/$$dir"; \
289: fi; \
290: if test -d $$d/$$file; then \
291: cp -pR $$d/$$file $(distdir) \
292: || exit 1; \
293: else \
294: test -f $(distdir)/$$file \
295: || cp -p $$d/$$file $(distdir)/$$file \
296: || exit 1; \
297: fi; \
298: done
299: check-am: all-am
300: check: check-am
301: all-am: Makefile $(LIBRARIES)
302:
303: installdirs:
304:
305: install: install-am
306: install-exec: install-exec-am
307: install-data: install-data-am
308: uninstall: uninstall-am
309:
310: install-am: all-am
311: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
312:
313: installcheck: installcheck-am
314: install-strip:
315: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
316: `test -z '$(STRIP)' || \
317: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
318: mostlyclean-generic:
319:
320: clean-generic:
321:
322: distclean-generic:
323: -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
324:
325: maintainer-clean-generic:
326: @echo "This command is intended for maintainers to use"
327: @echo "it deletes files that may require special tools to rebuild."
328: clean: clean-am
329:
330: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
331:
332: distclean: distclean-am
333:
334: distclean-am: clean-am distclean-compile distclean-depend \
335: distclean-generic distclean-tags
336:
337: dvi: dvi-am
338:
339: dvi-am:
340:
341: info: info-am
342:
343: info-am:
344:
345: install-data-am:
346:
347: install-exec-am:
348:
349: install-info: install-info-am
350:
351: install-man:
352:
353: installcheck-am:
354:
355: maintainer-clean: maintainer-clean-am
356:
357: maintainer-clean-am: distclean-am maintainer-clean-generic
358:
359: mostlyclean: mostlyclean-am
360:
361: mostlyclean-am: mostlyclean-compile mostlyclean-generic
362:
363: uninstall-am: uninstall-info-am
364:
365: .PHONY: GTAGS all all-am check check-am clean clean-generic \
366: clean-noinstLIBRARIES distclean distclean-compile \
367: distclean-depend distclean-generic distclean-tags distdir dvi \
368: dvi-am info info-am install install-am install-data \
369: install-data-am install-exec install-exec-am install-info \
370: install-info-am install-man install-strip installcheck \
371: installcheck-am installdirs maintainer-clean \
372: maintainer-clean-generic mostlyclean mostlyclean-compile \
373: mostlyclean-generic tags uninstall uninstall-am \
374: uninstall-info-am
375:
376: # Tell versions [3.59,3.63) of GNU make to not export all variables.
377: # Otherwise a system limit (for SysV at least) may be exceeded.
378: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>