To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

The primary repository for this project is hosted at https://github.com/sonic-visualiser/sv-dependency-builds .
This repository is a read-only copy which is updated automatically every hour.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / src / fftw-3.3.8 / dft / simd / avx2-128 / Makefile.in @ 167:bd3cc4d1df30

History | View | Annotate | Download (39.4 KB)

1
# Makefile.in generated by automake 1.15 from Makefile.am.
2
# @configure_input@
3

    
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5

    
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9

    
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14

    
15
@SET_MAKE@
16

    
17
# This file contains a standard list of DFT SIMD codelets.  It is
18
# included by common/Makefile to generate the C files with the actual
19
# codelets in them.  It is included by {sse,sse2,...}/Makefile to
20
# generate and compile stub files that include common/*.c
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
VPATH = @srcdir@
30
am__is_gnu_make = { \
31
  if test -z '$(MAKELEVEL)'; then \
32
    false; \
33
  elif test -n '$(MAKE_HOST)'; then \
34
    true; \
35
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
36
    true; \
37
  else \
38
    false; \
39
  fi; \
40
}
41
am__make_running_with_option = \
42
  case $${target_option-} in \
43
      ?) ;; \
44
      *) echo "am__make_running_with_option: internal error: invalid" \
45
              "target option '$${target_option-}' specified" >&2; \
46
         exit 1;; \
47
  esac; \
48
  has_opt=no; \
49
  sane_makeflags=$$MAKEFLAGS; \
50
  if $(am__is_gnu_make); then \
51
    sane_makeflags=$$MFLAGS; \
52
  else \
53
    case $$MAKEFLAGS in \
54
      *\\[\ \	]*) \
55
        bs=\\; \
56
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
57
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
58
    esac; \
59
  fi; \
60
  skip_next=no; \
61
  strip_trailopt () \
62
  { \
63
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
64
  }; \
65
  for flg in $$sane_makeflags; do \
66
    test $$skip_next = yes && { skip_next=no; continue; }; \
67
    case $$flg in \
68
      *=*|--*) continue;; \
69
        -*I) strip_trailopt 'I'; skip_next=yes;; \
70
      -*I?*) strip_trailopt 'I';; \
71
        -*O) strip_trailopt 'O'; skip_next=yes;; \
72
      -*O?*) strip_trailopt 'O';; \
73
        -*l) strip_trailopt 'l'; skip_next=yes;; \
74
      -*l?*) strip_trailopt 'l';; \
75
      -[dEDm]) skip_next=yes;; \
76
      -[JT]) skip_next=yes;; \
77
    esac; \
78
    case $$flg in \
79
      *$$target_option*) has_opt=yes; break;; \
80
    esac; \
81
  done; \
82
  test $$has_opt = yes
83
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
84
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
85
pkgdatadir = $(datadir)/@PACKAGE@
86
pkgincludedir = $(includedir)/@PACKAGE@
87
pkglibdir = $(libdir)/@PACKAGE@
88
pkglibexecdir = $(libexecdir)/@PACKAGE@
89
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90
install_sh_DATA = $(install_sh) -c -m 644
91
install_sh_PROGRAM = $(install_sh) -c
92
install_sh_SCRIPT = $(install_sh) -c
93
INSTALL_HEADER = $(INSTALL_DATA)
94
transform = $(program_transform_name)
95
NORMAL_INSTALL = :
96
PRE_INSTALL = :
97
POST_INSTALL = :
98
NORMAL_UNINSTALL = :
99
PRE_UNINSTALL = :
100
POST_UNINSTALL = :
101
build_triplet = @build@
102
host_triplet = @host@
103
subdir = dft/simd/avx2-128
104
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_mpi.m4 \
106
	$(top_srcdir)/m4/acx_pthread.m4 \
107
	$(top_srcdir)/m4/ax_cc_maxopt.m4 \
108
	$(top_srcdir)/m4/ax_check_compiler_flags.m4 \
109
	$(top_srcdir)/m4/ax_compiler_vendor.m4 \
110
	$(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \
111
	$(top_srcdir)/m4/ax_gcc_version.m4 \
112
	$(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/libtool.m4 \
113
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
114
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
115
	$(top_srcdir)/configure.ac
116
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
117
	$(ACLOCAL_M4)
118
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
119
mkinstalldirs = $(install_sh) -d
120
CONFIG_HEADER = $(top_builddir)/config.h
121
CONFIG_CLEAN_FILES =
122
CONFIG_CLEAN_VPATH_FILES =
123
LTLIBRARIES = $(noinst_LTLIBRARIES)
124
libdft_avx2_128_codelets_la_LIBADD =
125
am__libdft_avx2_128_codelets_la_SOURCES_DIST = n1fv_2.c n1fv_3.c \
126
	n1fv_4.c n1fv_5.c n1fv_6.c n1fv_7.c n1fv_8.c n1fv_9.c \
127
	n1fv_10.c n1fv_11.c n1fv_12.c n1fv_13.c n1fv_14.c n1fv_15.c \
128
	n1fv_16.c n1fv_32.c n1fv_64.c n1fv_128.c n1fv_20.c n1fv_25.c \
129
	n1bv_2.c n1bv_3.c n1bv_4.c n1bv_5.c n1bv_6.c n1bv_7.c n1bv_8.c \
130
	n1bv_9.c n1bv_10.c n1bv_11.c n1bv_12.c n1bv_13.c n1bv_14.c \
131
	n1bv_15.c n1bv_16.c n1bv_32.c n1bv_64.c n1bv_128.c n1bv_20.c \
132
	n1bv_25.c n2fv_2.c n2fv_4.c n2fv_6.c n2fv_8.c n2fv_10.c \
133
	n2fv_12.c n2fv_14.c n2fv_16.c n2fv_32.c n2fv_64.c n2fv_20.c \
134
	n2bv_2.c n2bv_4.c n2bv_6.c n2bv_8.c n2bv_10.c n2bv_12.c \
135
	n2bv_14.c n2bv_16.c n2bv_32.c n2bv_64.c n2bv_20.c n2sv_4.c \
136
	n2sv_8.c n2sv_16.c n2sv_32.c n2sv_64.c t1fuv_2.c t1fuv_3.c \
137
	t1fuv_4.c t1fuv_5.c t1fuv_6.c t1fuv_7.c t1fuv_8.c t1fuv_9.c \
138
	t1fuv_10.c t1fv_2.c t1fv_3.c t1fv_4.c t1fv_5.c t1fv_6.c \
139
	t1fv_7.c t1fv_8.c t1fv_9.c t1fv_10.c t1fv_12.c t1fv_15.c \
140
	t1fv_16.c t1fv_32.c t1fv_64.c t1fv_20.c t1fv_25.c t2fv_2.c \
141
	t2fv_4.c t2fv_8.c t2fv_16.c t2fv_32.c t2fv_64.c t2fv_5.c \
142
	t2fv_10.c t2fv_20.c t2fv_25.c t3fv_4.c t3fv_8.c t3fv_16.c \
143
	t3fv_32.c t3fv_5.c t3fv_10.c t3fv_20.c t3fv_25.c t1buv_2.c \
144
	t1buv_3.c t1buv_4.c t1buv_5.c t1buv_6.c t1buv_7.c t1buv_8.c \
145
	t1buv_9.c t1buv_10.c t1bv_2.c t1bv_3.c t1bv_4.c t1bv_5.c \
146
	t1bv_6.c t1bv_7.c t1bv_8.c t1bv_9.c t1bv_10.c t1bv_12.c \
147
	t1bv_15.c t1bv_16.c t1bv_32.c t1bv_64.c t1bv_20.c t1bv_25.c \
148
	t2bv_2.c t2bv_4.c t2bv_8.c t2bv_16.c t2bv_32.c t2bv_64.c \
149
	t2bv_5.c t2bv_10.c t2bv_20.c t2bv_25.c t3bv_4.c t3bv_8.c \
150
	t3bv_16.c t3bv_32.c t3bv_5.c t3bv_10.c t3bv_20.c t3bv_25.c \
151
	t1sv_2.c t1sv_4.c t1sv_8.c t1sv_16.c t1sv_32.c t2sv_4.c \
152
	t2sv_8.c t2sv_16.c t2sv_32.c q1fv_2.c q1fv_4.c q1fv_5.c \
153
	q1fv_8.c q1bv_2.c q1bv_4.c q1bv_5.c q1bv_8.c genus.c codlist.c
154
am__objects_1 = n1fv_2.lo n1fv_3.lo n1fv_4.lo n1fv_5.lo n1fv_6.lo \
155
	n1fv_7.lo n1fv_8.lo n1fv_9.lo n1fv_10.lo n1fv_11.lo n1fv_12.lo \
156
	n1fv_13.lo n1fv_14.lo n1fv_15.lo n1fv_16.lo n1fv_32.lo \
157
	n1fv_64.lo n1fv_128.lo n1fv_20.lo n1fv_25.lo
158
am__objects_2 = n1bv_2.lo n1bv_3.lo n1bv_4.lo n1bv_5.lo n1bv_6.lo \
159
	n1bv_7.lo n1bv_8.lo n1bv_9.lo n1bv_10.lo n1bv_11.lo n1bv_12.lo \
160
	n1bv_13.lo n1bv_14.lo n1bv_15.lo n1bv_16.lo n1bv_32.lo \
161
	n1bv_64.lo n1bv_128.lo n1bv_20.lo n1bv_25.lo
162
am__objects_3 = n2fv_2.lo n2fv_4.lo n2fv_6.lo n2fv_8.lo n2fv_10.lo \
163
	n2fv_12.lo n2fv_14.lo n2fv_16.lo n2fv_32.lo n2fv_64.lo \
164
	n2fv_20.lo
165
am__objects_4 = n2bv_2.lo n2bv_4.lo n2bv_6.lo n2bv_8.lo n2bv_10.lo \
166
	n2bv_12.lo n2bv_14.lo n2bv_16.lo n2bv_32.lo n2bv_64.lo \
167
	n2bv_20.lo
168
am__objects_5 = n2sv_4.lo n2sv_8.lo n2sv_16.lo n2sv_32.lo n2sv_64.lo
169
am__objects_6 = t1fuv_2.lo t1fuv_3.lo t1fuv_4.lo t1fuv_5.lo t1fuv_6.lo \
170
	t1fuv_7.lo t1fuv_8.lo t1fuv_9.lo t1fuv_10.lo
171
am__objects_7 = t1fv_2.lo t1fv_3.lo t1fv_4.lo t1fv_5.lo t1fv_6.lo \
172
	t1fv_7.lo t1fv_8.lo t1fv_9.lo t1fv_10.lo t1fv_12.lo t1fv_15.lo \
173
	t1fv_16.lo t1fv_32.lo t1fv_64.lo t1fv_20.lo t1fv_25.lo
174
am__objects_8 = t2fv_2.lo t2fv_4.lo t2fv_8.lo t2fv_16.lo t2fv_32.lo \
175
	t2fv_64.lo t2fv_5.lo t2fv_10.lo t2fv_20.lo t2fv_25.lo
176
am__objects_9 = t3fv_4.lo t3fv_8.lo t3fv_16.lo t3fv_32.lo t3fv_5.lo \
177
	t3fv_10.lo t3fv_20.lo t3fv_25.lo
178
am__objects_10 = t1buv_2.lo t1buv_3.lo t1buv_4.lo t1buv_5.lo \
179
	t1buv_6.lo t1buv_7.lo t1buv_8.lo t1buv_9.lo t1buv_10.lo
180
am__objects_11 = t1bv_2.lo t1bv_3.lo t1bv_4.lo t1bv_5.lo t1bv_6.lo \
181
	t1bv_7.lo t1bv_8.lo t1bv_9.lo t1bv_10.lo t1bv_12.lo t1bv_15.lo \
182
	t1bv_16.lo t1bv_32.lo t1bv_64.lo t1bv_20.lo t1bv_25.lo
183
am__objects_12 = t2bv_2.lo t2bv_4.lo t2bv_8.lo t2bv_16.lo t2bv_32.lo \
184
	t2bv_64.lo t2bv_5.lo t2bv_10.lo t2bv_20.lo t2bv_25.lo
185
am__objects_13 = t3bv_4.lo t3bv_8.lo t3bv_16.lo t3bv_32.lo t3bv_5.lo \
186
	t3bv_10.lo t3bv_20.lo t3bv_25.lo
187
am__objects_14 = t1sv_2.lo t1sv_4.lo t1sv_8.lo t1sv_16.lo t1sv_32.lo
188
am__objects_15 = t2sv_4.lo t2sv_8.lo t2sv_16.lo t2sv_32.lo
189
am__objects_16 = q1fv_2.lo q1fv_4.lo q1fv_5.lo q1fv_8.lo
190
am__objects_17 = q1bv_2.lo q1bv_4.lo q1bv_5.lo q1bv_8.lo
191
am__objects_18 = $(am__objects_1) $(am__objects_2) $(am__objects_3) \
192
	$(am__objects_4) $(am__objects_5) $(am__objects_6) \
193
	$(am__objects_7) $(am__objects_8) $(am__objects_9) \
194
	$(am__objects_10) $(am__objects_11) $(am__objects_12) \
195
	$(am__objects_13) $(am__objects_14) $(am__objects_15) \
196
	$(am__objects_16) $(am__objects_17)
197
am__objects_19 = $(am__objects_18) genus.lo codlist.lo
198
@HAVE_AVX2_TRUE@am__objects_20 = $(am__objects_19)
199
@HAVE_AVX2_TRUE@am_libdft_avx2_128_codelets_la_OBJECTS =  \
200
@HAVE_AVX2_TRUE@	$(am__objects_20)
201
libdft_avx2_128_codelets_la_OBJECTS =  \
202
	$(am_libdft_avx2_128_codelets_la_OBJECTS)
203
AM_V_lt = $(am__v_lt_@AM_V@)
204
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
205
am__v_lt_0 = --silent
206
am__v_lt_1 = 
207
@HAVE_AVX2_TRUE@am_libdft_avx2_128_codelets_la_rpath =
208
AM_V_P = $(am__v_P_@AM_V@)
209
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
210
am__v_P_0 = false
211
am__v_P_1 = :
212
AM_V_GEN = $(am__v_GEN_@AM_V@)
213
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
214
am__v_GEN_0 = @echo "  GEN     " $@;
215
am__v_GEN_1 = 
216
AM_V_at = $(am__v_at_@AM_V@)
217
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
218
am__v_at_0 = @
219
am__v_at_1 = 
220
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
221
depcomp = $(SHELL) $(top_srcdir)/depcomp
222
am__depfiles_maybe = depfiles
223
am__mv = mv -f
224
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
225
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
226
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
227
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
228
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
229
	$(AM_CFLAGS) $(CFLAGS)
230
AM_V_CC = $(am__v_CC_@AM_V@)
231
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
232
am__v_CC_0 = @echo "  CC      " $@;
233
am__v_CC_1 = 
234
CCLD = $(CC)
235
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
236
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
237
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
238
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
239
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
240
am__v_CCLD_0 = @echo "  CCLD    " $@;
241
am__v_CCLD_1 = 
242
SOURCES = $(libdft_avx2_128_codelets_la_SOURCES)
243
DIST_SOURCES = $(am__libdft_avx2_128_codelets_la_SOURCES_DIST)
244
am__can_run_installinfo = \
245
  case $$AM_UPDATE_INFO_DIR in \
246
    n|no|NO) false;; \
247
    *) (install-info --version) >/dev/null 2>&1;; \
248
  esac
249
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
250
# Read a list of newline-separated strings from the standard input,
251
# and print each of them once, without duplicates.  Input order is
252
# *not* preserved.
253
am__uniquify_input = $(AWK) '\
254
  BEGIN { nonempty = 0; } \
255
  { items[$$0] = 1; nonempty = 1; } \
256
  END { if (nonempty) { for (i in items) print i; }; } \
257
'
258
# Make sure the list of sources is unique.  This is necessary because,
259
# e.g., the same source file might be shared among _SOURCES variables
260
# for different programs/libraries.
261
am__define_uniq_tagged_files = \
262
  list='$(am__tagged_files)'; \
263
  unique=`for i in $$list; do \
264
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
265
  done | $(am__uniquify_input)`
266
ETAGS = etags
267
CTAGS = ctags
268
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
269
	$(top_srcdir)/dft/simd/codlist.mk \
270
	$(top_srcdir)/dft/simd/simd.mk
271
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
272
ACLOCAL = @ACLOCAL@
273
ALLOCA = @ALLOCA@
274
ALTIVEC_CFLAGS = @ALTIVEC_CFLAGS@
275
AMTAR = @AMTAR@
276
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
277
AR = @AR@
278
AS = @AS@
279
AUTOCONF = @AUTOCONF@
280
AUTOHEADER = @AUTOHEADER@
281
AUTOMAKE = @AUTOMAKE@
282
AVX2_CFLAGS = @AVX2_CFLAGS@
283
AVX512_CFLAGS = @AVX512_CFLAGS@
284
AVX_128_FMA_CFLAGS = @AVX_128_FMA_CFLAGS@
285
AVX_CFLAGS = @AVX_CFLAGS@
286
AWK = @AWK@
287
CC = @CC@
288
CCDEPMODE = @CCDEPMODE@
289
CFLAGS = @CFLAGS@
290
CHECK_PL_OPTS = @CHECK_PL_OPTS@
291
CPP = @CPP@
292
CPPFLAGS = @CPPFLAGS@
293
CYGPATH_W = @CYGPATH_W@
294
C_FFTW_R2R_KIND = @C_FFTW_R2R_KIND@
295
C_MPI_FINT = @C_MPI_FINT@
296
DEFS = @DEFS@
297
DEPDIR = @DEPDIR@
298
DLLTOOL = @DLLTOOL@
299
DSYMUTIL = @DSYMUTIL@
300
DUMPBIN = @DUMPBIN@
301
ECHO_C = @ECHO_C@
302
ECHO_N = @ECHO_N@
303
ECHO_T = @ECHO_T@
304
EGREP = @EGREP@
305
EXEEXT = @EXEEXT@
306
F77 = @F77@
307
FFLAGS = @FFLAGS@
308
FGREP = @FGREP@
309
FLIBS = @FLIBS@
310
GREP = @GREP@
311
INDENT = @INDENT@
312
INSTALL = @INSTALL@
313
INSTALL_DATA = @INSTALL_DATA@
314
INSTALL_PROGRAM = @INSTALL_PROGRAM@
315
INSTALL_SCRIPT = @INSTALL_SCRIPT@
316
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
317
KCVI_CFLAGS = @KCVI_CFLAGS@
318
LD = @LD@
319
LDFLAGS = @LDFLAGS@
320
LIBOBJS = @LIBOBJS@
321
LIBQUADMATH = @LIBQUADMATH@
322
LIBS = @LIBS@
323
LIBTOOL = @LIBTOOL@
324
LIPO = @LIPO@
325
LN_S = @LN_S@
326
LTLIBOBJS = @LTLIBOBJS@
327
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
328
MAINT = @MAINT@
329
MAKEINFO = @MAKEINFO@
330
MANIFEST_TOOL = @MANIFEST_TOOL@
331
MKDIR_P = @MKDIR_P@
332
MPICC = @MPICC@
333
MPILIBS = @MPILIBS@
334
MPIRUN = @MPIRUN@
335
NEON_CFLAGS = @NEON_CFLAGS@
336
NM = @NM@
337
NMEDIT = @NMEDIT@
338
OBJDUMP = @OBJDUMP@
339
OBJEXT = @OBJEXT@
340
OCAMLBUILD = @OCAMLBUILD@
341
OPENMP_CFLAGS = @OPENMP_CFLAGS@
342
OTOOL = @OTOOL@
343
OTOOL64 = @OTOOL64@
344
PACKAGE = @PACKAGE@
345
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
346
PACKAGE_NAME = @PACKAGE_NAME@
347
PACKAGE_STRING = @PACKAGE_STRING@
348
PACKAGE_TARNAME = @PACKAGE_TARNAME@
349
PACKAGE_URL = @PACKAGE_URL@
350
PACKAGE_VERSION = @PACKAGE_VERSION@
351
PATH_SEPARATOR = @PATH_SEPARATOR@
352
POW_LIB = @POW_LIB@
353
PRECISION = @PRECISION@
354
PREC_SUFFIX = @PREC_SUFFIX@
355
PTHREAD_CC = @PTHREAD_CC@
356
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
357
PTHREAD_LIBS = @PTHREAD_LIBS@
358
RANLIB = @RANLIB@
359
SED = @SED@
360
SET_MAKE = @SET_MAKE@
361
SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
362
SHELL = @SHELL@
363
SSE2_CFLAGS = @SSE2_CFLAGS@
364
STACK_ALIGN_CFLAGS = @STACK_ALIGN_CFLAGS@
365
STRIP = @STRIP@
366
THREADLIBS = @THREADLIBS@
367
VERSION = @VERSION@
368
VSX_CFLAGS = @VSX_CFLAGS@
369
abs_builddir = @abs_builddir@
370
abs_srcdir = @abs_srcdir@
371
abs_top_builddir = @abs_top_builddir@
372
abs_top_srcdir = @abs_top_srcdir@
373
ac_ct_AR = @ac_ct_AR@
374
ac_ct_CC = @ac_ct_CC@
375
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
376
ac_ct_F77 = @ac_ct_F77@
377
acx_pthread_config = @acx_pthread_config@
378
am__include = @am__include@
379
am__leading_dot = @am__leading_dot@
380
am__quote = @am__quote@
381
am__tar = @am__tar@
382
am__untar = @am__untar@
383
bindir = @bindir@
384
build = @build@
385
build_alias = @build_alias@
386
build_cpu = @build_cpu@
387
build_os = @build_os@
388
build_vendor = @build_vendor@
389
builddir = @builddir@
390
datadir = @datadir@
391
datarootdir = @datarootdir@
392
docdir = @docdir@
393
dvidir = @dvidir@
394
exec_prefix = @exec_prefix@
395
host = @host@
396
host_alias = @host_alias@
397
host_cpu = @host_cpu@
398
host_os = @host_os@
399
host_vendor = @host_vendor@
400
htmldir = @htmldir@
401
includedir = @includedir@
402
infodir = @infodir@
403
install_sh = @install_sh@
404
libdir = @libdir@
405
libexecdir = @libexecdir@
406
localedir = @localedir@
407
localstatedir = @localstatedir@
408
mandir = @mandir@
409
mkdir_p = @mkdir_p@
410
oldincludedir = @oldincludedir@
411
pdfdir = @pdfdir@
412
prefix = @prefix@
413
program_transform_name = @program_transform_name@
414
psdir = @psdir@
415
runstatedir = @runstatedir@
416
sbindir = @sbindir@
417
sharedstatedir = @sharedstatedir@
418
srcdir = @srcdir@
419
sysconfdir = @sysconfdir@
420
target_alias = @target_alias@
421
top_build_prefix = @top_build_prefix@
422
top_builddir = @top_builddir@
423
top_srcdir = @top_srcdir@
424
AM_CFLAGS = $(AVX2_CFLAGS)
425
SIMD_HEADER = simd-support/simd-avx2-128.h
426

    
427
###########################################################################
428
# n1fv_<n> is a hard-coded FFTW_FORWARD FFT of size <n>, using SIMD
429
N1F = n1fv_2.c n1fv_3.c n1fv_4.c n1fv_5.c n1fv_6.c n1fv_7.c n1fv_8.c	\
430
n1fv_9.c n1fv_10.c n1fv_11.c n1fv_12.c n1fv_13.c n1fv_14.c n1fv_15.c	\
431
n1fv_16.c n1fv_32.c n1fv_64.c n1fv_128.c n1fv_20.c n1fv_25.c
432

    
433

    
434
# as above, with restricted input vector stride
435
N2F = n2fv_2.c n2fv_4.c n2fv_6.c n2fv_8.c n2fv_10.c n2fv_12.c	\
436
n2fv_14.c n2fv_16.c n2fv_32.c n2fv_64.c n2fv_20.c
437

    
438

    
439
# as above, but FFTW_BACKWARD
440
N1B = n1bv_2.c n1bv_3.c n1bv_4.c n1bv_5.c n1bv_6.c n1bv_7.c n1bv_8.c	\
441
n1bv_9.c n1bv_10.c n1bv_11.c n1bv_12.c n1bv_13.c n1bv_14.c n1bv_15.c	\
442
n1bv_16.c n1bv_32.c n1bv_64.c n1bv_128.c n1bv_20.c n1bv_25.c
443

    
444
N2B = n2bv_2.c n2bv_4.c n2bv_6.c n2bv_8.c n2bv_10.c n2bv_12.c	\
445
n2bv_14.c n2bv_16.c n2bv_32.c n2bv_64.c n2bv_20.c
446

    
447

    
448
# split-complex codelets 
449
N2S = n2sv_4.c n2sv_8.c n2sv_16.c n2sv_32.c n2sv_64.c
450

    
451
###########################################################################
452
# t1fv_<r> is a "twiddle" FFT of size <r>, implementing a radix-r DIT step
453
# for an FFTW_FORWARD transform, using SIMD
454
T1F = t1fv_2.c t1fv_3.c t1fv_4.c t1fv_5.c t1fv_6.c t1fv_7.c t1fv_8.c	\
455
t1fv_9.c t1fv_10.c t1fv_12.c t1fv_15.c t1fv_16.c t1fv_32.c t1fv_64.c	\
456
t1fv_20.c t1fv_25.c
457

    
458

    
459
# same as t1fv_*, but with different twiddle storage scheme
460
T2F = t2fv_2.c t2fv_4.c t2fv_8.c t2fv_16.c t2fv_32.c t2fv_64.c	\
461
t2fv_5.c t2fv_10.c t2fv_20.c t2fv_25.c
462

    
463
T3F = t3fv_4.c t3fv_8.c t3fv_16.c t3fv_32.c t3fv_5.c t3fv_10.c	\
464
t3fv_20.c t3fv_25.c
465

    
466
T1FU = t1fuv_2.c t1fuv_3.c t1fuv_4.c t1fuv_5.c t1fuv_6.c t1fuv_7.c	\
467
t1fuv_8.c t1fuv_9.c t1fuv_10.c
468

    
469

    
470
# as above, but FFTW_BACKWARD
471
T1B = t1bv_2.c t1bv_3.c t1bv_4.c t1bv_5.c t1bv_6.c t1bv_7.c t1bv_8.c	\
472
t1bv_9.c t1bv_10.c t1bv_12.c t1bv_15.c t1bv_16.c t1bv_32.c t1bv_64.c	\
473
t1bv_20.c t1bv_25.c
474

    
475

    
476
# same as t1bv_*, but with different twiddle storage scheme
477
T2B = t2bv_2.c t2bv_4.c t2bv_8.c t2bv_16.c t2bv_32.c t2bv_64.c	\
478
t2bv_5.c t2bv_10.c t2bv_20.c t2bv_25.c
479

    
480
T3B = t3bv_4.c t3bv_8.c t3bv_16.c t3bv_32.c t3bv_5.c t3bv_10.c	\
481
t3bv_20.c t3bv_25.c
482

    
483
T1BU = t1buv_2.c t1buv_3.c t1buv_4.c t1buv_5.c t1buv_6.c t1buv_7.c	\
484
t1buv_8.c t1buv_9.c t1buv_10.c
485

    
486

    
487
# split-complex codelets
488
T1S = t1sv_2.c t1sv_4.c t1sv_8.c t1sv_16.c t1sv_32.c
489
T2S = t2sv_4.c t2sv_8.c t2sv_16.c t2sv_32.c
490

    
491
###########################################################################
492
# q1fv_<r> is <r> twiddle FFTW_FORWARD FFTs of size <r> (DIF step),
493
# where the output is transposed, using SIMD.  This is used for
494
# in-place transposes in sizes that are divisible by <r>^2.  These
495
# codelets have size ~ <r>^2, so you should probably not use <r>
496
# bigger than 8 or so.
497
Q1F = q1fv_2.c q1fv_4.c q1fv_5.c q1fv_8.c
498

    
499
# as above, but FFTW_BACKWARD
500
Q1B = q1bv_2.c q1bv_4.c q1bv_5.c q1bv_8.c
501

    
502
###########################################################################
503
SIMD_CODELETS = $(N1F) $(N1B) $(N2F) $(N2B) $(N2S) $(T1FU) $(T1F)	\
504
$(T2F) $(T3F) $(T1BU) $(T1B) $(T2B) $(T3B) $(T1S) $(T2S) $(Q1F) $(Q1B)
505

    
506
AM_CPPFLAGS = -I $(top_srcdir)
507
EXTRA_DIST = $(SIMD_CODELETS) genus.c codlist.c
508
@HAVE_AVX2_TRUE@BUILT_SOURCES = $(EXTRA_DIST)
509
@HAVE_AVX2_TRUE@noinst_LTLIBRARIES = libdft_avx2_128_codelets.la
510
@HAVE_AVX2_TRUE@libdft_avx2_128_codelets_la_SOURCES = $(BUILT_SOURCES)
511
all: $(BUILT_SOURCES)
512
	$(MAKE) $(AM_MAKEFLAGS) all-am
513

    
514
.SUFFIXES:
515
.SUFFIXES: .c .lo .o .obj
516
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/dft/simd/codlist.mk $(top_srcdir)/dft/simd/simd.mk $(am__configure_deps)
517
	@for dep in $?; do \
518
	  case '$(am__configure_deps)' in \
519
	    *$$dep*) \
520
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
521
	        && { if test -f $@; then exit 0; else break; fi; }; \
522
	      exit 1;; \
523
	  esac; \
524
	done; \
525
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu dft/simd/avx2-128/Makefile'; \
526
	$(am__cd) $(top_srcdir) && \
527
	  $(AUTOMAKE) --gnu dft/simd/avx2-128/Makefile
528
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
529
	@case '$?' in \
530
	  *config.status*) \
531
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
532
	  *) \
533
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
534
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
535
	esac;
536
$(top_srcdir)/dft/simd/codlist.mk $(top_srcdir)/dft/simd/simd.mk $(am__empty):
537

    
538
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
539
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
540

    
541
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
542
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
543
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
544
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
545
$(am__aclocal_m4_deps):
546

    
547
clean-noinstLTLIBRARIES:
548
	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
549
	@list='$(noinst_LTLIBRARIES)'; \
550
	locs=`for p in $$list; do echo $$p; done | \
551
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
552
	      sort -u`; \
553
	test -z "$$locs" || { \
554
	  echo rm -f $${locs}; \
555
	  rm -f $${locs}; \
556
	}
557

    
558
libdft_avx2_128_codelets.la: $(libdft_avx2_128_codelets_la_OBJECTS) $(libdft_avx2_128_codelets_la_DEPENDENCIES) $(EXTRA_libdft_avx2_128_codelets_la_DEPENDENCIES) 
559
	$(AM_V_CCLD)$(LINK) $(am_libdft_avx2_128_codelets_la_rpath) $(libdft_avx2_128_codelets_la_OBJECTS) $(libdft_avx2_128_codelets_la_LIBADD) $(LIBS)
560

    
561
mostlyclean-compile:
562
	-rm -f *.$(OBJEXT)
563

    
564
distclean-compile:
565
	-rm -f *.tab.c
566

    
567
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codlist.Plo@am__quote@
568
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genus.Plo@am__quote@
569
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_10.Plo@am__quote@
570
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_11.Plo@am__quote@
571
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_12.Plo@am__quote@
572
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_128.Plo@am__quote@
573
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_13.Plo@am__quote@
574
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_14.Plo@am__quote@
575
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_15.Plo@am__quote@
576
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_16.Plo@am__quote@
577
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_2.Plo@am__quote@
578
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_20.Plo@am__quote@
579
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_25.Plo@am__quote@
580
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_3.Plo@am__quote@
581
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_32.Plo@am__quote@
582
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_4.Plo@am__quote@
583
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_5.Plo@am__quote@
584
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_6.Plo@am__quote@
585
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_64.Plo@am__quote@
586
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_7.Plo@am__quote@
587
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_8.Plo@am__quote@
588
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_9.Plo@am__quote@
589
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_10.Plo@am__quote@
590
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_11.Plo@am__quote@
591
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_12.Plo@am__quote@
592
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_128.Plo@am__quote@
593
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_13.Plo@am__quote@
594
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_14.Plo@am__quote@
595
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_15.Plo@am__quote@
596
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_16.Plo@am__quote@
597
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_2.Plo@am__quote@
598
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_20.Plo@am__quote@
599
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_25.Plo@am__quote@
600
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_3.Plo@am__quote@
601
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_32.Plo@am__quote@
602
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_4.Plo@am__quote@
603
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_5.Plo@am__quote@
604
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_6.Plo@am__quote@
605
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_64.Plo@am__quote@
606
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_7.Plo@am__quote@
607
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_8.Plo@am__quote@
608
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_9.Plo@am__quote@
609
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_10.Plo@am__quote@
610
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_12.Plo@am__quote@
611
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_14.Plo@am__quote@
612
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_16.Plo@am__quote@
613
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_2.Plo@am__quote@
614
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_20.Plo@am__quote@
615
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_32.Plo@am__quote@
616
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_4.Plo@am__quote@
617
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_6.Plo@am__quote@
618
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_64.Plo@am__quote@
619
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_8.Plo@am__quote@
620
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_10.Plo@am__quote@
621
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_12.Plo@am__quote@
622
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_14.Plo@am__quote@
623
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_16.Plo@am__quote@
624
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_2.Plo@am__quote@
625
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_20.Plo@am__quote@
626
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_32.Plo@am__quote@
627
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_4.Plo@am__quote@
628
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_6.Plo@am__quote@
629
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_64.Plo@am__quote@
630
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_8.Plo@am__quote@
631
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2sv_16.Plo@am__quote@
632
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2sv_32.Plo@am__quote@
633
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2sv_4.Plo@am__quote@
634
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2sv_64.Plo@am__quote@
635
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2sv_8.Plo@am__quote@
636
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1bv_2.Plo@am__quote@
637
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1bv_4.Plo@am__quote@
638
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1bv_5.Plo@am__quote@
639
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1bv_8.Plo@am__quote@
640
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1fv_2.Plo@am__quote@
641
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1fv_4.Plo@am__quote@
642
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1fv_5.Plo@am__quote@
643
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1fv_8.Plo@am__quote@
644
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_10.Plo@am__quote@
645
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_2.Plo@am__quote@
646
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_3.Plo@am__quote@
647
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_4.Plo@am__quote@
648
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_5.Plo@am__quote@
649
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_6.Plo@am__quote@
650
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_7.Plo@am__quote@
651
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_8.Plo@am__quote@
652
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_9.Plo@am__quote@
653
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_10.Plo@am__quote@
654
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_12.Plo@am__quote@
655
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_15.Plo@am__quote@
656
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_16.Plo@am__quote@
657
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_2.Plo@am__quote@
658
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_20.Plo@am__quote@
659
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_25.Plo@am__quote@
660
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_3.Plo@am__quote@
661
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_32.Plo@am__quote@
662
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_4.Plo@am__quote@
663
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_5.Plo@am__quote@
664
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_6.Plo@am__quote@
665
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_64.Plo@am__quote@
666
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_7.Plo@am__quote@
667
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_8.Plo@am__quote@
668
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_9.Plo@am__quote@
669
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_10.Plo@am__quote@
670
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_2.Plo@am__quote@
671
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_3.Plo@am__quote@
672
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_4.Plo@am__quote@
673
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_5.Plo@am__quote@
674
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_6.Plo@am__quote@
675
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_7.Plo@am__quote@
676
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_8.Plo@am__quote@
677
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_9.Plo@am__quote@
678
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_10.Plo@am__quote@
679
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_12.Plo@am__quote@
680
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_15.Plo@am__quote@
681
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_16.Plo@am__quote@
682
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_2.Plo@am__quote@
683
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_20.Plo@am__quote@
684
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_25.Plo@am__quote@
685
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_3.Plo@am__quote@
686
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_32.Plo@am__quote@
687
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_4.Plo@am__quote@
688
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_5.Plo@am__quote@
689
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_6.Plo@am__quote@
690
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_64.Plo@am__quote@
691
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_7.Plo@am__quote@
692
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_8.Plo@am__quote@
693
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_9.Plo@am__quote@
694
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1sv_16.Plo@am__quote@
695
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1sv_2.Plo@am__quote@
696
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1sv_32.Plo@am__quote@
697
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1sv_4.Plo@am__quote@
698
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1sv_8.Plo@am__quote@
699
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_10.Plo@am__quote@
700
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_16.Plo@am__quote@
701
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_2.Plo@am__quote@
702
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_20.Plo@am__quote@
703
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_25.Plo@am__quote@
704
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_32.Plo@am__quote@
705
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_4.Plo@am__quote@
706
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_5.Plo@am__quote@
707
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_64.Plo@am__quote@
708
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_8.Plo@am__quote@
709
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_10.Plo@am__quote@
710
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_16.Plo@am__quote@
711
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_2.Plo@am__quote@
712
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_20.Plo@am__quote@
713
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_25.Plo@am__quote@
714
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_32.Plo@am__quote@
715
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_4.Plo@am__quote@
716
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_5.Plo@am__quote@
717
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_64.Plo@am__quote@
718
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_8.Plo@am__quote@
719
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2sv_16.Plo@am__quote@
720
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2sv_32.Plo@am__quote@
721
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2sv_4.Plo@am__quote@
722
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2sv_8.Plo@am__quote@
723
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_10.Plo@am__quote@
724
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_16.Plo@am__quote@
725
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_20.Plo@am__quote@
726
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_25.Plo@am__quote@
727
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_32.Plo@am__quote@
728
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_4.Plo@am__quote@
729
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_5.Plo@am__quote@
730
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_8.Plo@am__quote@
731
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_10.Plo@am__quote@
732
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_16.Plo@am__quote@
733
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_20.Plo@am__quote@
734
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_25.Plo@am__quote@
735
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_32.Plo@am__quote@
736
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_4.Plo@am__quote@
737
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_5.Plo@am__quote@
738
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_8.Plo@am__quote@
739

    
740
.c.o:
741
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
742
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
743
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
744
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
745
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
746

    
747
.c.obj:
748
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
749
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
750
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
751
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
752
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
753

    
754
.c.lo:
755
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
756
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
757
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
758
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
759
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
760

    
761
mostlyclean-libtool:
762
	-rm -f *.lo
763

    
764
clean-libtool:
765
	-rm -rf .libs _libs
766

    
767
ID: $(am__tagged_files)
768
	$(am__define_uniq_tagged_files); mkid -fID $$unique
769
tags: tags-am
770
TAGS: tags
771

    
772
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
773
	set x; \
774
	here=`pwd`; \
775
	$(am__define_uniq_tagged_files); \
776
	shift; \
777
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
778
	  test -n "$$unique" || unique=$$empty_fix; \
779
	  if test $$# -gt 0; then \
780
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
781
	      "$$@" $$unique; \
782
	  else \
783
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
784
	      $$unique; \
785
	  fi; \
786
	fi
787
ctags: ctags-am
788

    
789
CTAGS: ctags
790
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
791
	$(am__define_uniq_tagged_files); \
792
	test -z "$(CTAGS_ARGS)$$unique" \
793
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
794
	     $$unique
795

    
796
GTAGS:
797
	here=`$(am__cd) $(top_builddir) && pwd` \
798
	  && $(am__cd) $(top_srcdir) \
799
	  && gtags -i $(GTAGS_ARGS) "$$here"
800
cscopelist: cscopelist-am
801

    
802
cscopelist-am: $(am__tagged_files)
803
	list='$(am__tagged_files)'; \
804
	case "$(srcdir)" in \
805
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
806
	  *) sdir=$(subdir)/$(srcdir) ;; \
807
	esac; \
808
	for i in $$list; do \
809
	  if test -f "$$i"; then \
810
	    echo "$(subdir)/$$i"; \
811
	  else \
812
	    echo "$$sdir/$$i"; \
813
	  fi; \
814
	done >> $(top_builddir)/cscope.files
815

    
816
distclean-tags:
817
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
818

    
819
distdir: $(DISTFILES)
820
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
821
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
822
	list='$(DISTFILES)'; \
823
	  dist_files=`for file in $$list; do echo $$file; done | \
824
	  sed -e "s|^$$srcdirstrip/||;t" \
825
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
826
	case $$dist_files in \
827
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
828
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
829
			   sort -u` ;; \
830
	esac; \
831
	for file in $$dist_files; do \
832
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
833
	  if test -d $$d/$$file; then \
834
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
835
	    if test -d "$(distdir)/$$file"; then \
836
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
837
	    fi; \
838
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
839
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
840
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
841
	    fi; \
842
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
843
	  else \
844
	    test -f "$(distdir)/$$file" \
845
	    || cp -p $$d/$$file "$(distdir)/$$file" \
846
	    || exit 1; \
847
	  fi; \
848
	done
849
check-am: all-am
850
check: $(BUILT_SOURCES)
851
	$(MAKE) $(AM_MAKEFLAGS) check-am
852
all-am: Makefile $(LTLIBRARIES)
853
installdirs:
854
install: $(BUILT_SOURCES)
855
	$(MAKE) $(AM_MAKEFLAGS) install-am
856
install-exec: install-exec-am
857
install-data: install-data-am
858
uninstall: uninstall-am
859

    
860
install-am: all-am
861
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
862

    
863
installcheck: installcheck-am
864
install-strip:
865
	if test -z '$(STRIP)'; then \
866
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
867
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
868
	      install; \
869
	else \
870
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
871
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
872
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
873
	fi
874
mostlyclean-generic:
875

    
876
clean-generic:
877

    
878
distclean-generic:
879
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
880
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
881

    
882
maintainer-clean-generic:
883
	@echo "This command is intended for maintainers to use"
884
	@echo "it deletes files that may require special tools to rebuild."
885
	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
886
clean: clean-am
887

    
888
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
889
	mostlyclean-am
890

    
891
distclean: distclean-am
892
	-rm -rf ./$(DEPDIR)
893
	-rm -f Makefile
894
distclean-am: clean-am distclean-compile distclean-generic \
895
	distclean-tags
896

    
897
dvi: dvi-am
898

    
899
dvi-am:
900

    
901
html: html-am
902

    
903
html-am:
904

    
905
info: info-am
906

    
907
info-am:
908

    
909
install-data-am:
910

    
911
install-dvi: install-dvi-am
912

    
913
install-dvi-am:
914

    
915
install-exec-am:
916

    
917
install-html: install-html-am
918

    
919
install-html-am:
920

    
921
install-info: install-info-am
922

    
923
install-info-am:
924

    
925
install-man:
926

    
927
install-pdf: install-pdf-am
928

    
929
install-pdf-am:
930

    
931
install-ps: install-ps-am
932

    
933
install-ps-am:
934

    
935
installcheck-am:
936

    
937
maintainer-clean: maintainer-clean-am
938
	-rm -rf ./$(DEPDIR)
939
	-rm -f Makefile
940
maintainer-clean-am: distclean-am maintainer-clean-generic
941

    
942
mostlyclean: mostlyclean-am
943

    
944
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
945
	mostlyclean-libtool
946

    
947
pdf: pdf-am
948

    
949
pdf-am:
950

    
951
ps: ps-am
952

    
953
ps-am:
954

    
955
uninstall-am:
956

    
957
.MAKE: all check install install-am install-strip
958

    
959
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
960
	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
961
	ctags-am distclean distclean-compile distclean-generic \
962
	distclean-libtool distclean-tags distdir dvi dvi-am html \
963
	html-am info info-am install install-am install-data \
964
	install-data-am install-dvi install-dvi-am install-exec \
965
	install-exec-am install-html install-html-am install-info \
966
	install-info-am install-man install-pdf install-pdf-am \
967
	install-ps install-ps-am install-strip installcheck \
968
	installcheck-am installdirs maintainer-clean \
969
	maintainer-clean-generic mostlyclean mostlyclean-compile \
970
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
971
	tags tags-am uninstall uninstall-am
972

    
973
.PRECIOUS: Makefile
974

    
975

    
976
@MAINTAINER_MODE_TRUE@$(EXTRA_DIST): Makefile
977
@MAINTAINER_MODE_TRUE@	(							\
978
@MAINTAINER_MODE_TRUE@	echo "/* Generated automatically.  DO NOT EDIT! */";	\
979
@MAINTAINER_MODE_TRUE@	echo "#define SIMD_HEADER \"$(SIMD_HEADER)\"";		\
980
@MAINTAINER_MODE_TRUE@	echo "#include \"../common/"$*".c\"";			\
981
@MAINTAINER_MODE_TRUE@	) >$@
982

    
983
# Tell versions [3.59,3.63) of GNU make to not export all variables.
984
# Otherwise a system limit (for SysV at least) may be exceeded.
985
.NOEXPORT: