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