Mercurial > hg > js-dsp-test
comparison fft/fftw/fftw-3.3.4/dft/scalar/codelets/Makefile.in @ 19:26056e866c29
Add FFTW to comparison table
author | Chris Cannam |
---|---|
date | Tue, 06 Oct 2015 13:08:39 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
18:8db794ca3e0b | 19:26056e866c29 |
---|---|
1 # Makefile.in generated by automake 1.14 from Makefile.am. | |
2 # @configure_input@ | |
3 | |
4 # Copyright (C) 1994-2013 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 # This Makefile.am specifies a set of codelets, efficient transforms | |
18 # of small sizes, that are used as building blocks (kernels) by FFTW | |
19 # to build up large transforms, as well as the options for generating | |
20 # and compiling them. | |
21 | |
22 # You can customize FFTW for special needs, e.g. to handle certain | |
23 # sizes more efficiently, by adding new codelets to the lists of those | |
24 # included by default. If you change the list of codelets, any new | |
25 # ones you added will be automatically generated when you run the | |
26 # bootstrap script (see "Generating your own code" in the FFTW | |
27 # manual). | |
28 | |
29 # -*- makefile -*- | |
30 # This file contains special make rules to generate codelets. | |
31 # Most of this file requires GNU make . | |
32 | |
33 VPATH = @srcdir@ | |
34 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | |
35 am__make_running_with_option = \ | |
36 case $${target_option-} in \ | |
37 ?) ;; \ | |
38 *) echo "am__make_running_with_option: internal error: invalid" \ | |
39 "target option '$${target_option-}' specified" >&2; \ | |
40 exit 1;; \ | |
41 esac; \ | |
42 has_opt=no; \ | |
43 sane_makeflags=$$MAKEFLAGS; \ | |
44 if $(am__is_gnu_make); then \ | |
45 sane_makeflags=$$MFLAGS; \ | |
46 else \ | |
47 case $$MAKEFLAGS in \ | |
48 *\\[\ \ ]*) \ | |
49 bs=\\; \ | |
50 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | |
51 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | |
52 esac; \ | |
53 fi; \ | |
54 skip_next=no; \ | |
55 strip_trailopt () \ | |
56 { \ | |
57 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | |
58 }; \ | |
59 for flg in $$sane_makeflags; do \ | |
60 test $$skip_next = yes && { skip_next=no; continue; }; \ | |
61 case $$flg in \ | |
62 *=*|--*) continue;; \ | |
63 -*I) strip_trailopt 'I'; skip_next=yes;; \ | |
64 -*I?*) strip_trailopt 'I';; \ | |
65 -*O) strip_trailopt 'O'; skip_next=yes;; \ | |
66 -*O?*) strip_trailopt 'O';; \ | |
67 -*l) strip_trailopt 'l'; skip_next=yes;; \ | |
68 -*l?*) strip_trailopt 'l';; \ | |
69 -[dEDm]) skip_next=yes;; \ | |
70 -[JT]) skip_next=yes;; \ | |
71 esac; \ | |
72 case $$flg in \ | |
73 *$$target_option*) has_opt=yes; break;; \ | |
74 esac; \ | |
75 done; \ | |
76 test $$has_opt = yes | |
77 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | |
78 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | |
79 pkgdatadir = $(datadir)/@PACKAGE@ | |
80 pkgincludedir = $(includedir)/@PACKAGE@ | |
81 pkglibdir = $(libdir)/@PACKAGE@ | |
82 pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
83 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
84 install_sh_DATA = $(install_sh) -c -m 644 | |
85 install_sh_PROGRAM = $(install_sh) -c | |
86 install_sh_SCRIPT = $(install_sh) -c | |
87 INSTALL_HEADER = $(INSTALL_DATA) | |
88 transform = $(program_transform_name) | |
89 NORMAL_INSTALL = : | |
90 PRE_INSTALL = : | |
91 POST_INSTALL = : | |
92 NORMAL_UNINSTALL = : | |
93 PRE_UNINSTALL = : | |
94 POST_UNINSTALL = : | |
95 build_triplet = @build@ | |
96 host_triplet = @host@ | |
97 DIST_COMMON = $(top_srcdir)/support/Makefile.codelets \ | |
98 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | |
99 $(top_srcdir)/depcomp | |
100 subdir = dft/scalar/codelets | |
101 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
102 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_mpi.m4 \ | |
103 $(top_srcdir)/m4/acx_pthread.m4 \ | |
104 $(top_srcdir)/m4/ax_cc_maxopt.m4 \ | |
105 $(top_srcdir)/m4/ax_check_compiler_flags.m4 \ | |
106 $(top_srcdir)/m4/ax_compiler_vendor.m4 \ | |
107 $(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \ | |
108 $(top_srcdir)/m4/ax_gcc_version.m4 \ | |
109 $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/libtool.m4 \ | |
110 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ | |
111 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ | |
112 $(top_srcdir)/configure.ac | |
113 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
114 $(ACLOCAL_M4) | |
115 mkinstalldirs = $(install_sh) -d | |
116 CONFIG_HEADER = $(top_builddir)/config.h | |
117 CONFIG_CLEAN_FILES = | |
118 CONFIG_CLEAN_VPATH_FILES = | |
119 LTLIBRARIES = $(noinst_LTLIBRARIES) | |
120 libdft_scalar_codelets_la_LIBADD = | |
121 am__objects_1 = n1_2.lo n1_3.lo n1_4.lo n1_5.lo n1_6.lo n1_7.lo \ | |
122 n1_8.lo n1_9.lo n1_10.lo n1_11.lo n1_12.lo n1_13.lo n1_14.lo \ | |
123 n1_15.lo n1_16.lo n1_32.lo n1_64.lo n1_20.lo n1_25.lo | |
124 am__objects_2 = t1_2.lo t1_3.lo t1_4.lo t1_5.lo t1_6.lo t1_7.lo \ | |
125 t1_8.lo t1_9.lo t1_10.lo t1_12.lo t1_15.lo t1_16.lo t1_32.lo \ | |
126 t1_64.lo t1_20.lo t1_25.lo | |
127 am__objects_3 = t2_4.lo t2_8.lo t2_16.lo t2_32.lo t2_64.lo t2_5.lo \ | |
128 t2_10.lo t2_20.lo t2_25.lo | |
129 am__objects_4 = | |
130 am__objects_5 = q1_2.lo q1_4.lo q1_8.lo q1_3.lo q1_5.lo q1_6.lo | |
131 am__objects_6 = $(am__objects_1) $(am__objects_2) $(am__objects_3) \ | |
132 $(am__objects_4) $(am__objects_4) $(am__objects_5) | |
133 am__objects_7 = codlist.lo | |
134 am__objects_8 = $(am__objects_6) $(am__objects_7) | |
135 am_libdft_scalar_codelets_la_OBJECTS = $(am__objects_8) | |
136 libdft_scalar_codelets_la_OBJECTS = \ | |
137 $(am_libdft_scalar_codelets_la_OBJECTS) | |
138 AM_V_lt = $(am__v_lt_@AM_V@) | |
139 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | |
140 am__v_lt_0 = --silent | |
141 am__v_lt_1 = | |
142 AM_V_P = $(am__v_P_@AM_V@) | |
143 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | |
144 am__v_P_0 = false | |
145 am__v_P_1 = : | |
146 AM_V_GEN = $(am__v_GEN_@AM_V@) | |
147 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | |
148 am__v_GEN_0 = @echo " GEN " $@; | |
149 am__v_GEN_1 = | |
150 AM_V_at = $(am__v_at_@AM_V@) | |
151 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |
152 am__v_at_0 = @ | |
153 am__v_at_1 = | |
154 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | |
155 depcomp = $(SHELL) $(top_srcdir)/depcomp | |
156 am__depfiles_maybe = depfiles | |
157 am__mv = mv -f | |
158 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
159 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
160 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |
161 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ | |
162 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
163 $(AM_CFLAGS) $(CFLAGS) | |
164 AM_V_CC = $(am__v_CC_@AM_V@) | |
165 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) | |
166 am__v_CC_0 = @echo " CC " $@; | |
167 am__v_CC_1 = | |
168 CCLD = $(CC) | |
169 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |
170 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
171 $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
172 AM_V_CCLD = $(am__v_CCLD_@AM_V@) | |
173 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) | |
174 am__v_CCLD_0 = @echo " CCLD " $@; | |
175 am__v_CCLD_1 = | |
176 SOURCES = $(libdft_scalar_codelets_la_SOURCES) | |
177 DIST_SOURCES = $(libdft_scalar_codelets_la_SOURCES) | |
178 am__can_run_installinfo = \ | |
179 case $$AM_UPDATE_INFO_DIR in \ | |
180 n|no|NO) false;; \ | |
181 *) (install-info --version) >/dev/null 2>&1;; \ | |
182 esac | |
183 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | |
184 # Read a list of newline-separated strings from the standard input, | |
185 # and print each of them once, without duplicates. Input order is | |
186 # *not* preserved. | |
187 am__uniquify_input = $(AWK) '\ | |
188 BEGIN { nonempty = 0; } \ | |
189 { items[$$0] = 1; nonempty = 1; } \ | |
190 END { if (nonempty) { for (i in items) print i; }; } \ | |
191 ' | |
192 # Make sure the list of sources is unique. This is necessary because, | |
193 # e.g., the same source file might be shared among _SOURCES variables | |
194 # for different programs/libraries. | |
195 am__define_uniq_tagged_files = \ | |
196 list='$(am__tagged_files)'; \ | |
197 unique=`for i in $$list; do \ | |
198 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
199 done | $(am__uniquify_input)` | |
200 ETAGS = etags | |
201 CTAGS = ctags | |
202 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
203 ACLOCAL = @ACLOCAL@ | |
204 ALLOCA = @ALLOCA@ | |
205 ALTIVEC_CFLAGS = @ALTIVEC_CFLAGS@ | |
206 AMTAR = @AMTAR@ | |
207 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |
208 AR = @AR@ | |
209 AS = @AS@ | |
210 AUTOCONF = @AUTOCONF@ | |
211 AUTOHEADER = @AUTOHEADER@ | |
212 AUTOMAKE = @AUTOMAKE@ | |
213 AVX_CFLAGS = @AVX_CFLAGS@ | |
214 AWK = @AWK@ | |
215 CC = @CC@ | |
216 CCDEPMODE = @CCDEPMODE@ | |
217 CFLAGS = @CFLAGS@ | |
218 CHECK_PL_OPTS = @CHECK_PL_OPTS@ | |
219 CPP = @CPP@ | |
220 CPPFLAGS = @CPPFLAGS@ | |
221 CYGPATH_W = @CYGPATH_W@ | |
222 C_FFTW_R2R_KIND = @C_FFTW_R2R_KIND@ | |
223 C_MPI_FINT = @C_MPI_FINT@ | |
224 DEFS = @DEFS@ | |
225 DEPDIR = @DEPDIR@ | |
226 DLLTOOL = @DLLTOOL@ | |
227 DSYMUTIL = @DSYMUTIL@ | |
228 DUMPBIN = @DUMPBIN@ | |
229 ECHO_C = @ECHO_C@ | |
230 ECHO_N = @ECHO_N@ | |
231 ECHO_T = @ECHO_T@ | |
232 EGREP = @EGREP@ | |
233 EXEEXT = @EXEEXT@ | |
234 F77 = @F77@ | |
235 FFLAGS = @FFLAGS@ | |
236 FGREP = @FGREP@ | |
237 FLIBS = @FLIBS@ | |
238 GREP = @GREP@ | |
239 INSTALL = @INSTALL@ | |
240 INSTALL_DATA = @INSTALL_DATA@ | |
241 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
242 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
243 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
244 LD = @LD@ | |
245 LDFLAGS = @LDFLAGS@ | |
246 LIBOBJS = @LIBOBJS@ | |
247 LIBQUADMATH = @LIBQUADMATH@ | |
248 LIBS = @LIBS@ | |
249 LIBTOOL = @LIBTOOL@ | |
250 LIPO = @LIPO@ | |
251 LN_S = @LN_S@ | |
252 LTLIBOBJS = @LTLIBOBJS@ | |
253 MAINT = @MAINT@ | |
254 MAKEINFO = @MAKEINFO@ | |
255 MANIFEST_TOOL = @MANIFEST_TOOL@ | |
256 MKDIR_P = @MKDIR_P@ | |
257 MPICC = @MPICC@ | |
258 MPILIBS = @MPILIBS@ | |
259 MPIRUN = @MPIRUN@ | |
260 NEON_CFLAGS = @NEON_CFLAGS@ | |
261 NM = @NM@ | |
262 NMEDIT = @NMEDIT@ | |
263 OBJDUMP = @OBJDUMP@ | |
264 OBJEXT = @OBJEXT@ | |
265 OCAMLBUILD = @OCAMLBUILD@ | |
266 OPENMP_CFLAGS = @OPENMP_CFLAGS@ | |
267 OTOOL = @OTOOL@ | |
268 OTOOL64 = @OTOOL64@ | |
269 PACKAGE = @PACKAGE@ | |
270 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
271 PACKAGE_NAME = @PACKAGE_NAME@ | |
272 PACKAGE_STRING = @PACKAGE_STRING@ | |
273 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
274 PACKAGE_URL = @PACKAGE_URL@ | |
275 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
276 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
277 POW_LIB = @POW_LIB@ | |
278 PRECISION = @PRECISION@ | |
279 PREC_SUFFIX = @PREC_SUFFIX@ | |
280 PTHREAD_CC = @PTHREAD_CC@ | |
281 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ | |
282 PTHREAD_LIBS = @PTHREAD_LIBS@ | |
283 RANLIB = @RANLIB@ | |
284 SED = @SED@ | |
285 SET_MAKE = @SET_MAKE@ | |
286 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@ | |
287 SHELL = @SHELL@ | |
288 SSE2_CFLAGS = @SSE2_CFLAGS@ | |
289 STACK_ALIGN_CFLAGS = @STACK_ALIGN_CFLAGS@ | |
290 STRIP = @STRIP@ | |
291 THREADLIBS = @THREADLIBS@ | |
292 VERSION = @VERSION@ | |
293 abs_builddir = @abs_builddir@ | |
294 abs_srcdir = @abs_srcdir@ | |
295 abs_top_builddir = @abs_top_builddir@ | |
296 abs_top_srcdir = @abs_top_srcdir@ | |
297 ac_ct_AR = @ac_ct_AR@ | |
298 ac_ct_CC = @ac_ct_CC@ | |
299 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |
300 ac_ct_F77 = @ac_ct_F77@ | |
301 acx_pthread_config = @acx_pthread_config@ | |
302 am__include = @am__include@ | |
303 am__leading_dot = @am__leading_dot@ | |
304 am__quote = @am__quote@ | |
305 am__tar = @am__tar@ | |
306 am__untar = @am__untar@ | |
307 bindir = @bindir@ | |
308 build = @build@ | |
309 build_alias = @build_alias@ | |
310 build_cpu = @build_cpu@ | |
311 build_os = @build_os@ | |
312 build_vendor = @build_vendor@ | |
313 builddir = @builddir@ | |
314 datadir = @datadir@ | |
315 datarootdir = @datarootdir@ | |
316 docdir = @docdir@ | |
317 dvidir = @dvidir@ | |
318 exec_prefix = @exec_prefix@ | |
319 host = @host@ | |
320 host_alias = @host_alias@ | |
321 host_cpu = @host_cpu@ | |
322 host_os = @host_os@ | |
323 host_vendor = @host_vendor@ | |
324 htmldir = @htmldir@ | |
325 includedir = @includedir@ | |
326 infodir = @infodir@ | |
327 install_sh = @install_sh@ | |
328 libdir = @libdir@ | |
329 libexecdir = @libexecdir@ | |
330 localedir = @localedir@ | |
331 localstatedir = @localstatedir@ | |
332 mandir = @mandir@ | |
333 mkdir_p = @mkdir_p@ | |
334 oldincludedir = @oldincludedir@ | |
335 pdfdir = @pdfdir@ | |
336 prefix = @prefix@ | |
337 program_transform_name = @program_transform_name@ | |
338 psdir = @psdir@ | |
339 sbindir = @sbindir@ | |
340 sharedstatedir = @sharedstatedir@ | |
341 srcdir = @srcdir@ | |
342 sysconfdir = @sysconfdir@ | |
343 target_alias = @target_alias@ | |
344 top_build_prefix = @top_build_prefix@ | |
345 top_builddir = @top_builddir@ | |
346 top_srcdir = @top_srcdir@ | |
347 | |
348 ########################################################################### | |
349 AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/dft \ | |
350 -I$(top_srcdir)/dft/scalar | |
351 | |
352 noinst_LTLIBRARIES = libdft_scalar_codelets.la | |
353 | |
354 ########################################################################### | |
355 # n1_<n> is a hard-coded FFT of size <n> (base cases of FFT recursion) | |
356 N1 = n1_2.c n1_3.c n1_4.c n1_5.c n1_6.c n1_7.c n1_8.c n1_9.c n1_10.c \ | |
357 n1_11.c n1_12.c n1_13.c n1_14.c n1_15.c n1_16.c n1_32.c n1_64.c \ | |
358 n1_20.c n1_25.c # n1_30.c n1_40.c n1_50.c | |
359 | |
360 | |
361 ########################################################################### | |
362 # t1_<r> is a "twiddle" FFT of size <r>, implementing a radix-r DIT step | |
363 T1 = t1_2.c t1_3.c t1_4.c t1_5.c t1_6.c t1_7.c t1_8.c t1_9.c \ | |
364 t1_10.c t1_12.c t1_15.c t1_16.c t1_32.c t1_64.c \ | |
365 t1_20.c t1_25.c # t1_30.c t1_40.c t1_50.c | |
366 | |
367 | |
368 # t2_<r> is also a twiddle FFT, but instead of using a complete lookup table | |
369 # of trig. functions, it partially generates the trig. values on the fly | |
370 # (this is faster for large sizes). | |
371 T2 = t2_4.c t2_8.c t2_16.c t2_32.c t2_64.c \ | |
372 t2_5.c t2_10.c t2_20.c t2_25.c | |
373 | |
374 | |
375 ########################################################################### | |
376 # The F (DIF) codelets are used for a kind of in-place transform algorithm, | |
377 # but the planner seems to never (or hardly ever) use them on the machines | |
378 # we have access to, preferring the Q codelets and the use of buffers | |
379 # for sub-transforms. So, we comment them out, at least for now. | |
380 | |
381 # f1_<r> is a "twiddle" FFT of size <r>, implementing a radix-r DIF step | |
382 F1 = # f1_2.c f1_3.c f1_4.c f1_5.c f1_6.c f1_7.c f1_8.c f1_9.c f1_10.c f1_12.c f1_15.c f1_16.c f1_32.c f1_64.c | |
383 | |
384 # like f1, but partially generates its trig. table on the fly | |
385 F2 = # f2_4.c f2_8.c f2_16.c f2_32.c f2_64.c | |
386 | |
387 ########################################################################### | |
388 # q1_<r> is <r> twiddle FFTs of size <r> (DIF step), where the output is | |
389 # transposed. This is used for in-place transposes in sizes that are | |
390 # divisible by <r>^2. These codelets have size ~ <r>^2, so you should | |
391 # probably not use <r> bigger than 8 or so. | |
392 Q1 = q1_2.c q1_4.c q1_8.c q1_3.c q1_5.c q1_6.c | |
393 | |
394 ########################################################################### | |
395 ALL_CODELETS = $(N1) $(T1) $(T2) $(F1) $(F2) $(Q1) | |
396 BUILT_SOURCES = $(ALL_CODELETS) $(CODLIST) | |
397 libdft_scalar_codelets_la_SOURCES = $(BUILT_SOURCES) | |
398 SOLVTAB_NAME = X(solvtab_dft_standard) | |
399 XRENAME = X | |
400 CODLIST = codlist.c | |
401 CODELET_NAME = codelet_ | |
402 @MAINTAINER_MODE_TRUE@INDENT = indent -kr -cs -i5 -l800 -fca -nfc1 -sc -sob -cli4 -TR -Tplanner -TV | |
403 @MAINTAINER_MODE_TRUE@TWOVERS = sh ${top_srcdir}/support/twovers.sh | |
404 @MAINTAINER_MODE_TRUE@GENFFTDIR = ${top_builddir}/genfft | |
405 @MAINTAINER_MODE_TRUE@GEN_NOTW = ${GENFFTDIR}/gen_notw.native | |
406 @MAINTAINER_MODE_TRUE@GEN_NOTW_C = ${GENFFTDIR}/gen_notw_c.native | |
407 @MAINTAINER_MODE_TRUE@GEN_TWIDDLE = ${GENFFTDIR}/gen_twiddle.native | |
408 @MAINTAINER_MODE_TRUE@GEN_TWIDDLE_C = ${GENFFTDIR}/gen_twiddle_c.native | |
409 @MAINTAINER_MODE_TRUE@GEN_TWIDSQ = ${GENFFTDIR}/gen_twidsq.native | |
410 @MAINTAINER_MODE_TRUE@GEN_TWIDSQ_C = ${GENFFTDIR}/gen_twidsq_c.native | |
411 @MAINTAINER_MODE_TRUE@GEN_R2CF = ${GENFFTDIR}/gen_r2cf.native | |
412 @MAINTAINER_MODE_TRUE@GEN_R2CB = ${GENFFTDIR}/gen_r2cb.native | |
413 @MAINTAINER_MODE_TRUE@GEN_HC2HC = ${GENFFTDIR}/gen_hc2hc.native | |
414 @MAINTAINER_MODE_TRUE@GEN_HC2C = ${GENFFTDIR}/gen_hc2c.native | |
415 @MAINTAINER_MODE_TRUE@GEN_HC2CDFT = ${GENFFTDIR}/gen_hc2cdft.native | |
416 @MAINTAINER_MODE_TRUE@GEN_HC2CDFT_C = ${GENFFTDIR}/gen_hc2cdft_c.native | |
417 @MAINTAINER_MODE_TRUE@GEN_R2R = ${GENFFTDIR}/gen_r2r.native | |
418 @MAINTAINER_MODE_TRUE@PRELUDE_DFT = ${top_srcdir}/support/codelet_prelude.dft | |
419 @MAINTAINER_MODE_TRUE@PRELUDE_RDFT = ${top_srcdir}/support/codelet_prelude.rdft | |
420 @MAINTAINER_MODE_TRUE@ADD_DATE = sed -e s/@DATE@/"`date`"/ | |
421 @MAINTAINER_MODE_TRUE@COPYRIGHT = ${top_srcdir}/COPYRIGHT | |
422 @MAINTAINER_MODE_TRUE@CODELET_DEPS = $(COPYRIGHT) $(PRELUDE) | |
423 @MAINTAINER_MODE_TRUE@PRELUDE_COMMANDS_DFT = cat $(COPYRIGHT) $(PRELUDE_DFT) | |
424 @MAINTAINER_MODE_TRUE@PRELUDE_COMMANDS_RDFT = cat $(COPYRIGHT) $(PRELUDE_RDFT) | |
425 @MAINTAINER_MODE_TRUE@FLAGS_COMMON = -compact -variables 4 | |
426 @MAINTAINER_MODE_TRUE@DFT_FLAGS_COMMON = $(FLAGS_COMMON) -pipeline-latency 4 | |
427 @MAINTAINER_MODE_TRUE@RDFT_FLAGS_COMMON = $(FLAGS_COMMON) -pipeline-latency 4 | |
428 | |
429 # special rules for regenerating codelets. | |
430 @MAINTAINER_MODE_TRUE@FLAGS_N1 = $(DFT_FLAGS_COMMON) | |
431 @MAINTAINER_MODE_TRUE@FLAGS_T1 = $(DFT_FLAGS_COMMON) | |
432 @MAINTAINER_MODE_TRUE@FLAGS_T2 = $(DFT_FLAGS_COMMON) -twiddle-log3 -precompute-twiddles | |
433 @MAINTAINER_MODE_TRUE@FLAGS_F1 = $(DFT_FLAGS_COMMON) | |
434 @MAINTAINER_MODE_TRUE@FLAGS_F2 = $(DFT_FLAGS_COMMON) -twiddle-log3 -precompute-twiddles | |
435 @MAINTAINER_MODE_TRUE@FLAGS_Q1 = $(DFT_FLAGS_COMMON) -reload-twiddle | |
436 @MAINTAINER_MODE_TRUE@FLAGS_Q2 = $(DFT_FLAGS_COMMON) -twiddle-log3 -precompute-twiddles | |
437 all: $(BUILT_SOURCES) | |
438 $(MAKE) $(AM_MAKEFLAGS) all-am | |
439 | |
440 .SUFFIXES: | |
441 .SUFFIXES: .c .lo .o .obj | |
442 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/support/Makefile.codelets $(am__configure_deps) | |
443 @for dep in $?; do \ | |
444 case '$(am__configure_deps)' in \ | |
445 *$$dep*) \ | |
446 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
447 && { if test -f $@; then exit 0; else break; fi; }; \ | |
448 exit 1;; \ | |
449 esac; \ | |
450 done; \ | |
451 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu dft/scalar/codelets/Makefile'; \ | |
452 $(am__cd) $(top_srcdir) && \ | |
453 $(AUTOMAKE) --gnu dft/scalar/codelets/Makefile | |
454 .PRECIOUS: Makefile | |
455 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
456 @case '$?' in \ | |
457 *config.status*) \ | |
458 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
459 *) \ | |
460 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
461 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
462 esac; | |
463 $(top_srcdir)/support/Makefile.codelets: | |
464 | |
465 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
466 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
467 | |
468 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |
469 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
470 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | |
471 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
472 $(am__aclocal_m4_deps): | |
473 | |
474 clean-noinstLTLIBRARIES: | |
475 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) | |
476 @list='$(noinst_LTLIBRARIES)'; \ | |
477 locs=`for p in $$list; do echo $$p; done | \ | |
478 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ | |
479 sort -u`; \ | |
480 test -z "$$locs" || { \ | |
481 echo rm -f $${locs}; \ | |
482 rm -f $${locs}; \ | |
483 } | |
484 | |
485 libdft_scalar_codelets.la: $(libdft_scalar_codelets_la_OBJECTS) $(libdft_scalar_codelets_la_DEPENDENCIES) $(EXTRA_libdft_scalar_codelets_la_DEPENDENCIES) | |
486 $(AM_V_CCLD)$(LINK) $(libdft_scalar_codelets_la_OBJECTS) $(libdft_scalar_codelets_la_LIBADD) $(LIBS) | |
487 | |
488 mostlyclean-compile: | |
489 -rm -f *.$(OBJEXT) | |
490 | |
491 distclean-compile: | |
492 -rm -f *.tab.c | |
493 | |
494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codlist.Plo@am__quote@ | |
495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_10.Plo@am__quote@ | |
496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_11.Plo@am__quote@ | |
497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_12.Plo@am__quote@ | |
498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_13.Plo@am__quote@ | |
499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_14.Plo@am__quote@ | |
500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_15.Plo@am__quote@ | |
501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_16.Plo@am__quote@ | |
502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_2.Plo@am__quote@ | |
503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_20.Plo@am__quote@ | |
504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_25.Plo@am__quote@ | |
505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_3.Plo@am__quote@ | |
506 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_32.Plo@am__quote@ | |
507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_4.Plo@am__quote@ | |
508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_5.Plo@am__quote@ | |
509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_6.Plo@am__quote@ | |
510 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_64.Plo@am__quote@ | |
511 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_7.Plo@am__quote@ | |
512 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_8.Plo@am__quote@ | |
513 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_9.Plo@am__quote@ | |
514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1_2.Plo@am__quote@ | |
515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1_3.Plo@am__quote@ | |
516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1_4.Plo@am__quote@ | |
517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1_5.Plo@am__quote@ | |
518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1_6.Plo@am__quote@ | |
519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1_8.Plo@am__quote@ | |
520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_10.Plo@am__quote@ | |
521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_12.Plo@am__quote@ | |
522 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_15.Plo@am__quote@ | |
523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_16.Plo@am__quote@ | |
524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_2.Plo@am__quote@ | |
525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_20.Plo@am__quote@ | |
526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_25.Plo@am__quote@ | |
527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_3.Plo@am__quote@ | |
528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_32.Plo@am__quote@ | |
529 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_4.Plo@am__quote@ | |
530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_5.Plo@am__quote@ | |
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_6.Plo@am__quote@ | |
532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_64.Plo@am__quote@ | |
533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_7.Plo@am__quote@ | |
534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_8.Plo@am__quote@ | |
535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_9.Plo@am__quote@ | |
536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_10.Plo@am__quote@ | |
537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_16.Plo@am__quote@ | |
538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_20.Plo@am__quote@ | |
539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_25.Plo@am__quote@ | |
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_32.Plo@am__quote@ | |
541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_4.Plo@am__quote@ | |
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_5.Plo@am__quote@ | |
543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_64.Plo@am__quote@ | |
544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_8.Plo@am__quote@ | |
545 | |
546 .c.o: | |
547 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
548 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
549 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
550 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
551 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< | |
552 | |
553 .c.obj: | |
554 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | |
555 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
556 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
557 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
558 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` | |
559 | |
560 .c.lo: | |
561 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
562 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | |
563 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | |
564 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
565 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< | |
566 | |
567 mostlyclean-libtool: | |
568 -rm -f *.lo | |
569 | |
570 clean-libtool: | |
571 -rm -rf .libs _libs | |
572 | |
573 ID: $(am__tagged_files) | |
574 $(am__define_uniq_tagged_files); mkid -fID $$unique | |
575 tags: tags-am | |
576 TAGS: tags | |
577 | |
578 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |
579 set x; \ | |
580 here=`pwd`; \ | |
581 $(am__define_uniq_tagged_files); \ | |
582 shift; \ | |
583 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
584 test -n "$$unique" || unique=$$empty_fix; \ | |
585 if test $$# -gt 0; then \ | |
586 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
587 "$$@" $$unique; \ | |
588 else \ | |
589 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
590 $$unique; \ | |
591 fi; \ | |
592 fi | |
593 ctags: ctags-am | |
594 | |
595 CTAGS: ctags | |
596 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |
597 $(am__define_uniq_tagged_files); \ | |
598 test -z "$(CTAGS_ARGS)$$unique" \ | |
599 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
600 $$unique | |
601 | |
602 GTAGS: | |
603 here=`$(am__cd) $(top_builddir) && pwd` \ | |
604 && $(am__cd) $(top_srcdir) \ | |
605 && gtags -i $(GTAGS_ARGS) "$$here" | |
606 cscopelist: cscopelist-am | |
607 | |
608 cscopelist-am: $(am__tagged_files) | |
609 list='$(am__tagged_files)'; \ | |
610 case "$(srcdir)" in \ | |
611 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | |
612 *) sdir=$(subdir)/$(srcdir) ;; \ | |
613 esac; \ | |
614 for i in $$list; do \ | |
615 if test -f "$$i"; then \ | |
616 echo "$(subdir)/$$i"; \ | |
617 else \ | |
618 echo "$$sdir/$$i"; \ | |
619 fi; \ | |
620 done >> $(top_builddir)/cscope.files | |
621 | |
622 distclean-tags: | |
623 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
624 | |
625 distdir: $(DISTFILES) | |
626 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
627 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
628 list='$(DISTFILES)'; \ | |
629 dist_files=`for file in $$list; do echo $$file; done | \ | |
630 sed -e "s|^$$srcdirstrip/||;t" \ | |
631 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
632 case $$dist_files in \ | |
633 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
634 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
635 sort -u` ;; \ | |
636 esac; \ | |
637 for file in $$dist_files; do \ | |
638 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
639 if test -d $$d/$$file; then \ | |
640 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
641 if test -d "$(distdir)/$$file"; then \ | |
642 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
643 fi; \ | |
644 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
645 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
646 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
647 fi; \ | |
648 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
649 else \ | |
650 test -f "$(distdir)/$$file" \ | |
651 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
652 || exit 1; \ | |
653 fi; \ | |
654 done | |
655 check-am: all-am | |
656 check: $(BUILT_SOURCES) | |
657 $(MAKE) $(AM_MAKEFLAGS) check-am | |
658 all-am: Makefile $(LTLIBRARIES) | |
659 installdirs: | |
660 install: $(BUILT_SOURCES) | |
661 $(MAKE) $(AM_MAKEFLAGS) install-am | |
662 install-exec: install-exec-am | |
663 install-data: install-data-am | |
664 uninstall: uninstall-am | |
665 | |
666 install-am: all-am | |
667 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
668 | |
669 installcheck: installcheck-am | |
670 install-strip: | |
671 if test -z '$(STRIP)'; then \ | |
672 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
673 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
674 install; \ | |
675 else \ | |
676 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
677 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
678 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
679 fi | |
680 mostlyclean-generic: | |
681 | |
682 clean-generic: | |
683 | |
684 distclean-generic: | |
685 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
686 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
687 | |
688 maintainer-clean-generic: | |
689 @echo "This command is intended for maintainers to use" | |
690 @echo "it deletes files that may require special tools to rebuild." | |
691 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) | |
692 clean: clean-am | |
693 | |
694 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ | |
695 mostlyclean-am | |
696 | |
697 distclean: distclean-am | |
698 -rm -rf ./$(DEPDIR) | |
699 -rm -f Makefile | |
700 distclean-am: clean-am distclean-compile distclean-generic \ | |
701 distclean-tags | |
702 | |
703 dvi: dvi-am | |
704 | |
705 dvi-am: | |
706 | |
707 html: html-am | |
708 | |
709 html-am: | |
710 | |
711 info: info-am | |
712 | |
713 info-am: | |
714 | |
715 install-data-am: | |
716 | |
717 install-dvi: install-dvi-am | |
718 | |
719 install-dvi-am: | |
720 | |
721 install-exec-am: | |
722 | |
723 install-html: install-html-am | |
724 | |
725 install-html-am: | |
726 | |
727 install-info: install-info-am | |
728 | |
729 install-info-am: | |
730 | |
731 install-man: | |
732 | |
733 install-pdf: install-pdf-am | |
734 | |
735 install-pdf-am: | |
736 | |
737 install-ps: install-ps-am | |
738 | |
739 install-ps-am: | |
740 | |
741 installcheck-am: | |
742 | |
743 maintainer-clean: maintainer-clean-am | |
744 -rm -rf ./$(DEPDIR) | |
745 -rm -f Makefile | |
746 maintainer-clean-am: distclean-am maintainer-clean-generic \ | |
747 maintainer-clean-local | |
748 | |
749 mostlyclean: mostlyclean-am | |
750 | |
751 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |
752 mostlyclean-libtool | |
753 | |
754 pdf: pdf-am | |
755 | |
756 pdf-am: | |
757 | |
758 ps: ps-am | |
759 | |
760 ps-am: | |
761 | |
762 uninstall-am: | |
763 | |
764 .MAKE: all check install install-am install-strip | |
765 | |
766 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ | |
767 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ | |
768 ctags-am distclean distclean-compile distclean-generic \ | |
769 distclean-libtool distclean-tags distdir dvi dvi-am html \ | |
770 html-am info info-am install install-am install-data \ | |
771 install-data-am install-dvi install-dvi-am install-exec \ | |
772 install-exec-am install-html install-html-am install-info \ | |
773 install-info-am install-man install-pdf install-pdf-am \ | |
774 install-ps install-ps-am install-strip installcheck \ | |
775 installcheck-am installdirs maintainer-clean \ | |
776 maintainer-clean-generic maintainer-clean-local mostlyclean \ | |
777 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ | |
778 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am | |
779 | |
780 | |
781 # rule to build codlist | |
782 $(CODLIST): Makefile | |
783 ( \ | |
784 echo "#include \"ifftw.h\""; \ | |
785 echo $(INCLUDE_SIMD_HEADER); \ | |
786 echo; \ | |
787 for i in $(ALL_CODELETS) NIL; do \ | |
788 if test "$$i" != NIL; then \ | |
789 j=`basename $$i | sed -e 's/[.][cS]$$//g'`; \ | |
790 echo "extern void $(XRENAME)($(CODELET_NAME)$$j)(planner *);"; \ | |
791 fi \ | |
792 done; \ | |
793 echo; \ | |
794 echo; \ | |
795 echo "extern const solvtab $(SOLVTAB_NAME);"; \ | |
796 echo "const solvtab $(SOLVTAB_NAME) = {"; \ | |
797 for i in $(ALL_CODELETS) NIL; do \ | |
798 if test "$$i" != NIL; then \ | |
799 j=`basename $$i | sed -e 's/[.][cS]$$//g'`; \ | |
800 echo " SOLVTAB($(XRENAME)($(CODELET_NAME)$$j)),"; \ | |
801 fi \ | |
802 done; \ | |
803 echo " SOLVTAB_END"; \ | |
804 echo "};"; \ | |
805 ) >$@ | |
806 | |
807 # only delete codlist.c in maintainer-mode, since it is included in the dist | |
808 # FIXME: is there a way to delete in 'make clean' only when builddir != srcdir? | |
809 maintainer-clean-local: | |
810 rm -f $(CODLIST) | |
811 | |
812 # cancel the hideous builtin rules that cause an infinite loop | |
813 @MAINTAINER_MODE_TRUE@%: %.o | |
814 @MAINTAINER_MODE_TRUE@%: %.s | |
815 @MAINTAINER_MODE_TRUE@%: %.c | |
816 @MAINTAINER_MODE_TRUE@%: %.S | |
817 | |
818 @MAINTAINER_MODE_TRUE@n1_%.c: $(CODELET_DEPS) $(GEN_NOTW) | |
819 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_NOTW) $(FLAGS_N1) -n $* -name n1_$* -include "n.h") | $(ADD_DATE) | $(INDENT) >$@ | |
820 | |
821 @MAINTAINER_MODE_TRUE@t1_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE) | |
822 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE) $(FLAGS_T1) -n $* -name t1_$* -include "t.h") | $(ADD_DATE) | $(INDENT) >$@ | |
823 | |
824 @MAINTAINER_MODE_TRUE@t2_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE) | |
825 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE) $(FLAGS_T2) -n $* -name t2_$* -include "t.h") | $(ADD_DATE) | $(INDENT) >$@ | |
826 | |
827 @MAINTAINER_MODE_TRUE@f1_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE) | |
828 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE) $(FLAGS_F1) -dif -n $* -name f1_$* -include "f.h") | $(ADD_DATE) | $(INDENT) >$@ | |
829 | |
830 @MAINTAINER_MODE_TRUE@f2_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE) | |
831 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE) $(FLAGS_F2) -dif -n $* -name f2_$* -include "f.h") | $(ADD_DATE) | $(INDENT) >$@ | |
832 | |
833 @MAINTAINER_MODE_TRUE@q1_%.c: $(CODELET_DEPS) $(GEN_TWIDSQ) | |
834 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDSQ) $(FLAGS_Q1) -dif -n $* -name q1_$* -include "q.h") | $(ADD_DATE) | $(INDENT) >$@ | |
835 | |
836 @MAINTAINER_MODE_TRUE@q2_%.c: $(CODELET_DEPS) $(GEN_TWIDSQ) | |
837 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDSQ) $(FLAGS_Q2) -dif -n $* -name q2_$* -include "q.h") | $(ADD_DATE) | $(INDENT) >$@ | |
838 | |
839 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
840 # Otherwise a system limit (for SysV at least) may be exceeded. | |
841 .NOEXPORT: |