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