Chris@42: # Makefile.in generated by automake 1.14.1 from Makefile.am. Chris@42: # @configure_input@ Chris@42: Chris@42: # Copyright (C) 1994-2013 Free Software Foundation, Inc. Chris@42: Chris@42: # This Makefile.in is free software; the Free Software Foundation Chris@42: # gives unlimited permission to copy and/or distribute it, Chris@42: # with or without modifications, as long as this notice is preserved. Chris@42: Chris@42: # This program is distributed in the hope that it will be useful, Chris@42: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without Chris@42: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A Chris@42: # PARTICULAR PURPOSE. Chris@42: Chris@42: @SET_MAKE@ Chris@42: Chris@42: # This file contains a standard list of DFT SIMD codelets. It is Chris@42: # included by common/Makefile to generate the C files with the actual Chris@42: # codelets in them. It is included by {sse,sse2,...}/Makefile to Chris@42: # generate and compile stub files that include common/*.c Chris@42: Chris@42: # You can customize FFTW for special needs, e.g. to handle certain Chris@42: # sizes more efficiently, by adding new codelets to the lists of those Chris@42: # included by default. If you change the list of codelets, any new Chris@42: # ones you added will be automatically generated when you run the Chris@42: # bootstrap script (see "Generating your own code" in the FFTW Chris@42: # manual). Chris@42: Chris@42: VPATH = @srcdir@ Chris@42: am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' Chris@42: am__make_running_with_option = \ Chris@42: case $${target_option-} in \ Chris@42: ?) ;; \ Chris@42: *) echo "am__make_running_with_option: internal error: invalid" \ Chris@42: "target option '$${target_option-}' specified" >&2; \ Chris@42: exit 1;; \ Chris@42: esac; \ Chris@42: has_opt=no; \ Chris@42: sane_makeflags=$$MAKEFLAGS; \ Chris@42: if $(am__is_gnu_make); then \ Chris@42: sane_makeflags=$$MFLAGS; \ Chris@42: else \ Chris@42: case $$MAKEFLAGS in \ Chris@42: *\\[\ \ ]*) \ Chris@42: bs=\\; \ Chris@42: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ Chris@42: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ Chris@42: esac; \ Chris@42: fi; \ Chris@42: skip_next=no; \ Chris@42: strip_trailopt () \ Chris@42: { \ Chris@42: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ Chris@42: }; \ Chris@42: for flg in $$sane_makeflags; do \ Chris@42: test $$skip_next = yes && { skip_next=no; continue; }; \ Chris@42: case $$flg in \ Chris@42: *=*|--*) continue;; \ Chris@42: -*I) strip_trailopt 'I'; skip_next=yes;; \ Chris@42: -*I?*) strip_trailopt 'I';; \ Chris@42: -*O) strip_trailopt 'O'; skip_next=yes;; \ Chris@42: -*O?*) strip_trailopt 'O';; \ Chris@42: -*l) strip_trailopt 'l'; skip_next=yes;; \ Chris@42: -*l?*) strip_trailopt 'l';; \ Chris@42: -[dEDm]) skip_next=yes;; \ Chris@42: -[JT]) skip_next=yes;; \ Chris@42: esac; \ Chris@42: case $$flg in \ Chris@42: *$$target_option*) has_opt=yes; break;; \ Chris@42: esac; \ Chris@42: done; \ Chris@42: test $$has_opt = yes Chris@42: am__make_dryrun = (target_option=n; $(am__make_running_with_option)) Chris@42: am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) Chris@42: pkgdatadir = $(datadir)/@PACKAGE@ Chris@42: pkgincludedir = $(includedir)/@PACKAGE@ Chris@42: pkglibdir = $(libdir)/@PACKAGE@ Chris@42: pkglibexecdir = $(libexecdir)/@PACKAGE@ Chris@42: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd Chris@42: install_sh_DATA = $(install_sh) -c -m 644 Chris@42: install_sh_PROGRAM = $(install_sh) -c Chris@42: install_sh_SCRIPT = $(install_sh) -c Chris@42: INSTALL_HEADER = $(INSTALL_DATA) Chris@42: transform = $(program_transform_name) Chris@42: NORMAL_INSTALL = : Chris@42: PRE_INSTALL = : Chris@42: POST_INSTALL = : Chris@42: NORMAL_UNINSTALL = : Chris@42: PRE_UNINSTALL = : Chris@42: POST_UNINSTALL = : Chris@42: build_triplet = @build@ Chris@42: host_triplet = @host@ Chris@42: DIST_COMMON = $(top_srcdir)/dft/simd/codlist.mk \ Chris@42: $(top_srcdir)/dft/simd/simd.mk $(srcdir)/Makefile.in \ Chris@42: $(srcdir)/Makefile.am $(top_srcdir)/depcomp Chris@42: subdir = dft/simd/generic-simd256 Chris@42: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 Chris@42: am__aclocal_m4_deps = $(top_srcdir)/m4/acx_mpi.m4 \ Chris@42: $(top_srcdir)/m4/acx_pthread.m4 \ Chris@42: $(top_srcdir)/m4/ax_cc_maxopt.m4 \ Chris@42: $(top_srcdir)/m4/ax_check_compiler_flags.m4 \ Chris@42: $(top_srcdir)/m4/ax_compiler_vendor.m4 \ Chris@42: $(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \ Chris@42: $(top_srcdir)/m4/ax_gcc_version.m4 \ Chris@42: $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/libtool.m4 \ Chris@42: $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ Chris@42: $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ Chris@42: $(top_srcdir)/configure.ac Chris@42: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ Chris@42: $(ACLOCAL_M4) Chris@42: mkinstalldirs = $(install_sh) -d Chris@42: CONFIG_HEADER = $(top_builddir)/config.h Chris@42: CONFIG_CLEAN_FILES = Chris@42: CONFIG_CLEAN_VPATH_FILES = Chris@42: LTLIBRARIES = $(noinst_LTLIBRARIES) Chris@42: libdft_generic_simd256_codelets_la_LIBADD = Chris@42: am__libdft_generic_simd256_codelets_la_SOURCES_DIST = n1fv_2.c \ Chris@42: n1fv_3.c n1fv_4.c n1fv_5.c n1fv_6.c n1fv_7.c n1fv_8.c n1fv_9.c \ Chris@42: n1fv_10.c n1fv_11.c n1fv_12.c n1fv_13.c n1fv_14.c n1fv_15.c \ Chris@42: n1fv_16.c n1fv_32.c n1fv_64.c n1fv_128.c n1fv_20.c n1fv_25.c \ Chris@42: n1bv_2.c n1bv_3.c n1bv_4.c n1bv_5.c n1bv_6.c n1bv_7.c n1bv_8.c \ Chris@42: n1bv_9.c n1bv_10.c n1bv_11.c n1bv_12.c n1bv_13.c n1bv_14.c \ Chris@42: n1bv_15.c n1bv_16.c n1bv_32.c n1bv_64.c n1bv_128.c n1bv_20.c \ Chris@42: n1bv_25.c n2fv_2.c n2fv_4.c n2fv_6.c n2fv_8.c n2fv_10.c \ Chris@42: n2fv_12.c n2fv_14.c n2fv_16.c n2fv_32.c n2fv_64.c n2fv_20.c \ Chris@42: n2bv_2.c n2bv_4.c n2bv_6.c n2bv_8.c n2bv_10.c n2bv_12.c \ Chris@42: n2bv_14.c n2bv_16.c n2bv_32.c n2bv_64.c n2bv_20.c n2sv_4.c \ Chris@42: n2sv_8.c n2sv_16.c n2sv_32.c n2sv_64.c t1fuv_2.c t1fuv_3.c \ Chris@42: t1fuv_4.c t1fuv_5.c t1fuv_6.c t1fuv_7.c t1fuv_8.c t1fuv_9.c \ Chris@42: t1fuv_10.c t1fv_2.c t1fv_3.c t1fv_4.c t1fv_5.c t1fv_6.c \ Chris@42: t1fv_7.c t1fv_8.c t1fv_9.c t1fv_10.c t1fv_12.c t1fv_15.c \ Chris@42: t1fv_16.c t1fv_32.c t1fv_64.c t1fv_20.c t1fv_25.c t2fv_2.c \ Chris@42: t2fv_4.c t2fv_8.c t2fv_16.c t2fv_32.c t2fv_64.c t2fv_5.c \ Chris@42: t2fv_10.c t2fv_20.c t2fv_25.c t3fv_4.c t3fv_8.c t3fv_16.c \ Chris@42: t3fv_32.c t3fv_5.c t3fv_10.c t3fv_20.c t3fv_25.c t1buv_2.c \ Chris@42: t1buv_3.c t1buv_4.c t1buv_5.c t1buv_6.c t1buv_7.c t1buv_8.c \ Chris@42: t1buv_9.c t1buv_10.c t1bv_2.c t1bv_3.c t1bv_4.c t1bv_5.c \ Chris@42: t1bv_6.c t1bv_7.c t1bv_8.c t1bv_9.c t1bv_10.c t1bv_12.c \ Chris@42: t1bv_15.c t1bv_16.c t1bv_32.c t1bv_64.c t1bv_20.c t1bv_25.c \ Chris@42: t2bv_2.c t2bv_4.c t2bv_8.c t2bv_16.c t2bv_32.c t2bv_64.c \ Chris@42: t2bv_5.c t2bv_10.c t2bv_20.c t2bv_25.c t3bv_4.c t3bv_8.c \ Chris@42: t3bv_16.c t3bv_32.c t3bv_5.c t3bv_10.c t3bv_20.c t3bv_25.c \ Chris@42: t1sv_2.c t1sv_4.c t1sv_8.c t1sv_16.c t1sv_32.c t2sv_4.c \ Chris@42: t2sv_8.c t2sv_16.c t2sv_32.c q1fv_2.c q1fv_4.c q1fv_5.c \ Chris@42: q1fv_8.c q1bv_2.c q1bv_4.c q1bv_5.c q1bv_8.c genus.c codlist.c Chris@42: am__objects_1 = n1fv_2.lo n1fv_3.lo n1fv_4.lo n1fv_5.lo n1fv_6.lo \ Chris@42: n1fv_7.lo n1fv_8.lo n1fv_9.lo n1fv_10.lo n1fv_11.lo n1fv_12.lo \ Chris@42: n1fv_13.lo n1fv_14.lo n1fv_15.lo n1fv_16.lo n1fv_32.lo \ Chris@42: n1fv_64.lo n1fv_128.lo n1fv_20.lo n1fv_25.lo Chris@42: am__objects_2 = n1bv_2.lo n1bv_3.lo n1bv_4.lo n1bv_5.lo n1bv_6.lo \ Chris@42: n1bv_7.lo n1bv_8.lo n1bv_9.lo n1bv_10.lo n1bv_11.lo n1bv_12.lo \ Chris@42: n1bv_13.lo n1bv_14.lo n1bv_15.lo n1bv_16.lo n1bv_32.lo \ Chris@42: n1bv_64.lo n1bv_128.lo n1bv_20.lo n1bv_25.lo Chris@42: am__objects_3 = n2fv_2.lo n2fv_4.lo n2fv_6.lo n2fv_8.lo n2fv_10.lo \ Chris@42: n2fv_12.lo n2fv_14.lo n2fv_16.lo n2fv_32.lo n2fv_64.lo \ Chris@42: n2fv_20.lo Chris@42: am__objects_4 = n2bv_2.lo n2bv_4.lo n2bv_6.lo n2bv_8.lo n2bv_10.lo \ Chris@42: n2bv_12.lo n2bv_14.lo n2bv_16.lo n2bv_32.lo n2bv_64.lo \ Chris@42: n2bv_20.lo Chris@42: am__objects_5 = n2sv_4.lo n2sv_8.lo n2sv_16.lo n2sv_32.lo n2sv_64.lo Chris@42: am__objects_6 = t1fuv_2.lo t1fuv_3.lo t1fuv_4.lo t1fuv_5.lo t1fuv_6.lo \ Chris@42: t1fuv_7.lo t1fuv_8.lo t1fuv_9.lo t1fuv_10.lo Chris@42: am__objects_7 = t1fv_2.lo t1fv_3.lo t1fv_4.lo t1fv_5.lo t1fv_6.lo \ Chris@42: t1fv_7.lo t1fv_8.lo t1fv_9.lo t1fv_10.lo t1fv_12.lo t1fv_15.lo \ Chris@42: t1fv_16.lo t1fv_32.lo t1fv_64.lo t1fv_20.lo t1fv_25.lo Chris@42: am__objects_8 = t2fv_2.lo t2fv_4.lo t2fv_8.lo t2fv_16.lo t2fv_32.lo \ Chris@42: t2fv_64.lo t2fv_5.lo t2fv_10.lo t2fv_20.lo t2fv_25.lo Chris@42: am__objects_9 = t3fv_4.lo t3fv_8.lo t3fv_16.lo t3fv_32.lo t3fv_5.lo \ Chris@42: t3fv_10.lo t3fv_20.lo t3fv_25.lo Chris@42: am__objects_10 = t1buv_2.lo t1buv_3.lo t1buv_4.lo t1buv_5.lo \ Chris@42: t1buv_6.lo t1buv_7.lo t1buv_8.lo t1buv_9.lo t1buv_10.lo Chris@42: am__objects_11 = t1bv_2.lo t1bv_3.lo t1bv_4.lo t1bv_5.lo t1bv_6.lo \ Chris@42: t1bv_7.lo t1bv_8.lo t1bv_9.lo t1bv_10.lo t1bv_12.lo t1bv_15.lo \ Chris@42: t1bv_16.lo t1bv_32.lo t1bv_64.lo t1bv_20.lo t1bv_25.lo Chris@42: am__objects_12 = t2bv_2.lo t2bv_4.lo t2bv_8.lo t2bv_16.lo t2bv_32.lo \ Chris@42: t2bv_64.lo t2bv_5.lo t2bv_10.lo t2bv_20.lo t2bv_25.lo Chris@42: am__objects_13 = t3bv_4.lo t3bv_8.lo t3bv_16.lo t3bv_32.lo t3bv_5.lo \ Chris@42: t3bv_10.lo t3bv_20.lo t3bv_25.lo Chris@42: am__objects_14 = t1sv_2.lo t1sv_4.lo t1sv_8.lo t1sv_16.lo t1sv_32.lo Chris@42: am__objects_15 = t2sv_4.lo t2sv_8.lo t2sv_16.lo t2sv_32.lo Chris@42: am__objects_16 = q1fv_2.lo q1fv_4.lo q1fv_5.lo q1fv_8.lo Chris@42: am__objects_17 = q1bv_2.lo q1bv_4.lo q1bv_5.lo q1bv_8.lo Chris@42: am__objects_18 = $(am__objects_1) $(am__objects_2) $(am__objects_3) \ Chris@42: $(am__objects_4) $(am__objects_5) $(am__objects_6) \ Chris@42: $(am__objects_7) $(am__objects_8) $(am__objects_9) \ Chris@42: $(am__objects_10) $(am__objects_11) $(am__objects_12) \ Chris@42: $(am__objects_13) $(am__objects_14) $(am__objects_15) \ Chris@42: $(am__objects_16) $(am__objects_17) Chris@42: am__objects_19 = $(am__objects_18) genus.lo codlist.lo Chris@42: @HAVE_GENERIC_SIMD256_TRUE@am__objects_20 = $(am__objects_19) Chris@42: @HAVE_GENERIC_SIMD256_TRUE@am_libdft_generic_simd256_codelets_la_OBJECTS = \ Chris@42: @HAVE_GENERIC_SIMD256_TRUE@ $(am__objects_20) Chris@42: libdft_generic_simd256_codelets_la_OBJECTS = \ Chris@42: $(am_libdft_generic_simd256_codelets_la_OBJECTS) Chris@42: AM_V_lt = $(am__v_lt_@AM_V@) Chris@42: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) Chris@42: am__v_lt_0 = --silent Chris@42: am__v_lt_1 = Chris@42: @HAVE_GENERIC_SIMD256_TRUE@am_libdft_generic_simd256_codelets_la_rpath = Chris@42: AM_V_P = $(am__v_P_@AM_V@) Chris@42: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) Chris@42: am__v_P_0 = false Chris@42: am__v_P_1 = : Chris@42: AM_V_GEN = $(am__v_GEN_@AM_V@) Chris@42: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) Chris@42: am__v_GEN_0 = @echo " GEN " $@; Chris@42: am__v_GEN_1 = Chris@42: AM_V_at = $(am__v_at_@AM_V@) Chris@42: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) Chris@42: am__v_at_0 = @ Chris@42: am__v_at_1 = Chris@42: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) Chris@42: depcomp = $(SHELL) $(top_srcdir)/depcomp Chris@42: am__depfiles_maybe = depfiles Chris@42: am__mv = mv -f Chris@42: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ Chris@42: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) Chris@42: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ Chris@42: $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ Chris@42: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ Chris@42: $(AM_CFLAGS) $(CFLAGS) Chris@42: AM_V_CC = $(am__v_CC_@AM_V@) Chris@42: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) Chris@42: am__v_CC_0 = @echo " CC " $@; Chris@42: am__v_CC_1 = Chris@42: CCLD = $(CC) Chris@42: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ Chris@42: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ Chris@42: $(AM_LDFLAGS) $(LDFLAGS) -o $@ Chris@42: AM_V_CCLD = $(am__v_CCLD_@AM_V@) Chris@42: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) Chris@42: am__v_CCLD_0 = @echo " CCLD " $@; Chris@42: am__v_CCLD_1 = Chris@42: SOURCES = $(libdft_generic_simd256_codelets_la_SOURCES) Chris@42: DIST_SOURCES = $(am__libdft_generic_simd256_codelets_la_SOURCES_DIST) Chris@42: am__can_run_installinfo = \ Chris@42: case $$AM_UPDATE_INFO_DIR in \ Chris@42: n|no|NO) false;; \ Chris@42: *) (install-info --version) >/dev/null 2>&1;; \ Chris@42: esac Chris@42: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) Chris@42: # Read a list of newline-separated strings from the standard input, Chris@42: # and print each of them once, without duplicates. Input order is Chris@42: # *not* preserved. Chris@42: am__uniquify_input = $(AWK) '\ Chris@42: BEGIN { nonempty = 0; } \ Chris@42: { items[$$0] = 1; nonempty = 1; } \ Chris@42: END { if (nonempty) { for (i in items) print i; }; } \ Chris@42: ' Chris@42: # Make sure the list of sources is unique. This is necessary because, Chris@42: # e.g., the same source file might be shared among _SOURCES variables Chris@42: # for different programs/libraries. Chris@42: am__define_uniq_tagged_files = \ Chris@42: list='$(am__tagged_files)'; \ Chris@42: unique=`for i in $$list; do \ Chris@42: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ Chris@42: done | $(am__uniquify_input)` Chris@42: ETAGS = etags Chris@42: CTAGS = ctags Chris@42: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) Chris@42: ACLOCAL = @ACLOCAL@ Chris@42: ALLOCA = @ALLOCA@ Chris@42: ALTIVEC_CFLAGS = @ALTIVEC_CFLAGS@ Chris@42: AMTAR = @AMTAR@ Chris@42: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ Chris@42: AR = @AR@ Chris@42: AS = @AS@ Chris@42: AUTOCONF = @AUTOCONF@ Chris@42: AUTOHEADER = @AUTOHEADER@ Chris@42: AUTOMAKE = @AUTOMAKE@ Chris@42: AVX2_CFLAGS = @AVX2_CFLAGS@ Chris@42: AVX512_CFLAGS = @AVX512_CFLAGS@ Chris@42: AVX_128_FMA_CFLAGS = @AVX_128_FMA_CFLAGS@ Chris@42: AVX_CFLAGS = @AVX_CFLAGS@ Chris@42: AWK = @AWK@ Chris@42: CC = @CC@ Chris@42: CCDEPMODE = @CCDEPMODE@ Chris@42: CFLAGS = @CFLAGS@ Chris@42: CHECK_PL_OPTS = @CHECK_PL_OPTS@ Chris@42: CPP = @CPP@ Chris@42: CPPFLAGS = @CPPFLAGS@ Chris@42: CYGPATH_W = @CYGPATH_W@ Chris@42: C_FFTW_R2R_KIND = @C_FFTW_R2R_KIND@ Chris@42: C_MPI_FINT = @C_MPI_FINT@ Chris@42: DEFS = @DEFS@ Chris@42: DEPDIR = @DEPDIR@ Chris@42: DLLTOOL = @DLLTOOL@ Chris@42: DSYMUTIL = @DSYMUTIL@ Chris@42: DUMPBIN = @DUMPBIN@ Chris@42: ECHO_C = @ECHO_C@ Chris@42: ECHO_N = @ECHO_N@ Chris@42: ECHO_T = @ECHO_T@ Chris@42: EGREP = @EGREP@ Chris@42: EXEEXT = @EXEEXT@ Chris@42: F77 = @F77@ Chris@42: FFLAGS = @FFLAGS@ Chris@42: FGREP = @FGREP@ Chris@42: FLIBS = @FLIBS@ Chris@42: GREP = @GREP@ Chris@42: INDENT = @INDENT@ Chris@42: INSTALL = @INSTALL@ Chris@42: INSTALL_DATA = @INSTALL_DATA@ Chris@42: INSTALL_PROGRAM = @INSTALL_PROGRAM@ Chris@42: INSTALL_SCRIPT = @INSTALL_SCRIPT@ Chris@42: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ Chris@42: KCVI_CFLAGS = @KCVI_CFLAGS@ Chris@42: LD = @LD@ Chris@42: LDFLAGS = @LDFLAGS@ Chris@42: LIBOBJS = @LIBOBJS@ Chris@42: LIBQUADMATH = @LIBQUADMATH@ Chris@42: LIBS = @LIBS@ Chris@42: LIBTOOL = @LIBTOOL@ Chris@42: LIPO = @LIPO@ Chris@42: LN_S = @LN_S@ Chris@42: LTLIBOBJS = @LTLIBOBJS@ Chris@42: MAINT = @MAINT@ Chris@42: MAKEINFO = @MAKEINFO@ Chris@42: MANIFEST_TOOL = @MANIFEST_TOOL@ Chris@42: MKDIR_P = @MKDIR_P@ Chris@42: MPICC = @MPICC@ Chris@42: MPILIBS = @MPILIBS@ Chris@42: MPIRUN = @MPIRUN@ Chris@42: NEON_CFLAGS = @NEON_CFLAGS@ Chris@42: NM = @NM@ Chris@42: NMEDIT = @NMEDIT@ Chris@42: OBJDUMP = @OBJDUMP@ Chris@42: OBJEXT = @OBJEXT@ Chris@42: OCAMLBUILD = @OCAMLBUILD@ Chris@42: OPENMP_CFLAGS = @OPENMP_CFLAGS@ Chris@42: OTOOL = @OTOOL@ Chris@42: OTOOL64 = @OTOOL64@ Chris@42: PACKAGE = @PACKAGE@ Chris@42: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ Chris@42: PACKAGE_NAME = @PACKAGE_NAME@ Chris@42: PACKAGE_STRING = @PACKAGE_STRING@ Chris@42: PACKAGE_TARNAME = @PACKAGE_TARNAME@ Chris@42: PACKAGE_URL = @PACKAGE_URL@ Chris@42: PACKAGE_VERSION = @PACKAGE_VERSION@ Chris@42: PATH_SEPARATOR = @PATH_SEPARATOR@ Chris@42: POW_LIB = @POW_LIB@ Chris@42: PRECISION = @PRECISION@ Chris@42: PREC_SUFFIX = @PREC_SUFFIX@ Chris@42: PTHREAD_CC = @PTHREAD_CC@ Chris@42: PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ Chris@42: PTHREAD_LIBS = @PTHREAD_LIBS@ Chris@42: RANLIB = @RANLIB@ Chris@42: SED = @SED@ Chris@42: SET_MAKE = @SET_MAKE@ Chris@42: SHARED_VERSION_INFO = @SHARED_VERSION_INFO@ Chris@42: SHELL = @SHELL@ Chris@42: SSE2_CFLAGS = @SSE2_CFLAGS@ Chris@42: STACK_ALIGN_CFLAGS = @STACK_ALIGN_CFLAGS@ Chris@42: STRIP = @STRIP@ Chris@42: THREADLIBS = @THREADLIBS@ Chris@42: VERSION = @VERSION@ Chris@42: VSX_CFLAGS = @VSX_CFLAGS@ Chris@42: abs_builddir = @abs_builddir@ Chris@42: abs_srcdir = @abs_srcdir@ Chris@42: abs_top_builddir = @abs_top_builddir@ Chris@42: abs_top_srcdir = @abs_top_srcdir@ Chris@42: ac_ct_AR = @ac_ct_AR@ Chris@42: ac_ct_CC = @ac_ct_CC@ Chris@42: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ Chris@42: ac_ct_F77 = @ac_ct_F77@ Chris@42: acx_pthread_config = @acx_pthread_config@ Chris@42: am__include = @am__include@ Chris@42: am__leading_dot = @am__leading_dot@ Chris@42: am__quote = @am__quote@ Chris@42: am__tar = @am__tar@ Chris@42: am__untar = @am__untar@ Chris@42: bindir = @bindir@ Chris@42: build = @build@ Chris@42: build_alias = @build_alias@ Chris@42: build_cpu = @build_cpu@ Chris@42: build_os = @build_os@ Chris@42: build_vendor = @build_vendor@ Chris@42: builddir = @builddir@ Chris@42: datadir = @datadir@ Chris@42: datarootdir = @datarootdir@ Chris@42: docdir = @docdir@ Chris@42: dvidir = @dvidir@ Chris@42: exec_prefix = @exec_prefix@ Chris@42: host = @host@ Chris@42: host_alias = @host_alias@ Chris@42: host_cpu = @host_cpu@ Chris@42: host_os = @host_os@ Chris@42: host_vendor = @host_vendor@ Chris@42: htmldir = @htmldir@ Chris@42: includedir = @includedir@ Chris@42: infodir = @infodir@ Chris@42: install_sh = @install_sh@ Chris@42: libdir = @libdir@ Chris@42: libexecdir = @libexecdir@ Chris@42: localedir = @localedir@ Chris@42: localstatedir = @localstatedir@ Chris@42: mandir = @mandir@ Chris@42: mkdir_p = @mkdir_p@ Chris@42: oldincludedir = @oldincludedir@ Chris@42: pdfdir = @pdfdir@ Chris@42: prefix = @prefix@ Chris@42: program_transform_name = @program_transform_name@ Chris@42: psdir = @psdir@ Chris@42: sbindir = @sbindir@ Chris@42: sharedstatedir = @sharedstatedir@ Chris@42: srcdir = @srcdir@ Chris@42: sysconfdir = @sysconfdir@ Chris@42: target_alias = @target_alias@ Chris@42: top_build_prefix = @top_build_prefix@ Chris@42: top_builddir = @top_builddir@ Chris@42: top_srcdir = @top_srcdir@ Chris@42: SIMD_HEADER = simd-generic256.h Chris@42: Chris@42: ########################################################################### Chris@42: # n1fv_ is a hard-coded FFTW_FORWARD FFT of size , using SIMD Chris@42: N1F = n1fv_2.c n1fv_3.c n1fv_4.c n1fv_5.c n1fv_6.c n1fv_7.c n1fv_8.c \ Chris@42: n1fv_9.c n1fv_10.c n1fv_11.c n1fv_12.c n1fv_13.c n1fv_14.c n1fv_15.c \ Chris@42: n1fv_16.c n1fv_32.c n1fv_64.c n1fv_128.c n1fv_20.c n1fv_25.c Chris@42: Chris@42: Chris@42: # as above, with restricted input vector stride Chris@42: N2F = n2fv_2.c n2fv_4.c n2fv_6.c n2fv_8.c n2fv_10.c n2fv_12.c \ Chris@42: n2fv_14.c n2fv_16.c n2fv_32.c n2fv_64.c n2fv_20.c Chris@42: Chris@42: Chris@42: # as above, but FFTW_BACKWARD Chris@42: N1B = n1bv_2.c n1bv_3.c n1bv_4.c n1bv_5.c n1bv_6.c n1bv_7.c n1bv_8.c \ Chris@42: n1bv_9.c n1bv_10.c n1bv_11.c n1bv_12.c n1bv_13.c n1bv_14.c n1bv_15.c \ Chris@42: n1bv_16.c n1bv_32.c n1bv_64.c n1bv_128.c n1bv_20.c n1bv_25.c Chris@42: Chris@42: N2B = n2bv_2.c n2bv_4.c n2bv_6.c n2bv_8.c n2bv_10.c n2bv_12.c \ Chris@42: n2bv_14.c n2bv_16.c n2bv_32.c n2bv_64.c n2bv_20.c Chris@42: Chris@42: Chris@42: # split-complex codelets Chris@42: N2S = n2sv_4.c n2sv_8.c n2sv_16.c n2sv_32.c n2sv_64.c Chris@42: Chris@42: ########################################################################### Chris@42: # t1fv_ is a "twiddle" FFT of size , implementing a radix-r DIT step Chris@42: # for an FFTW_FORWARD transform, using SIMD Chris@42: T1F = t1fv_2.c t1fv_3.c t1fv_4.c t1fv_5.c t1fv_6.c t1fv_7.c t1fv_8.c \ Chris@42: t1fv_9.c t1fv_10.c t1fv_12.c t1fv_15.c t1fv_16.c t1fv_32.c t1fv_64.c \ Chris@42: t1fv_20.c t1fv_25.c Chris@42: Chris@42: Chris@42: # same as t1fv_*, but with different twiddle storage scheme Chris@42: T2F = t2fv_2.c t2fv_4.c t2fv_8.c t2fv_16.c t2fv_32.c t2fv_64.c \ Chris@42: t2fv_5.c t2fv_10.c t2fv_20.c t2fv_25.c Chris@42: Chris@42: T3F = t3fv_4.c t3fv_8.c t3fv_16.c t3fv_32.c t3fv_5.c t3fv_10.c \ Chris@42: t3fv_20.c t3fv_25.c Chris@42: Chris@42: T1FU = t1fuv_2.c t1fuv_3.c t1fuv_4.c t1fuv_5.c t1fuv_6.c t1fuv_7.c \ Chris@42: t1fuv_8.c t1fuv_9.c t1fuv_10.c Chris@42: Chris@42: Chris@42: # as above, but FFTW_BACKWARD Chris@42: T1B = t1bv_2.c t1bv_3.c t1bv_4.c t1bv_5.c t1bv_6.c t1bv_7.c t1bv_8.c \ Chris@42: t1bv_9.c t1bv_10.c t1bv_12.c t1bv_15.c t1bv_16.c t1bv_32.c t1bv_64.c \ Chris@42: t1bv_20.c t1bv_25.c Chris@42: Chris@42: Chris@42: # same as t1bv_*, but with different twiddle storage scheme Chris@42: T2B = t2bv_2.c t2bv_4.c t2bv_8.c t2bv_16.c t2bv_32.c t2bv_64.c \ Chris@42: t2bv_5.c t2bv_10.c t2bv_20.c t2bv_25.c Chris@42: Chris@42: T3B = t3bv_4.c t3bv_8.c t3bv_16.c t3bv_32.c t3bv_5.c t3bv_10.c \ Chris@42: t3bv_20.c t3bv_25.c Chris@42: Chris@42: T1BU = t1buv_2.c t1buv_3.c t1buv_4.c t1buv_5.c t1buv_6.c t1buv_7.c \ Chris@42: t1buv_8.c t1buv_9.c t1buv_10.c Chris@42: Chris@42: Chris@42: # split-complex codelets Chris@42: T1S = t1sv_2.c t1sv_4.c t1sv_8.c t1sv_16.c t1sv_32.c Chris@42: T2S = t2sv_4.c t2sv_8.c t2sv_16.c t2sv_32.c Chris@42: Chris@42: ########################################################################### Chris@42: # q1fv_ is twiddle FFTW_FORWARD FFTs of size (DIF step), Chris@42: # where the output is transposed, using SIMD. This is used for Chris@42: # in-place transposes in sizes that are divisible by ^2. These Chris@42: # codelets have size ~ ^2, so you should probably not use Chris@42: # bigger than 8 or so. Chris@42: Q1F = q1fv_2.c q1fv_4.c q1fv_5.c q1fv_8.c Chris@42: Chris@42: # as above, but FFTW_BACKWARD Chris@42: Q1B = q1bv_2.c q1bv_4.c q1bv_5.c q1bv_8.c Chris@42: Chris@42: ########################################################################### Chris@42: SIMD_CODELETS = $(N1F) $(N1B) $(N2F) $(N2B) $(N2S) $(T1FU) $(T1F) \ Chris@42: $(T2F) $(T3F) $(T1BU) $(T1B) $(T2B) $(T3B) $(T1S) $(T2S) $(Q1F) $(Q1B) Chris@42: Chris@42: AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/dft \ Chris@42: -I$(top_srcdir)/dft/simd -I$(top_srcdir)/simd-support Chris@42: Chris@42: EXTRA_DIST = $(SIMD_CODELETS) genus.c codlist.c Chris@42: @HAVE_GENERIC_SIMD256_TRUE@BUILT_SOURCES = $(EXTRA_DIST) Chris@42: @HAVE_GENERIC_SIMD256_TRUE@noinst_LTLIBRARIES = libdft_generic_simd256_codelets.la Chris@42: @HAVE_GENERIC_SIMD256_TRUE@libdft_generic_simd256_codelets_la_SOURCES = $(BUILT_SOURCES) Chris@42: all: $(BUILT_SOURCES) Chris@42: $(MAKE) $(AM_MAKEFLAGS) all-am Chris@42: Chris@42: .SUFFIXES: Chris@42: .SUFFIXES: .c .lo .o .obj Chris@42: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/dft/simd/codlist.mk $(top_srcdir)/dft/simd/simd.mk $(am__configure_deps) Chris@42: @for dep in $?; do \ Chris@42: case '$(am__configure_deps)' in \ Chris@42: *$$dep*) \ Chris@42: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ Chris@42: && { if test -f $@; then exit 0; else break; fi; }; \ Chris@42: exit 1;; \ Chris@42: esac; \ Chris@42: done; \ Chris@42: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu dft/simd/generic-simd256/Makefile'; \ Chris@42: $(am__cd) $(top_srcdir) && \ Chris@42: $(AUTOMAKE) --gnu dft/simd/generic-simd256/Makefile Chris@42: .PRECIOUS: Makefile Chris@42: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status Chris@42: @case '$?' in \ Chris@42: *config.status*) \ Chris@42: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ Chris@42: *) \ Chris@42: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ Chris@42: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ Chris@42: esac; Chris@42: $(top_srcdir)/dft/simd/codlist.mk $(top_srcdir)/dft/simd/simd.mk: Chris@42: Chris@42: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) Chris@42: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh Chris@42: Chris@42: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) Chris@42: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh Chris@42: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) Chris@42: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh Chris@42: $(am__aclocal_m4_deps): Chris@42: Chris@42: clean-noinstLTLIBRARIES: Chris@42: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) Chris@42: @list='$(noinst_LTLIBRARIES)'; \ Chris@42: locs=`for p in $$list; do echo $$p; done | \ Chris@42: sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ Chris@42: sort -u`; \ Chris@42: test -z "$$locs" || { \ Chris@42: echo rm -f $${locs}; \ Chris@42: rm -f $${locs}; \ Chris@42: } Chris@42: Chris@42: libdft_generic_simd256_codelets.la: $(libdft_generic_simd256_codelets_la_OBJECTS) $(libdft_generic_simd256_codelets_la_DEPENDENCIES) $(EXTRA_libdft_generic_simd256_codelets_la_DEPENDENCIES) Chris@42: $(AM_V_CCLD)$(LINK) $(am_libdft_generic_simd256_codelets_la_rpath) $(libdft_generic_simd256_codelets_la_OBJECTS) $(libdft_generic_simd256_codelets_la_LIBADD) $(LIBS) Chris@42: Chris@42: mostlyclean-compile: Chris@42: -rm -f *.$(OBJEXT) Chris@42: Chris@42: distclean-compile: Chris@42: -rm -f *.tab.c Chris@42: Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codlist.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genus.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_10.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_11.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_12.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_128.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_13.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_14.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_15.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_16.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_2.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_20.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_25.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_3.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_32.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_4.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_5.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_6.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_64.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_7.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_8.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_9.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_10.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_11.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_12.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_128.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_13.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_14.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_15.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_16.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_2.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_20.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_25.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_3.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_32.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_4.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_5.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_6.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_64.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_7.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_8.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_9.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_10.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_12.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_14.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_16.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_2.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_20.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_32.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_4.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_6.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_64.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_8.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_10.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_12.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_14.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_16.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_2.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_20.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_32.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_4.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_6.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_64.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_8.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2sv_16.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2sv_32.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2sv_4.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2sv_64.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2sv_8.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1bv_2.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1bv_4.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1bv_5.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1bv_8.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1fv_2.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1fv_4.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1fv_5.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1fv_8.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_10.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_2.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_3.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_4.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_5.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_6.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_7.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_8.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_9.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_10.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_12.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_15.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_16.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_2.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_20.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_25.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_3.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_32.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_4.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_5.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_6.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_64.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_7.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_8.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_9.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_10.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_2.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_3.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_4.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_5.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_6.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_7.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_8.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_9.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_10.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_12.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_15.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_16.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_2.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_20.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_25.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_3.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_32.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_4.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_5.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_6.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_64.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_7.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_8.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_9.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1sv_16.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1sv_2.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1sv_32.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1sv_4.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1sv_8.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_10.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_16.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_2.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_20.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_25.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_32.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_4.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_5.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_64.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_8.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_10.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_16.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_2.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_20.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_25.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_32.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_4.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_5.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_64.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_8.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2sv_16.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2sv_32.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2sv_4.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2sv_8.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_10.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_16.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_20.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_25.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_32.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_4.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_5.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_8.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_10.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_16.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_20.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_25.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_32.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_4.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_5.Plo@am__quote@ Chris@42: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_8.Plo@am__quote@ Chris@42: Chris@42: .c.o: Chris@42: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< Chris@42: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po Chris@42: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ Chris@42: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ Chris@42: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< Chris@42: Chris@42: .c.obj: Chris@42: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` Chris@42: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po Chris@42: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ Chris@42: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ Chris@42: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` Chris@42: Chris@42: .c.lo: Chris@42: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< Chris@42: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo Chris@42: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ Chris@42: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ Chris@42: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< Chris@42: Chris@42: mostlyclean-libtool: Chris@42: -rm -f *.lo Chris@42: Chris@42: clean-libtool: Chris@42: -rm -rf .libs _libs Chris@42: Chris@42: ID: $(am__tagged_files) Chris@42: $(am__define_uniq_tagged_files); mkid -fID $$unique Chris@42: tags: tags-am Chris@42: TAGS: tags Chris@42: Chris@42: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) Chris@42: set x; \ Chris@42: here=`pwd`; \ Chris@42: $(am__define_uniq_tagged_files); \ Chris@42: shift; \ Chris@42: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ Chris@42: test -n "$$unique" || unique=$$empty_fix; \ Chris@42: if test $$# -gt 0; then \ Chris@42: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ Chris@42: "$$@" $$unique; \ Chris@42: else \ Chris@42: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ Chris@42: $$unique; \ Chris@42: fi; \ Chris@42: fi Chris@42: ctags: ctags-am Chris@42: Chris@42: CTAGS: ctags Chris@42: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) Chris@42: $(am__define_uniq_tagged_files); \ Chris@42: test -z "$(CTAGS_ARGS)$$unique" \ Chris@42: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ Chris@42: $$unique Chris@42: Chris@42: GTAGS: Chris@42: here=`$(am__cd) $(top_builddir) && pwd` \ Chris@42: && $(am__cd) $(top_srcdir) \ Chris@42: && gtags -i $(GTAGS_ARGS) "$$here" Chris@42: cscopelist: cscopelist-am Chris@42: Chris@42: cscopelist-am: $(am__tagged_files) Chris@42: list='$(am__tagged_files)'; \ Chris@42: case "$(srcdir)" in \ Chris@42: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ Chris@42: *) sdir=$(subdir)/$(srcdir) ;; \ Chris@42: esac; \ Chris@42: for i in $$list; do \ Chris@42: if test -f "$$i"; then \ Chris@42: echo "$(subdir)/$$i"; \ Chris@42: else \ Chris@42: echo "$$sdir/$$i"; \ Chris@42: fi; \ Chris@42: done >> $(top_builddir)/cscope.files Chris@42: Chris@42: distclean-tags: Chris@42: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags Chris@42: Chris@42: distdir: $(DISTFILES) Chris@42: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ Chris@42: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ Chris@42: list='$(DISTFILES)'; \ Chris@42: dist_files=`for file in $$list; do echo $$file; done | \ Chris@42: sed -e "s|^$$srcdirstrip/||;t" \ Chris@42: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ Chris@42: case $$dist_files in \ Chris@42: */*) $(MKDIR_P) `echo "$$dist_files" | \ Chris@42: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ Chris@42: sort -u` ;; \ Chris@42: esac; \ Chris@42: for file in $$dist_files; do \ Chris@42: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ Chris@42: if test -d $$d/$$file; then \ Chris@42: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ Chris@42: if test -d "$(distdir)/$$file"; then \ Chris@42: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ Chris@42: fi; \ Chris@42: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ Chris@42: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ Chris@42: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ Chris@42: fi; \ Chris@42: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ Chris@42: else \ Chris@42: test -f "$(distdir)/$$file" \ Chris@42: || cp -p $$d/$$file "$(distdir)/$$file" \ Chris@42: || exit 1; \ Chris@42: fi; \ Chris@42: done Chris@42: check-am: all-am Chris@42: check: $(BUILT_SOURCES) Chris@42: $(MAKE) $(AM_MAKEFLAGS) check-am Chris@42: all-am: Makefile $(LTLIBRARIES) Chris@42: installdirs: Chris@42: install: $(BUILT_SOURCES) Chris@42: $(MAKE) $(AM_MAKEFLAGS) install-am Chris@42: install-exec: install-exec-am Chris@42: install-data: install-data-am Chris@42: uninstall: uninstall-am Chris@42: Chris@42: install-am: all-am Chris@42: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am Chris@42: Chris@42: installcheck: installcheck-am Chris@42: install-strip: Chris@42: if test -z '$(STRIP)'; then \ Chris@42: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ Chris@42: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ Chris@42: install; \ Chris@42: else \ Chris@42: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ Chris@42: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ Chris@42: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ Chris@42: fi Chris@42: mostlyclean-generic: Chris@42: Chris@42: clean-generic: Chris@42: Chris@42: distclean-generic: Chris@42: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) Chris@42: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) Chris@42: Chris@42: maintainer-clean-generic: Chris@42: @echo "This command is intended for maintainers to use" Chris@42: @echo "it deletes files that may require special tools to rebuild." Chris@42: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) Chris@42: clean: clean-am Chris@42: Chris@42: clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ Chris@42: mostlyclean-am Chris@42: Chris@42: distclean: distclean-am Chris@42: -rm -rf ./$(DEPDIR) Chris@42: -rm -f Makefile Chris@42: distclean-am: clean-am distclean-compile distclean-generic \ Chris@42: distclean-tags Chris@42: Chris@42: dvi: dvi-am Chris@42: Chris@42: dvi-am: Chris@42: Chris@42: html: html-am Chris@42: Chris@42: html-am: Chris@42: Chris@42: info: info-am Chris@42: Chris@42: info-am: Chris@42: Chris@42: install-data-am: Chris@42: Chris@42: install-dvi: install-dvi-am Chris@42: Chris@42: install-dvi-am: Chris@42: Chris@42: install-exec-am: Chris@42: Chris@42: install-html: install-html-am Chris@42: Chris@42: install-html-am: Chris@42: Chris@42: install-info: install-info-am Chris@42: Chris@42: install-info-am: Chris@42: Chris@42: install-man: Chris@42: Chris@42: install-pdf: install-pdf-am Chris@42: Chris@42: install-pdf-am: Chris@42: Chris@42: install-ps: install-ps-am Chris@42: Chris@42: install-ps-am: Chris@42: Chris@42: installcheck-am: Chris@42: Chris@42: maintainer-clean: maintainer-clean-am Chris@42: -rm -rf ./$(DEPDIR) Chris@42: -rm -f Makefile Chris@42: maintainer-clean-am: distclean-am maintainer-clean-generic Chris@42: Chris@42: mostlyclean: mostlyclean-am Chris@42: Chris@42: mostlyclean-am: mostlyclean-compile mostlyclean-generic \ Chris@42: mostlyclean-libtool Chris@42: Chris@42: pdf: pdf-am Chris@42: Chris@42: pdf-am: Chris@42: Chris@42: ps: ps-am Chris@42: Chris@42: ps-am: Chris@42: Chris@42: uninstall-am: Chris@42: Chris@42: .MAKE: all check install install-am install-strip Chris@42: Chris@42: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ Chris@42: clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ Chris@42: ctags-am distclean distclean-compile distclean-generic \ Chris@42: distclean-libtool distclean-tags distdir dvi dvi-am html \ Chris@42: html-am info info-am install install-am install-data \ Chris@42: install-data-am install-dvi install-dvi-am install-exec \ Chris@42: install-exec-am install-html install-html-am install-info \ Chris@42: install-info-am install-man install-pdf install-pdf-am \ Chris@42: install-ps install-ps-am install-strip installcheck \ Chris@42: installcheck-am installdirs maintainer-clean \ Chris@42: maintainer-clean-generic mostlyclean mostlyclean-compile \ Chris@42: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ Chris@42: tags tags-am uninstall uninstall-am Chris@42: Chris@42: Chris@42: $(EXTRA_DIST): Makefile Chris@42: ( \ Chris@42: echo "/* Generated automatically. DO NOT EDIT! */"; \ Chris@42: echo "#define SIMD_HEADER \"$(SIMD_HEADER)\""; \ Chris@42: echo "#include \"../common/"$*".c\""; \ Chris@42: ) >$@ Chris@42: Chris@42: # Tell versions [3.59,3.63) of GNU make to not export all variables. Chris@42: # Otherwise a system limit (for SysV at least) may be exceeded. Chris@42: .NOEXPORT: