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