Annotation of OpenXM_contrib2/asir2000/fft/Makefile.in, Revision 1.14
1.12 ohara 1: # Makefile.in generated by automake 1.10 from Makefile.am.
2: # @configure_input@
1.1 ohara 3:
1.12 ohara 4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5: # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1.1 ohara 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@
1.10 ohara 16:
1.1 ohara 17: VPATH = @srcdir@
18: pkgdatadir = $(datadir)/@PACKAGE@
19: pkglibdir = $(libdir)/@PACKAGE@
20: pkgincludedir = $(includedir)/@PACKAGE@
1.12 ohara 21: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22: install_sh_DATA = $(install_sh) -c -m 644
23: install_sh_PROGRAM = $(install_sh) -c
24: install_sh_SCRIPT = $(install_sh) -c
1.1 ohara 25: INSTALL_HEADER = $(INSTALL_DATA)
1.12 ohara 26: transform = $(program_transform_name)
1.1 ohara 27: NORMAL_INSTALL = :
28: PRE_INSTALL = :
29: POST_INSTALL = :
30: NORMAL_UNINSTALL = :
31: PRE_UNINSTALL = :
32: POST_UNINSTALL = :
33: build_triplet = @build@
34: host_triplet = @host@
35: target_triplet = @target@
1.12 ohara 36: subdir = fft
37: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39: am__aclocal_m4_deps = $(top_srcdir)/configure.in
40: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41: $(ACLOCAL_M4)
42: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43: CONFIG_CLEAN_FILES =
44: LIBRARIES = $(noinst_LIBRARIES)
45: AR = ar
46: ARFLAGS = cru
47: libdft_a_AR = $(AR) $(ARFLAGS)
48: libdft_a_LIBADD =
49: am_libdft_a_OBJECTS = dft.$(OBJEXT) polmul.$(OBJEXT) \
50: fft_primes.$(OBJEXT)
51: libdft_a_OBJECTS = $(am_libdft_a_OBJECTS)
52: DEFAULT_INCLUDES = -I.@am__isrc@
53: depcomp = $(SHELL) $(top_srcdir)/depcomp
54: am__depfiles_maybe = depfiles
55: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
56: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
57: CCLD = $(CC)
58: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
59: SOURCES = $(libdft_a_SOURCES)
60: DIST_SOURCES = $(libdft_a_SOURCES)
61: ETAGS = etags
62: CTAGS = ctags
63: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
64: ACLOCAL = @ACLOCAL@
1.1 ohara 65: AMTAR = @AMTAR@
1.12 ohara 66: AUTOCONF = @AUTOCONF@
67: AUTOHEADER = @AUTOHEADER@
68: AUTOMAKE = @AUTOMAKE@
1.1 ohara 69: AWK = @AWK@
70: CC = @CC@
1.12 ohara 71: CCDEPMODE = @CCDEPMODE@
72: CFLAGS = @CFLAGS@
73: CPP = @CPP@
74: CPPFLAGS = @CPPFLAGS@
75: CYGPATH_W = @CYGPATH_W@
76: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1 ohara 77: DEPDIR = @DEPDIR@
1.12 ohara 78: ECHO_C = @ECHO_C@
79: ECHO_N = @ECHO_N@
80: ECHO_T = @ECHO_T@
81: EGREP = @EGREP@
1.10 ohara 82: EXEEXT = @EXEEXT@
1.1 ohara 83: FEPLIB = @FEPLIB@
1.12 ohara 84: GC = @GC@
85: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.11 ohara 86: GC_DISTDIR = @GC_DISTDIR@
1.12 ohara 87: GREP = @GREP@
88: INSTALL = @INSTALL@
89: INSTALL_DATA = @INSTALL_DATA@
90: INSTALL_PROGRAM = @INSTALL_PROGRAM@
91: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1 ohara 92: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
93: LAPACKLIB = @LAPACKLIB@
1.12 ohara 94: LDFLAGS = @LDFLAGS@
95: LIBOBJS = @LIBOBJS@
96: LIBS = @LIBS@
1.1 ohara 97: LN_S = @LN_S@
1.12 ohara 98: LTLIBOBJS = @LTLIBOBJS@
1.4 ohara 99: MAINT = @MAINT@
1.12 ohara 100: MAKEINFO = @MAKEINFO@
101: MKDIR_P = @MKDIR_P@
1.10 ohara 102: OBJEXT = @OBJEXT@
1.1 ohara 103: PACKAGE = @PACKAGE@
1.12 ohara 104: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
105: PACKAGE_NAME = @PACKAGE_NAME@
106: PACKAGE_STRING = @PACKAGE_STRING@
107: PACKAGE_TARNAME = @PACKAGE_TARNAME@
108: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1 ohara 109: PARIINC = @PARIINC@
110: PARILIB = @PARILIB@
1.12 ohara 111: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1 ohara 112: RANLIB = @RANLIB@
1.12 ohara 113: SET_MAKE = @SET_MAKE@
114: SHELL = @SHELL@
115: STRIP = @STRIP@
1.8 ohara 116: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1 ohara 117: VERSION = @VERSION@
1.12 ohara 118: XMKMF = @XMKMF@
1.4 ohara 119: XPMLIB = @XPMLIB@
1.1 ohara 120: X_CFLAGS = @X_CFLAGS@
121: X_EXTRA_LIBS = @X_EXTRA_LIBS@
122: X_LIBS = @X_LIBS@
123: X_PRE_LIBS = @X_PRE_LIBS@
124: YACC = @YACC@
1.12 ohara 125: YFLAGS = @YFLAGS@
126: abs_builddir = @abs_builddir@
127: abs_srcdir = @abs_srcdir@
128: abs_top_builddir = @abs_top_builddir@
129: abs_top_srcdir = @abs_top_srcdir@
130: ac_ct_CC = @ac_ct_CC@
1.1 ohara 131: am__include = @am__include@
1.12 ohara 132: am__leading_dot = @am__leading_dot@
1.1 ohara 133: am__quote = @am__quote@
1.12 ohara 134: am__tar = @am__tar@
135: am__untar = @am__untar@
1.1 ohara 136: asm_obj = @asm_obj@
1.12 ohara 137: bindir = @bindir@
138: build = @build@
139: build_alias = @build_alias@
140: build_cpu = @build_cpu@
141: build_os = @build_os@
142: build_vendor = @build_vendor@
143: builddir = @builddir@
144: datadir = @datadir@
145: datarootdir = @datarootdir@
146: docdir = @docdir@
147: dvidir = @dvidir@
148: exec_prefix = @exec_prefix@
149: host = @host@
150: host_alias = @host_alias@
151: host_cpu = @host_cpu@
152: host_os = @host_os@
153: host_vendor = @host_vendor@
154: htmldir = @htmldir@
155: includedir = @includedir@
156: infodir = @infodir@
1.1 ohara 157: install_sh = @install_sh@
158: libasir_postfix = @libasir_postfix@
1.12 ohara 159: libdir = @libdir@
160: libexecdir = @libexecdir@
161: localedir = @localedir@
162: localstatedir = @localstatedir@
163: mandir = @mandir@
164: mkdir_p = @mkdir_p@
165: oldincludedir = @oldincludedir@
166: pdfdir = @pdfdir@
167: prefix = @prefix@
168: program_transform_name = @program_transform_name@
169: psdir = @psdir@
170: sbindir = @sbindir@
171: sharedstatedir = @sharedstatedir@
172: srcdir = @srcdir@
173: sysconfdir = @sysconfdir@
174: target = @target@
175: target_alias = @target_alias@
176: target_cpu = @target_cpu@
177: target_os = @target_os@
178: target_vendor = @target_vendor@
179: top_builddir = @top_builddir@
180: top_srcdir = @top_srcdir@
1.6 ohara 181: asirdir = ${prefix}/lib/asir
1.1 ohara 182: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
183: -I${top_srcdir}/gc/include \
1.14 ! ohara 184: @PARIINC@ @X_CFLAGS@
1.1 ohara 185:
186: noinst_LIBRARIES = libdft.a
187: libdft_a_SOURCES = dft.c polmul.c fft_primes.c
188: all: all-am
189:
190: .SUFFIXES:
191: .SUFFIXES: .c .o .obj
1.12 ohara 192: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
193: @for dep in $?; do \
194: case '$(am__configure_deps)' in \
195: *$$dep*) \
196: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
197: && exit 0; \
198: exit 1;; \
199: esac; \
200: done; \
201: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu fft/Makefile'; \
1.1 ohara 202: cd $(top_srcdir) && \
203: $(AUTOMAKE) --gnu fft/Makefile
1.12 ohara 204: .PRECIOUS: Makefile
205: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
206: @case '$?' in \
207: *config.status*) \
208: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
209: *) \
210: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
211: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
212: esac;
213:
214: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
215: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
216:
217: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
218: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
219: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
220: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1 ohara 221:
222: clean-noinstLIBRARIES:
223: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
224: libdft.a: $(libdft_a_OBJECTS) $(libdft_a_DEPENDENCIES)
225: -rm -f libdft.a
226: $(libdft_a_AR) libdft.a $(libdft_a_OBJECTS) $(libdft_a_LIBADD)
227: $(RANLIB) libdft.a
228:
229: mostlyclean-compile:
1.12 ohara 230: -rm -f *.$(OBJEXT)
1.1 ohara 231:
232: distclean-compile:
233: -rm -f *.tab.c
234:
1.12 ohara 235: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dft.Po@am__quote@
236: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fft_primes.Po@am__quote@
237: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/polmul.Po@am__quote@
1.1 ohara 238:
239: .c.o:
1.12 ohara 240: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
241: @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
242: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
243: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
244: @am__fastdepCC_FALSE@ $(COMPILE) -c $<
1.1 ohara 245:
246: .c.obj:
1.12 ohara 247: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
248: @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
249: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
250: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
251: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
1.1 ohara 252:
253: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.12 ohara 254: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1 ohara 255: unique=`for i in $$list; do \
256: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
257: done | \
258: $(AWK) ' { files[$$0] = 1; } \
259: END { for (i in files) print i; }'`; \
1.12 ohara 260: mkid -fID $$unique
261: tags: TAGS
1.1 ohara 262:
263: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
264: $(TAGS_FILES) $(LISP)
265: tags=; \
266: here=`pwd`; \
1.12 ohara 267: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1 ohara 268: unique=`for i in $$list; do \
269: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
270: done | \
271: $(AWK) ' { files[$$0] = 1; } \
272: END { for (i in files) print i; }'`; \
1.12 ohara 273: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
274: test -n "$$unique" || unique=$$empty_fix; \
275: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
276: $$tags $$unique; \
277: fi
278: ctags: CTAGS
279: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
280: $(TAGS_FILES) $(LISP)
281: tags=; \
282: here=`pwd`; \
283: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
284: unique=`for i in $$list; do \
285: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
286: done | \
287: $(AWK) ' { files[$$0] = 1; } \
288: END { for (i in files) print i; }'`; \
289: test -z "$(CTAGS_ARGS)$$tags$$unique" \
290: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
291: $$tags $$unique
1.1 ohara 292:
293: GTAGS:
1.12 ohara 294: here=`$(am__cd) $(top_builddir) && pwd` \
1.1 ohara 295: && cd $(top_srcdir) \
296: && gtags -i $(GTAGS_ARGS) $$here
297:
298: distclean-tags:
1.12 ohara 299: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1 ohara 300:
301: distdir: $(DISTFILES)
1.12 ohara 302: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
303: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
304: list='$(DISTFILES)'; \
305: dist_files=`for file in $$list; do echo $$file; done | \
306: sed -e "s|^$$srcdirstrip/||;t" \
307: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
308: case $$dist_files in \
309: */*) $(MKDIR_P) `echo "$$dist_files" | \
310: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
311: sort -u` ;; \
312: esac; \
313: for file in $$dist_files; do \
314: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1 ohara 315: if test -d $$d/$$file; then \
1.12 ohara 316: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
317: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
318: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
319: fi; \
320: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 ohara 321: else \
322: test -f $(distdir)/$$file \
323: || cp -p $$d/$$file $(distdir)/$$file \
324: || exit 1; \
325: fi; \
326: done
327: check-am: all-am
328: check: check-am
329: all-am: Makefile $(LIBRARIES)
330: installdirs:
331: install: install-am
332: install-exec: install-exec-am
333: install-data: install-data-am
334: uninstall: uninstall-am
335:
336: install-am: all-am
337: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
338:
339: installcheck: installcheck-am
340: install-strip:
341: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.12 ohara 342: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.1 ohara 343: `test -z '$(STRIP)' || \
344: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
345: mostlyclean-generic:
346:
347: clean-generic:
348:
349: distclean-generic:
1.12 ohara 350: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1 ohara 351:
352: maintainer-clean-generic:
353: @echo "This command is intended for maintainers to use"
354: @echo "it deletes files that may require special tools to rebuild."
355: clean: clean-am
356:
357: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
358:
359: distclean: distclean-am
1.12 ohara 360: -rm -rf ./$(DEPDIR)
361: -rm -f Makefile
362: distclean-am: clean-am distclean-compile distclean-generic \
363: distclean-tags
1.1 ohara 364:
365: dvi: dvi-am
366:
367: dvi-am:
368:
1.12 ohara 369: html: html-am
370:
1.1 ohara 371: info: info-am
372:
373: info-am:
374:
375: install-data-am:
376:
1.12 ohara 377: install-dvi: install-dvi-am
378:
1.1 ohara 379: install-exec-am:
380:
1.12 ohara 381: install-html: install-html-am
382:
1.1 ohara 383: install-info: install-info-am
384:
385: install-man:
386:
1.12 ohara 387: install-pdf: install-pdf-am
388:
389: install-ps: install-ps-am
390:
1.1 ohara 391: installcheck-am:
392:
393: maintainer-clean: maintainer-clean-am
1.12 ohara 394: -rm -rf ./$(DEPDIR)
395: -rm -f Makefile
1.1 ohara 396: maintainer-clean-am: distclean-am maintainer-clean-generic
397:
398: mostlyclean: mostlyclean-am
399:
400: mostlyclean-am: mostlyclean-compile mostlyclean-generic
401:
1.12 ohara 402: pdf: pdf-am
403:
404: pdf-am:
405:
406: ps: ps-am
407:
408: ps-am:
409:
410: uninstall-am:
411:
412: .MAKE: install-am install-strip
1.1 ohara 413:
1.12 ohara 414: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
415: clean-noinstLIBRARIES ctags distclean distclean-compile \
416: distclean-generic distclean-tags distdir dvi dvi-am html \
417: html-am info info-am install install-am install-data \
418: install-data-am install-dvi install-dvi-am install-exec \
419: install-exec-am install-html install-html-am install-info \
420: install-info-am install-man install-pdf install-pdf-am \
421: install-ps install-ps-am install-strip installcheck \
1.1 ohara 422: installcheck-am installdirs maintainer-clean \
423: maintainer-clean-generic mostlyclean mostlyclean-compile \
1.12 ohara 424: mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
425: uninstall-am
1.1 ohara 426:
427: # Tell versions [3.59,3.63) of GNU make to not export all variables.
428: # Otherwise a system limit (for SysV at least) may be exceeded.
429: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>