Annotation of OpenXM_contrib2/asir2000/fft/Makefile.in, Revision 1.4
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@
81: VERSION = @VERSION@
1.4 ! ohara 82: XPMLIB = @XPMLIB@
1.1 ohara 83: X_CFLAGS = @X_CFLAGS@
84: X_EXTRA_LIBS = @X_EXTRA_LIBS@
85: X_LIBS = @X_LIBS@
86: X_PRE_LIBS = @X_PRE_LIBS@
87: YACC = @YACC@
88: am__include = @am__include@
89: am__quote = @am__quote@
90: asm_obj = @asm_obj@
91: install_sh = @install_sh@
92: libasir_postfix = @libasir_postfix@
93:
94: DEFS = @DEFS@ -DASIR_LIBDIR=\"${prefix}/lib/asir\"
95: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
96: -I${top_srcdir}/gc/include \
97: @PARIINC@ @MPIINC@ @X_CFLAGS@
98:
99: noinst_LIBRARIES = libdft.a
100: libdft_a_SOURCES = dft.c polmul.c fft_primes.c
101: subdir = fft
102: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
103: CONFIG_CLEAN_FILES =
104: LIBRARIES = $(noinst_LIBRARIES)
105:
106: libdft_a_AR = $(AR) cru
107: libdft_a_LIBADD =
108: am_libdft_a_OBJECTS = dft.$(OBJEXT) polmul.$(OBJEXT) \
109: fft_primes.$(OBJEXT)
110: libdft_a_OBJECTS = $(am_libdft_a_OBJECTS)
111: DEFAULT_INCLUDES = -I. -I$(srcdir)
112: CPPFLAGS = @CPPFLAGS@
113: LDFLAGS = @LDFLAGS@
114: LIBS = @LIBS@
115: depcomp = $(SHELL) $(top_srcdir)/depcomp
116: @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/dft.Po $(DEPDIR)/fft_primes.Po \
117: @AMDEP_TRUE@ $(DEPDIR)/polmul.Po
118: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
119: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
120: CCLD = $(CC)
121: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
122: CFLAGS = @CFLAGS@
123: DIST_SOURCES = $(libdft_a_SOURCES)
124: DIST_COMMON = Makefile.am Makefile.in
125: SOURCES = $(libdft_a_SOURCES)
126:
127: all: all-am
128:
129: .SUFFIXES:
130: .SUFFIXES: .c .o .obj
1.4 ! ohara 131: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1 ohara 132: cd $(top_srcdir) && \
133: $(AUTOMAKE) --gnu fft/Makefile
1.4 ! ohara 134: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
1.1 ohara 135: cd $(top_builddir) && \
136: CONFIG_HEADERS= CONFIG_LINKS= \
137: CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
138:
139: AR = ar
140:
141: clean-noinstLIBRARIES:
142: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
143: libdft.a: $(libdft_a_OBJECTS) $(libdft_a_DEPENDENCIES)
144: -rm -f libdft.a
145: $(libdft_a_AR) libdft.a $(libdft_a_OBJECTS) $(libdft_a_LIBADD)
146: $(RANLIB) libdft.a
147:
148: mostlyclean-compile:
149: -rm -f *.$(OBJEXT) core *.core
150:
151: distclean-compile:
152: -rm -f *.tab.c
153:
154: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dft.Po@am__quote@
155: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fft_primes.Po@am__quote@
156: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/polmul.Po@am__quote@
157:
158: distclean-depend:
159: -rm -rf $(DEPDIR)
160:
161: .c.o:
162: @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
163: @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
164: @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
165: $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
166:
167: .c.obj:
168: @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
169: @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
170: @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
171: $(COMPILE) -c `cygpath -w $<`
172: CCDEPMODE = @CCDEPMODE@
173: uninstall-info-am:
174:
175: tags: TAGS
176:
177: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
178: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
179: unique=`for i in $$list; do \
180: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
181: done | \
182: $(AWK) ' { files[$$0] = 1; } \
183: END { for (i in files) print i; }'`; \
184: mkid -fID $$unique $(LISP)
185:
186: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
187: $(TAGS_FILES) $(LISP)
188: tags=; \
189: here=`pwd`; \
190: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
191: unique=`for i in $$list; do \
192: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
193: done | \
194: $(AWK) ' { files[$$0] = 1; } \
195: END { for (i in files) print i; }'`; \
196: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
197: || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
198:
199: GTAGS:
200: here=`CDPATH=: && cd $(top_builddir) && pwd` \
201: && cd $(top_srcdir) \
202: && gtags -i $(GTAGS_ARGS) $$here
203:
204: distclean-tags:
205: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
206:
207: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
208:
209: top_distdir = ..
210: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
211:
212: distdir: $(DISTFILES)
213: @for file in $(DISTFILES); do \
214: if test -f $$file; then d=.; else d=$(srcdir); fi; \
215: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
216: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
217: $(mkinstalldirs) "$(distdir)/$$dir"; \
218: fi; \
219: if test -d $$d/$$file; then \
220: cp -pR $$d/$$file $(distdir) \
221: || exit 1; \
222: else \
223: test -f $(distdir)/$$file \
224: || cp -p $$d/$$file $(distdir)/$$file \
225: || exit 1; \
226: fi; \
227: done
228: check-am: all-am
229: check: check-am
230: all-am: Makefile $(LIBRARIES)
231:
232: installdirs:
233:
234: install: install-am
235: install-exec: install-exec-am
236: install-data: install-data-am
237: uninstall: uninstall-am
238:
239: install-am: all-am
240: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
241:
242: installcheck: installcheck-am
243: install-strip:
244: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
245: `test -z '$(STRIP)' || \
246: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
247: mostlyclean-generic:
248:
249: clean-generic:
250:
251: distclean-generic:
252: -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
253:
254: maintainer-clean-generic:
255: @echo "This command is intended for maintainers to use"
256: @echo "it deletes files that may require special tools to rebuild."
257: clean: clean-am
258:
259: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
260:
261: distclean: distclean-am
262:
263: distclean-am: clean-am distclean-compile distclean-depend \
264: distclean-generic distclean-tags
265:
266: dvi: dvi-am
267:
268: dvi-am:
269:
270: info: info-am
271:
272: info-am:
273:
274: install-data-am:
275:
276: install-exec-am:
277:
278: install-info: install-info-am
279:
280: install-man:
281:
282: installcheck-am:
283:
284: maintainer-clean: maintainer-clean-am
285:
286: maintainer-clean-am: distclean-am maintainer-clean-generic
287:
288: mostlyclean: mostlyclean-am
289:
290: mostlyclean-am: mostlyclean-compile mostlyclean-generic
291:
292: uninstall-am: uninstall-info-am
293:
294: .PHONY: GTAGS all all-am check check-am clean clean-generic \
295: clean-noinstLIBRARIES distclean distclean-compile \
296: distclean-depend distclean-generic distclean-tags distdir dvi \
297: dvi-am info info-am install install-am install-data \
298: install-data-am install-exec install-exec-am install-info \
299: install-info-am install-man install-strip installcheck \
300: installcheck-am installdirs maintainer-clean \
301: maintainer-clean-generic mostlyclean mostlyclean-compile \
302: mostlyclean-generic tags uninstall uninstall-am \
303: uninstall-info-am
304:
305: # Tell versions [3.59,3.63) of GNU make to not export all variables.
306: # Otherwise a system limit (for SysV at least) may be exceeded.
307: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>