Annotation of OpenXM_contrib2/asir2000/builtin/Makefile.in, Revision 1.7
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.7 ! saito 105: rat.c reduct.c result.c isolv.c itvnum.c mattran.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.7 ! saito 108: batch.c sha1.c user.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.7 ! saito 122: result.$(OBJEXT) itvnum.$(OBJEXT) isolv.$(OBJEXT) mattran.$(OBJEXT) \
1.1 ohara 123: strobj.$(OBJEXT) subst.$(OBJEXT) time.$(OBJEXT) type.$(OBJEXT) \
124: var.$(OBJEXT) compobj.$(OBJEXT) gr.$(OBJEXT) dp-supp.$(OBJEXT) \
125: gf.$(OBJEXT) math.$(OBJEXT) numerical.$(OBJEXT) ec.$(OBJEXT) \
1.2 noro 126: al.$(OBJEXT) batch.$(OBJEXT) sha1.$(OBJEXT) user.$(OBJEXT) \
1.1 ohara 127: libfunc_a_OBJECTS = $(am_libfunc_a_OBJECTS)
128: DEFAULT_INCLUDES = -I. -I$(srcdir)
129: CPPFLAGS = @CPPFLAGS@
130: LDFLAGS = @LDFLAGS@
131: LIBS = @LIBS@
132: depcomp = $(SHELL) $(top_srcdir)/depcomp
133: @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/al.Po $(DEPDIR)/algnum.Po \
134: @AMDEP_TRUE@ $(DEPDIR)/array.Po $(DEPDIR)/batch.Po \
135: @AMDEP_TRUE@ $(DEPDIR)/compobj.Po $(DEPDIR)/cplxnum.Po \
136: @AMDEP_TRUE@ $(DEPDIR)/ctrl.Po $(DEPDIR)/dp-supp.Po \
137: @AMDEP_TRUE@ $(DEPDIR)/dp.Po $(DEPDIR)/ec.Po $(DEPDIR)/fctr.Po \
138: @AMDEP_TRUE@ $(DEPDIR)/file.Po $(DEPDIR)/ftab.Po $(DEPDIR)/gf.Po \
139: @AMDEP_TRUE@ $(DEPDIR)/gr.Po $(DEPDIR)/help.Po $(DEPDIR)/int.Po \
1.7 ! saito 140: @AMDEP_TRUE@ $(DEPDIR)/isolv.Po $(DEPDIR)/itvnum.Po \
! 141: @AMDEP_TRUE@ $(DEPDIR)/list.Po $(DEPDIR)/math.Po \
! 142: @AMDEP_TRUE@ $(DEPDIR)/mattran.Po $(DEPDIR)/miscf.Po \
! 143: @AMDEP_TRUE@ $(DEPDIR)/numerical.Po $(DEPDIR)/parif.Po \
! 144: @AMDEP_TRUE@ $(DEPDIR)/pdiv.Po $(DEPDIR)/pf.Po $(DEPDIR)/poly.Po \
1.1 ohara 145: @AMDEP_TRUE@ $(DEPDIR)/print.Po $(DEPDIR)/rat.Po \
146: @AMDEP_TRUE@ $(DEPDIR)/reduct.Po $(DEPDIR)/result.Po \
147: @AMDEP_TRUE@ $(DEPDIR)/sha1.Po $(DEPDIR)/strobj.Po \
148: @AMDEP_TRUE@ $(DEPDIR)/subst.Po $(DEPDIR)/time.Po \
149: @AMDEP_TRUE@ $(DEPDIR)/type.Po $(DEPDIR)/user.Po \
150: @AMDEP_TRUE@ $(DEPDIR)/var.Po
151: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
152: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
153: CCLD = $(CC)
154: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
155: CFLAGS = @CFLAGS@
156: DIST_SOURCES = $(libfunc_a_SOURCES)
157: DIST_COMMON = Makefile.am Makefile.in
158: SOURCES = $(libfunc_a_SOURCES)
159:
160: all: all-am
161:
162: .SUFFIXES:
163: .SUFFIXES: .c .o .obj
1.4 ohara 164: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1 ohara 165: cd $(top_srcdir) && \
166: $(AUTOMAKE) --gnu builtin/Makefile
1.4 ohara 167: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
1.1 ohara 168: cd $(top_builddir) && \
169: CONFIG_HEADERS= CONFIG_LINKS= \
170: CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
171:
172: AR = ar
173:
174: clean-noinstLIBRARIES:
175: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
176: libfunc.a: $(libfunc_a_OBJECTS) $(libfunc_a_DEPENDENCIES)
177: -rm -f libfunc.a
178: $(libfunc_a_AR) libfunc.a $(libfunc_a_OBJECTS) $(libfunc_a_LIBADD)
179: $(RANLIB) libfunc.a
180:
181: mostlyclean-compile:
182: -rm -f *.$(OBJEXT) core *.core
183:
184: distclean-compile:
185: -rm -f *.tab.c
186:
187: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/al.Po@am__quote@
188: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/algnum.Po@am__quote@
189: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/array.Po@am__quote@
190: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/batch.Po@am__quote@
191: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/compobj.Po@am__quote@
192: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cplxnum.Po@am__quote@
193: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ctrl.Po@am__quote@
194: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dp-supp.Po@am__quote@
195: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dp.Po@am__quote@
196: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ec.Po@am__quote@
197: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fctr.Po@am__quote@
198: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/file.Po@am__quote@
199: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ftab.Po@am__quote@
200: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gf.Po@am__quote@
201: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gr.Po@am__quote@
202: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/help.Po@am__quote@
203: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/int.Po@am__quote@
1.7 ! saito 204: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/isolv.Po@am__quote@
1.1 ohara 205: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/itvnum.Po@am__quote@
206: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/list.Po@am__quote@
207: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/math.Po@am__quote@
208: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mattran.Po@am__quote@
209: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/miscf.Po@am__quote@
210: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/numerical.Po@am__quote@
211: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/parif.Po@am__quote@
212: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pdiv.Po@am__quote@
213: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pf.Po@am__quote@
214: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/poly.Po@am__quote@
215: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/print.Po@am__quote@
216: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/rat.Po@am__quote@
217: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/reduct.Po@am__quote@
218: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/result.Po@am__quote@
219: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sha1.Po@am__quote@
220: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strobj.Po@am__quote@
221: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/subst.Po@am__quote@
222: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/time.Po@am__quote@
223: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/type.Po@am__quote@
224: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/user.Po@am__quote@
225: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/var.Po@am__quote@
226:
227: distclean-depend:
228: -rm -rf $(DEPDIR)
229:
230: .c.o:
231: @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
232: @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
233: @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
234: $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
235:
236: .c.obj:
237: @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
238: @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
239: @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
240: $(COMPILE) -c `cygpath -w $<`
241: CCDEPMODE = @CCDEPMODE@
242: uninstall-info-am:
243:
244: tags: TAGS
245:
246: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
247: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
248: unique=`for i in $$list; do \
249: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
250: done | \
251: $(AWK) ' { files[$$0] = 1; } \
252: END { for (i in files) print i; }'`; \
253: mkid -fID $$unique $(LISP)
254:
255: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
256: $(TAGS_FILES) $(LISP)
257: tags=; \
258: here=`pwd`; \
259: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
260: unique=`for i in $$list; do \
261: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
262: done | \
263: $(AWK) ' { files[$$0] = 1; } \
264: END { for (i in files) print i; }'`; \
265: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
266: || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
267:
268: GTAGS:
269: here=`CDPATH=: && cd $(top_builddir) && pwd` \
270: && cd $(top_srcdir) \
271: && gtags -i $(GTAGS_ARGS) $$here
272:
273: distclean-tags:
274: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
275:
276: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
277:
278: top_distdir = ..
279: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
280:
281: distdir: $(DISTFILES)
282: @for file in $(DISTFILES); do \
283: if test -f $$file; then d=.; else d=$(srcdir); fi; \
284: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
285: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
286: $(mkinstalldirs) "$(distdir)/$$dir"; \
287: fi; \
288: if test -d $$d/$$file; then \
289: cp -pR $$d/$$file $(distdir) \
290: || exit 1; \
291: else \
292: test -f $(distdir)/$$file \
293: || cp -p $$d/$$file $(distdir)/$$file \
294: || exit 1; \
295: fi; \
296: done
297: check-am: all-am
298: check: check-am
299: all-am: Makefile $(LIBRARIES)
300:
301: installdirs:
302:
303: install: install-am
304: install-exec: install-exec-am
305: install-data: install-data-am
306: uninstall: uninstall-am
307:
308: install-am: all-am
309: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
310:
311: installcheck: installcheck-am
312: install-strip:
313: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
314: `test -z '$(STRIP)' || \
315: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
316: mostlyclean-generic:
317:
318: clean-generic:
319:
320: distclean-generic:
321: -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
322:
323: maintainer-clean-generic:
324: @echo "This command is intended for maintainers to use"
325: @echo "it deletes files that may require special tools to rebuild."
326: clean: clean-am
327:
328: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
329:
330: distclean: distclean-am
331:
332: distclean-am: clean-am distclean-compile distclean-depend \
333: distclean-generic distclean-tags
334:
335: dvi: dvi-am
336:
337: dvi-am:
338:
339: info: info-am
340:
341: info-am:
342:
343: install-data-am:
344:
345: install-exec-am:
346:
347: install-info: install-info-am
348:
349: install-man:
350:
351: installcheck-am:
352:
353: maintainer-clean: maintainer-clean-am
354:
355: maintainer-clean-am: distclean-am maintainer-clean-generic
356:
357: mostlyclean: mostlyclean-am
358:
359: mostlyclean-am: mostlyclean-compile mostlyclean-generic
360:
361: uninstall-am: uninstall-info-am
362:
363: .PHONY: GTAGS all all-am check check-am clean clean-generic \
364: clean-noinstLIBRARIES distclean distclean-compile \
365: distclean-depend distclean-generic distclean-tags distdir dvi \
366: dvi-am info info-am install install-am install-data \
367: install-data-am install-exec install-exec-am install-info \
368: install-info-am install-man install-strip installcheck \
369: installcheck-am installdirs maintainer-clean \
370: maintainer-clean-generic mostlyclean mostlyclean-compile \
371: mostlyclean-generic tags uninstall uninstall-am \
372: uninstall-info-am
373:
374: # Tell versions [3.59,3.63) of GNU make to not export all variables.
375: # Otherwise a system limit (for SysV at least) may be exceeded.
376: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>