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