Chris@82: # Makefile.in generated by automake 1.15 from Makefile.am. Chris@82: # @configure_input@ Chris@82: Chris@82: # Copyright (C) 1994-2014 Free Software Foundation, Inc. Chris@82: Chris@82: # This Makefile.in is free software; the Free Software Foundation Chris@82: # gives unlimited permission to copy and/or distribute it, Chris@82: # with or without modifications, as long as this notice is preserved. Chris@82: Chris@82: # This program is distributed in the hope that it will be useful, Chris@82: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without Chris@82: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A Chris@82: # PARTICULAR PURPOSE. Chris@82: Chris@82: @SET_MAKE@ Chris@82: Chris@82: # This Makefile.am specifies a set of codelets, efficient transforms Chris@82: # of small sizes, that are used as building blocks (kernels) by FFTW Chris@82: # to build up large transforms, as well as the options for generating Chris@82: # and compiling them. Chris@82: Chris@82: # You can customize FFTW for special needs, e.g. to handle certain Chris@82: # sizes more efficiently, by adding new codelets to the lists of those Chris@82: # included by default. If you change the list of codelets, any new Chris@82: # ones you added will be automatically generated when you run the Chris@82: # bootstrap script (see "Generating your own code" in the FFTW Chris@82: # manual). Chris@82: Chris@82: # -*- makefile -*- Chris@82: # This file contains special make rules to generate codelets. Chris@82: # Most of this file requires GNU make . Chris@82: Chris@82: VPATH = @srcdir@ Chris@82: am__is_gnu_make = { \ Chris@82: if test -z '$(MAKELEVEL)'; then \ Chris@82: false; \ Chris@82: elif test -n '$(MAKE_HOST)'; then \ Chris@82: true; \ Chris@82: elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ Chris@82: true; \ Chris@82: else \ Chris@82: false; \ Chris@82: fi; \ Chris@82: } Chris@82: am__make_running_with_option = \ Chris@82: case $${target_option-} in \ Chris@82: ?) ;; \ Chris@82: *) echo "am__make_running_with_option: internal error: invalid" \ Chris@82: "target option '$${target_option-}' specified" >&2; \ Chris@82: exit 1;; \ Chris@82: esac; \ Chris@82: has_opt=no; \ Chris@82: sane_makeflags=$$MAKEFLAGS; \ Chris@82: if $(am__is_gnu_make); then \ Chris@82: sane_makeflags=$$MFLAGS; \ Chris@82: else \ Chris@82: case $$MAKEFLAGS in \ Chris@82: *\\[\ \ ]*) \ Chris@82: bs=\\; \ Chris@82: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ Chris@82: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ Chris@82: esac; \ Chris@82: fi; \ Chris@82: skip_next=no; \ Chris@82: strip_trailopt () \ Chris@82: { \ Chris@82: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ Chris@82: }; \ Chris@82: for flg in $$sane_makeflags; do \ Chris@82: test $$skip_next = yes && { skip_next=no; continue; }; \ Chris@82: case $$flg in \ Chris@82: *=*|--*) continue;; \ Chris@82: -*I) strip_trailopt 'I'; skip_next=yes;; \ Chris@82: -*I?*) strip_trailopt 'I';; \ Chris@82: -*O) strip_trailopt 'O'; skip_next=yes;; \ Chris@82: -*O?*) strip_trailopt 'O';; \ Chris@82: -*l) strip_trailopt 'l'; skip_next=yes;; \ Chris@82: -*l?*) strip_trailopt 'l';; \ Chris@82: -[dEDm]) skip_next=yes;; \ Chris@82: -[JT]) skip_next=yes;; \ Chris@82: esac; \ Chris@82: case $$flg in \ Chris@82: *$$target_option*) has_opt=yes; break;; \ Chris@82: esac; \ Chris@82: done; \ Chris@82: test $$has_opt = yes Chris@82: am__make_dryrun = (target_option=n; $(am__make_running_with_option)) Chris@82: am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) Chris@82: pkgdatadir = $(datadir)/@PACKAGE@ Chris@82: pkgincludedir = $(includedir)/@PACKAGE@ Chris@82: pkglibdir = $(libdir)/@PACKAGE@ Chris@82: pkglibexecdir = $(libexecdir)/@PACKAGE@ Chris@82: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd Chris@82: install_sh_DATA = $(install_sh) -c -m 644 Chris@82: install_sh_PROGRAM = $(install_sh) -c Chris@82: install_sh_SCRIPT = $(install_sh) -c Chris@82: INSTALL_HEADER = $(INSTALL_DATA) Chris@82: transform = $(program_transform_name) Chris@82: NORMAL_INSTALL = : Chris@82: PRE_INSTALL = : Chris@82: POST_INSTALL = : Chris@82: NORMAL_UNINSTALL = : Chris@82: PRE_UNINSTALL = : Chris@82: POST_UNINSTALL = : Chris@82: build_triplet = @build@ Chris@82: host_triplet = @host@ Chris@82: subdir = dft/scalar/codelets Chris@82: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 Chris@82: am__aclocal_m4_deps = $(top_srcdir)/m4/acx_mpi.m4 \ Chris@82: $(top_srcdir)/m4/acx_pthread.m4 \ Chris@82: $(top_srcdir)/m4/ax_cc_maxopt.m4 \ Chris@82: $(top_srcdir)/m4/ax_check_compiler_flags.m4 \ Chris@82: $(top_srcdir)/m4/ax_compiler_vendor.m4 \ Chris@82: $(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \ Chris@82: $(top_srcdir)/m4/ax_gcc_version.m4 \ Chris@82: $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/libtool.m4 \ Chris@82: $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ Chris@82: $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ Chris@82: $(top_srcdir)/configure.ac Chris@82: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ Chris@82: $(ACLOCAL_M4) Chris@82: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) Chris@82: mkinstalldirs = $(install_sh) -d Chris@82: CONFIG_HEADER = $(top_builddir)/config.h Chris@82: CONFIG_CLEAN_FILES = Chris@82: CONFIG_CLEAN_VPATH_FILES = Chris@82: LTLIBRARIES = $(noinst_LTLIBRARIES) Chris@82: libdft_scalar_codelets_la_LIBADD = Chris@82: am__objects_1 = n1_2.lo n1_3.lo n1_4.lo n1_5.lo n1_6.lo n1_7.lo \ Chris@82: n1_8.lo n1_9.lo n1_10.lo n1_11.lo n1_12.lo n1_13.lo n1_14.lo \ Chris@82: n1_15.lo n1_16.lo n1_32.lo n1_64.lo n1_20.lo n1_25.lo Chris@82: am__objects_2 = t1_2.lo t1_3.lo t1_4.lo t1_5.lo t1_6.lo t1_7.lo \ Chris@82: t1_8.lo t1_9.lo t1_10.lo t1_12.lo t1_15.lo t1_16.lo t1_32.lo \ Chris@82: t1_64.lo t1_20.lo t1_25.lo Chris@82: am__objects_3 = t2_4.lo t2_8.lo t2_16.lo t2_32.lo t2_64.lo t2_5.lo \ Chris@82: t2_10.lo t2_20.lo t2_25.lo Chris@82: am__objects_4 = Chris@82: am__objects_5 = q1_2.lo q1_4.lo q1_8.lo q1_3.lo q1_5.lo q1_6.lo Chris@82: am__objects_6 = $(am__objects_1) $(am__objects_2) $(am__objects_3) \ Chris@82: $(am__objects_4) $(am__objects_4) $(am__objects_5) Chris@82: am__objects_7 = codlist.lo Chris@82: am__objects_8 = $(am__objects_6) $(am__objects_7) Chris@82: am_libdft_scalar_codelets_la_OBJECTS = $(am__objects_8) Chris@82: libdft_scalar_codelets_la_OBJECTS = \ Chris@82: $(am_libdft_scalar_codelets_la_OBJECTS) Chris@82: AM_V_lt = $(am__v_lt_@AM_V@) Chris@82: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) Chris@82: am__v_lt_0 = --silent Chris@82: am__v_lt_1 = Chris@82: AM_V_P = $(am__v_P_@AM_V@) Chris@82: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) Chris@82: am__v_P_0 = false Chris@82: am__v_P_1 = : Chris@82: AM_V_GEN = $(am__v_GEN_@AM_V@) Chris@82: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) Chris@82: am__v_GEN_0 = @echo " GEN " $@; Chris@82: am__v_GEN_1 = Chris@82: AM_V_at = $(am__v_at_@AM_V@) Chris@82: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) Chris@82: am__v_at_0 = @ Chris@82: am__v_at_1 = Chris@82: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) Chris@82: depcomp = $(SHELL) $(top_srcdir)/depcomp Chris@82: am__depfiles_maybe = depfiles Chris@82: am__mv = mv -f Chris@82: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ Chris@82: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) Chris@82: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ Chris@82: $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ Chris@82: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ Chris@82: $(AM_CFLAGS) $(CFLAGS) Chris@82: AM_V_CC = $(am__v_CC_@AM_V@) Chris@82: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) Chris@82: am__v_CC_0 = @echo " CC " $@; Chris@82: am__v_CC_1 = Chris@82: CCLD = $(CC) Chris@82: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ Chris@82: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ Chris@82: $(AM_LDFLAGS) $(LDFLAGS) -o $@ Chris@82: AM_V_CCLD = $(am__v_CCLD_@AM_V@) Chris@82: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) Chris@82: am__v_CCLD_0 = @echo " CCLD " $@; Chris@82: am__v_CCLD_1 = Chris@82: SOURCES = $(libdft_scalar_codelets_la_SOURCES) Chris@82: DIST_SOURCES = $(libdft_scalar_codelets_la_SOURCES) Chris@82: am__can_run_installinfo = \ Chris@82: case $$AM_UPDATE_INFO_DIR in \ Chris@82: n|no|NO) false;; \ Chris@82: *) (install-info --version) >/dev/null 2>&1;; \ Chris@82: esac Chris@82: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) Chris@82: # Read a list of newline-separated strings from the standard input, Chris@82: # and print each of them once, without duplicates. Input order is Chris@82: # *not* preserved. Chris@82: am__uniquify_input = $(AWK) '\ Chris@82: BEGIN { nonempty = 0; } \ Chris@82: { items[$$0] = 1; nonempty = 1; } \ Chris@82: END { if (nonempty) { for (i in items) print i; }; } \ Chris@82: ' Chris@82: # Make sure the list of sources is unique. This is necessary because, Chris@82: # e.g., the same source file might be shared among _SOURCES variables Chris@82: # for different programs/libraries. Chris@82: am__define_uniq_tagged_files = \ Chris@82: list='$(am__tagged_files)'; \ Chris@82: unique=`for i in $$list; do \ Chris@82: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ Chris@82: done | $(am__uniquify_input)` Chris@82: ETAGS = etags Chris@82: CTAGS = ctags Chris@82: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ Chris@82: $(top_srcdir)/support/Makefile.codelets Chris@82: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) Chris@82: ACLOCAL = @ACLOCAL@ Chris@82: ALLOCA = @ALLOCA@ Chris@82: ALTIVEC_CFLAGS = @ALTIVEC_CFLAGS@ Chris@82: AMTAR = @AMTAR@ Chris@82: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ Chris@82: AR = @AR@ Chris@82: AS = @AS@ Chris@82: AUTOCONF = @AUTOCONF@ Chris@82: AUTOHEADER = @AUTOHEADER@ Chris@82: AUTOMAKE = @AUTOMAKE@ Chris@82: AVX2_CFLAGS = @AVX2_CFLAGS@ Chris@82: AVX512_CFLAGS = @AVX512_CFLAGS@ Chris@82: AVX_128_FMA_CFLAGS = @AVX_128_FMA_CFLAGS@ Chris@82: AVX_CFLAGS = @AVX_CFLAGS@ Chris@82: AWK = @AWK@ Chris@82: CC = @CC@ Chris@82: CCDEPMODE = @CCDEPMODE@ Chris@82: CFLAGS = @CFLAGS@ Chris@82: CHECK_PL_OPTS = @CHECK_PL_OPTS@ Chris@82: CPP = @CPP@ Chris@82: CPPFLAGS = @CPPFLAGS@ Chris@82: CYGPATH_W = @CYGPATH_W@ Chris@82: C_FFTW_R2R_KIND = @C_FFTW_R2R_KIND@ Chris@82: C_MPI_FINT = @C_MPI_FINT@ Chris@82: DEFS = @DEFS@ Chris@82: DEPDIR = @DEPDIR@ Chris@82: DLLTOOL = @DLLTOOL@ Chris@82: DSYMUTIL = @DSYMUTIL@ Chris@82: DUMPBIN = @DUMPBIN@ Chris@82: ECHO_C = @ECHO_C@ Chris@82: ECHO_N = @ECHO_N@ Chris@82: ECHO_T = @ECHO_T@ Chris@82: EGREP = @EGREP@ Chris@82: EXEEXT = @EXEEXT@ Chris@82: F77 = @F77@ Chris@82: FFLAGS = @FFLAGS@ Chris@82: FGREP = @FGREP@ Chris@82: FLIBS = @FLIBS@ Chris@82: GREP = @GREP@ Chris@82: INDENT = @INDENT@ Chris@82: INSTALL = @INSTALL@ Chris@82: INSTALL_DATA = @INSTALL_DATA@ Chris@82: INSTALL_PROGRAM = @INSTALL_PROGRAM@ Chris@82: INSTALL_SCRIPT = @INSTALL_SCRIPT@ Chris@82: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ Chris@82: KCVI_CFLAGS = @KCVI_CFLAGS@ Chris@82: LD = @LD@ Chris@82: LDFLAGS = @LDFLAGS@ Chris@82: LIBOBJS = @LIBOBJS@ Chris@82: LIBQUADMATH = @LIBQUADMATH@ Chris@82: LIBS = @LIBS@ Chris@82: LIBTOOL = @LIBTOOL@ Chris@82: LIPO = @LIPO@ Chris@82: LN_S = @LN_S@ Chris@82: LTLIBOBJS = @LTLIBOBJS@ Chris@82: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ Chris@82: MAINT = @MAINT@ Chris@82: MAKEINFO = @MAKEINFO@ Chris@82: MANIFEST_TOOL = @MANIFEST_TOOL@ Chris@82: MKDIR_P = @MKDIR_P@ Chris@82: MPICC = @MPICC@ Chris@82: MPILIBS = @MPILIBS@ Chris@82: MPIRUN = @MPIRUN@ Chris@82: NEON_CFLAGS = @NEON_CFLAGS@ Chris@82: NM = @NM@ Chris@82: NMEDIT = @NMEDIT@ Chris@82: OBJDUMP = @OBJDUMP@ Chris@82: OBJEXT = @OBJEXT@ Chris@82: OCAMLBUILD = @OCAMLBUILD@ Chris@82: OPENMP_CFLAGS = @OPENMP_CFLAGS@ Chris@82: OTOOL = @OTOOL@ Chris@82: OTOOL64 = @OTOOL64@ Chris@82: PACKAGE = @PACKAGE@ Chris@82: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ Chris@82: PACKAGE_NAME = @PACKAGE_NAME@ Chris@82: PACKAGE_STRING = @PACKAGE_STRING@ Chris@82: PACKAGE_TARNAME = @PACKAGE_TARNAME@ Chris@82: PACKAGE_URL = @PACKAGE_URL@ Chris@82: PACKAGE_VERSION = @PACKAGE_VERSION@ Chris@82: PATH_SEPARATOR = @PATH_SEPARATOR@ Chris@82: POW_LIB = @POW_LIB@ Chris@82: PRECISION = @PRECISION@ Chris@82: PREC_SUFFIX = @PREC_SUFFIX@ Chris@82: PTHREAD_CC = @PTHREAD_CC@ Chris@82: PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ Chris@82: PTHREAD_LIBS = @PTHREAD_LIBS@ Chris@82: RANLIB = @RANLIB@ Chris@82: SED = @SED@ Chris@82: SET_MAKE = @SET_MAKE@ Chris@82: SHARED_VERSION_INFO = @SHARED_VERSION_INFO@ Chris@82: SHELL = @SHELL@ Chris@82: SSE2_CFLAGS = @SSE2_CFLAGS@ Chris@82: STACK_ALIGN_CFLAGS = @STACK_ALIGN_CFLAGS@ Chris@82: STRIP = @STRIP@ Chris@82: THREADLIBS = @THREADLIBS@ Chris@82: VERSION = @VERSION@ Chris@82: VSX_CFLAGS = @VSX_CFLAGS@ Chris@82: abs_builddir = @abs_builddir@ Chris@82: abs_srcdir = @abs_srcdir@ Chris@82: abs_top_builddir = @abs_top_builddir@ Chris@82: abs_top_srcdir = @abs_top_srcdir@ Chris@82: ac_ct_AR = @ac_ct_AR@ Chris@82: ac_ct_CC = @ac_ct_CC@ Chris@82: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ Chris@82: ac_ct_F77 = @ac_ct_F77@ Chris@82: acx_pthread_config = @acx_pthread_config@ Chris@82: am__include = @am__include@ Chris@82: am__leading_dot = @am__leading_dot@ Chris@82: am__quote = @am__quote@ Chris@82: am__tar = @am__tar@ Chris@82: am__untar = @am__untar@ Chris@82: bindir = @bindir@ Chris@82: build = @build@ Chris@82: build_alias = @build_alias@ Chris@82: build_cpu = @build_cpu@ Chris@82: build_os = @build_os@ Chris@82: build_vendor = @build_vendor@ Chris@82: builddir = @builddir@ Chris@82: datadir = @datadir@ Chris@82: datarootdir = @datarootdir@ Chris@82: docdir = @docdir@ Chris@82: dvidir = @dvidir@ Chris@82: exec_prefix = @exec_prefix@ Chris@82: host = @host@ Chris@82: host_alias = @host_alias@ Chris@82: host_cpu = @host_cpu@ Chris@82: host_os = @host_os@ Chris@82: host_vendor = @host_vendor@ Chris@82: htmldir = @htmldir@ Chris@82: includedir = @includedir@ Chris@82: infodir = @infodir@ Chris@82: install_sh = @install_sh@ Chris@82: libdir = @libdir@ Chris@82: libexecdir = @libexecdir@ Chris@82: localedir = @localedir@ Chris@82: localstatedir = @localstatedir@ Chris@82: mandir = @mandir@ Chris@82: mkdir_p = @mkdir_p@ Chris@82: oldincludedir = @oldincludedir@ Chris@82: pdfdir = @pdfdir@ Chris@82: prefix = @prefix@ Chris@82: program_transform_name = @program_transform_name@ Chris@82: psdir = @psdir@ Chris@82: runstatedir = @runstatedir@ Chris@82: sbindir = @sbindir@ Chris@82: sharedstatedir = @sharedstatedir@ Chris@82: srcdir = @srcdir@ Chris@82: sysconfdir = @sysconfdir@ Chris@82: target_alias = @target_alias@ Chris@82: top_build_prefix = @top_build_prefix@ Chris@82: top_builddir = @top_builddir@ Chris@82: top_srcdir = @top_srcdir@ Chris@82: Chris@82: ########################################################################### Chris@82: AM_CPPFLAGS = -I $(top_srcdir) Chris@82: noinst_LTLIBRARIES = libdft_scalar_codelets.la Chris@82: Chris@82: ########################################################################### Chris@82: # n1_ is a hard-coded FFT of size (base cases of FFT recursion) Chris@82: N1 = n1_2.c n1_3.c n1_4.c n1_5.c n1_6.c n1_7.c n1_8.c n1_9.c n1_10.c \ Chris@82: n1_11.c n1_12.c n1_13.c n1_14.c n1_15.c n1_16.c n1_32.c n1_64.c \ Chris@82: n1_20.c n1_25.c # n1_30.c n1_40.c n1_50.c Chris@82: Chris@82: Chris@82: ########################################################################### Chris@82: # t1_ is a "twiddle" FFT of size , implementing a radix-r DIT step Chris@82: T1 = t1_2.c t1_3.c t1_4.c t1_5.c t1_6.c t1_7.c t1_8.c t1_9.c \ Chris@82: t1_10.c t1_12.c t1_15.c t1_16.c t1_32.c t1_64.c \ Chris@82: t1_20.c t1_25.c # t1_30.c t1_40.c t1_50.c Chris@82: Chris@82: Chris@82: # t2_ is also a twiddle FFT, but instead of using a complete lookup table Chris@82: # of trig. functions, it partially generates the trig. values on the fly Chris@82: # (this is faster for large sizes). Chris@82: T2 = t2_4.c t2_8.c t2_16.c t2_32.c t2_64.c \ Chris@82: t2_5.c t2_10.c t2_20.c t2_25.c Chris@82: Chris@82: Chris@82: ########################################################################### Chris@82: # The F (DIF) codelets are used for a kind of in-place transform algorithm, Chris@82: # but the planner seems to never (or hardly ever) use them on the machines Chris@82: # we have access to, preferring the Q codelets and the use of buffers Chris@82: # for sub-transforms. So, we comment them out, at least for now. Chris@82: Chris@82: # f1_ is a "twiddle" FFT of size , implementing a radix-r DIF step Chris@82: F1 = # f1_2.c f1_3.c f1_4.c f1_5.c f1_6.c f1_7.c f1_8.c f1_9.c f1_10.c f1_12.c f1_15.c f1_16.c f1_32.c f1_64.c Chris@82: Chris@82: # like f1, but partially generates its trig. table on the fly Chris@82: F2 = # f2_4.c f2_8.c f2_16.c f2_32.c f2_64.c Chris@82: Chris@82: ########################################################################### Chris@82: # q1_ is twiddle FFTs of size (DIF step), where the output is Chris@82: # transposed. This is used for in-place transposes in sizes that are Chris@82: # divisible by ^2. These codelets have size ~ ^2, so you should Chris@82: # probably not use bigger than 8 or so. Chris@82: Q1 = q1_2.c q1_4.c q1_8.c q1_3.c q1_5.c q1_6.c Chris@82: Chris@82: ########################################################################### Chris@82: ALL_CODELETS = $(N1) $(T1) $(T2) $(F1) $(F2) $(Q1) Chris@82: BUILT_SOURCES = $(ALL_CODELETS) $(CODLIST) Chris@82: libdft_scalar_codelets_la_SOURCES = $(BUILT_SOURCES) Chris@82: SOLVTAB_NAME = X(solvtab_dft_standard) Chris@82: XRENAME = X Chris@82: CODLIST = codlist.c Chris@82: CODELET_NAME = codelet_ Chris@82: Chris@82: #INDENT = indent -kr -cs -i5 -l800 -fca -nfc1 -sc -sob -cli4 -TR -Tplanner -TV Chris@82: @MAINTAINER_MODE_TRUE@TWOVERS = sh ${top_srcdir}/support/twovers.sh Chris@82: @MAINTAINER_MODE_TRUE@GENFFTDIR = ${top_builddir}/genfft Chris@82: @MAINTAINER_MODE_TRUE@GEN_NOTW = ${GENFFTDIR}/gen_notw.native Chris@82: @MAINTAINER_MODE_TRUE@GEN_NOTW_C = ${GENFFTDIR}/gen_notw_c.native Chris@82: @MAINTAINER_MODE_TRUE@GEN_TWIDDLE = ${GENFFTDIR}/gen_twiddle.native Chris@82: @MAINTAINER_MODE_TRUE@GEN_TWIDDLE_C = ${GENFFTDIR}/gen_twiddle_c.native Chris@82: @MAINTAINER_MODE_TRUE@GEN_TWIDSQ = ${GENFFTDIR}/gen_twidsq.native Chris@82: @MAINTAINER_MODE_TRUE@GEN_TWIDSQ_C = ${GENFFTDIR}/gen_twidsq_c.native Chris@82: @MAINTAINER_MODE_TRUE@GEN_R2CF = ${GENFFTDIR}/gen_r2cf.native Chris@82: @MAINTAINER_MODE_TRUE@GEN_R2CB = ${GENFFTDIR}/gen_r2cb.native Chris@82: @MAINTAINER_MODE_TRUE@GEN_HC2HC = ${GENFFTDIR}/gen_hc2hc.native Chris@82: @MAINTAINER_MODE_TRUE@GEN_HC2C = ${GENFFTDIR}/gen_hc2c.native Chris@82: @MAINTAINER_MODE_TRUE@GEN_HC2CDFT = ${GENFFTDIR}/gen_hc2cdft.native Chris@82: @MAINTAINER_MODE_TRUE@GEN_HC2CDFT_C = ${GENFFTDIR}/gen_hc2cdft_c.native Chris@82: @MAINTAINER_MODE_TRUE@GEN_R2R = ${GENFFTDIR}/gen_r2r.native Chris@82: @MAINTAINER_MODE_TRUE@PRELUDE_DFT = ${top_srcdir}/support/codelet_prelude.dft Chris@82: @MAINTAINER_MODE_TRUE@PRELUDE_RDFT = ${top_srcdir}/support/codelet_prelude.rdft Chris@82: @MAINTAINER_MODE_TRUE@ADD_DATE = sed -e s/@DATE@/"`date`"/ Chris@82: @MAINTAINER_MODE_TRUE@COPYRIGHT = ${top_srcdir}/COPYRIGHT Chris@82: @MAINTAINER_MODE_TRUE@CODELET_DEPS = $(COPYRIGHT) $(PRELUDE) Chris@82: @MAINTAINER_MODE_TRUE@PRELUDE_COMMANDS_DFT = cat $(COPYRIGHT) $(PRELUDE_DFT) Chris@82: @MAINTAINER_MODE_TRUE@PRELUDE_COMMANDS_RDFT = cat $(COPYRIGHT) $(PRELUDE_RDFT) Chris@82: @MAINTAINER_MODE_TRUE@FLAGS_COMMON = -compact -variables 4 Chris@82: @MAINTAINER_MODE_TRUE@DFT_FLAGS_COMMON = $(FLAGS_COMMON) -pipeline-latency 4 Chris@82: @MAINTAINER_MODE_TRUE@RDFT_FLAGS_COMMON = $(FLAGS_COMMON) -pipeline-latency 4 Chris@82: Chris@82: # special rules for regenerating codelets. Chris@82: @MAINTAINER_MODE_TRUE@FLAGS_N1 = $(DFT_FLAGS_COMMON) Chris@82: @MAINTAINER_MODE_TRUE@FLAGS_T1 = $(DFT_FLAGS_COMMON) Chris@82: @MAINTAINER_MODE_TRUE@FLAGS_T2 = $(DFT_FLAGS_COMMON) -twiddle-log3 -precompute-twiddles Chris@82: @MAINTAINER_MODE_TRUE@FLAGS_F1 = $(DFT_FLAGS_COMMON) Chris@82: @MAINTAINER_MODE_TRUE@FLAGS_F2 = $(DFT_FLAGS_COMMON) -twiddle-log3 -precompute-twiddles Chris@82: @MAINTAINER_MODE_TRUE@FLAGS_Q1 = $(DFT_FLAGS_COMMON) -reload-twiddle Chris@82: @MAINTAINER_MODE_TRUE@FLAGS_Q2 = $(DFT_FLAGS_COMMON) -twiddle-log3 -precompute-twiddles Chris@82: all: $(BUILT_SOURCES) Chris@82: $(MAKE) $(AM_MAKEFLAGS) all-am Chris@82: Chris@82: .SUFFIXES: Chris@82: .SUFFIXES: .c .lo .o .obj Chris@82: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/support/Makefile.codelets $(am__configure_deps) Chris@82: @for dep in $?; do \ Chris@82: case '$(am__configure_deps)' in \ Chris@82: *$$dep*) \ Chris@82: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ Chris@82: && { if test -f $@; then exit 0; else break; fi; }; \ Chris@82: exit 1;; \ Chris@82: esac; \ Chris@82: done; \ Chris@82: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu dft/scalar/codelets/Makefile'; \ Chris@82: $(am__cd) $(top_srcdir) && \ Chris@82: $(AUTOMAKE) --gnu dft/scalar/codelets/Makefile Chris@82: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status Chris@82: @case '$?' in \ Chris@82: *config.status*) \ Chris@82: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ Chris@82: *) \ Chris@82: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ Chris@82: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ Chris@82: esac; Chris@82: $(top_srcdir)/support/Makefile.codelets $(am__empty): Chris@82: Chris@82: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) Chris@82: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh Chris@82: Chris@82: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) Chris@82: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh Chris@82: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) Chris@82: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh Chris@82: $(am__aclocal_m4_deps): Chris@82: Chris@82: clean-noinstLTLIBRARIES: Chris@82: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) Chris@82: @list='$(noinst_LTLIBRARIES)'; \ Chris@82: locs=`for p in $$list; do echo $$p; done | \ Chris@82: sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ Chris@82: sort -u`; \ Chris@82: test -z "$$locs" || { \ Chris@82: echo rm -f $${locs}; \ Chris@82: rm -f $${locs}; \ Chris@82: } Chris@82: Chris@82: libdft_scalar_codelets.la: $(libdft_scalar_codelets_la_OBJECTS) $(libdft_scalar_codelets_la_DEPENDENCIES) $(EXTRA_libdft_scalar_codelets_la_DEPENDENCIES) Chris@82: $(AM_V_CCLD)$(LINK) $(libdft_scalar_codelets_la_OBJECTS) $(libdft_scalar_codelets_la_LIBADD) $(LIBS) Chris@82: Chris@82: mostlyclean-compile: Chris@82: -rm -f *.$(OBJEXT) Chris@82: Chris@82: distclean-compile: Chris@82: -rm -f *.tab.c Chris@82: Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codlist.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_10.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_11.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_12.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_13.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_14.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_15.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_16.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_2.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_20.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_25.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_3.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_32.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_4.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_5.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_6.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_64.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_7.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_8.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_9.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1_2.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1_3.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1_4.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1_5.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1_6.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1_8.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_10.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_12.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_15.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_16.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_2.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_20.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_25.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_3.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_32.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_4.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_5.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_6.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_64.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_7.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_8.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_9.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_10.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_16.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_20.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_25.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_32.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_4.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_5.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_64.Plo@am__quote@ Chris@82: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_8.Plo@am__quote@ Chris@82: Chris@82: .c.o: Chris@82: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< Chris@82: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po Chris@82: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ Chris@82: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ Chris@82: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< Chris@82: Chris@82: .c.obj: Chris@82: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` Chris@82: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po Chris@82: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ Chris@82: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ Chris@82: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` Chris@82: Chris@82: .c.lo: Chris@82: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< Chris@82: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo Chris@82: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ Chris@82: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ Chris@82: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< Chris@82: Chris@82: mostlyclean-libtool: Chris@82: -rm -f *.lo Chris@82: Chris@82: clean-libtool: Chris@82: -rm -rf .libs _libs Chris@82: Chris@82: ID: $(am__tagged_files) Chris@82: $(am__define_uniq_tagged_files); mkid -fID $$unique Chris@82: tags: tags-am Chris@82: TAGS: tags Chris@82: Chris@82: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) Chris@82: set x; \ Chris@82: here=`pwd`; \ Chris@82: $(am__define_uniq_tagged_files); \ Chris@82: shift; \ Chris@82: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ Chris@82: test -n "$$unique" || unique=$$empty_fix; \ Chris@82: if test $$# -gt 0; then \ Chris@82: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ Chris@82: "$$@" $$unique; \ Chris@82: else \ Chris@82: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ Chris@82: $$unique; \ Chris@82: fi; \ Chris@82: fi Chris@82: ctags: ctags-am Chris@82: Chris@82: CTAGS: ctags Chris@82: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) Chris@82: $(am__define_uniq_tagged_files); \ Chris@82: test -z "$(CTAGS_ARGS)$$unique" \ Chris@82: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ Chris@82: $$unique Chris@82: Chris@82: GTAGS: Chris@82: here=`$(am__cd) $(top_builddir) && pwd` \ Chris@82: && $(am__cd) $(top_srcdir) \ Chris@82: && gtags -i $(GTAGS_ARGS) "$$here" Chris@82: cscopelist: cscopelist-am Chris@82: Chris@82: cscopelist-am: $(am__tagged_files) Chris@82: list='$(am__tagged_files)'; \ Chris@82: case "$(srcdir)" in \ Chris@82: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ Chris@82: *) sdir=$(subdir)/$(srcdir) ;; \ Chris@82: esac; \ Chris@82: for i in $$list; do \ Chris@82: if test -f "$$i"; then \ Chris@82: echo "$(subdir)/$$i"; \ Chris@82: else \ Chris@82: echo "$$sdir/$$i"; \ Chris@82: fi; \ Chris@82: done >> $(top_builddir)/cscope.files Chris@82: Chris@82: distclean-tags: Chris@82: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags Chris@82: Chris@82: distdir: $(DISTFILES) Chris@82: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ Chris@82: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ Chris@82: list='$(DISTFILES)'; \ Chris@82: dist_files=`for file in $$list; do echo $$file; done | \ Chris@82: sed -e "s|^$$srcdirstrip/||;t" \ Chris@82: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ Chris@82: case $$dist_files in \ Chris@82: */*) $(MKDIR_P) `echo "$$dist_files" | \ Chris@82: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ Chris@82: sort -u` ;; \ Chris@82: esac; \ Chris@82: for file in $$dist_files; do \ Chris@82: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ Chris@82: if test -d $$d/$$file; then \ Chris@82: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ Chris@82: if test -d "$(distdir)/$$file"; then \ Chris@82: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ Chris@82: fi; \ Chris@82: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ Chris@82: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ Chris@82: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ Chris@82: fi; \ Chris@82: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ Chris@82: else \ Chris@82: test -f "$(distdir)/$$file" \ Chris@82: || cp -p $$d/$$file "$(distdir)/$$file" \ Chris@82: || exit 1; \ Chris@82: fi; \ Chris@82: done Chris@82: check-am: all-am Chris@82: check: $(BUILT_SOURCES) Chris@82: $(MAKE) $(AM_MAKEFLAGS) check-am Chris@82: all-am: Makefile $(LTLIBRARIES) Chris@82: installdirs: Chris@82: install: $(BUILT_SOURCES) Chris@82: $(MAKE) $(AM_MAKEFLAGS) install-am Chris@82: install-exec: install-exec-am Chris@82: install-data: install-data-am Chris@82: uninstall: uninstall-am Chris@82: Chris@82: install-am: all-am Chris@82: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am Chris@82: Chris@82: installcheck: installcheck-am Chris@82: install-strip: Chris@82: if test -z '$(STRIP)'; then \ Chris@82: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ Chris@82: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ Chris@82: install; \ Chris@82: else \ Chris@82: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ Chris@82: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ Chris@82: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ Chris@82: fi Chris@82: mostlyclean-generic: Chris@82: Chris@82: clean-generic: Chris@82: Chris@82: distclean-generic: Chris@82: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) Chris@82: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) Chris@82: Chris@82: maintainer-clean-generic: Chris@82: @echo "This command is intended for maintainers to use" Chris@82: @echo "it deletes files that may require special tools to rebuild." Chris@82: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) Chris@82: clean: clean-am Chris@82: Chris@82: clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ Chris@82: mostlyclean-am Chris@82: Chris@82: distclean: distclean-am Chris@82: -rm -rf ./$(DEPDIR) Chris@82: -rm -f Makefile Chris@82: distclean-am: clean-am distclean-compile distclean-generic \ Chris@82: distclean-tags Chris@82: Chris@82: dvi: dvi-am Chris@82: Chris@82: dvi-am: Chris@82: Chris@82: html: html-am Chris@82: Chris@82: html-am: Chris@82: Chris@82: info: info-am Chris@82: Chris@82: info-am: Chris@82: Chris@82: install-data-am: Chris@82: Chris@82: install-dvi: install-dvi-am Chris@82: Chris@82: install-dvi-am: Chris@82: Chris@82: install-exec-am: Chris@82: Chris@82: install-html: install-html-am Chris@82: Chris@82: install-html-am: Chris@82: Chris@82: install-info: install-info-am Chris@82: Chris@82: install-info-am: Chris@82: Chris@82: install-man: Chris@82: Chris@82: install-pdf: install-pdf-am Chris@82: Chris@82: install-pdf-am: Chris@82: Chris@82: install-ps: install-ps-am Chris@82: Chris@82: install-ps-am: Chris@82: Chris@82: installcheck-am: Chris@82: Chris@82: maintainer-clean: maintainer-clean-am Chris@82: -rm -rf ./$(DEPDIR) Chris@82: -rm -f Makefile Chris@82: maintainer-clean-am: distclean-am maintainer-clean-generic \ Chris@82: maintainer-clean-local Chris@82: Chris@82: mostlyclean: mostlyclean-am Chris@82: Chris@82: mostlyclean-am: mostlyclean-compile mostlyclean-generic \ Chris@82: mostlyclean-libtool Chris@82: Chris@82: pdf: pdf-am Chris@82: Chris@82: pdf-am: Chris@82: Chris@82: ps: ps-am Chris@82: Chris@82: ps-am: Chris@82: Chris@82: uninstall-am: Chris@82: Chris@82: .MAKE: all check install install-am install-strip Chris@82: Chris@82: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ Chris@82: clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ Chris@82: ctags-am distclean distclean-compile distclean-generic \ Chris@82: distclean-libtool distclean-tags distdir dvi dvi-am html \ Chris@82: html-am info info-am install install-am install-data \ Chris@82: install-data-am install-dvi install-dvi-am install-exec \ Chris@82: install-exec-am install-html install-html-am install-info \ Chris@82: install-info-am install-man install-pdf install-pdf-am \ Chris@82: install-ps install-ps-am install-strip installcheck \ Chris@82: installcheck-am installdirs maintainer-clean \ Chris@82: maintainer-clean-generic maintainer-clean-local mostlyclean \ Chris@82: mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ Chris@82: pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am Chris@82: Chris@82: .PRECIOUS: Makefile Chris@82: Chris@82: Chris@82: # only delete codlist.c in maintainer-mode, since it is included in the dist Chris@82: # FIXME: is there a way to delete in 'make clean' only when builddir != srcdir? Chris@82: maintainer-clean-local: Chris@82: rm -f $(CODLIST) Chris@82: Chris@82: # rule to build codlist Chris@82: @MAINTAINER_MODE_TRUE@$(CODLIST): Makefile Chris@82: @MAINTAINER_MODE_TRUE@ ( \ Chris@82: @MAINTAINER_MODE_TRUE@ echo "#include \"kernel/ifftw.h\""; \ Chris@82: @MAINTAINER_MODE_TRUE@ echo $(INCLUDE_SIMD_HEADER); \ Chris@82: @MAINTAINER_MODE_TRUE@ echo; \ Chris@82: @MAINTAINER_MODE_TRUE@ for i in $(ALL_CODELETS) NIL; do \ Chris@82: @MAINTAINER_MODE_TRUE@ if test "$$i" != NIL; then \ Chris@82: @MAINTAINER_MODE_TRUE@ j=`basename $$i | sed -e 's/[.][cS]$$//g'`; \ Chris@82: @MAINTAINER_MODE_TRUE@ echo "extern void $(XRENAME)($(CODELET_NAME)$$j)(planner *);"; \ Chris@82: @MAINTAINER_MODE_TRUE@ fi \ Chris@82: @MAINTAINER_MODE_TRUE@ done; \ Chris@82: @MAINTAINER_MODE_TRUE@ echo; \ Chris@82: @MAINTAINER_MODE_TRUE@ echo; \ Chris@82: @MAINTAINER_MODE_TRUE@ echo "extern const solvtab $(SOLVTAB_NAME);"; \ Chris@82: @MAINTAINER_MODE_TRUE@ echo "const solvtab $(SOLVTAB_NAME) = {"; \ Chris@82: @MAINTAINER_MODE_TRUE@ for i in $(ALL_CODELETS) NIL; do \ Chris@82: @MAINTAINER_MODE_TRUE@ if test "$$i" != NIL; then \ Chris@82: @MAINTAINER_MODE_TRUE@ j=`basename $$i | sed -e 's/[.][cS]$$//g'`; \ Chris@82: @MAINTAINER_MODE_TRUE@ echo " SOLVTAB($(XRENAME)($(CODELET_NAME)$$j)),"; \ Chris@82: @MAINTAINER_MODE_TRUE@ fi \ Chris@82: @MAINTAINER_MODE_TRUE@ done; \ Chris@82: @MAINTAINER_MODE_TRUE@ echo " SOLVTAB_END"; \ Chris@82: @MAINTAINER_MODE_TRUE@ echo "};"; \ Chris@82: @MAINTAINER_MODE_TRUE@ ) >$@ Chris@82: Chris@82: # cancel the hideous builtin rules that cause an infinite loop Chris@82: @MAINTAINER_MODE_TRUE@%: %.o Chris@82: @MAINTAINER_MODE_TRUE@%: %.s Chris@82: @MAINTAINER_MODE_TRUE@%: %.c Chris@82: @MAINTAINER_MODE_TRUE@%: %.S Chris@82: Chris@82: @MAINTAINER_MODE_TRUE@n1_%.c: $(CODELET_DEPS) $(GEN_NOTW) Chris@82: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_NOTW) $(FLAGS_N1) -n $* -name n1_$* -include "dft/scalar/n.h") | $(ADD_DATE) | $(INDENT) >$@ Chris@82: Chris@82: @MAINTAINER_MODE_TRUE@t1_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE) Chris@82: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE) $(FLAGS_T1) -n $* -name t1_$* -include "dft/scalar/t.h") | $(ADD_DATE) | $(INDENT) >$@ Chris@82: Chris@82: @MAINTAINER_MODE_TRUE@t2_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE) Chris@82: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE) $(FLAGS_T2) -n $* -name t2_$* -include "dft/scalar/t.h") | $(ADD_DATE) | $(INDENT) >$@ Chris@82: Chris@82: @MAINTAINER_MODE_TRUE@f1_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE) Chris@82: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE) $(FLAGS_F1) -dif -n $* -name f1_$* -include "dft/scalar/f.h") | $(ADD_DATE) | $(INDENT) >$@ Chris@82: Chris@82: @MAINTAINER_MODE_TRUE@f2_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE) Chris@82: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE) $(FLAGS_F2) -dif -n $* -name f2_$* -include "dft/scalar/f.h") | $(ADD_DATE) | $(INDENT) >$@ Chris@82: Chris@82: @MAINTAINER_MODE_TRUE@q1_%.c: $(CODELET_DEPS) $(GEN_TWIDSQ) Chris@82: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDSQ) $(FLAGS_Q1) -dif -n $* -name q1_$* -include "dft/scalar/q.h") | $(ADD_DATE) | $(INDENT) >$@ Chris@82: Chris@82: @MAINTAINER_MODE_TRUE@q2_%.c: $(CODELET_DEPS) $(GEN_TWIDSQ) Chris@82: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDSQ) $(FLAGS_Q2) -dif -n $* -name q2_$* -include "dft/scalar/q.h") | $(ADD_DATE) | $(INDENT) >$@ Chris@82: Chris@82: # Tell versions [3.59,3.63) of GNU make to not export all variables. Chris@82: # Otherwise a system limit (for SysV at least) may be exceeded. Chris@82: .NOEXPORT: