Annotation of OpenXM_contrib2/asir2000/lib/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.6 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.7 ohara 81: USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
1.1 ohara 82: VERSION = @VERSION@
1.6 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.9 ohara 95: asirdir = ${libdir}/asir
1.3 ohara 96: RR = alpi bfct bgk const cyclic defs.h dfff dmul fctrdata fctrtest \
1.1 ohara 97: fff glib gr ifplot katsura mat nf num primdec primdec_lex \
1.10 ! noro 98: ratint robot solve sp sturm sym xm primdec_mod
1.1 ohara 99:
100: subdir = lib
101: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102: CONFIG_CLEAN_FILES =
103: DIST_SOURCES =
104: DIST_COMMON = Makefile.am Makefile.in
105: all: all-am
106:
107: .SUFFIXES:
1.6 ohara 108: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1 ohara 109: cd $(top_srcdir) && \
110: $(AUTOMAKE) --gnu lib/Makefile
1.6 ohara 111: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
1.1 ohara 112: cd $(top_builddir) && \
113: CONFIG_HEADERS= CONFIG_LINKS= \
114: CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
115: uninstall-info-am:
116: tags: TAGS
117: TAGS:
118:
119:
120: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121:
122: top_distdir = ..
123: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
124:
125: distdir: $(DISTFILES)
126: @for file in $(DISTFILES); do \
127: if test -f $$file; then d=.; else d=$(srcdir); fi; \
128: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
129: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
130: $(mkinstalldirs) "$(distdir)/$$dir"; \
131: fi; \
132: if test -d $$d/$$file; then \
133: cp -pR $$d/$$file $(distdir) \
134: || exit 1; \
135: else \
136: test -f $(distdir)/$$file \
137: || cp -p $$d/$$file $(distdir)/$$file \
138: || exit 1; \
139: fi; \
140: done
141: check-am: all-am
142: check: check-am
1.3 ohara 143: all-am: Makefile
1.1 ohara 144:
145: installdirs:
146:
147: install: install-am
148: install-exec: install-exec-am
149: install-data: install-data-am
150: uninstall: uninstall-am
151:
152: install-am: all-am
153: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
154:
155: installcheck: installcheck-am
156: install-strip:
157: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
158: `test -z '$(STRIP)' || \
159: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
160: mostlyclean-generic:
161:
162: clean-generic:
163:
164: distclean-generic:
165: -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
166:
167: maintainer-clean-generic:
168: @echo "This command is intended for maintainers to use"
169: @echo "it deletes files that may require special tools to rebuild."
170: clean: clean-am
171:
172: clean-am: clean-generic mostlyclean-am
173:
174: distclean: distclean-am
175:
176: distclean-am: clean-am distclean-generic
177:
178: dvi: dvi-am
179:
180: dvi-am:
181:
182: info: info-am
183:
184: info-am:
185:
1.3 ohara 186: install-data-am:
1.1 ohara 187:
188: install-exec-am:
189:
190: install-info: install-info-am
191:
192: install-man:
193:
194: installcheck-am:
195:
196: maintainer-clean: maintainer-clean-am
197:
198: maintainer-clean-am: distclean-am maintainer-clean-generic
199:
200: mostlyclean: mostlyclean-am
201:
202: mostlyclean-am: mostlyclean-generic
203:
1.3 ohara 204: uninstall-am: uninstall-info-am
1.1 ohara 205:
206: .PHONY: all all-am check check-am clean clean-generic distclean \
207: distclean-generic distdir dvi dvi-am info info-am install \
1.3 ohara 208: install-am install-data install-data-am install-exec \
209: install-exec-am install-info install-info-am install-man \
210: install-strip installcheck installcheck-am installdirs \
211: maintainer-clean maintainer-clean-generic mostlyclean \
212: mostlyclean-generic uninstall uninstall-am uninstall-info-am
1.1 ohara 213:
214:
1.3 ohara 215: install-doc:
1.9 ohara 216: -mkdir -p ${DESTDIR}${asirdir}
1.1 ohara 217: -for i in jp eg ; do \
218: uudecode help-$$i.uu ; \
1.9 ohara 219: gzip -dc help-$$i.tgz | ( cd ${DESTDIR}${asirdir}; tar xf - ) ; \
1.1 ohara 220: rm -f help-$$i.tgz ; \
221: done
1.9 ohara 222: -rm ${DESTDIR}${asirdir}/help
223: (cd ${DESTDIR}${asirdir}; ${LN_S} help-eg help)
1.3 ohara 224:
225: install-lib:
1.9 ohara 226: -mkdir -p ${DESTDIR}${asirdir}
227: ${INSTALL_DATA} ${RR} ${DESTDIR}${asirdir}
1.1 ohara 228: # Tell versions [3.59,3.63) of GNU make to not export all variables.
229: # Otherwise a system limit (for SysV at least) may be exceeded.
230: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>