Chris@19
|
1 # Makefile.in generated by automake 1.14 from Makefile.am.
|
Chris@19
|
2 # @configure_input@
|
Chris@19
|
3
|
Chris@19
|
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
Chris@19
|
5
|
Chris@19
|
6 # This Makefile.in is free software; the Free Software Foundation
|
Chris@19
|
7 # gives unlimited permission to copy and/or distribute it,
|
Chris@19
|
8 # with or without modifications, as long as this notice is preserved.
|
Chris@19
|
9
|
Chris@19
|
10 # This program is distributed in the hope that it will be useful,
|
Chris@19
|
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
Chris@19
|
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
Chris@19
|
13 # PARTICULAR PURPOSE.
|
Chris@19
|
14
|
Chris@19
|
15 @SET_MAKE@
|
Chris@19
|
16
|
Chris@19
|
17 # include the list of codelets
|
Chris@19
|
18
|
Chris@19
|
19 # This file contains a standard list of DFT SIMD codelets. It is
|
Chris@19
|
20 # included by common/Makefile to generate the C files with the actual
|
Chris@19
|
21 # codelets in them. It is included by {sse,sse2,...}/Makefile to
|
Chris@19
|
22 # generate and compile stub files that include common/*.c
|
Chris@19
|
23
|
Chris@19
|
24 # You can customize FFTW for special needs, e.g. to handle certain
|
Chris@19
|
25 # sizes more efficiently, by adding new codelets to the lists of those
|
Chris@19
|
26 # included by default. If you change the list of codelets, any new
|
Chris@19
|
27 # ones you added will be automatically generated when you run the
|
Chris@19
|
28 # bootstrap script (see "Generating your own code" in the FFTW
|
Chris@19
|
29 # manual).
|
Chris@19
|
30
|
Chris@19
|
31 # -*- makefile -*-
|
Chris@19
|
32 # This file contains special make rules to generate codelets.
|
Chris@19
|
33 # Most of this file requires GNU make .
|
Chris@19
|
34 VPATH = @srcdir@
|
Chris@19
|
35 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
Chris@19
|
36 am__make_running_with_option = \
|
Chris@19
|
37 case $${target_option-} in \
|
Chris@19
|
38 ?) ;; \
|
Chris@19
|
39 *) echo "am__make_running_with_option: internal error: invalid" \
|
Chris@19
|
40 "target option '$${target_option-}' specified" >&2; \
|
Chris@19
|
41 exit 1;; \
|
Chris@19
|
42 esac; \
|
Chris@19
|
43 has_opt=no; \
|
Chris@19
|
44 sane_makeflags=$$MAKEFLAGS; \
|
Chris@19
|
45 if $(am__is_gnu_make); then \
|
Chris@19
|
46 sane_makeflags=$$MFLAGS; \
|
Chris@19
|
47 else \
|
Chris@19
|
48 case $$MAKEFLAGS in \
|
Chris@19
|
49 *\\[\ \ ]*) \
|
Chris@19
|
50 bs=\\; \
|
Chris@19
|
51 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
Chris@19
|
52 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
Chris@19
|
53 esac; \
|
Chris@19
|
54 fi; \
|
Chris@19
|
55 skip_next=no; \
|
Chris@19
|
56 strip_trailopt () \
|
Chris@19
|
57 { \
|
Chris@19
|
58 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
Chris@19
|
59 }; \
|
Chris@19
|
60 for flg in $$sane_makeflags; do \
|
Chris@19
|
61 test $$skip_next = yes && { skip_next=no; continue; }; \
|
Chris@19
|
62 case $$flg in \
|
Chris@19
|
63 *=*|--*) continue;; \
|
Chris@19
|
64 -*I) strip_trailopt 'I'; skip_next=yes;; \
|
Chris@19
|
65 -*I?*) strip_trailopt 'I';; \
|
Chris@19
|
66 -*O) strip_trailopt 'O'; skip_next=yes;; \
|
Chris@19
|
67 -*O?*) strip_trailopt 'O';; \
|
Chris@19
|
68 -*l) strip_trailopt 'l'; skip_next=yes;; \
|
Chris@19
|
69 -*l?*) strip_trailopt 'l';; \
|
Chris@19
|
70 -[dEDm]) skip_next=yes;; \
|
Chris@19
|
71 -[JT]) skip_next=yes;; \
|
Chris@19
|
72 esac; \
|
Chris@19
|
73 case $$flg in \
|
Chris@19
|
74 *$$target_option*) has_opt=yes; break;; \
|
Chris@19
|
75 esac; \
|
Chris@19
|
76 done; \
|
Chris@19
|
77 test $$has_opt = yes
|
Chris@19
|
78 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
Chris@19
|
79 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
Chris@19
|
80 pkgdatadir = $(datadir)/@PACKAGE@
|
Chris@19
|
81 pkgincludedir = $(includedir)/@PACKAGE@
|
Chris@19
|
82 pkglibdir = $(libdir)/@PACKAGE@
|
Chris@19
|
83 pkglibexecdir = $(libexecdir)/@PACKAGE@
|
Chris@19
|
84 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
Chris@19
|
85 install_sh_DATA = $(install_sh) -c -m 644
|
Chris@19
|
86 install_sh_PROGRAM = $(install_sh) -c
|
Chris@19
|
87 install_sh_SCRIPT = $(install_sh) -c
|
Chris@19
|
88 INSTALL_HEADER = $(INSTALL_DATA)
|
Chris@19
|
89 transform = $(program_transform_name)
|
Chris@19
|
90 NORMAL_INSTALL = :
|
Chris@19
|
91 PRE_INSTALL = :
|
Chris@19
|
92 POST_INSTALL = :
|
Chris@19
|
93 NORMAL_UNINSTALL = :
|
Chris@19
|
94 PRE_UNINSTALL = :
|
Chris@19
|
95 POST_UNINSTALL = :
|
Chris@19
|
96 build_triplet = @build@
|
Chris@19
|
97 host_triplet = @host@
|
Chris@19
|
98 DIST_COMMON = $(top_srcdir)/dft/simd/codlist.mk \
|
Chris@19
|
99 $(top_srcdir)/support/Makefile.codelets $(srcdir)/Makefile.in \
|
Chris@19
|
100 $(srcdir)/Makefile.am
|
Chris@19
|
101 subdir = dft/simd/common
|
Chris@19
|
102 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
Chris@19
|
103 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_mpi.m4 \
|
Chris@19
|
104 $(top_srcdir)/m4/acx_pthread.m4 \
|
Chris@19
|
105 $(top_srcdir)/m4/ax_cc_maxopt.m4 \
|
Chris@19
|
106 $(top_srcdir)/m4/ax_check_compiler_flags.m4 \
|
Chris@19
|
107 $(top_srcdir)/m4/ax_compiler_vendor.m4 \
|
Chris@19
|
108 $(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \
|
Chris@19
|
109 $(top_srcdir)/m4/ax_gcc_version.m4 \
|
Chris@19
|
110 $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/libtool.m4 \
|
Chris@19
|
111 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
Chris@19
|
112 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
Chris@19
|
113 $(top_srcdir)/configure.ac
|
Chris@19
|
114 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
Chris@19
|
115 $(ACLOCAL_M4)
|
Chris@19
|
116 mkinstalldirs = $(install_sh) -d
|
Chris@19
|
117 CONFIG_HEADER = $(top_builddir)/config.h
|
Chris@19
|
118 CONFIG_CLEAN_FILES =
|
Chris@19
|
119 CONFIG_CLEAN_VPATH_FILES =
|
Chris@19
|
120 AM_V_P = $(am__v_P_@AM_V@)
|
Chris@19
|
121 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
Chris@19
|
122 am__v_P_0 = false
|
Chris@19
|
123 am__v_P_1 = :
|
Chris@19
|
124 AM_V_GEN = $(am__v_GEN_@AM_V@)
|
Chris@19
|
125 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
Chris@19
|
126 am__v_GEN_0 = @echo " GEN " $@;
|
Chris@19
|
127 am__v_GEN_1 =
|
Chris@19
|
128 AM_V_at = $(am__v_at_@AM_V@)
|
Chris@19
|
129 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
Chris@19
|
130 am__v_at_0 = @
|
Chris@19
|
131 am__v_at_1 =
|
Chris@19
|
132 SOURCES =
|
Chris@19
|
133 DIST_SOURCES =
|
Chris@19
|
134 am__can_run_installinfo = \
|
Chris@19
|
135 case $$AM_UPDATE_INFO_DIR in \
|
Chris@19
|
136 n|no|NO) false;; \
|
Chris@19
|
137 *) (install-info --version) >/dev/null 2>&1;; \
|
Chris@19
|
138 esac
|
Chris@19
|
139 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
Chris@19
|
140 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
Chris@19
|
141 ACLOCAL = @ACLOCAL@
|
Chris@19
|
142 ALLOCA = @ALLOCA@
|
Chris@19
|
143 ALTIVEC_CFLAGS = @ALTIVEC_CFLAGS@
|
Chris@19
|
144 AMTAR = @AMTAR@
|
Chris@19
|
145 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
Chris@19
|
146 AR = @AR@
|
Chris@19
|
147 AS = @AS@
|
Chris@19
|
148 AUTOCONF = @AUTOCONF@
|
Chris@19
|
149 AUTOHEADER = @AUTOHEADER@
|
Chris@19
|
150 AUTOMAKE = @AUTOMAKE@
|
Chris@19
|
151 AVX_CFLAGS = @AVX_CFLAGS@
|
Chris@19
|
152 AWK = @AWK@
|
Chris@19
|
153 CC = @CC@
|
Chris@19
|
154 CCDEPMODE = @CCDEPMODE@
|
Chris@19
|
155 CFLAGS = @CFLAGS@
|
Chris@19
|
156 CHECK_PL_OPTS = @CHECK_PL_OPTS@
|
Chris@19
|
157 CPP = @CPP@
|
Chris@19
|
158 CPPFLAGS = @CPPFLAGS@
|
Chris@19
|
159 CYGPATH_W = @CYGPATH_W@
|
Chris@19
|
160 C_FFTW_R2R_KIND = @C_FFTW_R2R_KIND@
|
Chris@19
|
161 C_MPI_FINT = @C_MPI_FINT@
|
Chris@19
|
162 DEFS = @DEFS@
|
Chris@19
|
163 DEPDIR = @DEPDIR@
|
Chris@19
|
164 DLLTOOL = @DLLTOOL@
|
Chris@19
|
165 DSYMUTIL = @DSYMUTIL@
|
Chris@19
|
166 DUMPBIN = @DUMPBIN@
|
Chris@19
|
167 ECHO_C = @ECHO_C@
|
Chris@19
|
168 ECHO_N = @ECHO_N@
|
Chris@19
|
169 ECHO_T = @ECHO_T@
|
Chris@19
|
170 EGREP = @EGREP@
|
Chris@19
|
171 EXEEXT = @EXEEXT@
|
Chris@19
|
172 F77 = @F77@
|
Chris@19
|
173 FFLAGS = @FFLAGS@
|
Chris@19
|
174 FGREP = @FGREP@
|
Chris@19
|
175 FLIBS = @FLIBS@
|
Chris@19
|
176 GREP = @GREP@
|
Chris@19
|
177 INSTALL = @INSTALL@
|
Chris@19
|
178 INSTALL_DATA = @INSTALL_DATA@
|
Chris@19
|
179 INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
Chris@19
|
180 INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
Chris@19
|
181 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
Chris@19
|
182 LD = @LD@
|
Chris@19
|
183 LDFLAGS = @LDFLAGS@
|
Chris@19
|
184 LIBOBJS = @LIBOBJS@
|
Chris@19
|
185 LIBQUADMATH = @LIBQUADMATH@
|
Chris@19
|
186 LIBS = @LIBS@
|
Chris@19
|
187 LIBTOOL = @LIBTOOL@
|
Chris@19
|
188 LIPO = @LIPO@
|
Chris@19
|
189 LN_S = @LN_S@
|
Chris@19
|
190 LTLIBOBJS = @LTLIBOBJS@
|
Chris@19
|
191 MAINT = @MAINT@
|
Chris@19
|
192 MAKEINFO = @MAKEINFO@
|
Chris@19
|
193 MANIFEST_TOOL = @MANIFEST_TOOL@
|
Chris@19
|
194 MKDIR_P = @MKDIR_P@
|
Chris@19
|
195 MPICC = @MPICC@
|
Chris@19
|
196 MPILIBS = @MPILIBS@
|
Chris@19
|
197 MPIRUN = @MPIRUN@
|
Chris@19
|
198 NEON_CFLAGS = @NEON_CFLAGS@
|
Chris@19
|
199 NM = @NM@
|
Chris@19
|
200 NMEDIT = @NMEDIT@
|
Chris@19
|
201 OBJDUMP = @OBJDUMP@
|
Chris@19
|
202 OBJEXT = @OBJEXT@
|
Chris@19
|
203 OCAMLBUILD = @OCAMLBUILD@
|
Chris@19
|
204 OPENMP_CFLAGS = @OPENMP_CFLAGS@
|
Chris@19
|
205 OTOOL = @OTOOL@
|
Chris@19
|
206 OTOOL64 = @OTOOL64@
|
Chris@19
|
207 PACKAGE = @PACKAGE@
|
Chris@19
|
208 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
Chris@19
|
209 PACKAGE_NAME = @PACKAGE_NAME@
|
Chris@19
|
210 PACKAGE_STRING = @PACKAGE_STRING@
|
Chris@19
|
211 PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
Chris@19
|
212 PACKAGE_URL = @PACKAGE_URL@
|
Chris@19
|
213 PACKAGE_VERSION = @PACKAGE_VERSION@
|
Chris@19
|
214 PATH_SEPARATOR = @PATH_SEPARATOR@
|
Chris@19
|
215 POW_LIB = @POW_LIB@
|
Chris@19
|
216 PRECISION = @PRECISION@
|
Chris@19
|
217 PREC_SUFFIX = @PREC_SUFFIX@
|
Chris@19
|
218 PTHREAD_CC = @PTHREAD_CC@
|
Chris@19
|
219 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
Chris@19
|
220 PTHREAD_LIBS = @PTHREAD_LIBS@
|
Chris@19
|
221 RANLIB = @RANLIB@
|
Chris@19
|
222 SED = @SED@
|
Chris@19
|
223 SET_MAKE = @SET_MAKE@
|
Chris@19
|
224 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
|
Chris@19
|
225 SHELL = @SHELL@
|
Chris@19
|
226 SSE2_CFLAGS = @SSE2_CFLAGS@
|
Chris@19
|
227 STACK_ALIGN_CFLAGS = @STACK_ALIGN_CFLAGS@
|
Chris@19
|
228 STRIP = @STRIP@
|
Chris@19
|
229 THREADLIBS = @THREADLIBS@
|
Chris@19
|
230 VERSION = @VERSION@
|
Chris@19
|
231 abs_builddir = @abs_builddir@
|
Chris@19
|
232 abs_srcdir = @abs_srcdir@
|
Chris@19
|
233 abs_top_builddir = @abs_top_builddir@
|
Chris@19
|
234 abs_top_srcdir = @abs_top_srcdir@
|
Chris@19
|
235 ac_ct_AR = @ac_ct_AR@
|
Chris@19
|
236 ac_ct_CC = @ac_ct_CC@
|
Chris@19
|
237 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
Chris@19
|
238 ac_ct_F77 = @ac_ct_F77@
|
Chris@19
|
239 acx_pthread_config = @acx_pthread_config@
|
Chris@19
|
240 am__include = @am__include@
|
Chris@19
|
241 am__leading_dot = @am__leading_dot@
|
Chris@19
|
242 am__quote = @am__quote@
|
Chris@19
|
243 am__tar = @am__tar@
|
Chris@19
|
244 am__untar = @am__untar@
|
Chris@19
|
245 bindir = @bindir@
|
Chris@19
|
246 build = @build@
|
Chris@19
|
247 build_alias = @build_alias@
|
Chris@19
|
248 build_cpu = @build_cpu@
|
Chris@19
|
249 build_os = @build_os@
|
Chris@19
|
250 build_vendor = @build_vendor@
|
Chris@19
|
251 builddir = @builddir@
|
Chris@19
|
252 datadir = @datadir@
|
Chris@19
|
253 datarootdir = @datarootdir@
|
Chris@19
|
254 docdir = @docdir@
|
Chris@19
|
255 dvidir = @dvidir@
|
Chris@19
|
256 exec_prefix = @exec_prefix@
|
Chris@19
|
257 host = @host@
|
Chris@19
|
258 host_alias = @host_alias@
|
Chris@19
|
259 host_cpu = @host_cpu@
|
Chris@19
|
260 host_os = @host_os@
|
Chris@19
|
261 host_vendor = @host_vendor@
|
Chris@19
|
262 htmldir = @htmldir@
|
Chris@19
|
263 includedir = @includedir@
|
Chris@19
|
264 infodir = @infodir@
|
Chris@19
|
265 install_sh = @install_sh@
|
Chris@19
|
266 libdir = @libdir@
|
Chris@19
|
267 libexecdir = @libexecdir@
|
Chris@19
|
268 localedir = @localedir@
|
Chris@19
|
269 localstatedir = @localstatedir@
|
Chris@19
|
270 mandir = @mandir@
|
Chris@19
|
271 mkdir_p = @mkdir_p@
|
Chris@19
|
272 oldincludedir = @oldincludedir@
|
Chris@19
|
273 pdfdir = @pdfdir@
|
Chris@19
|
274 prefix = @prefix@
|
Chris@19
|
275 program_transform_name = @program_transform_name@
|
Chris@19
|
276 psdir = @psdir@
|
Chris@19
|
277 sbindir = @sbindir@
|
Chris@19
|
278 sharedstatedir = @sharedstatedir@
|
Chris@19
|
279 srcdir = @srcdir@
|
Chris@19
|
280 sysconfdir = @sysconfdir@
|
Chris@19
|
281 target_alias = @target_alias@
|
Chris@19
|
282 top_build_prefix = @top_build_prefix@
|
Chris@19
|
283 top_builddir = @top_builddir@
|
Chris@19
|
284 top_srcdir = @top_srcdir@
|
Chris@19
|
285
|
Chris@19
|
286 ###########################################################################
|
Chris@19
|
287 # n1fv_<n> is a hard-coded FFTW_FORWARD FFT of size <n>, using SIMD
|
Chris@19
|
288 N1F = n1fv_2.c n1fv_3.c n1fv_4.c n1fv_5.c n1fv_6.c n1fv_7.c n1fv_8.c \
|
Chris@19
|
289 n1fv_9.c n1fv_10.c n1fv_11.c n1fv_12.c n1fv_13.c n1fv_14.c n1fv_15.c \
|
Chris@19
|
290 n1fv_16.c n1fv_32.c n1fv_64.c n1fv_128.c n1fv_20.c n1fv_25.c
|
Chris@19
|
291
|
Chris@19
|
292
|
Chris@19
|
293 # as above, with restricted input vector stride
|
Chris@19
|
294 N2F = n2fv_2.c n2fv_4.c n2fv_6.c n2fv_8.c n2fv_10.c n2fv_12.c \
|
Chris@19
|
295 n2fv_14.c n2fv_16.c n2fv_32.c n2fv_64.c n2fv_20.c
|
Chris@19
|
296
|
Chris@19
|
297
|
Chris@19
|
298 # as above, but FFTW_BACKWARD
|
Chris@19
|
299 N1B = n1bv_2.c n1bv_3.c n1bv_4.c n1bv_5.c n1bv_6.c n1bv_7.c n1bv_8.c \
|
Chris@19
|
300 n1bv_9.c n1bv_10.c n1bv_11.c n1bv_12.c n1bv_13.c n1bv_14.c n1bv_15.c \
|
Chris@19
|
301 n1bv_16.c n1bv_32.c n1bv_64.c n1bv_128.c n1bv_20.c n1bv_25.c
|
Chris@19
|
302
|
Chris@19
|
303 N2B = n2bv_2.c n2bv_4.c n2bv_6.c n2bv_8.c n2bv_10.c n2bv_12.c \
|
Chris@19
|
304 n2bv_14.c n2bv_16.c n2bv_32.c n2bv_64.c n2bv_20.c
|
Chris@19
|
305
|
Chris@19
|
306
|
Chris@19
|
307 # split-complex codelets
|
Chris@19
|
308 N2S = n2sv_4.c n2sv_8.c n2sv_16.c n2sv_32.c n2sv_64.c
|
Chris@19
|
309
|
Chris@19
|
310 ###########################################################################
|
Chris@19
|
311 # t1fv_<r> is a "twiddle" FFT of size <r>, implementing a radix-r DIT step
|
Chris@19
|
312 # for an FFTW_FORWARD transform, using SIMD
|
Chris@19
|
313 T1F = t1fv_2.c t1fv_3.c t1fv_4.c t1fv_5.c t1fv_6.c t1fv_7.c t1fv_8.c \
|
Chris@19
|
314 t1fv_9.c t1fv_10.c t1fv_12.c t1fv_15.c t1fv_16.c t1fv_32.c t1fv_64.c \
|
Chris@19
|
315 t1fv_20.c t1fv_25.c
|
Chris@19
|
316
|
Chris@19
|
317
|
Chris@19
|
318 # same as t1fv_*, but with different twiddle storage scheme
|
Chris@19
|
319 T2F = t2fv_2.c t2fv_4.c t2fv_8.c t2fv_16.c t2fv_32.c t2fv_64.c \
|
Chris@19
|
320 t2fv_5.c t2fv_10.c t2fv_20.c t2fv_25.c
|
Chris@19
|
321
|
Chris@19
|
322 T3F = t3fv_4.c t3fv_8.c t3fv_16.c t3fv_32.c t3fv_5.c t3fv_10.c \
|
Chris@19
|
323 t3fv_20.c t3fv_25.c
|
Chris@19
|
324
|
Chris@19
|
325 T1FU = t1fuv_2.c t1fuv_3.c t1fuv_4.c t1fuv_5.c t1fuv_6.c t1fuv_7.c \
|
Chris@19
|
326 t1fuv_8.c t1fuv_9.c t1fuv_10.c
|
Chris@19
|
327
|
Chris@19
|
328
|
Chris@19
|
329 # as above, but FFTW_BACKWARD
|
Chris@19
|
330 T1B = t1bv_2.c t1bv_3.c t1bv_4.c t1bv_5.c t1bv_6.c t1bv_7.c t1bv_8.c \
|
Chris@19
|
331 t1bv_9.c t1bv_10.c t1bv_12.c t1bv_15.c t1bv_16.c t1bv_32.c t1bv_64.c \
|
Chris@19
|
332 t1bv_20.c t1bv_25.c
|
Chris@19
|
333
|
Chris@19
|
334
|
Chris@19
|
335 # same as t1bv_*, but with different twiddle storage scheme
|
Chris@19
|
336 T2B = t2bv_2.c t2bv_4.c t2bv_8.c t2bv_16.c t2bv_32.c t2bv_64.c \
|
Chris@19
|
337 t2bv_5.c t2bv_10.c t2bv_20.c t2bv_25.c
|
Chris@19
|
338
|
Chris@19
|
339 T3B = t3bv_4.c t3bv_8.c t3bv_16.c t3bv_32.c t3bv_5.c t3bv_10.c \
|
Chris@19
|
340 t3bv_20.c t3bv_25.c
|
Chris@19
|
341
|
Chris@19
|
342 T1BU = t1buv_2.c t1buv_3.c t1buv_4.c t1buv_5.c t1buv_6.c t1buv_7.c \
|
Chris@19
|
343 t1buv_8.c t1buv_9.c t1buv_10.c
|
Chris@19
|
344
|
Chris@19
|
345
|
Chris@19
|
346 # split-complex codelets
|
Chris@19
|
347 T1S = t1sv_2.c t1sv_4.c t1sv_8.c t1sv_16.c t1sv_32.c
|
Chris@19
|
348 T2S = t2sv_4.c t2sv_8.c t2sv_16.c t2sv_32.c
|
Chris@19
|
349
|
Chris@19
|
350 ###########################################################################
|
Chris@19
|
351 # q1fv_<r> is <r> twiddle FFTW_FORWARD FFTs of size <r> (DIF step),
|
Chris@19
|
352 # where the output is transposed, using SIMD. This is used for
|
Chris@19
|
353 # in-place transposes in sizes that are divisible by <r>^2. These
|
Chris@19
|
354 # codelets have size ~ <r>^2, so you should probably not use <r>
|
Chris@19
|
355 # bigger than 8 or so.
|
Chris@19
|
356 Q1F = q1fv_2.c q1fv_4.c q1fv_5.c q1fv_8.c
|
Chris@19
|
357
|
Chris@19
|
358 # as above, but FFTW_BACKWARD
|
Chris@19
|
359 Q1B = q1bv_2.c q1bv_4.c q1bv_5.c q1bv_8.c
|
Chris@19
|
360
|
Chris@19
|
361 ###########################################################################
|
Chris@19
|
362 SIMD_CODELETS = $(N1F) $(N1B) $(N2F) $(N2B) $(N2S) $(T1FU) $(T1F) \
|
Chris@19
|
363 $(T2F) $(T3F) $(T1BU) $(T1B) $(T2B) $(T3B) $(T1S) $(T2S) $(Q1F) $(Q1B)
|
Chris@19
|
364
|
Chris@19
|
365 ALL_CODELETS = $(SIMD_CODELETS)
|
Chris@19
|
366 BUILT_SOURCES = $(SIMD_CODELETS) $(CODLIST)
|
Chris@19
|
367 EXTRA_DIST = $(BUILT_SOURCES) genus.c
|
Chris@19
|
368 INCLUDE_SIMD_HEADER = "\#include SIMD_HEADER"
|
Chris@19
|
369 XRENAME = XSIMD
|
Chris@19
|
370 SOLVTAB_NAME = XSIMD(solvtab_dft)
|
Chris@19
|
371 CODLIST = codlist.c
|
Chris@19
|
372 CODELET_NAME = codelet_
|
Chris@19
|
373 @MAINTAINER_MODE_TRUE@INDENT = indent -kr -cs -i5 -l800 -fca -nfc1 -sc -sob -cli4 -TR -Tplanner -TV
|
Chris@19
|
374 @MAINTAINER_MODE_TRUE@TWOVERS = sh ${top_srcdir}/support/twovers.sh
|
Chris@19
|
375 @MAINTAINER_MODE_TRUE@GENFFTDIR = ${top_builddir}/genfft
|
Chris@19
|
376 @MAINTAINER_MODE_TRUE@GEN_NOTW = ${GENFFTDIR}/gen_notw.native
|
Chris@19
|
377 @MAINTAINER_MODE_TRUE@GEN_NOTW_C = ${GENFFTDIR}/gen_notw_c.native
|
Chris@19
|
378 @MAINTAINER_MODE_TRUE@GEN_TWIDDLE = ${GENFFTDIR}/gen_twiddle.native
|
Chris@19
|
379 @MAINTAINER_MODE_TRUE@GEN_TWIDDLE_C = ${GENFFTDIR}/gen_twiddle_c.native
|
Chris@19
|
380 @MAINTAINER_MODE_TRUE@GEN_TWIDSQ = ${GENFFTDIR}/gen_twidsq.native
|
Chris@19
|
381 @MAINTAINER_MODE_TRUE@GEN_TWIDSQ_C = ${GENFFTDIR}/gen_twidsq_c.native
|
Chris@19
|
382 @MAINTAINER_MODE_TRUE@GEN_R2CF = ${GENFFTDIR}/gen_r2cf.native
|
Chris@19
|
383 @MAINTAINER_MODE_TRUE@GEN_R2CB = ${GENFFTDIR}/gen_r2cb.native
|
Chris@19
|
384 @MAINTAINER_MODE_TRUE@GEN_HC2HC = ${GENFFTDIR}/gen_hc2hc.native
|
Chris@19
|
385 @MAINTAINER_MODE_TRUE@GEN_HC2C = ${GENFFTDIR}/gen_hc2c.native
|
Chris@19
|
386 @MAINTAINER_MODE_TRUE@GEN_HC2CDFT = ${GENFFTDIR}/gen_hc2cdft.native
|
Chris@19
|
387 @MAINTAINER_MODE_TRUE@GEN_HC2CDFT_C = ${GENFFTDIR}/gen_hc2cdft_c.native
|
Chris@19
|
388 @MAINTAINER_MODE_TRUE@GEN_R2R = ${GENFFTDIR}/gen_r2r.native
|
Chris@19
|
389 @MAINTAINER_MODE_TRUE@PRELUDE_DFT = ${top_srcdir}/support/codelet_prelude.dft
|
Chris@19
|
390 @MAINTAINER_MODE_TRUE@PRELUDE_RDFT = ${top_srcdir}/support/codelet_prelude.rdft
|
Chris@19
|
391 @MAINTAINER_MODE_TRUE@ADD_DATE = sed -e s/@DATE@/"`date`"/
|
Chris@19
|
392 @MAINTAINER_MODE_TRUE@COPYRIGHT = ${top_srcdir}/COPYRIGHT
|
Chris@19
|
393 @MAINTAINER_MODE_TRUE@CODELET_DEPS = $(COPYRIGHT) $(PRELUDE)
|
Chris@19
|
394 @MAINTAINER_MODE_TRUE@PRELUDE_COMMANDS_DFT = cat $(COPYRIGHT) $(PRELUDE_DFT)
|
Chris@19
|
395 @MAINTAINER_MODE_TRUE@PRELUDE_COMMANDS_RDFT = cat $(COPYRIGHT) $(PRELUDE_RDFT)
|
Chris@19
|
396 @MAINTAINER_MODE_TRUE@FLAGS_COMMON = -compact -variables 4
|
Chris@19
|
397 @MAINTAINER_MODE_TRUE@DFT_FLAGS_COMMON = $(FLAGS_COMMON) -pipeline-latency 4
|
Chris@19
|
398 @MAINTAINER_MODE_TRUE@RDFT_FLAGS_COMMON = $(FLAGS_COMMON) -pipeline-latency 4
|
Chris@19
|
399
|
Chris@19
|
400 # include special rules for regenerating codelets.
|
Chris@19
|
401 @MAINTAINER_MODE_TRUE@GFLAGS = -simd $(FLAGS_COMMON) -pipeline-latency 8
|
Chris@19
|
402 @MAINTAINER_MODE_TRUE@FLAGS_T2S = -twiddle-log3 -precompute-twiddles
|
Chris@19
|
403 @MAINTAINER_MODE_TRUE@FLAGS_T3 = -twiddle-log3 -precompute-twiddles -no-generate-bytw
|
Chris@19
|
404 all: $(BUILT_SOURCES)
|
Chris@19
|
405 $(MAKE) $(AM_MAKEFLAGS) all-am
|
Chris@19
|
406
|
Chris@19
|
407 .SUFFIXES:
|
Chris@19
|
408 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/dft/simd/codlist.mk $(top_srcdir)/support/Makefile.codelets $(am__configure_deps)
|
Chris@19
|
409 @for dep in $?; do \
|
Chris@19
|
410 case '$(am__configure_deps)' in \
|
Chris@19
|
411 *$$dep*) \
|
Chris@19
|
412 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
Chris@19
|
413 && { if test -f $@; then exit 0; else break; fi; }; \
|
Chris@19
|
414 exit 1;; \
|
Chris@19
|
415 esac; \
|
Chris@19
|
416 done; \
|
Chris@19
|
417 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu dft/simd/common/Makefile'; \
|
Chris@19
|
418 $(am__cd) $(top_srcdir) && \
|
Chris@19
|
419 $(AUTOMAKE) --gnu dft/simd/common/Makefile
|
Chris@19
|
420 .PRECIOUS: Makefile
|
Chris@19
|
421 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Chris@19
|
422 @case '$?' in \
|
Chris@19
|
423 *config.status*) \
|
Chris@19
|
424 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
Chris@19
|
425 *) \
|
Chris@19
|
426 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
Chris@19
|
427 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
Chris@19
|
428 esac;
|
Chris@19
|
429 $(top_srcdir)/dft/simd/codlist.mk $(top_srcdir)/support/Makefile.codelets:
|
Chris@19
|
430
|
Chris@19
|
431 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
Chris@19
|
432 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
Chris@19
|
433
|
Chris@19
|
434 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
Chris@19
|
435 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
Chris@19
|
436 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
Chris@19
|
437 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
Chris@19
|
438 $(am__aclocal_m4_deps):
|
Chris@19
|
439
|
Chris@19
|
440 mostlyclean-libtool:
|
Chris@19
|
441 -rm -f *.lo
|
Chris@19
|
442
|
Chris@19
|
443 clean-libtool:
|
Chris@19
|
444 -rm -rf .libs _libs
|
Chris@19
|
445 tags TAGS:
|
Chris@19
|
446
|
Chris@19
|
447 ctags CTAGS:
|
Chris@19
|
448
|
Chris@19
|
449 cscope cscopelist:
|
Chris@19
|
450
|
Chris@19
|
451
|
Chris@19
|
452 distdir: $(DISTFILES)
|
Chris@19
|
453 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
Chris@19
|
454 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
Chris@19
|
455 list='$(DISTFILES)'; \
|
Chris@19
|
456 dist_files=`for file in $$list; do echo $$file; done | \
|
Chris@19
|
457 sed -e "s|^$$srcdirstrip/||;t" \
|
Chris@19
|
458 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
Chris@19
|
459 case $$dist_files in \
|
Chris@19
|
460 */*) $(MKDIR_P) `echo "$$dist_files" | \
|
Chris@19
|
461 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
Chris@19
|
462 sort -u` ;; \
|
Chris@19
|
463 esac; \
|
Chris@19
|
464 for file in $$dist_files; do \
|
Chris@19
|
465 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
Chris@19
|
466 if test -d $$d/$$file; then \
|
Chris@19
|
467 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
Chris@19
|
468 if test -d "$(distdir)/$$file"; then \
|
Chris@19
|
469 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
Chris@19
|
470 fi; \
|
Chris@19
|
471 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
Chris@19
|
472 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
Chris@19
|
473 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
Chris@19
|
474 fi; \
|
Chris@19
|
475 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
Chris@19
|
476 else \
|
Chris@19
|
477 test -f "$(distdir)/$$file" \
|
Chris@19
|
478 || cp -p $$d/$$file "$(distdir)/$$file" \
|
Chris@19
|
479 || exit 1; \
|
Chris@19
|
480 fi; \
|
Chris@19
|
481 done
|
Chris@19
|
482 check-am: all-am
|
Chris@19
|
483 check: $(BUILT_SOURCES)
|
Chris@19
|
484 $(MAKE) $(AM_MAKEFLAGS) check-am
|
Chris@19
|
485 all-am: Makefile
|
Chris@19
|
486 installdirs:
|
Chris@19
|
487 install: $(BUILT_SOURCES)
|
Chris@19
|
488 $(MAKE) $(AM_MAKEFLAGS) install-am
|
Chris@19
|
489 install-exec: install-exec-am
|
Chris@19
|
490 install-data: install-data-am
|
Chris@19
|
491 uninstall: uninstall-am
|
Chris@19
|
492
|
Chris@19
|
493 install-am: all-am
|
Chris@19
|
494 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
Chris@19
|
495
|
Chris@19
|
496 installcheck: installcheck-am
|
Chris@19
|
497 install-strip:
|
Chris@19
|
498 if test -z '$(STRIP)'; then \
|
Chris@19
|
499 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
Chris@19
|
500 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
Chris@19
|
501 install; \
|
Chris@19
|
502 else \
|
Chris@19
|
503 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
Chris@19
|
504 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
Chris@19
|
505 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
Chris@19
|
506 fi
|
Chris@19
|
507 mostlyclean-generic:
|
Chris@19
|
508
|
Chris@19
|
509 clean-generic:
|
Chris@19
|
510
|
Chris@19
|
511 distclean-generic:
|
Chris@19
|
512 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
Chris@19
|
513 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
Chris@19
|
514
|
Chris@19
|
515 maintainer-clean-generic:
|
Chris@19
|
516 @echo "This command is intended for maintainers to use"
|
Chris@19
|
517 @echo "it deletes files that may require special tools to rebuild."
|
Chris@19
|
518 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
Chris@19
|
519 clean: clean-am
|
Chris@19
|
520
|
Chris@19
|
521 clean-am: clean-generic clean-libtool mostlyclean-am
|
Chris@19
|
522
|
Chris@19
|
523 distclean: distclean-am
|
Chris@19
|
524 -rm -f Makefile
|
Chris@19
|
525 distclean-am: clean-am distclean-generic
|
Chris@19
|
526
|
Chris@19
|
527 dvi: dvi-am
|
Chris@19
|
528
|
Chris@19
|
529 dvi-am:
|
Chris@19
|
530
|
Chris@19
|
531 html: html-am
|
Chris@19
|
532
|
Chris@19
|
533 html-am:
|
Chris@19
|
534
|
Chris@19
|
535 info: info-am
|
Chris@19
|
536
|
Chris@19
|
537 info-am:
|
Chris@19
|
538
|
Chris@19
|
539 install-data-am:
|
Chris@19
|
540
|
Chris@19
|
541 install-dvi: install-dvi-am
|
Chris@19
|
542
|
Chris@19
|
543 install-dvi-am:
|
Chris@19
|
544
|
Chris@19
|
545 install-exec-am:
|
Chris@19
|
546
|
Chris@19
|
547 install-html: install-html-am
|
Chris@19
|
548
|
Chris@19
|
549 install-html-am:
|
Chris@19
|
550
|
Chris@19
|
551 install-info: install-info-am
|
Chris@19
|
552
|
Chris@19
|
553 install-info-am:
|
Chris@19
|
554
|
Chris@19
|
555 install-man:
|
Chris@19
|
556
|
Chris@19
|
557 install-pdf: install-pdf-am
|
Chris@19
|
558
|
Chris@19
|
559 install-pdf-am:
|
Chris@19
|
560
|
Chris@19
|
561 install-ps: install-ps-am
|
Chris@19
|
562
|
Chris@19
|
563 install-ps-am:
|
Chris@19
|
564
|
Chris@19
|
565 installcheck-am:
|
Chris@19
|
566
|
Chris@19
|
567 maintainer-clean: maintainer-clean-am
|
Chris@19
|
568 -rm -f Makefile
|
Chris@19
|
569 maintainer-clean-am: distclean-am maintainer-clean-generic \
|
Chris@19
|
570 maintainer-clean-local
|
Chris@19
|
571
|
Chris@19
|
572 mostlyclean: mostlyclean-am
|
Chris@19
|
573
|
Chris@19
|
574 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
Chris@19
|
575
|
Chris@19
|
576 pdf: pdf-am
|
Chris@19
|
577
|
Chris@19
|
578 pdf-am:
|
Chris@19
|
579
|
Chris@19
|
580 ps: ps-am
|
Chris@19
|
581
|
Chris@19
|
582 ps-am:
|
Chris@19
|
583
|
Chris@19
|
584 uninstall-am:
|
Chris@19
|
585
|
Chris@19
|
586 .MAKE: all check install install-am install-strip
|
Chris@19
|
587
|
Chris@19
|
588 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
Chris@19
|
589 cscopelist-am ctags-am distclean distclean-generic \
|
Chris@19
|
590 distclean-libtool distdir dvi dvi-am html html-am info info-am \
|
Chris@19
|
591 install install-am install-data install-data-am install-dvi \
|
Chris@19
|
592 install-dvi-am install-exec install-exec-am install-html \
|
Chris@19
|
593 install-html-am install-info install-info-am install-man \
|
Chris@19
|
594 install-pdf install-pdf-am install-ps install-ps-am \
|
Chris@19
|
595 install-strip installcheck installcheck-am installdirs \
|
Chris@19
|
596 maintainer-clean maintainer-clean-generic \
|
Chris@19
|
597 maintainer-clean-local mostlyclean mostlyclean-generic \
|
Chris@19
|
598 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
|
Chris@19
|
599 uninstall-am
|
Chris@19
|
600
|
Chris@19
|
601
|
Chris@19
|
602 # rule to build codlist
|
Chris@19
|
603 $(CODLIST): Makefile
|
Chris@19
|
604 ( \
|
Chris@19
|
605 echo "#include \"ifftw.h\""; \
|
Chris@19
|
606 echo $(INCLUDE_SIMD_HEADER); \
|
Chris@19
|
607 echo; \
|
Chris@19
|
608 for i in $(ALL_CODELETS) NIL; do \
|
Chris@19
|
609 if test "$$i" != NIL; then \
|
Chris@19
|
610 j=`basename $$i | sed -e 's/[.][cS]$$//g'`; \
|
Chris@19
|
611 echo "extern void $(XRENAME)($(CODELET_NAME)$$j)(planner *);"; \
|
Chris@19
|
612 fi \
|
Chris@19
|
613 done; \
|
Chris@19
|
614 echo; \
|
Chris@19
|
615 echo; \
|
Chris@19
|
616 echo "extern const solvtab $(SOLVTAB_NAME);"; \
|
Chris@19
|
617 echo "const solvtab $(SOLVTAB_NAME) = {"; \
|
Chris@19
|
618 for i in $(ALL_CODELETS) NIL; do \
|
Chris@19
|
619 if test "$$i" != NIL; then \
|
Chris@19
|
620 j=`basename $$i | sed -e 's/[.][cS]$$//g'`; \
|
Chris@19
|
621 echo " SOLVTAB($(XRENAME)($(CODELET_NAME)$$j)),"; \
|
Chris@19
|
622 fi \
|
Chris@19
|
623 done; \
|
Chris@19
|
624 echo " SOLVTAB_END"; \
|
Chris@19
|
625 echo "};"; \
|
Chris@19
|
626 ) >$@
|
Chris@19
|
627
|
Chris@19
|
628 # only delete codlist.c in maintainer-mode, since it is included in the dist
|
Chris@19
|
629 # FIXME: is there a way to delete in 'make clean' only when builddir != srcdir?
|
Chris@19
|
630 maintainer-clean-local:
|
Chris@19
|
631 rm -f $(CODLIST)
|
Chris@19
|
632
|
Chris@19
|
633 # cancel the hideous builtin rules that cause an infinite loop
|
Chris@19
|
634 @MAINTAINER_MODE_TRUE@%: %.o
|
Chris@19
|
635 @MAINTAINER_MODE_TRUE@%: %.s
|
Chris@19
|
636 @MAINTAINER_MODE_TRUE@%: %.c
|
Chris@19
|
637 @MAINTAINER_MODE_TRUE@%: %.S
|
Chris@19
|
638
|
Chris@19
|
639 @MAINTAINER_MODE_TRUE@n1fv_%.c: $(CODELET_DEPS) $(GEN_NOTW_C)
|
Chris@19
|
640 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_NOTW_C) $(GFLAGS) -n $* -name n1fv_$* -include "n1f.h") | $(ADD_DATE) | $(INDENT) >$@
|
Chris@19
|
641
|
Chris@19
|
642 @MAINTAINER_MODE_TRUE@n2fv_%.c: $(CODELET_DEPS) $(GEN_NOTW_C)
|
Chris@19
|
643 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_NOTW_C) $(GFLAGS) -n $* -name n2fv_$* -with-ostride 2 -include "n2f.h" -store-multiple 2) | $(ADD_DATE) | $(INDENT) >$@
|
Chris@19
|
644
|
Chris@19
|
645 @MAINTAINER_MODE_TRUE@n1bv_%.c: $(CODELET_DEPS) $(GEN_NOTW_C)
|
Chris@19
|
646 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_NOTW_C) $(GFLAGS) -sign 1 -n $* -name n1bv_$* -include "n1b.h") | $(ADD_DATE) | $(INDENT) >$@
|
Chris@19
|
647
|
Chris@19
|
648 @MAINTAINER_MODE_TRUE@n2bv_%.c: $(CODELET_DEPS) $(GEN_NOTW_C)
|
Chris@19
|
649 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_NOTW_C) $(GFLAGS) -sign 1 -n $* -name n2bv_$* -with-ostride 2 -include "n2b.h" -store-multiple 2) | $(ADD_DATE) | $(INDENT) >$@
|
Chris@19
|
650
|
Chris@19
|
651 @MAINTAINER_MODE_TRUE@n2sv_%.c: $(CODELET_DEPS) $(GEN_NOTW)
|
Chris@19
|
652 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_NOTW) $(GFLAGS) -n $* -name n2sv_$* -with-ostride 1 -include "n2s.h" -store-multiple 4) | $(ADD_DATE) | $(INDENT) >$@
|
Chris@19
|
653
|
Chris@19
|
654 @MAINTAINER_MODE_TRUE@t1fv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE_C)
|
Chris@19
|
655 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE_C) $(GFLAGS) -n $* -name t1fv_$* -include "t1f.h") | $(ADD_DATE) | $(INDENT) >$@
|
Chris@19
|
656
|
Chris@19
|
657 @MAINTAINER_MODE_TRUE@t1fuv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE_C)
|
Chris@19
|
658 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE_C) $(GFLAGS) -n $* -name t1fuv_$* -include "t1fu.h") | $(ADD_DATE) | $(INDENT) >$@
|
Chris@19
|
659
|
Chris@19
|
660 @MAINTAINER_MODE_TRUE@t2fv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE_C)
|
Chris@19
|
661 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE_C) $(GFLAGS) -n $* -name t2fv_$* -include "t2f.h") | $(ADD_DATE) | $(INDENT) >$@
|
Chris@19
|
662
|
Chris@19
|
663 @MAINTAINER_MODE_TRUE@t3fv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE_C)
|
Chris@19
|
664 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE_C) $(GFLAGS) $(FLAGS_T3) -n $* -name t3fv_$* -include "t3f.h") | $(ADD_DATE) | $(INDENT) >$@
|
Chris@19
|
665
|
Chris@19
|
666 @MAINTAINER_MODE_TRUE@t1bv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE_C)
|
Chris@19
|
667 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE_C) $(GFLAGS) -n $* -name t1bv_$* -include "t1b.h" -sign 1) | $(ADD_DATE) | $(INDENT) >$@
|
Chris@19
|
668
|
Chris@19
|
669 @MAINTAINER_MODE_TRUE@t1buv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE_C)
|
Chris@19
|
670 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE_C) $(GFLAGS) -n $* -name t1buv_$* -include "t1bu.h" -sign 1) | $(ADD_DATE) | $(INDENT) >$@
|
Chris@19
|
671
|
Chris@19
|
672 @MAINTAINER_MODE_TRUE@t2bv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE_C)
|
Chris@19
|
673 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE_C) $(GFLAGS) -n $* -name t2bv_$* -include "t2b.h" -sign 1) | $(ADD_DATE) | $(INDENT) >$@
|
Chris@19
|
674
|
Chris@19
|
675 @MAINTAINER_MODE_TRUE@t3bv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE_C)
|
Chris@19
|
676 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE_C) $(GFLAGS) $(FLAGS_T3) -n $* -name t3bv_$* -include "t3b.h" -sign 1) | $(ADD_DATE) | $(INDENT) >$@
|
Chris@19
|
677
|
Chris@19
|
678 @MAINTAINER_MODE_TRUE@t1sv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE)
|
Chris@19
|
679 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE) $(GFLAGS) -n $* -name t1sv_$* -include "ts.h") | $(ADD_DATE) | $(INDENT) >$@
|
Chris@19
|
680
|
Chris@19
|
681 @MAINTAINER_MODE_TRUE@t2sv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE)
|
Chris@19
|
682 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE) $(GFLAGS) $(FLAGS_T2S) -n $* -name t2sv_$* -include "ts.h") | $(ADD_DATE) | $(INDENT) >$@
|
Chris@19
|
683
|
Chris@19
|
684 @MAINTAINER_MODE_TRUE@q1fv_%.c: $(CODELET_DEPS) $(GEN_TWIDSQ_C)
|
Chris@19
|
685 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDSQ_C) $(GFLAGS) -n $* -dif -name q1fv_$* -include "q1f.h") | $(ADD_DATE) | $(INDENT) >$@
|
Chris@19
|
686
|
Chris@19
|
687 @MAINTAINER_MODE_TRUE@q1bv_%.c: $(CODELET_DEPS) $(GEN_TWIDSQ_C)
|
Chris@19
|
688 @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDSQ_C) $(GFLAGS) -n $* -dif -name q1bv_$* -include "q1b.h" -sign 1) | $(ADD_DATE) | $(INDENT) >$@
|
Chris@19
|
689
|
Chris@19
|
690 # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
Chris@19
|
691 # Otherwise a system limit (for SysV at least) may be exceeded.
|
Chris@19
|
692 .NOEXPORT:
|