Mercurial > hg > sv-dependency-builds
comparison src/fftw-3.3.3/Makefile.in @ 95:89f5e221ed7b
Add FFTW3
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 20 Mar 2013 15:35:50 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
94:d278df1123f9 | 95:89f5e221ed7b |
---|---|
1 # Makefile.in generated by automake 1.11.6 from Makefile.am. | |
2 # @configure_input@ | |
3 | |
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | |
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software | |
6 # Foundation, Inc. | |
7 # This Makefile.in is free software; the Free Software Foundation | |
8 # gives unlimited permission to copy and/or distribute it, | |
9 # with or without modifications, as long as this notice is preserved. | |
10 | |
11 # This program is distributed in the hope that it will be useful, | |
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
14 # PARTICULAR PURPOSE. | |
15 | |
16 @SET_MAKE@ | |
17 | |
18 | |
19 VPATH = @srcdir@ | |
20 am__make_dryrun = \ | |
21 { \ | |
22 am__dry=no; \ | |
23 case $$MAKEFLAGS in \ | |
24 *\\[\ \ ]*) \ | |
25 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | |
26 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ | |
27 *) \ | |
28 for am__flg in $$MAKEFLAGS; do \ | |
29 case $$am__flg in \ | |
30 *=*|--*) ;; \ | |
31 *n*) am__dry=yes; break;; \ | |
32 esac; \ | |
33 done;; \ | |
34 esac; \ | |
35 test $$am__dry = yes; \ | |
36 } | |
37 pkgdatadir = $(datadir)/@PACKAGE@ | |
38 pkgincludedir = $(includedir)/@PACKAGE@ | |
39 pkglibdir = $(libdir)/@PACKAGE@ | |
40 pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
42 install_sh_DATA = $(install_sh) -c -m 644 | |
43 install_sh_PROGRAM = $(install_sh) -c | |
44 install_sh_SCRIPT = $(install_sh) -c | |
45 INSTALL_HEADER = $(INSTALL_DATA) | |
46 transform = $(program_transform_name) | |
47 NORMAL_INSTALL = : | |
48 PRE_INSTALL = : | |
49 POST_INSTALL = : | |
50 NORMAL_UNINSTALL = : | |
51 PRE_UNINSTALL = : | |
52 POST_UNINSTALL = : | |
53 build_triplet = @build@ | |
54 host_triplet = @host@ | |
55 subdir = . | |
56 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ | |
57 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ | |
58 $(srcdir)/fftw.pc.in $(top_srcdir)/configure AUTHORS COPYING \ | |
59 ChangeLog INSTALL NEWS TODO compile config.guess config.sub \ | |
60 depcomp install-sh ltmain.sh missing | |
61 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
62 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_mpi.m4 \ | |
63 $(top_srcdir)/m4/acx_pthread.m4 \ | |
64 $(top_srcdir)/m4/ax_cc_maxopt.m4 \ | |
65 $(top_srcdir)/m4/ax_check_compiler_flags.m4 \ | |
66 $(top_srcdir)/m4/ax_compiler_vendor.m4 \ | |
67 $(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \ | |
68 $(top_srcdir)/m4/ax_gcc_version.m4 \ | |
69 $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/libtool.m4 \ | |
70 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ | |
71 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ | |
72 $(top_srcdir)/configure.ac | |
73 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
74 $(ACLOCAL_M4) | |
75 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |
76 configure.lineno config.status.lineno | |
77 mkinstalldirs = $(install_sh) -d | |
78 CONFIG_HEADER = config.h | |
79 CONFIG_CLEAN_FILES = fftw.pc | |
80 CONFIG_CLEAN_VPATH_FILES = | |
81 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | |
82 am__vpath_adj = case $$p in \ | |
83 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |
84 *) f=$$p;; \ | |
85 esac; | |
86 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | |
87 am__install_max = 40 | |
88 am__nobase_strip_setup = \ | |
89 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | |
90 am__nobase_strip = \ | |
91 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | |
92 am__nobase_list = $(am__nobase_strip_setup); \ | |
93 for p in $$list; do echo "$$p $$p"; done | \ | |
94 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | |
95 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | |
96 if (++n[$$2] == $(am__install_max)) \ | |
97 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | |
98 END { for (dir in files) print dir, files[dir] }' | |
99 am__base_list = \ | |
100 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | |
101 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | |
102 am__uninstall_files_from_dir = { \ | |
103 test -z "$$files" \ | |
104 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ | |
105 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | |
106 $(am__cd) "$$dir" && rm -f $$files; }; \ | |
107 } | |
108 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" | |
109 LTLIBRARIES = $(lib_LTLIBRARIES) | |
110 libfftw3@PREC_SUFFIX@_la_DEPENDENCIES = kernel/libkernel.la \ | |
111 dft/libdft.la dft/scalar/libdft_scalar.la \ | |
112 dft/scalar/codelets/libdft_scalar_codelets.la rdft/librdft.la \ | |
113 rdft/scalar/librdft_scalar.la \ | |
114 rdft/scalar/r2cf/librdft_scalar_r2cf.la \ | |
115 rdft/scalar/r2cb/librdft_scalar_r2cb.la \ | |
116 rdft/scalar/r2r/librdft_scalar_r2r.la reodft/libreodft.la \ | |
117 api/libapi.la $(SIMD_LIBS) $(SSE2_LIBS) $(AVX_LIBS) \ | |
118 $(ALTIVEC_LIBS) $(NEON_LIBS) $(COMBINED_THREADLIBS) | |
119 am_libfftw3@PREC_SUFFIX@_la_OBJECTS = | |
120 libfftw3@PREC_SUFFIX@_la_OBJECTS = \ | |
121 $(am_libfftw3@PREC_SUFFIX@_la_OBJECTS) | |
122 libfftw3@PREC_SUFFIX@_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ | |
123 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
124 $(libfftw3@PREC_SUFFIX@_la_LDFLAGS) $(LDFLAGS) -o $@ | |
125 DEFAULT_INCLUDES = -I.@am__isrc@ | |
126 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
127 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
128 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | |
129 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | |
130 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
131 CCLD = $(CC) | |
132 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | |
133 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ | |
134 $(LDFLAGS) -o $@ | |
135 SOURCES = $(libfftw3@PREC_SUFFIX@_la_SOURCES) | |
136 DIST_SOURCES = $(libfftw3@PREC_SUFFIX@_la_SOURCES) | |
137 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | |
138 html-recursive info-recursive install-data-recursive \ | |
139 install-dvi-recursive install-exec-recursive \ | |
140 install-html-recursive install-info-recursive \ | |
141 install-pdf-recursive install-ps-recursive install-recursive \ | |
142 installcheck-recursive installdirs-recursive pdf-recursive \ | |
143 ps-recursive uninstall-recursive | |
144 am__can_run_installinfo = \ | |
145 case $$AM_UPDATE_INFO_DIR in \ | |
146 n|no|NO) false;; \ | |
147 *) (install-info --version) >/dev/null 2>&1;; \ | |
148 esac | |
149 DATA = $(pkgconfig_DATA) | |
150 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | |
151 distclean-recursive maintainer-clean-recursive | |
152 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ | |
153 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ | |
154 distdir dist dist-all distcheck | |
155 ETAGS = etags | |
156 CTAGS = ctags | |
157 DIST_SUBDIRS = support genfft kernel simd-support dft rdft reodft api \ | |
158 libbench2 . threads tests mpi doc tools m4 | |
159 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
160 distdir = $(PACKAGE)-$(VERSION) | |
161 top_distdir = $(distdir) | |
162 am__remove_distdir = \ | |
163 if test -d "$(distdir)"; then \ | |
164 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | |
165 && rm -rf "$(distdir)" \ | |
166 || { sleep 5 && rm -rf "$(distdir)"; }; \ | |
167 else :; fi | |
168 am__relativize = \ | |
169 dir0=`pwd`; \ | |
170 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | |
171 sed_rest='s,^[^/]*/*,,'; \ | |
172 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | |
173 sed_butlast='s,/*[^/]*$$,,'; \ | |
174 while test -n "$$dir1"; do \ | |
175 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | |
176 if test "$$first" != "."; then \ | |
177 if test "$$first" = ".."; then \ | |
178 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | |
179 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | |
180 else \ | |
181 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | |
182 if test "$$first2" = "$$first"; then \ | |
183 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | |
184 else \ | |
185 dir2="../$$dir2"; \ | |
186 fi; \ | |
187 dir0="$$dir0"/"$$first"; \ | |
188 fi; \ | |
189 fi; \ | |
190 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | |
191 done; \ | |
192 reldir="$$dir2" | |
193 DIST_ARCHIVES = $(distdir).tar.gz | |
194 GZIP_ENV = --best | |
195 distuninstallcheck_listfiles = find . -type f -print | |
196 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | |
197 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | |
198 distcleancheck_listfiles = find . -type f -print | |
199 ACLOCAL = @ACLOCAL@ | |
200 ALLOCA = @ALLOCA@ | |
201 ALTIVEC_CFLAGS = @ALTIVEC_CFLAGS@ | |
202 AMTAR = @AMTAR@ | |
203 AR = @AR@ | |
204 AS = @AS@ | |
205 AUTOCONF = @AUTOCONF@ | |
206 AUTOHEADER = @AUTOHEADER@ | |
207 AUTOMAKE = @AUTOMAKE@ | |
208 AVX_CFLAGS = @AVX_CFLAGS@ | |
209 AWK = @AWK@ | |
210 CC = @CC@ | |
211 CCDEPMODE = @CCDEPMODE@ | |
212 CFLAGS = @CFLAGS@ | |
213 CHECK_PL_OPTS = @CHECK_PL_OPTS@ | |
214 CPP = @CPP@ | |
215 CPPFLAGS = @CPPFLAGS@ | |
216 CYGPATH_W = @CYGPATH_W@ | |
217 C_FFTW_R2R_KIND = @C_FFTW_R2R_KIND@ | |
218 C_MPI_FINT = @C_MPI_FINT@ | |
219 DEFS = @DEFS@ | |
220 DEPDIR = @DEPDIR@ | |
221 DLLTOOL = @DLLTOOL@ | |
222 DSYMUTIL = @DSYMUTIL@ | |
223 DUMPBIN = @DUMPBIN@ | |
224 ECHO_C = @ECHO_C@ | |
225 ECHO_N = @ECHO_N@ | |
226 ECHO_T = @ECHO_T@ | |
227 EGREP = @EGREP@ | |
228 EXEEXT = @EXEEXT@ | |
229 F77 = @F77@ | |
230 FFLAGS = @FFLAGS@ | |
231 FGREP = @FGREP@ | |
232 FLIBS = @FLIBS@ | |
233 GREP = @GREP@ | |
234 INSTALL = @INSTALL@ | |
235 INSTALL_DATA = @INSTALL_DATA@ | |
236 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
237 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
238 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
239 LD = @LD@ | |
240 LDFLAGS = @LDFLAGS@ | |
241 LIBOBJS = @LIBOBJS@ | |
242 LIBQUADMATH = @LIBQUADMATH@ | |
243 LIBS = @LIBS@ | |
244 LIBTOOL = @LIBTOOL@ | |
245 LIPO = @LIPO@ | |
246 LN_S = @LN_S@ | |
247 LTLIBOBJS = @LTLIBOBJS@ | |
248 MAINT = @MAINT@ | |
249 MAKEINFO = @MAKEINFO@ | |
250 MANIFEST_TOOL = @MANIFEST_TOOL@ | |
251 MKDIR_P = @MKDIR_P@ | |
252 MPICC = @MPICC@ | |
253 MPILIBS = @MPILIBS@ | |
254 MPIRUN = @MPIRUN@ | |
255 NEON_CFLAGS = @NEON_CFLAGS@ | |
256 NM = @NM@ | |
257 NMEDIT = @NMEDIT@ | |
258 OBJDUMP = @OBJDUMP@ | |
259 OBJEXT = @OBJEXT@ | |
260 OCAMLBUILD = @OCAMLBUILD@ | |
261 OPENMP_CFLAGS = @OPENMP_CFLAGS@ | |
262 OTOOL = @OTOOL@ | |
263 OTOOL64 = @OTOOL64@ | |
264 PACKAGE = @PACKAGE@ | |
265 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
266 PACKAGE_NAME = @PACKAGE_NAME@ | |
267 PACKAGE_STRING = @PACKAGE_STRING@ | |
268 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
269 PACKAGE_URL = @PACKAGE_URL@ | |
270 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
271 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
272 POW_LIB = @POW_LIB@ | |
273 PRECISION = @PRECISION@ | |
274 PREC_SUFFIX = @PREC_SUFFIX@ | |
275 PTHREAD_CC = @PTHREAD_CC@ | |
276 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ | |
277 PTHREAD_LIBS = @PTHREAD_LIBS@ | |
278 RANLIB = @RANLIB@ | |
279 SED = @SED@ | |
280 SET_MAKE = @SET_MAKE@ | |
281 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@ | |
282 SHELL = @SHELL@ | |
283 SSE2_CFLAGS = @SSE2_CFLAGS@ | |
284 STACK_ALIGN_CFLAGS = @STACK_ALIGN_CFLAGS@ | |
285 STRIP = @STRIP@ | |
286 THREADLIBS = @THREADLIBS@ | |
287 VERSION = @VERSION@ | |
288 abs_builddir = @abs_builddir@ | |
289 abs_srcdir = @abs_srcdir@ | |
290 abs_top_builddir = @abs_top_builddir@ | |
291 abs_top_srcdir = @abs_top_srcdir@ | |
292 ac_ct_AR = @ac_ct_AR@ | |
293 ac_ct_CC = @ac_ct_CC@ | |
294 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |
295 ac_ct_F77 = @ac_ct_F77@ | |
296 acx_pthread_config = @acx_pthread_config@ | |
297 am__include = @am__include@ | |
298 am__leading_dot = @am__leading_dot@ | |
299 am__quote = @am__quote@ | |
300 am__tar = @am__tar@ | |
301 am__untar = @am__untar@ | |
302 bindir = @bindir@ | |
303 build = @build@ | |
304 build_alias = @build_alias@ | |
305 build_cpu = @build_cpu@ | |
306 build_os = @build_os@ | |
307 build_vendor = @build_vendor@ | |
308 builddir = @builddir@ | |
309 datadir = @datadir@ | |
310 datarootdir = @datarootdir@ | |
311 docdir = @docdir@ | |
312 dvidir = @dvidir@ | |
313 exec_prefix = @exec_prefix@ | |
314 host = @host@ | |
315 host_alias = @host_alias@ | |
316 host_cpu = @host_cpu@ | |
317 host_os = @host_os@ | |
318 host_vendor = @host_vendor@ | |
319 htmldir = @htmldir@ | |
320 includedir = @includedir@ | |
321 infodir = @infodir@ | |
322 install_sh = @install_sh@ | |
323 libdir = @libdir@ | |
324 libexecdir = @libexecdir@ | |
325 localedir = @localedir@ | |
326 localstatedir = @localstatedir@ | |
327 mandir = @mandir@ | |
328 mkdir_p = @mkdir_p@ | |
329 oldincludedir = @oldincludedir@ | |
330 pdfdir = @pdfdir@ | |
331 prefix = @prefix@ | |
332 program_transform_name = @program_transform_name@ | |
333 psdir = @psdir@ | |
334 sbindir = @sbindir@ | |
335 sharedstatedir = @sharedstatedir@ | |
336 srcdir = @srcdir@ | |
337 sysconfdir = @sysconfdir@ | |
338 target_alias = @target_alias@ | |
339 top_build_prefix = @top_build_prefix@ | |
340 top_builddir = @top_builddir@ | |
341 top_srcdir = @top_srcdir@ | |
342 OPTIONS_AUTOMAKE = gnu | |
343 lib_LTLIBRARIES = libfftw3@PREC_SUFFIX@.la | |
344 @MAINTAINER_MODE_FALSE@GENFFT = | |
345 | |
346 # pkgincludedir = $(includedir)/fftw3@PREC_SUFFIX@ | |
347 # nodist_pkginclude_HEADERS = config.h | |
348 | |
349 # recompile genfft if maintainer mode is true | |
350 @MAINTAINER_MODE_TRUE@GENFFT = genfft | |
351 ACLOCAL_AMFLAGS = -I m4 | |
352 @COMBINED_THREADS_FALSE@CHICKEN_EGG = . threads | |
353 | |
354 # when using combined thread libraries (necessary on Windows), we want | |
355 # to build threads/ first, because libfftw3_threads is added to | |
356 # libfftw3. | |
357 # | |
358 # Otherwise, we want to build libfftw3_threads after libfftw3 | |
359 # so that we can track the fact that libfftw3_threads depends upon | |
360 # libfftw3. | |
361 # | |
362 # This is the inescapable result of combining three bad ideas | |
363 # (threads, Windows, and shared libraries). | |
364 # | |
365 @COMBINED_THREADS_TRUE@CHICKEN_EGG = threads . | |
366 SUBDIRS = support $(GENFFT) kernel simd-support dft rdft reodft api \ | |
367 libbench2 $(CHICKEN_EGG) tests mpi doc tools m4 | |
368 | |
369 EXTRA_DIST = COPYRIGHT bootstrap.sh CONVENTIONS fftw.pc.in | |
370 SIMD_LIBS = \ | |
371 simd-support/libsimd_support.la \ | |
372 simd-support/libsimd_sse2_nonportable.la | |
373 | |
374 @HAVE_SSE2_TRUE@SSE2_LIBS = dft/simd/sse2/libdft_sse2_codelets.la \ | |
375 @HAVE_SSE2_TRUE@rdft/simd/sse2/librdft_sse2_codelets.la | |
376 | |
377 @HAVE_AVX_TRUE@AVX_LIBS = dft/simd/avx/libdft_avx_codelets.la \ | |
378 @HAVE_AVX_TRUE@rdft/simd/avx/librdft_avx_codelets.la | |
379 | |
380 @HAVE_ALTIVEC_TRUE@ALTIVEC_LIBS = dft/simd/altivec/libdft_altivec_codelets.la \ | |
381 @HAVE_ALTIVEC_TRUE@rdft/simd/altivec/librdft_altivec_codelets.la | |
382 | |
383 @HAVE_NEON_TRUE@NEON_LIBS = dft/simd/neon/libdft_neon_codelets.la \ | |
384 @HAVE_NEON_TRUE@rdft/simd/neon/librdft_neon_codelets.la | |
385 | |
386 @COMBINED_THREADS_TRUE@@THREADS_TRUE@COMBINED_THREADLIBS = threads/libfftw3@PREC_SUFFIX@_threads.la | |
387 libfftw3@PREC_SUFFIX@_la_SOURCES = | |
388 libfftw3@PREC_SUFFIX@_la_LIBADD = \ | |
389 kernel/libkernel.la \ | |
390 dft/libdft.la \ | |
391 dft/scalar/libdft_scalar.la \ | |
392 dft/scalar/codelets/libdft_scalar_codelets.la \ | |
393 rdft/librdft.la \ | |
394 rdft/scalar/librdft_scalar.la \ | |
395 rdft/scalar/r2cf/librdft_scalar_r2cf.la \ | |
396 rdft/scalar/r2cb/librdft_scalar_r2cb.la \ | |
397 rdft/scalar/r2r/librdft_scalar_r2r.la \ | |
398 reodft/libreodft.la \ | |
399 api/libapi.la \ | |
400 $(SIMD_LIBS) $(SSE2_LIBS) $(AVX_LIBS) $(ALTIVEC_LIBS) $(NEON_LIBS) \ | |
401 $(COMBINED_THREADLIBS) | |
402 | |
403 @QUAD_FALSE@libfftw3@PREC_SUFFIX@_la_LDFLAGS = -no-undefined -version-info \ | |
404 @QUAD_FALSE@@SHARED_VERSION_INFO@ | |
405 | |
406 | |
407 # cannot use -no-undefined since dependent on libquadmath | |
408 @QUAD_TRUE@libfftw3@PREC_SUFFIX@_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ | |
409 pkgconfigdir = $(libdir)/pkgconfig | |
410 pkgconfig_DATA = fftw3@PREC_SUFFIX@.pc | |
411 WISDOM_DIR = /etc/fftw | |
412 WISDOM = wisdom@PREC_SUFFIX@ | |
413 WISDOM_TIME = 12 # default to 12-hour limit, i.e. overnight | |
414 WISDOM_FLAGS = --verbose --canonical --time-limit=$(WISDOM_TIME) | |
415 all: config.h | |
416 $(MAKE) $(AM_MAKEFLAGS) all-recursive | |
417 | |
418 .SUFFIXES: | |
419 am--refresh: Makefile | |
420 @: | |
421 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | |
422 @for dep in $?; do \ | |
423 case '$(am__configure_deps)' in \ | |
424 *$$dep*) \ | |
425 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ | |
426 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ | |
427 && exit 0; \ | |
428 exit 1;; \ | |
429 esac; \ | |
430 done; \ | |
431 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ | |
432 $(am__cd) $(top_srcdir) && \ | |
433 $(AUTOMAKE) --gnu Makefile | |
434 .PRECIOUS: Makefile | |
435 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
436 @case '$?' in \ | |
437 *config.status*) \ | |
438 echo ' $(SHELL) ./config.status'; \ | |
439 $(SHELL) ./config.status;; \ | |
440 *) \ | |
441 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | |
442 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | |
443 esac; | |
444 | |
445 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
446 $(SHELL) ./config.status --recheck | |
447 | |
448 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |
449 $(am__cd) $(srcdir) && $(AUTOCONF) | |
450 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | |
451 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |
452 $(am__aclocal_m4_deps): | |
453 | |
454 config.h: stamp-h1 | |
455 @if test ! -f $@; then rm -f stamp-h1; else :; fi | |
456 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi | |
457 | |
458 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | |
459 @rm -f stamp-h1 | |
460 cd $(top_builddir) && $(SHELL) ./config.status config.h | |
461 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |
462 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) | |
463 rm -f stamp-h1 | |
464 touch $@ | |
465 | |
466 distclean-hdr: | |
467 -rm -f config.h stamp-h1 | |
468 fftw.pc: $(top_builddir)/config.status $(srcdir)/fftw.pc.in | |
469 cd $(top_builddir) && $(SHELL) ./config.status $@ | |
470 install-libLTLIBRARIES: $(lib_LTLIBRARIES) | |
471 @$(NORMAL_INSTALL) | |
472 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | |
473 list2=; for p in $$list; do \ | |
474 if test -f $$p; then \ | |
475 list2="$$list2 $$p"; \ | |
476 else :; fi; \ | |
477 done; \ | |
478 test -z "$$list2" || { \ | |
479 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ | |
480 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ | |
481 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ | |
482 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ | |
483 } | |
484 | |
485 uninstall-libLTLIBRARIES: | |
486 @$(NORMAL_UNINSTALL) | |
487 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | |
488 for p in $$list; do \ | |
489 $(am__strip_dir) \ | |
490 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ | |
491 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ | |
492 done | |
493 | |
494 clean-libLTLIBRARIES: | |
495 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) | |
496 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | |
497 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | |
498 test "$$dir" != "$$p" || dir=.; \ | |
499 echo "rm -f \"$${dir}/so_locations\""; \ | |
500 rm -f "$${dir}/so_locations"; \ | |
501 done | |
502 libfftw3@PREC_SUFFIX@.la: $(libfftw3@PREC_SUFFIX@_la_OBJECTS) $(libfftw3@PREC_SUFFIX@_la_DEPENDENCIES) $(EXTRA_libfftw3@PREC_SUFFIX@_la_DEPENDENCIES) | |
503 $(libfftw3@PREC_SUFFIX@_la_LINK) -rpath $(libdir) $(libfftw3@PREC_SUFFIX@_la_OBJECTS) $(libfftw3@PREC_SUFFIX@_la_LIBADD) $(LIBS) | |
504 | |
505 mostlyclean-compile: | |
506 -rm -f *.$(OBJEXT) | |
507 | |
508 distclean-compile: | |
509 -rm -f *.tab.c | |
510 | |
511 mostlyclean-libtool: | |
512 -rm -f *.lo | |
513 | |
514 clean-libtool: | |
515 -rm -rf .libs _libs | |
516 | |
517 distclean-libtool: | |
518 -rm -f libtool config.lt | |
519 install-pkgconfigDATA: $(pkgconfig_DATA) | |
520 @$(NORMAL_INSTALL) | |
521 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ | |
522 if test -n "$$list"; then \ | |
523 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ | |
524 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ | |
525 fi; \ | |
526 for p in $$list; do \ | |
527 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
528 echo "$$d$$p"; \ | |
529 done | $(am__base_list) | \ | |
530 while read files; do \ | |
531 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ | |
532 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ | |
533 done | |
534 | |
535 uninstall-pkgconfigDATA: | |
536 @$(NORMAL_UNINSTALL) | |
537 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ | |
538 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
539 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) | |
540 | |
541 # This directory's subdirectories are mostly independent; you can cd | |
542 # into them and run `make' without going through this Makefile. | |
543 # To change the values of `make' variables: instead of editing Makefiles, | |
544 # (1) if the variable is set in `config.status', edit `config.status' | |
545 # (which will cause the Makefiles to be regenerated when you run `make'); | |
546 # (2) otherwise, pass the desired values on the `make' command line. | |
547 $(RECURSIVE_TARGETS): | |
548 @fail= failcom='exit 1'; \ | |
549 for f in x $$MAKEFLAGS; do \ | |
550 case $$f in \ | |
551 *=* | --[!k]*);; \ | |
552 *k*) failcom='fail=yes';; \ | |
553 esac; \ | |
554 done; \ | |
555 dot_seen=no; \ | |
556 target=`echo $@ | sed s/-recursive//`; \ | |
557 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
558 echo "Making $$target in $$subdir"; \ | |
559 if test "$$subdir" = "."; then \ | |
560 dot_seen=yes; \ | |
561 local_target="$$target-am"; \ | |
562 else \ | |
563 local_target="$$target"; \ | |
564 fi; \ | |
565 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
566 || eval $$failcom; \ | |
567 done; \ | |
568 if test "$$dot_seen" = "no"; then \ | |
569 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
570 fi; test -z "$$fail" | |
571 | |
572 $(RECURSIVE_CLEAN_TARGETS): | |
573 @fail= failcom='exit 1'; \ | |
574 for f in x $$MAKEFLAGS; do \ | |
575 case $$f in \ | |
576 *=* | --[!k]*);; \ | |
577 *k*) failcom='fail=yes';; \ | |
578 esac; \ | |
579 done; \ | |
580 dot_seen=no; \ | |
581 case "$@" in \ | |
582 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
583 *) list='$(SUBDIRS)' ;; \ | |
584 esac; \ | |
585 rev=''; for subdir in $$list; do \ | |
586 if test "$$subdir" = "."; then :; else \ | |
587 rev="$$subdir $$rev"; \ | |
588 fi; \ | |
589 done; \ | |
590 rev="$$rev ."; \ | |
591 target=`echo $@ | sed s/-recursive//`; \ | |
592 for subdir in $$rev; do \ | |
593 echo "Making $$target in $$subdir"; \ | |
594 if test "$$subdir" = "."; then \ | |
595 local_target="$$target-am"; \ | |
596 else \ | |
597 local_target="$$target"; \ | |
598 fi; \ | |
599 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
600 || eval $$failcom; \ | |
601 done && test -z "$$fail" | |
602 tags-recursive: | |
603 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
604 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | |
605 done | |
606 ctags-recursive: | |
607 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
608 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | |
609 done | |
610 | |
611 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
612 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
613 unique=`for i in $$list; do \ | |
614 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
615 done | \ | |
616 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
617 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
618 mkid -fID $$unique | |
619 tags: TAGS | |
620 | |
621 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | |
622 $(TAGS_FILES) $(LISP) | |
623 set x; \ | |
624 here=`pwd`; \ | |
625 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | |
626 include_option=--etags-include; \ | |
627 empty_fix=.; \ | |
628 else \ | |
629 include_option=--include; \ | |
630 empty_fix=; \ | |
631 fi; \ | |
632 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
633 if test "$$subdir" = .; then :; else \ | |
634 test ! -f $$subdir/TAGS || \ | |
635 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | |
636 fi; \ | |
637 done; \ | |
638 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | |
639 unique=`for i in $$list; do \ | |
640 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
641 done | \ | |
642 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
643 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
644 shift; \ | |
645 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
646 test -n "$$unique" || unique=$$empty_fix; \ | |
647 if test $$# -gt 0; then \ | |
648 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
649 "$$@" $$unique; \ | |
650 else \ | |
651 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
652 $$unique; \ | |
653 fi; \ | |
654 fi | |
655 ctags: CTAGS | |
656 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | |
657 $(TAGS_FILES) $(LISP) | |
658 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | |
659 unique=`for i in $$list; do \ | |
660 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
661 done | \ | |
662 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
663 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
664 test -z "$(CTAGS_ARGS)$$unique" \ | |
665 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
666 $$unique | |
667 | |
668 GTAGS: | |
669 here=`$(am__cd) $(top_builddir) && pwd` \ | |
670 && $(am__cd) $(top_srcdir) \ | |
671 && gtags -i $(GTAGS_ARGS) "$$here" | |
672 | |
673 distclean-tags: | |
674 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
675 | |
676 distdir: $(DISTFILES) | |
677 $(am__remove_distdir) | |
678 test -d "$(distdir)" || mkdir "$(distdir)" | |
679 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
680 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
681 list='$(DISTFILES)'; \ | |
682 dist_files=`for file in $$list; do echo $$file; done | \ | |
683 sed -e "s|^$$srcdirstrip/||;t" \ | |
684 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
685 case $$dist_files in \ | |
686 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
687 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
688 sort -u` ;; \ | |
689 esac; \ | |
690 for file in $$dist_files; do \ | |
691 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
692 if test -d $$d/$$file; then \ | |
693 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
694 if test -d "$(distdir)/$$file"; then \ | |
695 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
696 fi; \ | |
697 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
698 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
699 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
700 fi; \ | |
701 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
702 else \ | |
703 test -f "$(distdir)/$$file" \ | |
704 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
705 || exit 1; \ | |
706 fi; \ | |
707 done | |
708 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
709 if test "$$subdir" = .; then :; else \ | |
710 $(am__make_dryrun) \ | |
711 || test -d "$(distdir)/$$subdir" \ | |
712 || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
713 || exit 1; \ | |
714 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | |
715 $(am__relativize); \ | |
716 new_distdir=$$reldir; \ | |
717 dir1=$$subdir; dir2="$(top_distdir)"; \ | |
718 $(am__relativize); \ | |
719 new_top_distdir=$$reldir; \ | |
720 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ | |
721 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ | |
722 ($(am__cd) $$subdir && \ | |
723 $(MAKE) $(AM_MAKEFLAGS) \ | |
724 top_distdir="$$new_top_distdir" \ | |
725 distdir="$$new_distdir" \ | |
726 am__remove_distdir=: \ | |
727 am__skip_length_check=: \ | |
728 am__skip_mode_fix=: \ | |
729 distdir) \ | |
730 || exit 1; \ | |
731 fi; \ | |
732 done | |
733 -test -n "$(am__skip_mode_fix)" \ | |
734 || find "$(distdir)" -type d ! -perm -755 \ | |
735 -exec chmod u+rwx,go+rx {} \; -o \ | |
736 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | |
737 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
738 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ | |
739 || chmod -R a+r "$(distdir)" | |
740 dist-gzip: distdir | |
741 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
742 $(am__remove_distdir) | |
743 | |
744 dist-bzip2: distdir | |
745 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 | |
746 $(am__remove_distdir) | |
747 | |
748 dist-lzip: distdir | |
749 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz | |
750 $(am__remove_distdir) | |
751 | |
752 dist-lzma: distdir | |
753 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma | |
754 $(am__remove_distdir) | |
755 | |
756 dist-xz: distdir | |
757 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz | |
758 $(am__remove_distdir) | |
759 | |
760 dist-tarZ: distdir | |
761 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |
762 $(am__remove_distdir) | |
763 | |
764 dist-shar: distdir | |
765 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | |
766 $(am__remove_distdir) | |
767 | |
768 dist-zip: distdir | |
769 -rm -f $(distdir).zip | |
770 zip -rq $(distdir).zip $(distdir) | |
771 $(am__remove_distdir) | |
772 | |
773 dist dist-all: distdir | |
774 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
775 $(am__remove_distdir) | |
776 | |
777 # This target untars the dist file and tries a VPATH configuration. Then | |
778 # it guarantees that the distribution is self-contained by making another | |
779 # tarfile. | |
780 distcheck: dist | |
781 case '$(DIST_ARCHIVES)' in \ | |
782 *.tar.gz*) \ | |
783 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ | |
784 *.tar.bz2*) \ | |
785 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ | |
786 *.tar.lzma*) \ | |
787 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ | |
788 *.tar.lz*) \ | |
789 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ | |
790 *.tar.xz*) \ | |
791 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | |
792 *.tar.Z*) \ | |
793 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |
794 *.shar.gz*) \ | |
795 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ | |
796 *.zip*) \ | |
797 unzip $(distdir).zip ;;\ | |
798 esac | |
799 chmod -R a-w $(distdir); chmod u+w $(distdir) | |
800 mkdir $(distdir)/_build | |
801 mkdir $(distdir)/_inst | |
802 chmod a-w $(distdir) | |
803 test -d $(distdir)/_build || exit 0; \ | |
804 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ | |
805 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |
806 && am__cwd=`pwd` \ | |
807 && $(am__cd) $(distdir)/_build \ | |
808 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ | |
809 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ | |
810 $(DISTCHECK_CONFIGURE_FLAGS) \ | |
811 && $(MAKE) $(AM_MAKEFLAGS) \ | |
812 && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
813 && $(MAKE) $(AM_MAKEFLAGS) check \ | |
814 && $(MAKE) $(AM_MAKEFLAGS) install \ | |
815 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
816 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |
817 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |
818 distuninstallcheck \ | |
819 && chmod -R a-w "$$dc_install_base" \ | |
820 && ({ \ | |
821 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | |
822 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | |
823 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | |
824 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | |
825 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | |
826 } || { rm -rf "$$dc_destdir"; exit 1; }) \ | |
827 && rm -rf "$$dc_destdir" \ | |
828 && $(MAKE) $(AM_MAKEFLAGS) dist \ | |
829 && rm -rf $(DIST_ARCHIVES) \ | |
830 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ | |
831 && cd "$$am__cwd" \ | |
832 || exit 1 | |
833 $(am__remove_distdir) | |
834 @(echo "$(distdir) archives ready for distribution: "; \ | |
835 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | |
836 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' | |
837 distuninstallcheck: | |
838 @test -n '$(distuninstallcheck_dir)' || { \ | |
839 echo 'ERROR: trying to run $@ with an empty' \ | |
840 '$$(distuninstallcheck_dir)' >&2; \ | |
841 exit 1; \ | |
842 }; \ | |
843 $(am__cd) '$(distuninstallcheck_dir)' || { \ | |
844 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ | |
845 exit 1; \ | |
846 }; \ | |
847 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ | |
848 || { echo "ERROR: files left after uninstall:" ; \ | |
849 if test -n "$(DESTDIR)"; then \ | |
850 echo " (check DESTDIR support)"; \ | |
851 fi ; \ | |
852 $(distuninstallcheck_listfiles) ; \ | |
853 exit 1; } >&2 | |
854 distcleancheck: distclean | |
855 @if test '$(srcdir)' = . ; then \ | |
856 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | |
857 exit 1 ; \ | |
858 fi | |
859 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | |
860 || { echo "ERROR: files left in build directory after distclean:" ; \ | |
861 $(distcleancheck_listfiles) ; \ | |
862 exit 1; } >&2 | |
863 check-am: all-am | |
864 check: check-recursive | |
865 all-am: Makefile $(LTLIBRARIES) $(DATA) config.h | |
866 installdirs: installdirs-recursive | |
867 installdirs-am: | |
868 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)"; do \ | |
869 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | |
870 done | |
871 install: install-recursive | |
872 install-exec: install-exec-recursive | |
873 install-data: install-data-recursive | |
874 uninstall: uninstall-recursive | |
875 | |
876 install-am: all-am | |
877 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
878 | |
879 installcheck: installcheck-recursive | |
880 install-strip: | |
881 if test -z '$(STRIP)'; then \ | |
882 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
883 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
884 install; \ | |
885 else \ | |
886 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
887 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
888 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
889 fi | |
890 mostlyclean-generic: | |
891 | |
892 clean-generic: | |
893 | |
894 distclean-generic: | |
895 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
896 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
897 | |
898 maintainer-clean-generic: | |
899 @echo "This command is intended for maintainers to use" | |
900 @echo "it deletes files that may require special tools to rebuild." | |
901 clean: clean-recursive | |
902 | |
903 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ | |
904 mostlyclean-am | |
905 | |
906 distclean: distclean-recursive | |
907 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
908 -rm -f Makefile | |
909 distclean-am: clean-am distclean-compile distclean-generic \ | |
910 distclean-hdr distclean-libtool distclean-tags | |
911 | |
912 dvi: dvi-recursive | |
913 | |
914 dvi-am: | |
915 | |
916 html: html-recursive | |
917 | |
918 html-am: | |
919 | |
920 info: info-recursive | |
921 | |
922 info-am: | |
923 | |
924 install-data-am: install-pkgconfigDATA | |
925 | |
926 install-dvi: install-dvi-recursive | |
927 | |
928 install-dvi-am: | |
929 | |
930 install-exec-am: install-libLTLIBRARIES | |
931 | |
932 install-html: install-html-recursive | |
933 | |
934 install-html-am: | |
935 | |
936 install-info: install-info-recursive | |
937 | |
938 install-info-am: | |
939 | |
940 install-man: | |
941 | |
942 install-pdf: install-pdf-recursive | |
943 | |
944 install-pdf-am: | |
945 | |
946 install-ps: install-ps-recursive | |
947 | |
948 install-ps-am: | |
949 | |
950 installcheck-am: | |
951 | |
952 maintainer-clean: maintainer-clean-recursive | |
953 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
954 -rm -rf $(top_srcdir)/autom4te.cache | |
955 -rm -f Makefile | |
956 maintainer-clean-am: distclean-am maintainer-clean-generic | |
957 | |
958 mostlyclean: mostlyclean-recursive | |
959 | |
960 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |
961 mostlyclean-libtool | |
962 | |
963 pdf: pdf-recursive | |
964 | |
965 pdf-am: | |
966 | |
967 ps: ps-recursive | |
968 | |
969 ps-am: | |
970 | |
971 uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgconfigDATA | |
972 | |
973 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ | |
974 ctags-recursive install-am install-strip tags-recursive | |
975 | |
976 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ | |
977 all all-am am--refresh check check-am clean clean-generic \ | |
978 clean-libLTLIBRARIES clean-libtool ctags ctags-recursive dist \ | |
979 dist-all dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar \ | |
980 dist-tarZ dist-xz dist-zip distcheck distclean \ | |
981 distclean-compile distclean-generic distclean-hdr \ | |
982 distclean-libtool distclean-tags distcleancheck distdir \ | |
983 distuninstallcheck dvi dvi-am html html-am info info-am \ | |
984 install install-am install-data install-data-am install-dvi \ | |
985 install-dvi-am install-exec install-exec-am install-html \ | |
986 install-html-am install-info install-info-am \ | |
987 install-libLTLIBRARIES install-man install-pdf install-pdf-am \ | |
988 install-pkgconfigDATA install-ps install-ps-am install-strip \ | |
989 installcheck installcheck-am installdirs installdirs-am \ | |
990 maintainer-clean maintainer-clean-generic mostlyclean \ | |
991 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ | |
992 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ | |
993 uninstall-libLTLIBRARIES uninstall-pkgconfigDATA | |
994 | |
995 | |
996 fftw3@PREC_SUFFIX@.pc: fftw.pc | |
997 cp -f fftw.pc fftw3@PREC_SUFFIX@.pc | |
998 | |
999 wisdom: | |
1000 tools/fftw@PREC_SUFFIX@-wisdom -o $@ $(WISDOM_FLAGS) | |
1001 | |
1002 install-wisdom: wisdom | |
1003 $(mkinstalldirs) $(WISDOM_DIR) | |
1004 $(INSTALL_DATA) wisdom $(WISDOM_DIR)/$(WISDOM) | |
1005 | |
1006 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
1007 # Otherwise a system limit (for SysV at least) may be exceeded. | |
1008 .NOEXPORT: |