comparison src/fftw-3.3.8/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
17
18 VPATH = @srcdir@
19 am__is_gnu_make = { \
20 if test -z '$(MAKELEVEL)'; then \
21 false; \
22 elif test -n '$(MAKE_HOST)'; then \
23 true; \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25 true; \
26 else \
27 false; \
28 fi; \
29 }
30 am__make_running_with_option = \
31 case $${target_option-} in \
32 ?) ;; \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
35 exit 1;; \
36 esac; \
37 has_opt=no; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
41 else \
42 case $$MAKEFLAGS in \
43 *\\[\ \ ]*) \
44 bs=\\; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
47 esac; \
48 fi; \
49 skip_next=no; \
50 strip_trailopt () \
51 { \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 }; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; continue; }; \
56 case $$flg in \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
61 -*O?*) strip_trailopt 'O';; \
62 -*l) strip_trailopt 'l'; skip_next=yes;; \
63 -*l?*) strip_trailopt 'l';; \
64 -[dEDm]) skip_next=yes;; \
65 -[JT]) skip_next=yes;; \
66 esac; \
67 case $$flg in \
68 *$$target_option*) has_opt=yes; break;; \
69 esac; \
70 done; \
71 test $$has_opt = yes
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 subdir = .
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_mpi.m4 \
95 $(top_srcdir)/m4/acx_pthread.m4 \
96 $(top_srcdir)/m4/ax_cc_maxopt.m4 \
97 $(top_srcdir)/m4/ax_check_compiler_flags.m4 \
98 $(top_srcdir)/m4/ax_compiler_vendor.m4 \
99 $(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \
100 $(top_srcdir)/m4/ax_gcc_version.m4 \
101 $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/libtool.m4 \
102 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
103 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
104 $(top_srcdir)/configure.ac
105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106 $(ACLOCAL_M4)
107 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
108 $(am__configure_deps) $(am__DIST_COMMON)
109 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
110 configure.lineno config.status.lineno
111 mkinstalldirs = $(install_sh) -d
112 CONFIG_HEADER = config.h
113 CONFIG_CLEAN_FILES = fftw.pc
114 CONFIG_CLEAN_VPATH_FILES =
115 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
116 am__vpath_adj = case $$p in \
117 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
118 *) f=$$p;; \
119 esac;
120 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
121 am__install_max = 40
122 am__nobase_strip_setup = \
123 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
124 am__nobase_strip = \
125 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
126 am__nobase_list = $(am__nobase_strip_setup); \
127 for p in $$list; do echo "$$p $$p"; done | \
128 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
129 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
130 if (++n[$$2] == $(am__install_max)) \
131 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
132 END { for (dir in files) print dir, files[dir] }'
133 am__base_list = \
134 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
135 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
136 am__uninstall_files_from_dir = { \
137 test -z "$$files" \
138 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
139 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
140 $(am__cd) "$$dir" && rm -f $$files; }; \
141 }
142 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(cmakedir)" \
143 "$(DESTDIR)$(pkgconfigdir)"
144 LTLIBRARIES = $(lib_LTLIBRARIES)
145 libfftw3@PREC_SUFFIX@_la_DEPENDENCIES = kernel/libkernel.la \
146 dft/libdft.la dft/scalar/libdft_scalar.la \
147 dft/scalar/codelets/libdft_scalar_codelets.la rdft/librdft.la \
148 rdft/scalar/librdft_scalar.la \
149 rdft/scalar/r2cf/librdft_scalar_r2cf.la \
150 rdft/scalar/r2cb/librdft_scalar_r2cb.la \
151 rdft/scalar/r2r/librdft_scalar_r2r.la reodft/libreodft.la \
152 api/libapi.la $(SIMD_LIBS) $(SSE2_LIBS) $(AVX_LIBS) \
153 $(AVX_128_FMA_LIBS) $(AVX2_LIBS) $(ALTIVEC_LIBS) $(VSX_LIBS) \
154 $(NEON_LIBS) $(KCVI_LIBS) $(AVX512_LIBS) \
155 $(GENERIC_SIMD128_LIBS) $(GENERIC_SIMD256_LIBS) \
156 $(COMBINED_THREADLIBS)
157 am_libfftw3@PREC_SUFFIX@_la_OBJECTS =
158 libfftw3@PREC_SUFFIX@_la_OBJECTS = \
159 $(am_libfftw3@PREC_SUFFIX@_la_OBJECTS)
160 AM_V_lt = $(am__v_lt_@AM_V@)
161 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
162 am__v_lt_0 = --silent
163 am__v_lt_1 =
164 libfftw3@PREC_SUFFIX@_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
165 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
166 $(AM_CFLAGS) $(CFLAGS) $(libfftw3@PREC_SUFFIX@_la_LDFLAGS) \
167 $(LDFLAGS) -o $@
168 AM_V_P = $(am__v_P_@AM_V@)
169 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
170 am__v_P_0 = false
171 am__v_P_1 = :
172 AM_V_GEN = $(am__v_GEN_@AM_V@)
173 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
174 am__v_GEN_0 = @echo " GEN " $@;
175 am__v_GEN_1 =
176 AM_V_at = $(am__v_at_@AM_V@)
177 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
178 am__v_at_0 = @
179 am__v_at_1 =
180 DEFAULT_INCLUDES = -I.@am__isrc@
181 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
182 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
183 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
184 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
185 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
186 $(AM_CFLAGS) $(CFLAGS)
187 AM_V_CC = $(am__v_CC_@AM_V@)
188 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
189 am__v_CC_0 = @echo " CC " $@;
190 am__v_CC_1 =
191 CCLD = $(CC)
192 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
193 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
194 $(AM_LDFLAGS) $(LDFLAGS) -o $@
195 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
196 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
197 am__v_CCLD_0 = @echo " CCLD " $@;
198 am__v_CCLD_1 =
199 SOURCES = $(libfftw3@PREC_SUFFIX@_la_SOURCES)
200 DIST_SOURCES = $(libfftw3@PREC_SUFFIX@_la_SOURCES)
201 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
202 ctags-recursive dvi-recursive html-recursive info-recursive \
203 install-data-recursive install-dvi-recursive \
204 install-exec-recursive install-html-recursive \
205 install-info-recursive install-pdf-recursive \
206 install-ps-recursive install-recursive installcheck-recursive \
207 installdirs-recursive pdf-recursive ps-recursive \
208 tags-recursive uninstall-recursive
209 am__can_run_installinfo = \
210 case $$AM_UPDATE_INFO_DIR in \
211 n|no|NO) false;; \
212 *) (install-info --version) >/dev/null 2>&1;; \
213 esac
214 DATA = $(cmake_DATA) $(pkgconfig_DATA)
215 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
216 distclean-recursive maintainer-clean-recursive
217 am__recursive_targets = \
218 $(RECURSIVE_TARGETS) \
219 $(RECURSIVE_CLEAN_TARGETS) \
220 $(am__extra_recursive_targets)
221 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
222 cscope distdir dist dist-all distcheck
223 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
224 $(LISP)config.h.in
225 # Read a list of newline-separated strings from the standard input,
226 # and print each of them once, without duplicates. Input order is
227 # *not* preserved.
228 am__uniquify_input = $(AWK) '\
229 BEGIN { nonempty = 0; } \
230 { items[$$0] = 1; nonempty = 1; } \
231 END { if (nonempty) { for (i in items) print i; }; } \
232 '
233 # Make sure the list of sources is unique. This is necessary because,
234 # e.g., the same source file might be shared among _SOURCES variables
235 # for different programs/libraries.
236 am__define_uniq_tagged_files = \
237 list='$(am__tagged_files)'; \
238 unique=`for i in $$list; do \
239 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
240 done | $(am__uniquify_input)`
241 ETAGS = etags
242 CTAGS = ctags
243 CSCOPE = cscope
244 DIST_SUBDIRS = support genfft kernel simd-support dft rdft reodft api \
245 libbench2 . threads tests mpi doc tools m4
246 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
247 $(srcdir)/fftw.pc.in AUTHORS COPYING ChangeLog INSTALL NEWS \
248 README TODO compile config.guess config.sub install-sh \
249 ltmain.sh missing
250 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
251 distdir = $(PACKAGE)-$(VERSION)
252 top_distdir = $(distdir)
253 am__remove_distdir = \
254 if test -d "$(distdir)"; then \
255 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
256 && rm -rf "$(distdir)" \
257 || { sleep 5 && rm -rf "$(distdir)"; }; \
258 else :; fi
259 am__post_remove_distdir = $(am__remove_distdir)
260 am__relativize = \
261 dir0=`pwd`; \
262 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
263 sed_rest='s,^[^/]*/*,,'; \
264 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
265 sed_butlast='s,/*[^/]*$$,,'; \
266 while test -n "$$dir1"; do \
267 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
268 if test "$$first" != "."; then \
269 if test "$$first" = ".."; then \
270 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
271 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
272 else \
273 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
274 if test "$$first2" = "$$first"; then \
275 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
276 else \
277 dir2="../$$dir2"; \
278 fi; \
279 dir0="$$dir0"/"$$first"; \
280 fi; \
281 fi; \
282 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
283 done; \
284 reldir="$$dir2"
285 DIST_ARCHIVES = $(distdir).tar.gz
286 GZIP_ENV = --best
287 DIST_TARGETS = dist-gzip
288 distuninstallcheck_listfiles = find . -type f -print
289 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
290 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
291 distcleancheck_listfiles = find . -type f -print
292 ACLOCAL = @ACLOCAL@
293 ALLOCA = @ALLOCA@
294 ALTIVEC_CFLAGS = @ALTIVEC_CFLAGS@
295 AMTAR = @AMTAR@
296 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
297 AR = @AR@
298 AS = @AS@
299 AUTOCONF = @AUTOCONF@
300 AUTOHEADER = @AUTOHEADER@
301 AUTOMAKE = @AUTOMAKE@
302 AVX2_CFLAGS = @AVX2_CFLAGS@
303 AVX512_CFLAGS = @AVX512_CFLAGS@
304 AVX_128_FMA_CFLAGS = @AVX_128_FMA_CFLAGS@
305 AVX_CFLAGS = @AVX_CFLAGS@
306 AWK = @AWK@
307 CC = @CC@
308 CCDEPMODE = @CCDEPMODE@
309 CFLAGS = @CFLAGS@
310 CHECK_PL_OPTS = @CHECK_PL_OPTS@
311 CPP = @CPP@
312 CPPFLAGS = @CPPFLAGS@
313 CYGPATH_W = @CYGPATH_W@
314 C_FFTW_R2R_KIND = @C_FFTW_R2R_KIND@
315 C_MPI_FINT = @C_MPI_FINT@
316 DEFS = @DEFS@
317 DEPDIR = @DEPDIR@
318 DLLTOOL = @DLLTOOL@
319 DSYMUTIL = @DSYMUTIL@
320 DUMPBIN = @DUMPBIN@
321 ECHO_C = @ECHO_C@
322 ECHO_N = @ECHO_N@
323 ECHO_T = @ECHO_T@
324 EGREP = @EGREP@
325 EXEEXT = @EXEEXT@
326 F77 = @F77@
327 FFLAGS = @FFLAGS@
328 FGREP = @FGREP@
329 FLIBS = @FLIBS@
330 GREP = @GREP@
331 INDENT = @INDENT@
332 INSTALL = @INSTALL@
333 INSTALL_DATA = @INSTALL_DATA@
334 INSTALL_PROGRAM = @INSTALL_PROGRAM@
335 INSTALL_SCRIPT = @INSTALL_SCRIPT@
336 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
337 KCVI_CFLAGS = @KCVI_CFLAGS@
338 LD = @LD@
339 LDFLAGS = @LDFLAGS@
340 LIBOBJS = @LIBOBJS@
341 LIBQUADMATH = @LIBQUADMATH@
342 LIBS = @LIBS@
343 LIBTOOL = @LIBTOOL@
344 LIPO = @LIPO@
345 LN_S = @LN_S@
346 LTLIBOBJS = @LTLIBOBJS@
347 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
348 MAINT = @MAINT@
349 MAKEINFO = @MAKEINFO@
350 MANIFEST_TOOL = @MANIFEST_TOOL@
351 MKDIR_P = @MKDIR_P@
352 MPICC = @MPICC@
353 MPILIBS = @MPILIBS@
354 MPIRUN = @MPIRUN@
355 NEON_CFLAGS = @NEON_CFLAGS@
356 NM = @NM@
357 NMEDIT = @NMEDIT@
358 OBJDUMP = @OBJDUMP@
359 OBJEXT = @OBJEXT@
360 OCAMLBUILD = @OCAMLBUILD@
361 OPENMP_CFLAGS = @OPENMP_CFLAGS@
362 OTOOL = @OTOOL@
363 OTOOL64 = @OTOOL64@
364 PACKAGE = @PACKAGE@
365 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
366 PACKAGE_NAME = @PACKAGE_NAME@
367 PACKAGE_STRING = @PACKAGE_STRING@
368 PACKAGE_TARNAME = @PACKAGE_TARNAME@
369 PACKAGE_URL = @PACKAGE_URL@
370 PACKAGE_VERSION = @PACKAGE_VERSION@
371 PATH_SEPARATOR = @PATH_SEPARATOR@
372 POW_LIB = @POW_LIB@
373 PRECISION = @PRECISION@
374 PREC_SUFFIX = @PREC_SUFFIX@
375 PTHREAD_CC = @PTHREAD_CC@
376 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
377 PTHREAD_LIBS = @PTHREAD_LIBS@
378 RANLIB = @RANLIB@
379 SED = @SED@
380 SET_MAKE = @SET_MAKE@
381 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
382 SHELL = @SHELL@
383 SSE2_CFLAGS = @SSE2_CFLAGS@
384 STACK_ALIGN_CFLAGS = @STACK_ALIGN_CFLAGS@
385 STRIP = @STRIP@
386 THREADLIBS = @THREADLIBS@
387 VERSION = @VERSION@
388 VSX_CFLAGS = @VSX_CFLAGS@
389 abs_builddir = @abs_builddir@
390 abs_srcdir = @abs_srcdir@
391 abs_top_builddir = @abs_top_builddir@
392 abs_top_srcdir = @abs_top_srcdir@
393 ac_ct_AR = @ac_ct_AR@
394 ac_ct_CC = @ac_ct_CC@
395 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
396 ac_ct_F77 = @ac_ct_F77@
397 acx_pthread_config = @acx_pthread_config@
398 am__include = @am__include@
399 am__leading_dot = @am__leading_dot@
400 am__quote = @am__quote@
401 am__tar = @am__tar@
402 am__untar = @am__untar@
403 bindir = @bindir@
404 build = @build@
405 build_alias = @build_alias@
406 build_cpu = @build_cpu@
407 build_os = @build_os@
408 build_vendor = @build_vendor@
409 builddir = @builddir@
410 datadir = @datadir@
411 datarootdir = @datarootdir@
412 docdir = @docdir@
413 dvidir = @dvidir@
414 exec_prefix = @exec_prefix@
415 host = @host@
416 host_alias = @host_alias@
417 host_cpu = @host_cpu@
418 host_os = @host_os@
419 host_vendor = @host_vendor@
420 htmldir = @htmldir@
421 includedir = @includedir@
422 infodir = @infodir@
423 install_sh = @install_sh@
424 libdir = @libdir@
425 libexecdir = @libexecdir@
426 localedir = @localedir@
427 localstatedir = @localstatedir@
428 mandir = @mandir@
429 mkdir_p = @mkdir_p@
430 oldincludedir = @oldincludedir@
431 pdfdir = @pdfdir@
432 prefix = @prefix@
433 program_transform_name = @program_transform_name@
434 psdir = @psdir@
435 runstatedir = @runstatedir@
436 sbindir = @sbindir@
437 sharedstatedir = @sharedstatedir@
438 srcdir = @srcdir@
439 sysconfdir = @sysconfdir@
440 target_alias = @target_alias@
441 top_build_prefix = @top_build_prefix@
442 top_builddir = @top_builddir@
443 top_srcdir = @top_srcdir@
444 OPTIONS_AUTOMAKE = gnu
445 lib_LTLIBRARIES = libfftw3@PREC_SUFFIX@.la
446 @MAINTAINER_MODE_FALSE@GENFFT =
447
448 # pkgincludedir = $(includedir)/fftw3@PREC_SUFFIX@
449 # nodist_pkginclude_HEADERS = config.h
450
451 # recompile genfft if maintainer mode is true
452 @MAINTAINER_MODE_TRUE@GENFFT = genfft
453 @MAINTAINER_MODE_TRUE@EXTRA_libfftw3@PREC_SUFFIX@_la_DEPENDENCIES = assert-shared-version-info
454 ACLOCAL_AMFLAGS = -I m4
455 @COMBINED_THREADS_FALSE@CHICKEN_EGG = . threads
456
457 # when using combined thread libraries (necessary on Windows), we want
458 # to build threads/ first, because libfftw3_threads is added to
459 # libfftw3.
460 #
461 # Otherwise, we want to build libfftw3_threads after libfftw3
462 # so that we can track the fact that libfftw3_threads depends upon
463 # libfftw3.
464 #
465 # This is the inescapable result of combining three bad ideas
466 # (threads, Windows, and shared libraries).
467 #
468 @COMBINED_THREADS_TRUE@CHICKEN_EGG = threads .
469 @BUILD_DOC_FALSE@DOCDIR =
470
471 # Only build in doc/ if not disabled by user (i.e. not all
472 # tools are available, such as fig2dev in maintainer mode)
473 @BUILD_DOC_TRUE@DOCDIR = doc
474 SUBDIRS = support $(GENFFT) kernel simd-support dft rdft reodft api \
475 libbench2 $(CHICKEN_EGG) tests mpi $(DOCDIR) tools m4
476
477 EXTRA_DIST = COPYRIGHT bootstrap.sh CONVENTIONS fftw.pc.in \
478 CMakeLists.txt cmake.config.h.in FFTW3Config.cmake.in \
479 FFTW3ConfigVersion.cmake.in README-perfcnt.md
480
481 SIMD_LIBS = simd-support/libsimd_support.la
482 @HAVE_SSE2_TRUE@SSE2_LIBS = dft/simd/sse2/libdft_sse2_codelets.la \
483 @HAVE_SSE2_TRUE@rdft/simd/sse2/librdft_sse2_codelets.la
484
485 @HAVE_AVX_TRUE@AVX_LIBS = dft/simd/avx/libdft_avx_codelets.la \
486 @HAVE_AVX_TRUE@rdft/simd/avx/librdft_avx_codelets.la
487
488 @HAVE_AVX_128_FMA_TRUE@AVX_128_FMA_LIBS = dft/simd/avx-128-fma/libdft_avx_128_fma_codelets.la \
489 @HAVE_AVX_128_FMA_TRUE@rdft/simd/avx-128-fma/librdft_avx_128_fma_codelets.la
490
491 @HAVE_AVX2_TRUE@AVX2_LIBS = dft/simd/avx2/libdft_avx2_codelets.la \
492 @HAVE_AVX2_TRUE@dft/simd/avx2-128/libdft_avx2_128_codelets.la \
493 @HAVE_AVX2_TRUE@rdft/simd/avx2/librdft_avx2_codelets.la \
494 @HAVE_AVX2_TRUE@rdft/simd/avx2-128/librdft_avx2_128_codelets.la
495
496 @HAVE_AVX512_TRUE@AVX512_LIBS = dft/simd/avx512/libdft_avx512_codelets.la \
497 @HAVE_AVX512_TRUE@rdft/simd/avx512/librdft_avx512_codelets.la
498
499 @HAVE_KCVI_TRUE@KCVI_LIBS = dft/simd/kcvi/libdft_kcvi_codelets.la \
500 @HAVE_KCVI_TRUE@rdft/simd/kcvi/librdft_kcvi_codelets.la
501
502 @HAVE_ALTIVEC_TRUE@ALTIVEC_LIBS = dft/simd/altivec/libdft_altivec_codelets.la \
503 @HAVE_ALTIVEC_TRUE@rdft/simd/altivec/librdft_altivec_codelets.la
504
505 @HAVE_VSX_TRUE@VSX_LIBS = dft/simd/vsx/libdft_vsx_codelets.la \
506 @HAVE_VSX_TRUE@rdft/simd/vsx/librdft_vsx_codelets.la
507
508 @HAVE_NEON_TRUE@NEON_LIBS = dft/simd/neon/libdft_neon_codelets.la \
509 @HAVE_NEON_TRUE@rdft/simd/neon/librdft_neon_codelets.la
510
511 @HAVE_GENERIC_SIMD128_TRUE@GENERIC_SIMD128_LIBS = dft/simd/generic-simd128/libdft_generic_simd128_codelets.la \
512 @HAVE_GENERIC_SIMD128_TRUE@rdft/simd/generic-simd128/librdft_generic_simd128_codelets.la
513
514 @HAVE_GENERIC_SIMD256_TRUE@GENERIC_SIMD256_LIBS = dft/simd/generic-simd256/libdft_generic_simd256_codelets.la \
515 @HAVE_GENERIC_SIMD256_TRUE@rdft/simd/generic-simd256/librdft_generic_simd256_codelets.la
516
517 @COMBINED_THREADS_TRUE@@THREADS_TRUE@COMBINED_THREADLIBS = threads/libfftw3@PREC_SUFFIX@_threads.la
518 libfftw3@PREC_SUFFIX@_la_SOURCES =
519 libfftw3@PREC_SUFFIX@_la_LIBADD = \
520 kernel/libkernel.la \
521 dft/libdft.la \
522 dft/scalar/libdft_scalar.la \
523 dft/scalar/codelets/libdft_scalar_codelets.la \
524 rdft/librdft.la \
525 rdft/scalar/librdft_scalar.la \
526 rdft/scalar/r2cf/librdft_scalar_r2cf.la \
527 rdft/scalar/r2cb/librdft_scalar_r2cb.la \
528 rdft/scalar/r2r/librdft_scalar_r2r.la \
529 reodft/libreodft.la \
530 api/libapi.la \
531 $(SIMD_LIBS) $(SSE2_LIBS) $(AVX_LIBS) $(AVX_128_FMA_LIBS) \
532 $(AVX2_LIBS) $(ALTIVEC_LIBS) \
533 $(VSX_LIBS) $(NEON_LIBS) $(KCVI_LIBS) $(AVX512_LIBS) \
534 $(GENERIC_SIMD128_LIBS) $(GENERIC_SIMD256_LIBS) \
535 $(COMBINED_THREADLIBS)
536
537 @QUAD_FALSE@libfftw3@PREC_SUFFIX@_la_LDFLAGS = -no-undefined -version-info \
538 @QUAD_FALSE@@SHARED_VERSION_INFO@ $(ENVIRONMENT_LIBFFTW3_LDFLAGS)
539
540
541 # cannot use -no-undefined since dependent on libquadmath
542 @QUAD_TRUE@libfftw3@PREC_SUFFIX@_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ $(ENVIRONMENT_LIBFFTW3_LDFLAGS)
543 pkgconfigdir = $(libdir)/pkgconfig
544 pkgconfig_DATA = fftw3@PREC_SUFFIX@.pc
545 cmakedir = $(libdir)/cmake/fftw3
546 cmake_DATA = FFTW3@PREC_SUFFIX@Config.cmake FFTW3@PREC_SUFFIX@ConfigVersion.cmake
547 WISDOM_DIR = /etc/fftw
548 WISDOM = wisdom@PREC_SUFFIX@
549 WISDOM_TIME = 12 # default to 12-hour limit, i.e. overnight
550 WISDOM_FLAGS = --verbose --canonical --time-limit=$(WISDOM_TIME)
551 all: config.h
552 $(MAKE) $(AM_MAKEFLAGS) all-recursive
553
554 .SUFFIXES:
555 am--refresh: Makefile
556 @:
557 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
558 @for dep in $?; do \
559 case '$(am__configure_deps)' in \
560 *$$dep*) \
561 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
562 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
563 && exit 0; \
564 exit 1;; \
565 esac; \
566 done; \
567 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
568 $(am__cd) $(top_srcdir) && \
569 $(AUTOMAKE) --gnu Makefile
570 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
571 @case '$?' in \
572 *config.status*) \
573 echo ' $(SHELL) ./config.status'; \
574 $(SHELL) ./config.status;; \
575 *) \
576 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
577 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
578 esac;
579
580 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
581 $(SHELL) ./config.status --recheck
582
583 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
584 $(am__cd) $(srcdir) && $(AUTOCONF)
585 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
586 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
587 $(am__aclocal_m4_deps):
588
589 config.h: stamp-h1
590 @test -f $@ || rm -f stamp-h1
591 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
592
593 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
594 @rm -f stamp-h1
595 cd $(top_builddir) && $(SHELL) ./config.status config.h
596 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
597 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
598 rm -f stamp-h1
599 touch $@
600
601 distclean-hdr:
602 -rm -f config.h stamp-h1
603 fftw.pc: $(top_builddir)/config.status $(srcdir)/fftw.pc.in
604 cd $(top_builddir) && $(SHELL) ./config.status $@
605
606 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
607 @$(NORMAL_INSTALL)
608 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
609 list2=; for p in $$list; do \
610 if test -f $$p; then \
611 list2="$$list2 $$p"; \
612 else :; fi; \
613 done; \
614 test -z "$$list2" || { \
615 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
616 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
617 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
618 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
619 }
620
621 uninstall-libLTLIBRARIES:
622 @$(NORMAL_UNINSTALL)
623 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
624 for p in $$list; do \
625 $(am__strip_dir) \
626 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
627 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
628 done
629
630 clean-libLTLIBRARIES:
631 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
632 @list='$(lib_LTLIBRARIES)'; \
633 locs=`for p in $$list; do echo $$p; done | \
634 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
635 sort -u`; \
636 test -z "$$locs" || { \
637 echo rm -f $${locs}; \
638 rm -f $${locs}; \
639 }
640
641 libfftw3@PREC_SUFFIX@.la: $(libfftw3@PREC_SUFFIX@_la_OBJECTS) $(libfftw3@PREC_SUFFIX@_la_DEPENDENCIES) $(EXTRA_libfftw3@PREC_SUFFIX@_la_DEPENDENCIES)
642 $(AM_V_CCLD)$(libfftw3@PREC_SUFFIX@_la_LINK) -rpath $(libdir) $(libfftw3@PREC_SUFFIX@_la_OBJECTS) $(libfftw3@PREC_SUFFIX@_la_LIBADD) $(LIBS)
643
644 mostlyclean-compile:
645 -rm -f *.$(OBJEXT)
646
647 distclean-compile:
648 -rm -f *.tab.c
649
650 mostlyclean-libtool:
651 -rm -f *.lo
652
653 clean-libtool:
654 -rm -rf .libs _libs
655
656 distclean-libtool:
657 -rm -f libtool config.lt
658 install-cmakeDATA: $(cmake_DATA)
659 @$(NORMAL_INSTALL)
660 @list='$(cmake_DATA)'; test -n "$(cmakedir)" || list=; \
661 if test -n "$$list"; then \
662 echo " $(MKDIR_P) '$(DESTDIR)$(cmakedir)'"; \
663 $(MKDIR_P) "$(DESTDIR)$(cmakedir)" || exit 1; \
664 fi; \
665 for p in $$list; do \
666 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
667 echo "$$d$$p"; \
668 done | $(am__base_list) | \
669 while read files; do \
670 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cmakedir)'"; \
671 $(INSTALL_DATA) $$files "$(DESTDIR)$(cmakedir)" || exit $$?; \
672 done
673
674 uninstall-cmakeDATA:
675 @$(NORMAL_UNINSTALL)
676 @list='$(cmake_DATA)'; test -n "$(cmakedir)" || list=; \
677 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
678 dir='$(DESTDIR)$(cmakedir)'; $(am__uninstall_files_from_dir)
679 install-pkgconfigDATA: $(pkgconfig_DATA)
680 @$(NORMAL_INSTALL)
681 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
682 if test -n "$$list"; then \
683 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
684 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
685 fi; \
686 for p in $$list; do \
687 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
688 echo "$$d$$p"; \
689 done | $(am__base_list) | \
690 while read files; do \
691 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
692 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
693 done
694
695 uninstall-pkgconfigDATA:
696 @$(NORMAL_UNINSTALL)
697 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
698 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
699 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
700
701 # This directory's subdirectories are mostly independent; you can cd
702 # into them and run 'make' without going through this Makefile.
703 # To change the values of 'make' variables: instead of editing Makefiles,
704 # (1) if the variable is set in 'config.status', edit 'config.status'
705 # (which will cause the Makefiles to be regenerated when you run 'make');
706 # (2) otherwise, pass the desired values on the 'make' command line.
707 $(am__recursive_targets):
708 @fail=; \
709 if $(am__make_keepgoing); then \
710 failcom='fail=yes'; \
711 else \
712 failcom='exit 1'; \
713 fi; \
714 dot_seen=no; \
715 target=`echo $@ | sed s/-recursive//`; \
716 case "$@" in \
717 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
718 *) list='$(SUBDIRS)' ;; \
719 esac; \
720 for subdir in $$list; do \
721 echo "Making $$target in $$subdir"; \
722 if test "$$subdir" = "."; then \
723 dot_seen=yes; \
724 local_target="$$target-am"; \
725 else \
726 local_target="$$target"; \
727 fi; \
728 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
729 || eval $$failcom; \
730 done; \
731 if test "$$dot_seen" = "no"; then \
732 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
733 fi; test -z "$$fail"
734
735 ID: $(am__tagged_files)
736 $(am__define_uniq_tagged_files); mkid -fID $$unique
737 tags: tags-recursive
738 TAGS: tags
739
740 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
741 set x; \
742 here=`pwd`; \
743 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
744 include_option=--etags-include; \
745 empty_fix=.; \
746 else \
747 include_option=--include; \
748 empty_fix=; \
749 fi; \
750 list='$(SUBDIRS)'; for subdir in $$list; do \
751 if test "$$subdir" = .; then :; else \
752 test ! -f $$subdir/TAGS || \
753 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
754 fi; \
755 done; \
756 $(am__define_uniq_tagged_files); \
757 shift; \
758 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
759 test -n "$$unique" || unique=$$empty_fix; \
760 if test $$# -gt 0; then \
761 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
762 "$$@" $$unique; \
763 else \
764 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
765 $$unique; \
766 fi; \
767 fi
768 ctags: ctags-recursive
769
770 CTAGS: ctags
771 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
772 $(am__define_uniq_tagged_files); \
773 test -z "$(CTAGS_ARGS)$$unique" \
774 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
775 $$unique
776
777 GTAGS:
778 here=`$(am__cd) $(top_builddir) && pwd` \
779 && $(am__cd) $(top_srcdir) \
780 && gtags -i $(GTAGS_ARGS) "$$here"
781 cscope: cscope.files
782 test ! -s cscope.files \
783 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
784 clean-cscope:
785 -rm -f cscope.files
786 cscope.files: clean-cscope cscopelist
787 cscopelist: cscopelist-recursive
788
789 cscopelist-am: $(am__tagged_files)
790 list='$(am__tagged_files)'; \
791 case "$(srcdir)" in \
792 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
793 *) sdir=$(subdir)/$(srcdir) ;; \
794 esac; \
795 for i in $$list; do \
796 if test -f "$$i"; then \
797 echo "$(subdir)/$$i"; \
798 else \
799 echo "$$sdir/$$i"; \
800 fi; \
801 done >> $(top_builddir)/cscope.files
802
803 distclean-tags:
804 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
805 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
806
807 distdir: $(DISTFILES)
808 $(am__remove_distdir)
809 test -d "$(distdir)" || mkdir "$(distdir)"
810 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
811 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
812 list='$(DISTFILES)'; \
813 dist_files=`for file in $$list; do echo $$file; done | \
814 sed -e "s|^$$srcdirstrip/||;t" \
815 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
816 case $$dist_files in \
817 */*) $(MKDIR_P) `echo "$$dist_files" | \
818 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
819 sort -u` ;; \
820 esac; \
821 for file in $$dist_files; do \
822 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
823 if test -d $$d/$$file; then \
824 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
825 if test -d "$(distdir)/$$file"; then \
826 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
827 fi; \
828 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
829 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
830 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
831 fi; \
832 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
833 else \
834 test -f "$(distdir)/$$file" \
835 || cp -p $$d/$$file "$(distdir)/$$file" \
836 || exit 1; \
837 fi; \
838 done
839 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
840 if test "$$subdir" = .; then :; else \
841 $(am__make_dryrun) \
842 || test -d "$(distdir)/$$subdir" \
843 || $(MKDIR_P) "$(distdir)/$$subdir" \
844 || exit 1; \
845 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
846 $(am__relativize); \
847 new_distdir=$$reldir; \
848 dir1=$$subdir; dir2="$(top_distdir)"; \
849 $(am__relativize); \
850 new_top_distdir=$$reldir; \
851 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
852 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
853 ($(am__cd) $$subdir && \
854 $(MAKE) $(AM_MAKEFLAGS) \
855 top_distdir="$$new_top_distdir" \
856 distdir="$$new_distdir" \
857 am__remove_distdir=: \
858 am__skip_length_check=: \
859 am__skip_mode_fix=: \
860 distdir) \
861 || exit 1; \
862 fi; \
863 done
864 -test -n "$(am__skip_mode_fix)" \
865 || find "$(distdir)" -type d ! -perm -755 \
866 -exec chmod u+rwx,go+rx {} \; -o \
867 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
868 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
869 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
870 || chmod -R a+r "$(distdir)"
871 dist-gzip: distdir
872 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
873 $(am__post_remove_distdir)
874
875 dist-bzip2: distdir
876 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
877 $(am__post_remove_distdir)
878
879 dist-lzip: distdir
880 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
881 $(am__post_remove_distdir)
882
883 dist-xz: distdir
884 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
885 $(am__post_remove_distdir)
886
887 dist-tarZ: distdir
888 @echo WARNING: "Support for distribution archives compressed with" \
889 "legacy program 'compress' is deprecated." >&2
890 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
891 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
892 $(am__post_remove_distdir)
893
894 dist-shar: distdir
895 @echo WARNING: "Support for shar distribution archives is" \
896 "deprecated." >&2
897 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
898 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
899 $(am__post_remove_distdir)
900
901 dist-zip: distdir
902 -rm -f $(distdir).zip
903 zip -rq $(distdir).zip $(distdir)
904 $(am__post_remove_distdir)
905
906 dist dist-all:
907 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
908 $(am__post_remove_distdir)
909
910 # This target untars the dist file and tries a VPATH configuration. Then
911 # it guarantees that the distribution is self-contained by making another
912 # tarfile.
913 distcheck: dist
914 case '$(DIST_ARCHIVES)' in \
915 *.tar.gz*) \
916 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
917 *.tar.bz2*) \
918 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
919 *.tar.lz*) \
920 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
921 *.tar.xz*) \
922 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
923 *.tar.Z*) \
924 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
925 *.shar.gz*) \
926 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
927 *.zip*) \
928 unzip $(distdir).zip ;;\
929 esac
930 chmod -R a-w $(distdir)
931 chmod u+w $(distdir)
932 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
933 chmod a-w $(distdir)
934 test -d $(distdir)/_build || exit 0; \
935 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
936 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
937 && am__cwd=`pwd` \
938 && $(am__cd) $(distdir)/_build/sub \
939 && ../../configure \
940 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
941 $(DISTCHECK_CONFIGURE_FLAGS) \
942 --srcdir=../.. --prefix="$$dc_install_base" \
943 && $(MAKE) $(AM_MAKEFLAGS) \
944 && $(MAKE) $(AM_MAKEFLAGS) dvi \
945 && $(MAKE) $(AM_MAKEFLAGS) check \
946 && $(MAKE) $(AM_MAKEFLAGS) install \
947 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
948 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
949 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
950 distuninstallcheck \
951 && chmod -R a-w "$$dc_install_base" \
952 && ({ \
953 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
954 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
955 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
956 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
957 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
958 } || { rm -rf "$$dc_destdir"; exit 1; }) \
959 && rm -rf "$$dc_destdir" \
960 && $(MAKE) $(AM_MAKEFLAGS) dist \
961 && rm -rf $(DIST_ARCHIVES) \
962 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
963 && cd "$$am__cwd" \
964 || exit 1
965 $(am__post_remove_distdir)
966 @(echo "$(distdir) archives ready for distribution: "; \
967 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
968 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
969 distuninstallcheck:
970 @test -n '$(distuninstallcheck_dir)' || { \
971 echo 'ERROR: trying to run $@ with an empty' \
972 '$$(distuninstallcheck_dir)' >&2; \
973 exit 1; \
974 }; \
975 $(am__cd) '$(distuninstallcheck_dir)' || { \
976 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
977 exit 1; \
978 }; \
979 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
980 || { echo "ERROR: files left after uninstall:" ; \
981 if test -n "$(DESTDIR)"; then \
982 echo " (check DESTDIR support)"; \
983 fi ; \
984 $(distuninstallcheck_listfiles) ; \
985 exit 1; } >&2
986 distcleancheck: distclean
987 @if test '$(srcdir)' = . ; then \
988 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
989 exit 1 ; \
990 fi
991 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
992 || { echo "ERROR: files left in build directory after distclean:" ; \
993 $(distcleancheck_listfiles) ; \
994 exit 1; } >&2
995 check-am: all-am
996 check: check-recursive
997 all-am: Makefile $(LTLIBRARIES) $(DATA) config.h
998 installdirs: installdirs-recursive
999 installdirs-am:
1000 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(cmakedir)" "$(DESTDIR)$(pkgconfigdir)"; do \
1001 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1002 done
1003 install: install-recursive
1004 install-exec: install-exec-recursive
1005 install-data: install-data-recursive
1006 uninstall: uninstall-recursive
1007
1008 install-am: all-am
1009 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1010
1011 installcheck: installcheck-recursive
1012 install-strip:
1013 if test -z '$(STRIP)'; then \
1014 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1015 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1016 install; \
1017 else \
1018 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1019 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1020 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1021 fi
1022 mostlyclean-generic:
1023
1024 clean-generic:
1025
1026 distclean-generic:
1027 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1028 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1029
1030 maintainer-clean-generic:
1031 @echo "This command is intended for maintainers to use"
1032 @echo "it deletes files that may require special tools to rebuild."
1033 clean: clean-recursive
1034
1035 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
1036 mostlyclean-am
1037
1038 distclean: distclean-recursive
1039 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1040 -rm -f Makefile
1041 distclean-am: clean-am distclean-compile distclean-generic \
1042 distclean-hdr distclean-libtool distclean-tags
1043
1044 dvi: dvi-recursive
1045
1046 dvi-am:
1047
1048 html: html-recursive
1049
1050 html-am:
1051
1052 info: info-recursive
1053
1054 info-am:
1055
1056 install-data-am: install-cmakeDATA install-pkgconfigDATA
1057
1058 install-dvi: install-dvi-recursive
1059
1060 install-dvi-am:
1061
1062 install-exec-am: install-libLTLIBRARIES
1063
1064 install-html: install-html-recursive
1065
1066 install-html-am:
1067
1068 install-info: install-info-recursive
1069
1070 install-info-am:
1071
1072 install-man:
1073
1074 install-pdf: install-pdf-recursive
1075
1076 install-pdf-am:
1077
1078 install-ps: install-ps-recursive
1079
1080 install-ps-am:
1081
1082 installcheck-am:
1083
1084 maintainer-clean: maintainer-clean-recursive
1085 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1086 -rm -rf $(top_srcdir)/autom4te.cache
1087 -rm -f Makefile
1088 maintainer-clean-am: distclean-am maintainer-clean-generic
1089
1090 mostlyclean: mostlyclean-recursive
1091
1092 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1093 mostlyclean-libtool
1094
1095 pdf: pdf-recursive
1096
1097 pdf-am:
1098
1099 ps: ps-recursive
1100
1101 ps-am:
1102
1103 uninstall-am: uninstall-cmakeDATA uninstall-libLTLIBRARIES \
1104 uninstall-pkgconfigDATA
1105
1106 .MAKE: $(am__recursive_targets) all install-am install-strip
1107
1108 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1109 am--refresh check check-am clean clean-cscope clean-generic \
1110 clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
1111 ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
1112 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1113 distclean-compile distclean-generic distclean-hdr \
1114 distclean-libtool distclean-tags distcleancheck distdir \
1115 distuninstallcheck dvi dvi-am html html-am info info-am \
1116 install install-am install-cmakeDATA install-data \
1117 install-data-am install-dvi install-dvi-am install-exec \
1118 install-exec-am install-html install-html-am install-info \
1119 install-info-am install-libLTLIBRARIES install-man install-pdf \
1120 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
1121 install-strip installcheck installcheck-am installdirs \
1122 installdirs-am maintainer-clean maintainer-clean-generic \
1123 mostlyclean mostlyclean-compile mostlyclean-generic \
1124 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1125 uninstall-am uninstall-cmakeDATA uninstall-libLTLIBRARIES \
1126 uninstall-pkgconfigDATA
1127
1128 .PRECIOUS: Makefile
1129
1130
1131 fftw3@PREC_SUFFIX@.pc: fftw.pc
1132 cp -f fftw.pc fftw3@PREC_SUFFIX@.pc
1133
1134 FFTW3@PREC_SUFFIX@Config.cmake: $(top_srcdir)/FFTW3Config.cmake.in
1135 $(SED) \
1136 -e 's|[@]PREC_SUFFIX@|@PREC_SUFFIX@|g' \
1137 -e 's|[@]CMAKE_INSTALL_FULL_LIBDIR@|$(libdir)|g' \
1138 -e 's|[@]CMAKE_INSTALL_FULL_INCLUDEDIR@|$(includedir)|g' \
1139 $(top_srcdir)/FFTW3Config.cmake.in > $@
1140 FFTW3@PREC_SUFFIX@ConfigVersion.cmake: $(top_srcdir)/FFTW3ConfigVersion.cmake.in
1141 $(SED) \
1142 -e 's|[@]FFTW_VERSION@|@PACKAGE_VERSION@|g' \
1143 $(top_srcdir)/FFTW3ConfigVersion.cmake.in > $@
1144
1145 wisdom:
1146 tools/fftw@PREC_SUFFIX@-wisdom -o $@ $(WISDOM_FLAGS)
1147
1148 install-wisdom: wisdom
1149 $(mkinstalldirs) $(WISDOM_DIR)
1150 $(INSTALL_DATA) wisdom $(WISDOM_DIR)/$(WISDOM)
1151
1152 @MAINTAINER_MODE_TRUE@assert-shared-version-info:
1153 @MAINTAINER_MODE_TRUE@ current=`echo @SHARED_VERSION_INFO@ | cut -d: -f1`; \
1154 @MAINTAINER_MODE_TRUE@ age=`echo @SHARED_VERSION_INFO@ | cut -d: -f3`; \
1155 @MAINTAINER_MODE_TRUE@ major=3; \
1156 @MAINTAINER_MODE_TRUE@ expected=`expr $$age + $$major`; \
1157 @MAINTAINER_MODE_TRUE@ test $$current -eq $$expected
1158
1159 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1160 # Otherwise a system limit (for SysV at least) may be exceeded.
1161 .NOEXPORT: