comparison src/fftw-3.3.8/doc/FAQ/Makefile.in @ 167:bd3cc4d1df30

Add FFTW 3.3.8 source, and a Linux build
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 19 Nov 2019 14:52:55 +0000
parents
children
comparison
equal deleted inserted replaced
166:cbd6d7e562c7 167:bd3cc4d1df30
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = doc/FAQ
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_mpi.m4 \
93 $(top_srcdir)/m4/acx_pthread.m4 \
94 $(top_srcdir)/m4/ax_cc_maxopt.m4 \
95 $(top_srcdir)/m4/ax_check_compiler_flags.m4 \
96 $(top_srcdir)/m4/ax_compiler_vendor.m4 \
97 $(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \
98 $(top_srcdir)/m4/ax_gcc_version.m4 \
99 $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/libtool.m4 \
100 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
101 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
102 $(top_srcdir)/configure.ac
103 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104 $(ACLOCAL_M4)
105 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
106 mkinstalldirs = $(install_sh) -d
107 CONFIG_HEADER = $(top_builddir)/config.h
108 CONFIG_CLEAN_FILES =
109 CONFIG_CLEAN_VPATH_FILES =
110 AM_V_P = $(am__v_P_@AM_V@)
111 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112 am__v_P_0 = false
113 am__v_P_1 = :
114 AM_V_GEN = $(am__v_GEN_@AM_V@)
115 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116 am__v_GEN_0 = @echo " GEN " $@;
117 am__v_GEN_1 =
118 AM_V_at = $(am__v_at_@AM_V@)
119 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120 am__v_at_0 = @
121 am__v_at_1 =
122 SOURCES =
123 DIST_SOURCES =
124 am__can_run_installinfo = \
125 case $$AM_UPDATE_INFO_DIR in \
126 n|no|NO) false;; \
127 *) (install-info --version) >/dev/null 2>&1;; \
128 esac
129 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
130 am__DIST_COMMON = $(srcdir)/Makefile.in
131 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
132 ACLOCAL = @ACLOCAL@
133 ALLOCA = @ALLOCA@
134 ALTIVEC_CFLAGS = @ALTIVEC_CFLAGS@
135 AMTAR = @AMTAR@
136 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
137 AR = @AR@
138 AS = @AS@
139 AUTOCONF = @AUTOCONF@
140 AUTOHEADER = @AUTOHEADER@
141 AUTOMAKE = @AUTOMAKE@
142 AVX2_CFLAGS = @AVX2_CFLAGS@
143 AVX512_CFLAGS = @AVX512_CFLAGS@
144 AVX_128_FMA_CFLAGS = @AVX_128_FMA_CFLAGS@
145 AVX_CFLAGS = @AVX_CFLAGS@
146 AWK = @AWK@
147 CC = @CC@
148 CCDEPMODE = @CCDEPMODE@
149 CFLAGS = @CFLAGS@
150 CHECK_PL_OPTS = @CHECK_PL_OPTS@
151 CPP = @CPP@
152 CPPFLAGS = @CPPFLAGS@
153 CYGPATH_W = @CYGPATH_W@
154 C_FFTW_R2R_KIND = @C_FFTW_R2R_KIND@
155 C_MPI_FINT = @C_MPI_FINT@
156 DEFS = @DEFS@
157 DEPDIR = @DEPDIR@
158 DLLTOOL = @DLLTOOL@
159 DSYMUTIL = @DSYMUTIL@
160 DUMPBIN = @DUMPBIN@
161 ECHO_C = @ECHO_C@
162 ECHO_N = @ECHO_N@
163 ECHO_T = @ECHO_T@
164 EGREP = @EGREP@
165 EXEEXT = @EXEEXT@
166 F77 = @F77@
167 FFLAGS = @FFLAGS@
168 FGREP = @FGREP@
169 FLIBS = @FLIBS@
170 GREP = @GREP@
171 INDENT = @INDENT@
172 INSTALL = @INSTALL@
173 INSTALL_DATA = @INSTALL_DATA@
174 INSTALL_PROGRAM = @INSTALL_PROGRAM@
175 INSTALL_SCRIPT = @INSTALL_SCRIPT@
176 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
177 KCVI_CFLAGS = @KCVI_CFLAGS@
178 LD = @LD@
179 LDFLAGS = @LDFLAGS@
180 LIBOBJS = @LIBOBJS@
181 LIBQUADMATH = @LIBQUADMATH@
182 LIBS = @LIBS@
183 LIBTOOL = @LIBTOOL@
184 LIPO = @LIPO@
185 LN_S = @LN_S@
186 LTLIBOBJS = @LTLIBOBJS@
187 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
188 MAINT = @MAINT@
189 MAKEINFO = @MAKEINFO@
190 MANIFEST_TOOL = @MANIFEST_TOOL@
191 MKDIR_P = @MKDIR_P@
192 MPICC = @MPICC@
193 MPILIBS = @MPILIBS@
194 MPIRUN = @MPIRUN@
195 NEON_CFLAGS = @NEON_CFLAGS@
196 NM = @NM@
197 NMEDIT = @NMEDIT@
198 OBJDUMP = @OBJDUMP@
199 OBJEXT = @OBJEXT@
200 OCAMLBUILD = @OCAMLBUILD@
201 OPENMP_CFLAGS = @OPENMP_CFLAGS@
202 OTOOL = @OTOOL@
203 OTOOL64 = @OTOOL64@
204 PACKAGE = @PACKAGE@
205 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
206 PACKAGE_NAME = @PACKAGE_NAME@
207 PACKAGE_STRING = @PACKAGE_STRING@
208 PACKAGE_TARNAME = @PACKAGE_TARNAME@
209 PACKAGE_URL = @PACKAGE_URL@
210 PACKAGE_VERSION = @PACKAGE_VERSION@
211 PATH_SEPARATOR = @PATH_SEPARATOR@
212 POW_LIB = @POW_LIB@
213 PRECISION = @PRECISION@
214 PREC_SUFFIX = @PREC_SUFFIX@
215 PTHREAD_CC = @PTHREAD_CC@
216 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
217 PTHREAD_LIBS = @PTHREAD_LIBS@
218 RANLIB = @RANLIB@
219 SED = @SED@
220 SET_MAKE = @SET_MAKE@
221 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
222 SHELL = @SHELL@
223 SSE2_CFLAGS = @SSE2_CFLAGS@
224 STACK_ALIGN_CFLAGS = @STACK_ALIGN_CFLAGS@
225 STRIP = @STRIP@
226 THREADLIBS = @THREADLIBS@
227 VERSION = @VERSION@
228 VSX_CFLAGS = @VSX_CFLAGS@
229 abs_builddir = @abs_builddir@
230 abs_srcdir = @abs_srcdir@
231 abs_top_builddir = @abs_top_builddir@
232 abs_top_srcdir = @abs_top_srcdir@
233 ac_ct_AR = @ac_ct_AR@
234 ac_ct_CC = @ac_ct_CC@
235 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
236 ac_ct_F77 = @ac_ct_F77@
237 acx_pthread_config = @acx_pthread_config@
238 am__include = @am__include@
239 am__leading_dot = @am__leading_dot@
240 am__quote = @am__quote@
241 am__tar = @am__tar@
242 am__untar = @am__untar@
243 bindir = @bindir@
244 build = @build@
245 build_alias = @build_alias@
246 build_cpu = @build_cpu@
247 build_os = @build_os@
248 build_vendor = @build_vendor@
249 builddir = @builddir@
250 datadir = @datadir@
251 datarootdir = @datarootdir@
252 docdir = @docdir@
253 dvidir = @dvidir@
254 exec_prefix = @exec_prefix@
255 host = @host@
256 host_alias = @host_alias@
257 host_cpu = @host_cpu@
258 host_os = @host_os@
259 host_vendor = @host_vendor@
260 htmldir = @htmldir@
261 includedir = @includedir@
262 infodir = @infodir@
263 install_sh = @install_sh@
264 libdir = @libdir@
265 libexecdir = @libexecdir@
266 localedir = @localedir@
267 localstatedir = @localstatedir@
268 mandir = @mandir@
269 mkdir_p = @mkdir_p@
270 oldincludedir = @oldincludedir@
271 pdfdir = @pdfdir@
272 prefix = @prefix@
273 program_transform_name = @program_transform_name@
274 psdir = @psdir@
275 runstatedir = @runstatedir@
276 sbindir = @sbindir@
277 sharedstatedir = @sharedstatedir@
278 srcdir = @srcdir@
279 sysconfdir = @sysconfdir@
280 target_alias = @target_alias@
281 top_build_prefix = @top_build_prefix@
282 top_builddir = @top_builddir@
283 top_srcdir = @top_srcdir@
284 BFNNCONV_SRC = bfnnconv.pl m-ascii.pl m-html.pl m-info.pl m-lout.pl m-post.pl
285 FAQ = fftw-faq.ascii fftw-faq.html
286 EXTRA_DIST = fftw-faq.bfnn $(FAQ) $(BFNNCONV_SRC) html.refs
287 all: all-am
288
289 .SUFFIXES:
290 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
291 @for dep in $?; do \
292 case '$(am__configure_deps)' in \
293 *$$dep*) \
294 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
295 && { if test -f $@; then exit 0; else break; fi; }; \
296 exit 1;; \
297 esac; \
298 done; \
299 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/FAQ/Makefile'; \
300 $(am__cd) $(top_srcdir) && \
301 $(AUTOMAKE) --gnu doc/FAQ/Makefile
302 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
303 @case '$?' in \
304 *config.status*) \
305 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
306 *) \
307 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
308 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
309 esac;
310
311 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
312 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313
314 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
315 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
317 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318 $(am__aclocal_m4_deps):
319
320 mostlyclean-libtool:
321 -rm -f *.lo
322
323 clean-libtool:
324 -rm -rf .libs _libs
325 tags TAGS:
326
327 ctags CTAGS:
328
329 cscope cscopelist:
330
331
332 distdir: $(DISTFILES)
333 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
334 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
335 list='$(DISTFILES)'; \
336 dist_files=`for file in $$list; do echo $$file; done | \
337 sed -e "s|^$$srcdirstrip/||;t" \
338 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
339 case $$dist_files in \
340 */*) $(MKDIR_P) `echo "$$dist_files" | \
341 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
342 sort -u` ;; \
343 esac; \
344 for file in $$dist_files; do \
345 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
346 if test -d $$d/$$file; then \
347 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
348 if test -d "$(distdir)/$$file"; then \
349 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
350 fi; \
351 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
352 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
353 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
354 fi; \
355 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
356 else \
357 test -f "$(distdir)/$$file" \
358 || cp -p $$d/$$file "$(distdir)/$$file" \
359 || exit 1; \
360 fi; \
361 done
362 check-am: all-am
363 check: check-am
364 all-am: Makefile
365 installdirs:
366 install: install-am
367 install-exec: install-exec-am
368 install-data: install-data-am
369 uninstall: uninstall-am
370
371 install-am: all-am
372 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
373
374 installcheck: installcheck-am
375 install-strip:
376 if test -z '$(STRIP)'; then \
377 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
378 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
379 install; \
380 else \
381 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
382 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
383 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
384 fi
385 mostlyclean-generic:
386
387 clean-generic:
388
389 distclean-generic:
390 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
391 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
392
393 maintainer-clean-generic:
394 @echo "This command is intended for maintainers to use"
395 @echo "it deletes files that may require special tools to rebuild."
396 clean: clean-am
397
398 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
399
400 distclean: distclean-am
401 -rm -f Makefile
402 distclean-am: clean-am distclean-generic
403
404 dvi: dvi-am
405
406 dvi-am:
407
408 html: html-am
409
410 html-am:
411
412 info: info-am
413
414 info-am:
415
416 install-data-am:
417
418 install-dvi: install-dvi-am
419
420 install-dvi-am:
421
422 install-exec-am:
423
424 install-html: install-html-am
425
426 install-html-am:
427
428 install-info: install-info-am
429
430 install-info-am:
431
432 install-man:
433
434 install-pdf: install-pdf-am
435
436 install-pdf-am:
437
438 install-ps: install-ps-am
439
440 install-ps-am:
441
442 installcheck-am:
443
444 maintainer-clean: maintainer-clean-am
445 -rm -f Makefile
446 maintainer-clean-am: distclean-am maintainer-clean-generic
447
448 mostlyclean: mostlyclean-am
449
450 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
451
452 pdf: pdf-am
453
454 pdf-am:
455
456 ps: ps-am
457
458 ps-am:
459
460 uninstall-am:
461
462 .MAKE: install-am install-strip
463
464 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
465 clean-local cscopelist-am ctags-am distclean distclean-generic \
466 distclean-libtool distdir dvi dvi-am html html-am info info-am \
467 install install-am install-data install-data-am install-dvi \
468 install-dvi-am install-exec install-exec-am install-html \
469 install-html-am install-info install-info-am install-man \
470 install-pdf install-pdf-am install-ps install-ps-am \
471 install-strip installcheck installcheck-am installdirs \
472 maintainer-clean maintainer-clean-generic mostlyclean \
473 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
474 tags-am uninstall uninstall-am
475
476 .PRECIOUS: Makefile
477
478
479 html.refs2: html.refs
480 cp -f ${srcdir}/html.refs html.refs2
481
482 $(FAQ): $(BFNNCONV_SRC) fftw-faq.bfnn html.refs2
483 @echo converting...
484 perl -I${srcdir} ${srcdir}/bfnnconv.pl < ${srcdir}/fftw-faq.bfnn
485 @echo converting again...
486 perl -I${srcdir} ${srcdir}/bfnnconv.pl < ${srcdir}/fftw-faq.bfnn
487 rm -f fftw-faq.ascii
488 mv stdin.ascii fftw-faq.ascii
489 rm -rf fftw-faq.html
490 mv -f stdin.html fftw-faq.html
491
492 faq: $(FAQ)
493
494 clean-local:
495 rm -f *~ core a.out *.lout *.ps *.info *.ascii *.xrefdb *.post
496 rm -rf *.html html.refs2
497
498 # Tell versions [3.59,3.63) of GNU make to not export all variables.
499 # Otherwise a system limit (for SysV at least) may be exceeded.
500 .NOEXPORT: