Chris@10: # Makefile.in generated by automake 1.11.6 from Makefile.am. Chris@10: # @configure_input@ Chris@10: Chris@10: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Chris@10: # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Chris@10: # Foundation, Inc. Chris@10: # This Makefile.in is free software; the Free Software Foundation Chris@10: # gives unlimited permission to copy and/or distribute it, Chris@10: # with or without modifications, as long as this notice is preserved. Chris@10: Chris@10: # This program is distributed in the hope that it will be useful, Chris@10: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without Chris@10: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A Chris@10: # PARTICULAR PURPOSE. Chris@10: Chris@10: @SET_MAKE@ Chris@10: Chris@10: # include the list of codelets Chris@10: Chris@10: # This file contains a standard list of DFT SIMD codelets. It is Chris@10: # included by common/Makefile to generate the C files with the actual Chris@10: # codelets in them. It is included by {sse,sse2,...}/Makefile to Chris@10: # generate and compile stub files that include common/*.c Chris@10: Chris@10: # You can customize FFTW for special needs, e.g. to handle certain Chris@10: # sizes more efficiently, by adding new codelets to the lists of those Chris@10: # included by default. If you change the list of codelets, any new Chris@10: # ones you added will be automatically generated when you run the Chris@10: # bootstrap script (see "Generating your own code" in the FFTW Chris@10: # manual). Chris@10: Chris@10: # -*- makefile -*- Chris@10: # This file contains special make rules to generate codelets. Chris@10: # Most of this file requires GNU make . Chris@10: VPATH = @srcdir@ Chris@10: am__make_dryrun = \ Chris@10: { \ Chris@10: am__dry=no; \ Chris@10: case $$MAKEFLAGS in \ Chris@10: *\\[\ \ ]*) \ Chris@10: echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ Chris@10: | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ Chris@10: *) \ Chris@10: for am__flg in $$MAKEFLAGS; do \ Chris@10: case $$am__flg in \ Chris@10: *=*|--*) ;; \ Chris@10: *n*) am__dry=yes; break;; \ Chris@10: esac; \ Chris@10: done;; \ Chris@10: esac; \ Chris@10: test $$am__dry = yes; \ Chris@10: } Chris@10: pkgdatadir = $(datadir)/@PACKAGE@ Chris@10: pkgincludedir = $(includedir)/@PACKAGE@ Chris@10: pkglibdir = $(libdir)/@PACKAGE@ Chris@10: pkglibexecdir = $(libexecdir)/@PACKAGE@ Chris@10: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd Chris@10: install_sh_DATA = $(install_sh) -c -m 644 Chris@10: install_sh_PROGRAM = $(install_sh) -c Chris@10: install_sh_SCRIPT = $(install_sh) -c Chris@10: INSTALL_HEADER = $(INSTALL_DATA) Chris@10: transform = $(program_transform_name) Chris@10: NORMAL_INSTALL = : Chris@10: PRE_INSTALL = : Chris@10: POST_INSTALL = : Chris@10: NORMAL_UNINSTALL = : Chris@10: PRE_UNINSTALL = : Chris@10: POST_UNINSTALL = : Chris@10: build_triplet = @build@ Chris@10: host_triplet = @host@ Chris@10: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ Chris@10: $(top_srcdir)/dft/simd/codlist.mk \ Chris@10: $(top_srcdir)/support/Makefile.codelets Chris@10: subdir = dft/simd/common Chris@10: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 Chris@10: am__aclocal_m4_deps = $(top_srcdir)/m4/acx_mpi.m4 \ Chris@10: $(top_srcdir)/m4/acx_pthread.m4 \ Chris@10: $(top_srcdir)/m4/ax_cc_maxopt.m4 \ Chris@10: $(top_srcdir)/m4/ax_check_compiler_flags.m4 \ Chris@10: $(top_srcdir)/m4/ax_compiler_vendor.m4 \ Chris@10: $(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \ Chris@10: $(top_srcdir)/m4/ax_gcc_version.m4 \ Chris@10: $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/libtool.m4 \ Chris@10: $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ Chris@10: $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ Chris@10: $(top_srcdir)/configure.ac Chris@10: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ Chris@10: $(ACLOCAL_M4) Chris@10: mkinstalldirs = $(install_sh) -d Chris@10: CONFIG_HEADER = $(top_builddir)/config.h Chris@10: CONFIG_CLEAN_FILES = Chris@10: CONFIG_CLEAN_VPATH_FILES = Chris@10: SOURCES = Chris@10: DIST_SOURCES = Chris@10: am__can_run_installinfo = \ Chris@10: case $$AM_UPDATE_INFO_DIR in \ Chris@10: n|no|NO) false;; \ Chris@10: *) (install-info --version) >/dev/null 2>&1;; \ Chris@10: esac Chris@10: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) Chris@10: ACLOCAL = @ACLOCAL@ Chris@10: ALLOCA = @ALLOCA@ Chris@10: ALTIVEC_CFLAGS = @ALTIVEC_CFLAGS@ Chris@10: AMTAR = @AMTAR@ Chris@10: AR = @AR@ Chris@10: AS = @AS@ Chris@10: AUTOCONF = @AUTOCONF@ Chris@10: AUTOHEADER = @AUTOHEADER@ Chris@10: AUTOMAKE = @AUTOMAKE@ Chris@10: AVX_CFLAGS = @AVX_CFLAGS@ Chris@10: AWK = @AWK@ Chris@10: CC = @CC@ Chris@10: CCDEPMODE = @CCDEPMODE@ Chris@10: CFLAGS = @CFLAGS@ Chris@10: CHECK_PL_OPTS = @CHECK_PL_OPTS@ Chris@10: CPP = @CPP@ Chris@10: CPPFLAGS = @CPPFLAGS@ Chris@10: CYGPATH_W = @CYGPATH_W@ Chris@10: C_FFTW_R2R_KIND = @C_FFTW_R2R_KIND@ Chris@10: C_MPI_FINT = @C_MPI_FINT@ Chris@10: DEFS = @DEFS@ Chris@10: DEPDIR = @DEPDIR@ Chris@10: DLLTOOL = @DLLTOOL@ Chris@10: DSYMUTIL = @DSYMUTIL@ Chris@10: DUMPBIN = @DUMPBIN@ Chris@10: ECHO_C = @ECHO_C@ Chris@10: ECHO_N = @ECHO_N@ Chris@10: ECHO_T = @ECHO_T@ Chris@10: EGREP = @EGREP@ Chris@10: EXEEXT = @EXEEXT@ Chris@10: F77 = @F77@ Chris@10: FFLAGS = @FFLAGS@ Chris@10: FGREP = @FGREP@ Chris@10: FLIBS = @FLIBS@ Chris@10: GREP = @GREP@ Chris@10: INSTALL = @INSTALL@ Chris@10: INSTALL_DATA = @INSTALL_DATA@ Chris@10: INSTALL_PROGRAM = @INSTALL_PROGRAM@ Chris@10: INSTALL_SCRIPT = @INSTALL_SCRIPT@ Chris@10: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ Chris@10: LD = @LD@ Chris@10: LDFLAGS = @LDFLAGS@ Chris@10: LIBOBJS = @LIBOBJS@ Chris@10: LIBQUADMATH = @LIBQUADMATH@ Chris@10: LIBS = @LIBS@ Chris@10: LIBTOOL = @LIBTOOL@ Chris@10: LIPO = @LIPO@ Chris@10: LN_S = @LN_S@ Chris@10: LTLIBOBJS = @LTLIBOBJS@ Chris@10: MAINT = @MAINT@ Chris@10: MAKEINFO = @MAKEINFO@ Chris@10: MANIFEST_TOOL = @MANIFEST_TOOL@ Chris@10: MKDIR_P = @MKDIR_P@ Chris@10: MPICC = @MPICC@ Chris@10: MPILIBS = @MPILIBS@ Chris@10: MPIRUN = @MPIRUN@ Chris@10: NEON_CFLAGS = @NEON_CFLAGS@ Chris@10: NM = @NM@ Chris@10: NMEDIT = @NMEDIT@ Chris@10: OBJDUMP = @OBJDUMP@ Chris@10: OBJEXT = @OBJEXT@ Chris@10: OCAMLBUILD = @OCAMLBUILD@ Chris@10: OPENMP_CFLAGS = @OPENMP_CFLAGS@ Chris@10: OTOOL = @OTOOL@ Chris@10: OTOOL64 = @OTOOL64@ Chris@10: PACKAGE = @PACKAGE@ Chris@10: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ Chris@10: PACKAGE_NAME = @PACKAGE_NAME@ Chris@10: PACKAGE_STRING = @PACKAGE_STRING@ Chris@10: PACKAGE_TARNAME = @PACKAGE_TARNAME@ Chris@10: PACKAGE_URL = @PACKAGE_URL@ Chris@10: PACKAGE_VERSION = @PACKAGE_VERSION@ Chris@10: PATH_SEPARATOR = @PATH_SEPARATOR@ Chris@10: POW_LIB = @POW_LIB@ Chris@10: PRECISION = @PRECISION@ Chris@10: PREC_SUFFIX = @PREC_SUFFIX@ Chris@10: PTHREAD_CC = @PTHREAD_CC@ Chris@10: PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ Chris@10: PTHREAD_LIBS = @PTHREAD_LIBS@ Chris@10: RANLIB = @RANLIB@ Chris@10: SED = @SED@ Chris@10: SET_MAKE = @SET_MAKE@ Chris@10: SHARED_VERSION_INFO = @SHARED_VERSION_INFO@ Chris@10: SHELL = @SHELL@ Chris@10: SSE2_CFLAGS = @SSE2_CFLAGS@ Chris@10: STACK_ALIGN_CFLAGS = @STACK_ALIGN_CFLAGS@ Chris@10: STRIP = @STRIP@ Chris@10: THREADLIBS = @THREADLIBS@ Chris@10: VERSION = @VERSION@ Chris@10: abs_builddir = @abs_builddir@ Chris@10: abs_srcdir = @abs_srcdir@ Chris@10: abs_top_builddir = @abs_top_builddir@ Chris@10: abs_top_srcdir = @abs_top_srcdir@ Chris@10: ac_ct_AR = @ac_ct_AR@ Chris@10: ac_ct_CC = @ac_ct_CC@ Chris@10: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ Chris@10: ac_ct_F77 = @ac_ct_F77@ Chris@10: acx_pthread_config = @acx_pthread_config@ Chris@10: am__include = @am__include@ Chris@10: am__leading_dot = @am__leading_dot@ Chris@10: am__quote = @am__quote@ Chris@10: am__tar = @am__tar@ Chris@10: am__untar = @am__untar@ Chris@10: bindir = @bindir@ Chris@10: build = @build@ Chris@10: build_alias = @build_alias@ Chris@10: build_cpu = @build_cpu@ Chris@10: build_os = @build_os@ Chris@10: build_vendor = @build_vendor@ Chris@10: builddir = @builddir@ Chris@10: datadir = @datadir@ Chris@10: datarootdir = @datarootdir@ Chris@10: docdir = @docdir@ Chris@10: dvidir = @dvidir@ Chris@10: exec_prefix = @exec_prefix@ Chris@10: host = @host@ Chris@10: host_alias = @host_alias@ Chris@10: host_cpu = @host_cpu@ Chris@10: host_os = @host_os@ Chris@10: host_vendor = @host_vendor@ Chris@10: htmldir = @htmldir@ Chris@10: includedir = @includedir@ Chris@10: infodir = @infodir@ Chris@10: install_sh = @install_sh@ Chris@10: libdir = @libdir@ Chris@10: libexecdir = @libexecdir@ Chris@10: localedir = @localedir@ Chris@10: localstatedir = @localstatedir@ Chris@10: mandir = @mandir@ Chris@10: mkdir_p = @mkdir_p@ Chris@10: oldincludedir = @oldincludedir@ Chris@10: pdfdir = @pdfdir@ Chris@10: prefix = @prefix@ Chris@10: program_transform_name = @program_transform_name@ Chris@10: psdir = @psdir@ Chris@10: sbindir = @sbindir@ Chris@10: sharedstatedir = @sharedstatedir@ Chris@10: srcdir = @srcdir@ Chris@10: sysconfdir = @sysconfdir@ Chris@10: target_alias = @target_alias@ Chris@10: top_build_prefix = @top_build_prefix@ Chris@10: top_builddir = @top_builddir@ Chris@10: top_srcdir = @top_srcdir@ Chris@10: Chris@10: ########################################################################### Chris@10: # n1fv_ is a hard-coded FFTW_FORWARD FFT of size , using SIMD Chris@10: N1F = n1fv_2.c n1fv_3.c n1fv_4.c n1fv_5.c n1fv_6.c n1fv_7.c n1fv_8.c \ Chris@10: n1fv_9.c n1fv_10.c n1fv_11.c n1fv_12.c n1fv_13.c n1fv_14.c n1fv_15.c \ Chris@10: n1fv_16.c n1fv_32.c n1fv_64.c n1fv_128.c n1fv_20.c n1fv_25.c Chris@10: Chris@10: Chris@10: # as above, with restricted input vector stride Chris@10: N2F = n2fv_2.c n2fv_4.c n2fv_6.c n2fv_8.c n2fv_10.c n2fv_12.c \ Chris@10: n2fv_14.c n2fv_16.c n2fv_32.c n2fv_64.c n2fv_20.c Chris@10: Chris@10: Chris@10: # as above, but FFTW_BACKWARD Chris@10: N1B = n1bv_2.c n1bv_3.c n1bv_4.c n1bv_5.c n1bv_6.c n1bv_7.c n1bv_8.c \ Chris@10: n1bv_9.c n1bv_10.c n1bv_11.c n1bv_12.c n1bv_13.c n1bv_14.c n1bv_15.c \ Chris@10: n1bv_16.c n1bv_32.c n1bv_64.c n1bv_128.c n1bv_20.c n1bv_25.c Chris@10: Chris@10: N2B = n2bv_2.c n2bv_4.c n2bv_6.c n2bv_8.c n2bv_10.c n2bv_12.c \ Chris@10: n2bv_14.c n2bv_16.c n2bv_32.c n2bv_64.c n2bv_20.c Chris@10: Chris@10: Chris@10: # split-complex codelets Chris@10: N2S = n2sv_4.c n2sv_8.c n2sv_16.c n2sv_32.c n2sv_64.c Chris@10: Chris@10: ########################################################################### Chris@10: # t1fv_ is a "twiddle" FFT of size , implementing a radix-r DIT step Chris@10: # for an FFTW_FORWARD transform, using SIMD Chris@10: T1F = t1fv_2.c t1fv_3.c t1fv_4.c t1fv_5.c t1fv_6.c t1fv_7.c t1fv_8.c \ Chris@10: t1fv_9.c t1fv_10.c t1fv_12.c t1fv_15.c t1fv_16.c t1fv_32.c t1fv_64.c \ Chris@10: t1fv_20.c t1fv_25.c Chris@10: Chris@10: Chris@10: # same as t1fv_*, but with different twiddle storage scheme Chris@10: T2F = t2fv_2.c t2fv_4.c t2fv_8.c t2fv_16.c t2fv_32.c t2fv_64.c \ Chris@10: t2fv_5.c t2fv_10.c t2fv_20.c t2fv_25.c Chris@10: Chris@10: T3F = t3fv_4.c t3fv_8.c t3fv_16.c t3fv_32.c t3fv_5.c t3fv_10.c \ Chris@10: t3fv_20.c t3fv_25.c Chris@10: Chris@10: T1FU = t1fuv_2.c t1fuv_3.c t1fuv_4.c t1fuv_5.c t1fuv_6.c t1fuv_7.c \ Chris@10: t1fuv_8.c t1fuv_9.c t1fuv_10.c Chris@10: Chris@10: Chris@10: # as above, but FFTW_BACKWARD Chris@10: T1B = t1bv_2.c t1bv_3.c t1bv_4.c t1bv_5.c t1bv_6.c t1bv_7.c t1bv_8.c \ Chris@10: t1bv_9.c t1bv_10.c t1bv_12.c t1bv_15.c t1bv_16.c t1bv_32.c t1bv_64.c \ Chris@10: t1bv_20.c t1bv_25.c Chris@10: Chris@10: Chris@10: # same as t1bv_*, but with different twiddle storage scheme Chris@10: T2B = t2bv_2.c t2bv_4.c t2bv_8.c t2bv_16.c t2bv_32.c t2bv_64.c \ Chris@10: t2bv_5.c t2bv_10.c t2bv_20.c t2bv_25.c Chris@10: Chris@10: T3B = t3bv_4.c t3bv_8.c t3bv_16.c t3bv_32.c t3bv_5.c t3bv_10.c \ Chris@10: t3bv_20.c t3bv_25.c Chris@10: Chris@10: T1BU = t1buv_2.c t1buv_3.c t1buv_4.c t1buv_5.c t1buv_6.c t1buv_7.c \ Chris@10: t1buv_8.c t1buv_9.c t1buv_10.c Chris@10: Chris@10: Chris@10: # split-complex codelets Chris@10: T1S = t1sv_2.c t1sv_4.c t1sv_8.c t1sv_16.c t1sv_32.c Chris@10: T2S = t2sv_4.c t2sv_8.c t2sv_16.c t2sv_32.c Chris@10: Chris@10: ########################################################################### Chris@10: # q1fv_ is twiddle FFTW_FORWARD FFTs of size (DIF step), Chris@10: # where the output is transposed, using SIMD. This is used for Chris@10: # in-place transposes in sizes that are divisible by ^2. These Chris@10: # codelets have size ~ ^2, so you should probably not use Chris@10: # bigger than 8 or so. Chris@10: Q1F = q1fv_2.c q1fv_4.c q1fv_5.c q1fv_8.c Chris@10: Chris@10: # as above, but FFTW_BACKWARD Chris@10: Q1B = q1bv_2.c q1bv_4.c q1bv_5.c q1bv_8.c Chris@10: Chris@10: ########################################################################### Chris@10: SIMD_CODELETS = $(N1F) $(N1B) $(N2F) $(N2B) $(N2S) $(T1FU) $(T1F) \ Chris@10: $(T2F) $(T3F) $(T1BU) $(T1B) $(T2B) $(T3B) $(T1S) $(T2S) $(Q1F) $(Q1B) Chris@10: Chris@10: ALL_CODELETS = $(SIMD_CODELETS) Chris@10: BUILT_SOURCES = $(SIMD_CODELETS) $(CODLIST) Chris@10: EXTRA_DIST = $(BUILT_SOURCES) genus.c Chris@10: INCLUDE_SIMD_HEADER = "\#include SIMD_HEADER" Chris@10: XRENAME = XSIMD Chris@10: SOLVTAB_NAME = XSIMD(solvtab_dft) Chris@10: CODLIST = codlist.c Chris@10: CODELET_NAME = codelet_ Chris@10: @MAINTAINER_MODE_TRUE@INDENT = indent -kr -cs -i5 -l800 -fca -nfc1 -sc -sob -cli4 -TR -Tplanner -TV Chris@10: @MAINTAINER_MODE_TRUE@TWOVERS = sh ${top_srcdir}/support/twovers.sh Chris@10: @MAINTAINER_MODE_TRUE@GENFFTDIR = ${top_builddir}/genfft Chris@10: @MAINTAINER_MODE_TRUE@GEN_NOTW = ${GENFFTDIR}/gen_notw.native Chris@10: @MAINTAINER_MODE_TRUE@GEN_NOTW_C = ${GENFFTDIR}/gen_notw_c.native Chris@10: @MAINTAINER_MODE_TRUE@GEN_TWIDDLE = ${GENFFTDIR}/gen_twiddle.native Chris@10: @MAINTAINER_MODE_TRUE@GEN_TWIDDLE_C = ${GENFFTDIR}/gen_twiddle_c.native Chris@10: @MAINTAINER_MODE_TRUE@GEN_TWIDSQ = ${GENFFTDIR}/gen_twidsq.native Chris@10: @MAINTAINER_MODE_TRUE@GEN_TWIDSQ_C = ${GENFFTDIR}/gen_twidsq_c.native Chris@10: @MAINTAINER_MODE_TRUE@GEN_R2CF = ${GENFFTDIR}/gen_r2cf.native Chris@10: @MAINTAINER_MODE_TRUE@GEN_R2CB = ${GENFFTDIR}/gen_r2cb.native Chris@10: @MAINTAINER_MODE_TRUE@GEN_HC2HC = ${GENFFTDIR}/gen_hc2hc.native Chris@10: @MAINTAINER_MODE_TRUE@GEN_HC2C = ${GENFFTDIR}/gen_hc2c.native Chris@10: @MAINTAINER_MODE_TRUE@GEN_HC2CDFT = ${GENFFTDIR}/gen_hc2cdft.native Chris@10: @MAINTAINER_MODE_TRUE@GEN_HC2CDFT_C = ${GENFFTDIR}/gen_hc2cdft_c.native Chris@10: @MAINTAINER_MODE_TRUE@GEN_R2R = ${GENFFTDIR}/gen_r2r.native Chris@10: @MAINTAINER_MODE_TRUE@PRELUDE_DFT = ${top_srcdir}/support/codelet_prelude.dft Chris@10: @MAINTAINER_MODE_TRUE@PRELUDE_RDFT = ${top_srcdir}/support/codelet_prelude.rdft Chris@10: @MAINTAINER_MODE_TRUE@ADD_DATE = sed -e s/@DATE@/"`date`"/ Chris@10: @MAINTAINER_MODE_TRUE@COPYRIGHT = ${top_srcdir}/COPYRIGHT Chris@10: @MAINTAINER_MODE_TRUE@CODELET_DEPS = $(COPYRIGHT) $(PRELUDE) Chris@10: @MAINTAINER_MODE_TRUE@PRELUDE_COMMANDS_DFT = cat $(COPYRIGHT) $(PRELUDE_DFT) Chris@10: @MAINTAINER_MODE_TRUE@PRELUDE_COMMANDS_RDFT = cat $(COPYRIGHT) $(PRELUDE_RDFT) Chris@10: @MAINTAINER_MODE_TRUE@FLAGS_COMMON = -compact -variables 4 Chris@10: @MAINTAINER_MODE_TRUE@DFT_FLAGS_COMMON = $(FLAGS_COMMON) -pipeline-latency 4 Chris@10: @MAINTAINER_MODE_TRUE@RDFT_FLAGS_COMMON = $(FLAGS_COMMON) -pipeline-latency 4 Chris@10: Chris@10: # include special rules for regenerating codelets. Chris@10: @MAINTAINER_MODE_TRUE@GFLAGS = -simd $(FLAGS_COMMON) -pipeline-latency 8 Chris@10: @MAINTAINER_MODE_TRUE@FLAGS_T2S = -twiddle-log3 -precompute-twiddles Chris@10: @MAINTAINER_MODE_TRUE@FLAGS_T3 = -twiddle-log3 -precompute-twiddles -no-generate-bytw Chris@10: all: $(BUILT_SOURCES) Chris@10: $(MAKE) $(AM_MAKEFLAGS) all-am Chris@10: Chris@10: .SUFFIXES: Chris@10: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/dft/simd/codlist.mk $(top_srcdir)/support/Makefile.codelets $(am__configure_deps) Chris@10: @for dep in $?; do \ Chris@10: case '$(am__configure_deps)' in \ Chris@10: *$$dep*) \ Chris@10: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ Chris@10: && { if test -f $@; then exit 0; else break; fi; }; \ Chris@10: exit 1;; \ Chris@10: esac; \ Chris@10: done; \ Chris@10: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu dft/simd/common/Makefile'; \ Chris@10: $(am__cd) $(top_srcdir) && \ Chris@10: $(AUTOMAKE) --gnu dft/simd/common/Makefile Chris@10: .PRECIOUS: Makefile Chris@10: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status Chris@10: @case '$?' in \ Chris@10: *config.status*) \ Chris@10: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ Chris@10: *) \ Chris@10: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ Chris@10: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ Chris@10: esac; Chris@10: $(top_srcdir)/dft/simd/codlist.mk $(top_srcdir)/support/Makefile.codelets: Chris@10: Chris@10: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) Chris@10: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh Chris@10: Chris@10: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) Chris@10: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh Chris@10: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) Chris@10: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh Chris@10: $(am__aclocal_m4_deps): Chris@10: Chris@10: mostlyclean-libtool: Chris@10: -rm -f *.lo Chris@10: Chris@10: clean-libtool: Chris@10: -rm -rf .libs _libs Chris@10: tags: TAGS Chris@10: TAGS: Chris@10: Chris@10: ctags: CTAGS Chris@10: CTAGS: Chris@10: Chris@10: Chris@10: distdir: $(DISTFILES) Chris@10: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ Chris@10: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ Chris@10: list='$(DISTFILES)'; \ Chris@10: dist_files=`for file in $$list; do echo $$file; done | \ Chris@10: sed -e "s|^$$srcdirstrip/||;t" \ Chris@10: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ Chris@10: case $$dist_files in \ Chris@10: */*) $(MKDIR_P) `echo "$$dist_files" | \ Chris@10: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ Chris@10: sort -u` ;; \ Chris@10: esac; \ Chris@10: for file in $$dist_files; do \ Chris@10: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ Chris@10: if test -d $$d/$$file; then \ Chris@10: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ Chris@10: if test -d "$(distdir)/$$file"; then \ Chris@10: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ Chris@10: fi; \ Chris@10: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ Chris@10: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ Chris@10: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ Chris@10: fi; \ Chris@10: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ Chris@10: else \ Chris@10: test -f "$(distdir)/$$file" \ Chris@10: || cp -p $$d/$$file "$(distdir)/$$file" \ Chris@10: || exit 1; \ Chris@10: fi; \ Chris@10: done Chris@10: check-am: all-am Chris@10: check: $(BUILT_SOURCES) Chris@10: $(MAKE) $(AM_MAKEFLAGS) check-am Chris@10: all-am: Makefile Chris@10: installdirs: Chris@10: install: $(BUILT_SOURCES) Chris@10: $(MAKE) $(AM_MAKEFLAGS) install-am Chris@10: install-exec: install-exec-am Chris@10: install-data: install-data-am Chris@10: uninstall: uninstall-am Chris@10: Chris@10: install-am: all-am Chris@10: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am Chris@10: Chris@10: installcheck: installcheck-am Chris@10: install-strip: Chris@10: if test -z '$(STRIP)'; then \ Chris@10: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ Chris@10: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ Chris@10: install; \ Chris@10: else \ Chris@10: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ Chris@10: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ Chris@10: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ Chris@10: fi Chris@10: mostlyclean-generic: Chris@10: Chris@10: clean-generic: Chris@10: Chris@10: distclean-generic: Chris@10: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) Chris@10: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) Chris@10: Chris@10: maintainer-clean-generic: Chris@10: @echo "This command is intended for maintainers to use" Chris@10: @echo "it deletes files that may require special tools to rebuild." Chris@10: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) Chris@10: clean: clean-am Chris@10: Chris@10: clean-am: clean-generic clean-libtool mostlyclean-am Chris@10: Chris@10: distclean: distclean-am Chris@10: -rm -f Makefile Chris@10: distclean-am: clean-am distclean-generic Chris@10: Chris@10: dvi: dvi-am Chris@10: Chris@10: dvi-am: Chris@10: Chris@10: html: html-am Chris@10: Chris@10: html-am: Chris@10: Chris@10: info: info-am Chris@10: Chris@10: info-am: Chris@10: Chris@10: install-data-am: Chris@10: Chris@10: install-dvi: install-dvi-am Chris@10: Chris@10: install-dvi-am: Chris@10: Chris@10: install-exec-am: Chris@10: Chris@10: install-html: install-html-am Chris@10: Chris@10: install-html-am: Chris@10: Chris@10: install-info: install-info-am Chris@10: Chris@10: install-info-am: Chris@10: Chris@10: install-man: Chris@10: Chris@10: install-pdf: install-pdf-am Chris@10: Chris@10: install-pdf-am: Chris@10: Chris@10: install-ps: install-ps-am Chris@10: Chris@10: install-ps-am: Chris@10: Chris@10: installcheck-am: Chris@10: Chris@10: maintainer-clean: maintainer-clean-am Chris@10: -rm -f Makefile Chris@10: maintainer-clean-am: distclean-am maintainer-clean-generic \ Chris@10: maintainer-clean-local Chris@10: Chris@10: mostlyclean: mostlyclean-am Chris@10: Chris@10: mostlyclean-am: mostlyclean-generic mostlyclean-libtool Chris@10: Chris@10: pdf: pdf-am Chris@10: Chris@10: pdf-am: Chris@10: Chris@10: ps: ps-am Chris@10: Chris@10: ps-am: Chris@10: Chris@10: uninstall-am: Chris@10: Chris@10: .MAKE: all check install install-am install-strip Chris@10: Chris@10: .PHONY: all all-am check check-am clean clean-generic clean-libtool \ Chris@10: distclean distclean-generic distclean-libtool distdir dvi \ Chris@10: dvi-am html html-am info info-am install install-am \ Chris@10: install-data install-data-am install-dvi install-dvi-am \ Chris@10: install-exec install-exec-am install-html install-html-am \ Chris@10: install-info install-info-am install-man install-pdf \ Chris@10: install-pdf-am install-ps install-ps-am install-strip \ Chris@10: installcheck installcheck-am installdirs maintainer-clean \ Chris@10: maintainer-clean-generic maintainer-clean-local mostlyclean \ Chris@10: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ Chris@10: uninstall uninstall-am Chris@10: Chris@10: Chris@10: # rule to build codlist Chris@10: $(CODLIST): Makefile Chris@10: ( \ Chris@10: echo "#include \"ifftw.h\""; \ Chris@10: echo $(INCLUDE_SIMD_HEADER); \ Chris@10: echo; \ Chris@10: for i in $(ALL_CODELETS) NIL; do \ Chris@10: if test "$$i" != NIL; then \ Chris@10: j=`basename $$i | sed -e 's/[.][cS]$$//g'`; \ Chris@10: echo "extern void $(XRENAME)($(CODELET_NAME)$$j)(planner *);"; \ Chris@10: fi \ Chris@10: done; \ Chris@10: echo; \ Chris@10: echo; \ Chris@10: echo "extern const solvtab $(SOLVTAB_NAME);"; \ Chris@10: echo "const solvtab $(SOLVTAB_NAME) = {"; \ Chris@10: for i in $(ALL_CODELETS) NIL; do \ Chris@10: if test "$$i" != NIL; then \ Chris@10: j=`basename $$i | sed -e 's/[.][cS]$$//g'`; \ Chris@10: echo " SOLVTAB($(XRENAME)($(CODELET_NAME)$$j)),"; \ Chris@10: fi \ Chris@10: done; \ Chris@10: echo " SOLVTAB_END"; \ Chris@10: echo "};"; \ Chris@10: ) >$@ Chris@10: Chris@10: # only delete codlist.c in maintainer-mode, since it is included in the dist Chris@10: # FIXME: is there a way to delete in 'make clean' only when builddir != srcdir? Chris@10: maintainer-clean-local: Chris@10: rm -f $(CODLIST) Chris@10: Chris@10: # cancel the hideous builtin rules that cause an infinite loop Chris@10: @MAINTAINER_MODE_TRUE@%: %.o Chris@10: @MAINTAINER_MODE_TRUE@%: %.s Chris@10: @MAINTAINER_MODE_TRUE@%: %.c Chris@10: @MAINTAINER_MODE_TRUE@%: %.S Chris@10: Chris@10: @MAINTAINER_MODE_TRUE@n1fv_%.c: $(CODELET_DEPS) $(GEN_NOTW_C) Chris@10: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_NOTW_C) $(GFLAGS) -n $* -name n1fv_$* -include "n1f.h") | $(ADD_DATE) | $(INDENT) >$@ Chris@10: Chris@10: @MAINTAINER_MODE_TRUE@n2fv_%.c: $(CODELET_DEPS) $(GEN_NOTW_C) Chris@10: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_NOTW_C) $(GFLAGS) -n $* -name n2fv_$* -with-ostride 2 -include "n2f.h" -store-multiple 2) | $(ADD_DATE) | $(INDENT) >$@ Chris@10: Chris@10: @MAINTAINER_MODE_TRUE@n1bv_%.c: $(CODELET_DEPS) $(GEN_NOTW_C) Chris@10: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_NOTW_C) $(GFLAGS) -sign 1 -n $* -name n1bv_$* -include "n1b.h") | $(ADD_DATE) | $(INDENT) >$@ Chris@10: Chris@10: @MAINTAINER_MODE_TRUE@n2bv_%.c: $(CODELET_DEPS) $(GEN_NOTW_C) Chris@10: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_NOTW_C) $(GFLAGS) -sign 1 -n $* -name n2bv_$* -with-ostride 2 -include "n2b.h" -store-multiple 2) | $(ADD_DATE) | $(INDENT) >$@ Chris@10: Chris@10: @MAINTAINER_MODE_TRUE@n2sv_%.c: $(CODELET_DEPS) $(GEN_NOTW) Chris@10: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_NOTW) $(GFLAGS) -n $* -name n2sv_$* -with-ostride 1 -include "n2s.h" -store-multiple 4) | $(ADD_DATE) | $(INDENT) >$@ Chris@10: Chris@10: @MAINTAINER_MODE_TRUE@t1fv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE_C) Chris@10: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE_C) $(GFLAGS) -n $* -name t1fv_$* -include "t1f.h") | $(ADD_DATE) | $(INDENT) >$@ Chris@10: Chris@10: @MAINTAINER_MODE_TRUE@t1fuv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE_C) Chris@10: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE_C) $(GFLAGS) -n $* -name t1fuv_$* -include "t1fu.h") | $(ADD_DATE) | $(INDENT) >$@ Chris@10: Chris@10: @MAINTAINER_MODE_TRUE@t2fv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE_C) Chris@10: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE_C) $(GFLAGS) -n $* -name t2fv_$* -include "t2f.h") | $(ADD_DATE) | $(INDENT) >$@ Chris@10: Chris@10: @MAINTAINER_MODE_TRUE@t3fv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE_C) Chris@10: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE_C) $(GFLAGS) $(FLAGS_T3) -n $* -name t3fv_$* -include "t3f.h") | $(ADD_DATE) | $(INDENT) >$@ Chris@10: Chris@10: @MAINTAINER_MODE_TRUE@t1bv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE_C) Chris@10: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE_C) $(GFLAGS) -n $* -name t1bv_$* -include "t1b.h" -sign 1) | $(ADD_DATE) | $(INDENT) >$@ Chris@10: Chris@10: @MAINTAINER_MODE_TRUE@t1buv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE_C) Chris@10: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE_C) $(GFLAGS) -n $* -name t1buv_$* -include "t1bu.h" -sign 1) | $(ADD_DATE) | $(INDENT) >$@ Chris@10: Chris@10: @MAINTAINER_MODE_TRUE@t2bv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE_C) Chris@10: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE_C) $(GFLAGS) -n $* -name t2bv_$* -include "t2b.h" -sign 1) | $(ADD_DATE) | $(INDENT) >$@ Chris@10: Chris@10: @MAINTAINER_MODE_TRUE@t3bv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE_C) Chris@10: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE_C) $(GFLAGS) $(FLAGS_T3) -n $* -name t3bv_$* -include "t3b.h" -sign 1) | $(ADD_DATE) | $(INDENT) >$@ Chris@10: Chris@10: @MAINTAINER_MODE_TRUE@t1sv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE) Chris@10: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE) $(GFLAGS) -n $* -name t1sv_$* -include "ts.h") | $(ADD_DATE) | $(INDENT) >$@ Chris@10: Chris@10: @MAINTAINER_MODE_TRUE@t2sv_%.c: $(CODELET_DEPS) $(GEN_TWIDDLE) Chris@10: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE) $(GFLAGS) $(FLAGS_T2S) -n $* -name t2sv_$* -include "ts.h") | $(ADD_DATE) | $(INDENT) >$@ Chris@10: Chris@10: @MAINTAINER_MODE_TRUE@q1fv_%.c: $(CODELET_DEPS) $(GEN_TWIDSQ_C) Chris@10: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDSQ_C) $(GFLAGS) -n $* -dif -name q1fv_$* -include "q1f.h") | $(ADD_DATE) | $(INDENT) >$@ Chris@10: Chris@10: @MAINTAINER_MODE_TRUE@q1bv_%.c: $(CODELET_DEPS) $(GEN_TWIDSQ_C) Chris@10: @MAINTAINER_MODE_TRUE@ ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDSQ_C) $(GFLAGS) -n $* -dif -name q1bv_$* -include "q1b.h" -sign 1) | $(ADD_DATE) | $(INDENT) >$@ Chris@10: Chris@10: # Tell versions [3.59,3.63) of GNU make to not export all variables. Chris@10: # Otherwise a system limit (for SysV at least) may be exceeded. Chris@10: .NOEXPORT: