Annotation of OpenXM_contrib2/asir2000/lib/Makefile.in, Revision 1.16
1.16 ! noro 1: # Makefile.in generated by automake 1.6.3 from Makefile.am.
! 2: # @configure_input@
1.1 ohara 3:
1.16 ! noro 4: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
1.1 ohara 5: # Free Software Foundation, Inc.
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: 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:
1.16 ! noro 46: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1 ohara 47: INSTALL = @INSTALL@
48: INSTALL_PROGRAM = @INSTALL_PROGRAM@
49: INSTALL_DATA = @INSTALL_DATA@
1.16 ! noro 50: install_sh_DATA = $(install_sh) -c -m 644
! 51: install_sh_PROGRAM = $(install_sh) -c
! 52: install_sh_SCRIPT = $(install_sh) -c
1.1 ohara 53: INSTALL_SCRIPT = @INSTALL_SCRIPT@
54: INSTALL_HEADER = $(INSTALL_DATA)
55: transform = @program_transform_name@
56: NORMAL_INSTALL = :
57: PRE_INSTALL = :
58: POST_INSTALL = :
59: NORMAL_UNINSTALL = :
60: PRE_UNINSTALL = :
61: POST_UNINSTALL = :
62: build_alias = @build_alias@
63: build_triplet = @build@
64: host_alias = @host_alias@
65: host_triplet = @host@
66: target_alias = @target_alias@
67: target_triplet = @target@
1.16 ! noro 68:
! 69: EXEEXT = @EXEEXT@
! 70: OBJEXT = @OBJEXT@
! 71: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1 ohara 72: AMTAR = @AMTAR@
73: AWK = @AWK@
74: CC = @CC@
75: DEPDIR = @DEPDIR@
76: FEPLIB = @FEPLIB@
77: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
78: LAPACKLIB = @LAPACKLIB@
79: LN_S = @LN_S@
1.6 ohara 80: MAINT = @MAINT@
1.1 ohara 81: MPIINC = @MPIINC@
82: MPILIB = @MPILIB@
83: PACKAGE = @PACKAGE@
84: PARIINC = @PARIINC@
85: PARILIB = @PARILIB@
86: RANLIB = @RANLIB@
1.14 ohara 87: USE_GC_INTERIX = @USE_GC_INTERIX@
1.15 ohara 88: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.7 ohara 89: USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
1.1 ohara 90: VERSION = @VERSION@
1.6 ohara 91: XPMLIB = @XPMLIB@
1.1 ohara 92: X_CFLAGS = @X_CFLAGS@
93: X_EXTRA_LIBS = @X_EXTRA_LIBS@
94: X_LIBS = @X_LIBS@
95: X_PRE_LIBS = @X_PRE_LIBS@
96: YACC = @YACC@
97: am__include = @am__include@
98: am__quote = @am__quote@
99: asm_obj = @asm_obj@
100: install_sh = @install_sh@
101: libasir_postfix = @libasir_postfix@
102:
1.9 ohara 103: asirdir = ${libdir}/asir
1.13 noro 104: RR = alpi bfct bgk const cyclic defs.h dfff dmul dmul102 fctrdata fctrtest \
1.1 ohara 105: fff glib gr ifplot katsura mat nf num primdec primdec_lex \
1.12 noro 106: ratint robot solve sp sturm sym xm primdec_mod weight
1.1 ohara 107:
108: subdir = lib
109: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110: CONFIG_CLEAN_FILES =
111: DIST_SOURCES =
112: DIST_COMMON = Makefile.am Makefile.in
113: all: all-am
114:
115: .SUFFIXES:
1.6 ohara 116: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1 ohara 117: cd $(top_srcdir) && \
118: $(AUTOMAKE) --gnu lib/Makefile
1.6 ohara 119: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
1.16 ! noro 120: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
1.1 ohara 121: uninstall-info-am:
122: tags: TAGS
123: TAGS:
124:
125: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
126:
127: top_distdir = ..
128: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
129:
130: distdir: $(DISTFILES)
1.16 ! noro 131: @list='$(DISTFILES)'; for file in $$list; do \
! 132: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1 ohara 133: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
134: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1.16 ! noro 135: dir="/$$dir"; \
! 136: $(mkinstalldirs) "$(distdir)$$dir"; \
! 137: else \
! 138: dir=''; \
1.1 ohara 139: fi; \
140: if test -d $$d/$$file; then \
1.16 ! noro 141: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 142: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
! 143: fi; \
! 144: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 ohara 145: else \
146: test -f $(distdir)/$$file \
147: || cp -p $$d/$$file $(distdir)/$$file \
148: || exit 1; \
149: fi; \
150: done
151: check-am: all-am
152: check: check-am
1.3 ohara 153: all-am: Makefile
1.1 ohara 154:
155: installdirs:
156:
157: install: install-am
158: install-exec: install-exec-am
159: install-data: install-data-am
160: uninstall: uninstall-am
161:
162: install-am: all-am
163: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
164:
165: installcheck: installcheck-am
166: install-strip:
167: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.16 ! noro 168: INSTALL_STRIP_FLAG=-s \
1.1 ohara 169: `test -z '$(STRIP)' || \
170: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
171: mostlyclean-generic:
172:
173: clean-generic:
174:
175: distclean-generic:
1.16 ! noro 176: -rm -f Makefile $(CONFIG_CLEAN_FILES)
1.1 ohara 177:
178: maintainer-clean-generic:
179: @echo "This command is intended for maintainers to use"
180: @echo "it deletes files that may require special tools to rebuild."
181: clean: clean-am
182:
183: clean-am: clean-generic mostlyclean-am
184:
185: distclean: distclean-am
186:
187: distclean-am: clean-am distclean-generic
188:
189: dvi: dvi-am
190:
191: dvi-am:
192:
193: info: info-am
194:
195: info-am:
196:
1.3 ohara 197: install-data-am:
1.1 ohara 198:
199: install-exec-am:
200:
201: install-info: install-info-am
202:
203: install-man:
204:
205: installcheck-am:
206:
207: maintainer-clean: maintainer-clean-am
208:
209: maintainer-clean-am: distclean-am maintainer-clean-generic
210:
211: mostlyclean: mostlyclean-am
212:
213: mostlyclean-am: mostlyclean-generic
214:
1.3 ohara 215: uninstall-am: uninstall-info-am
1.1 ohara 216:
217: .PHONY: all all-am check check-am clean clean-generic distclean \
218: distclean-generic distdir dvi dvi-am info info-am install \
1.3 ohara 219: install-am install-data install-data-am install-exec \
220: install-exec-am install-info install-info-am install-man \
221: install-strip installcheck installcheck-am installdirs \
222: maintainer-clean maintainer-clean-generic mostlyclean \
223: mostlyclean-generic uninstall uninstall-am uninstall-info-am
1.1 ohara 224:
225:
1.3 ohara 226: install-doc:
1.9 ohara 227: -mkdir -p ${DESTDIR}${asirdir}
1.1 ohara 228: -for i in jp eg ; do \
229: uudecode help-$$i.uu ; \
1.9 ohara 230: gzip -dc help-$$i.tgz | ( cd ${DESTDIR}${asirdir}; tar xf - ) ; \
1.1 ohara 231: rm -f help-$$i.tgz ; \
232: done
1.9 ohara 233: -rm ${DESTDIR}${asirdir}/help
234: (cd ${DESTDIR}${asirdir}; ${LN_S} help-eg help)
1.3 ohara 235:
236: install-lib:
1.9 ohara 237: -mkdir -p ${DESTDIR}${asirdir}
1.11 noro 238: -for i in ${RR} ; do \
239: ${INSTALL_DATA} $$i ${DESTDIR}${asirdir} ; \
240: done
1.1 ohara 241: # Tell versions [3.59,3.63) of GNU make to not export all variables.
242: # Otherwise a system limit (for SysV at least) may be exceeded.
243: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>