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