annotate fft/fftw/fftw-3.3.4/tests/Makefile.in @ 40:223f770b5341 kissfft-double tip

Try a double-precision kissfft
author Chris Cannam
date Wed, 07 Sep 2016 10:40:32 +0100
parents 26056e866c29
children
rev   line source
Chris@19 1 # Makefile.in generated by automake 1.14 from Makefile.am.
Chris@19 2 # @configure_input@
Chris@19 3
Chris@19 4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
Chris@19 5
Chris@19 6 # This Makefile.in is free software; the Free Software Foundation
Chris@19 7 # gives unlimited permission to copy and/or distribute it,
Chris@19 8 # with or without modifications, as long as this notice is preserved.
Chris@19 9
Chris@19 10 # This program is distributed in the hope that it will be useful,
Chris@19 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Chris@19 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Chris@19 13 # PARTICULAR PURPOSE.
Chris@19 14
Chris@19 15 @SET_MAKE@
Chris@19 16
Chris@19 17 VPATH = @srcdir@
Chris@19 18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
Chris@19 19 am__make_running_with_option = \
Chris@19 20 case $${target_option-} in \
Chris@19 21 ?) ;; \
Chris@19 22 *) echo "am__make_running_with_option: internal error: invalid" \
Chris@19 23 "target option '$${target_option-}' specified" >&2; \
Chris@19 24 exit 1;; \
Chris@19 25 esac; \
Chris@19 26 has_opt=no; \
Chris@19 27 sane_makeflags=$$MAKEFLAGS; \
Chris@19 28 if $(am__is_gnu_make); then \
Chris@19 29 sane_makeflags=$$MFLAGS; \
Chris@19 30 else \
Chris@19 31 case $$MAKEFLAGS in \
Chris@19 32 *\\[\ \ ]*) \
Chris@19 33 bs=\\; \
Chris@19 34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Chris@19 35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
Chris@19 36 esac; \
Chris@19 37 fi; \
Chris@19 38 skip_next=no; \
Chris@19 39 strip_trailopt () \
Chris@19 40 { \
Chris@19 41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Chris@19 42 }; \
Chris@19 43 for flg in $$sane_makeflags; do \
Chris@19 44 test $$skip_next = yes && { skip_next=no; continue; }; \
Chris@19 45 case $$flg in \
Chris@19 46 *=*|--*) continue;; \
Chris@19 47 -*I) strip_trailopt 'I'; skip_next=yes;; \
Chris@19 48 -*I?*) strip_trailopt 'I';; \
Chris@19 49 -*O) strip_trailopt 'O'; skip_next=yes;; \
Chris@19 50 -*O?*) strip_trailopt 'O';; \
Chris@19 51 -*l) strip_trailopt 'l'; skip_next=yes;; \
Chris@19 52 -*l?*) strip_trailopt 'l';; \
Chris@19 53 -[dEDm]) skip_next=yes;; \
Chris@19 54 -[JT]) skip_next=yes;; \
Chris@19 55 esac; \
Chris@19 56 case $$flg in \
Chris@19 57 *$$target_option*) has_opt=yes; break;; \
Chris@19 58 esac; \
Chris@19 59 done; \
Chris@19 60 test $$has_opt = yes
Chris@19 61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Chris@19 62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Chris@19 63 pkgdatadir = $(datadir)/@PACKAGE@
Chris@19 64 pkgincludedir = $(includedir)/@PACKAGE@
Chris@19 65 pkglibdir = $(libdir)/@PACKAGE@
Chris@19 66 pkglibexecdir = $(libexecdir)/@PACKAGE@
Chris@19 67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Chris@19 68 install_sh_DATA = $(install_sh) -c -m 644
Chris@19 69 install_sh_PROGRAM = $(install_sh) -c
Chris@19 70 install_sh_SCRIPT = $(install_sh) -c
Chris@19 71 INSTALL_HEADER = $(INSTALL_DATA)
Chris@19 72 transform = $(program_transform_name)
Chris@19 73 NORMAL_INSTALL = :
Chris@19 74 PRE_INSTALL = :
Chris@19 75 POST_INSTALL = :
Chris@19 76 NORMAL_UNINSTALL = :
Chris@19 77 PRE_UNINSTALL = :
Chris@19 78 POST_UNINSTALL = :
Chris@19 79 build_triplet = @build@
Chris@19 80 host_triplet = @host@
Chris@19 81 noinst_PROGRAMS = bench$(EXEEXT)
Chris@19 82 subdir = tests
Chris@19 83 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
Chris@19 84 $(top_srcdir)/depcomp README
Chris@19 85 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Chris@19 86 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_mpi.m4 \
Chris@19 87 $(top_srcdir)/m4/acx_pthread.m4 \
Chris@19 88 $(top_srcdir)/m4/ax_cc_maxopt.m4 \
Chris@19 89 $(top_srcdir)/m4/ax_check_compiler_flags.m4 \
Chris@19 90 $(top_srcdir)/m4/ax_compiler_vendor.m4 \
Chris@19 91 $(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \
Chris@19 92 $(top_srcdir)/m4/ax_gcc_version.m4 \
Chris@19 93 $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/libtool.m4 \
Chris@19 94 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
Chris@19 95 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
Chris@19 96 $(top_srcdir)/configure.ac
Chris@19 97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Chris@19 98 $(ACLOCAL_M4)
Chris@19 99 mkinstalldirs = $(install_sh) -d
Chris@19 100 CONFIG_HEADER = $(top_builddir)/config.h
Chris@19 101 CONFIG_CLEAN_FILES =
Chris@19 102 CONFIG_CLEAN_VPATH_FILES =
Chris@19 103 PROGRAMS = $(noinst_PROGRAMS)
Chris@19 104 am_bench_OBJECTS = bench-bench.$(OBJEXT) bench-hook.$(OBJEXT) \
Chris@19 105 bench-fftw-bench.$(OBJEXT)
Chris@19 106 bench_OBJECTS = $(am_bench_OBJECTS)
Chris@19 107 am__DEPENDENCIES_1 =
Chris@19 108 bench_DEPENDENCIES = $(LIBFFTWTHREADS) \
Chris@19 109 $(top_builddir)/libfftw3@PREC_SUFFIX@.la \
Chris@19 110 $(top_builddir)/libbench2/libbench2.a $(am__DEPENDENCIES_1)
Chris@19 111 AM_V_lt = $(am__v_lt_@AM_V@)
Chris@19 112 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
Chris@19 113 am__v_lt_0 = --silent
Chris@19 114 am__v_lt_1 =
Chris@19 115 bench_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Chris@19 116 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(bench_CFLAGS) $(CFLAGS) \
Chris@19 117 $(AM_LDFLAGS) $(LDFLAGS) -o $@
Chris@19 118 AM_V_P = $(am__v_P_@AM_V@)
Chris@19 119 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Chris@19 120 am__v_P_0 = false
Chris@19 121 am__v_P_1 = :
Chris@19 122 AM_V_GEN = $(am__v_GEN_@AM_V@)
Chris@19 123 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Chris@19 124 am__v_GEN_0 = @echo " GEN " $@;
Chris@19 125 am__v_GEN_1 =
Chris@19 126 AM_V_at = $(am__v_at_@AM_V@)
Chris@19 127 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Chris@19 128 am__v_at_0 = @
Chris@19 129 am__v_at_1 =
Chris@19 130 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
Chris@19 131 depcomp = $(SHELL) $(top_srcdir)/depcomp
Chris@19 132 am__depfiles_maybe = depfiles
Chris@19 133 am__mv = mv -f
Chris@19 134 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
Chris@19 135 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Chris@19 136 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Chris@19 137 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
Chris@19 138 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
Chris@19 139 $(AM_CFLAGS) $(CFLAGS)
Chris@19 140 AM_V_CC = $(am__v_CC_@AM_V@)
Chris@19 141 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
Chris@19 142 am__v_CC_0 = @echo " CC " $@;
Chris@19 143 am__v_CC_1 =
Chris@19 144 CCLD = $(CC)
Chris@19 145 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Chris@19 146 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Chris@19 147 $(AM_LDFLAGS) $(LDFLAGS) -o $@
Chris@19 148 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
Chris@19 149 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
Chris@19 150 am__v_CCLD_0 = @echo " CCLD " $@;
Chris@19 151 am__v_CCLD_1 =
Chris@19 152 SOURCES = $(bench_SOURCES)
Chris@19 153 DIST_SOURCES = $(bench_SOURCES)
Chris@19 154 am__can_run_installinfo = \
Chris@19 155 case $$AM_UPDATE_INFO_DIR in \
Chris@19 156 n|no|NO) false;; \
Chris@19 157 *) (install-info --version) >/dev/null 2>&1;; \
Chris@19 158 esac
Chris@19 159 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Chris@19 160 # Read a list of newline-separated strings from the standard input,
Chris@19 161 # and print each of them once, without duplicates. Input order is
Chris@19 162 # *not* preserved.
Chris@19 163 am__uniquify_input = $(AWK) '\
Chris@19 164 BEGIN { nonempty = 0; } \
Chris@19 165 { items[$$0] = 1; nonempty = 1; } \
Chris@19 166 END { if (nonempty) { for (i in items) print i; }; } \
Chris@19 167 '
Chris@19 168 # Make sure the list of sources is unique. This is necessary because,
Chris@19 169 # e.g., the same source file might be shared among _SOURCES variables
Chris@19 170 # for different programs/libraries.
Chris@19 171 am__define_uniq_tagged_files = \
Chris@19 172 list='$(am__tagged_files)'; \
Chris@19 173 unique=`for i in $$list; do \
Chris@19 174 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Chris@19 175 done | $(am__uniquify_input)`
Chris@19 176 ETAGS = etags
Chris@19 177 CTAGS = ctags
Chris@19 178 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Chris@19 179 ACLOCAL = @ACLOCAL@
Chris@19 180 ALLOCA = @ALLOCA@
Chris@19 181 ALTIVEC_CFLAGS = @ALTIVEC_CFLAGS@
Chris@19 182 AMTAR = @AMTAR@
Chris@19 183 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Chris@19 184 AR = @AR@
Chris@19 185 AS = @AS@
Chris@19 186 AUTOCONF = @AUTOCONF@
Chris@19 187 AUTOHEADER = @AUTOHEADER@
Chris@19 188 AUTOMAKE = @AUTOMAKE@
Chris@19 189 AVX_CFLAGS = @AVX_CFLAGS@
Chris@19 190 AWK = @AWK@
Chris@19 191 CC = @CC@
Chris@19 192 CCDEPMODE = @CCDEPMODE@
Chris@19 193 CFLAGS = @CFLAGS@
Chris@19 194 CHECK_PL_OPTS = @CHECK_PL_OPTS@
Chris@19 195 CPP = @CPP@
Chris@19 196 CPPFLAGS = @CPPFLAGS@
Chris@19 197 CYGPATH_W = @CYGPATH_W@
Chris@19 198 C_FFTW_R2R_KIND = @C_FFTW_R2R_KIND@
Chris@19 199 C_MPI_FINT = @C_MPI_FINT@
Chris@19 200 DEFS = @DEFS@
Chris@19 201 DEPDIR = @DEPDIR@
Chris@19 202 DLLTOOL = @DLLTOOL@
Chris@19 203 DSYMUTIL = @DSYMUTIL@
Chris@19 204 DUMPBIN = @DUMPBIN@
Chris@19 205 ECHO_C = @ECHO_C@
Chris@19 206 ECHO_N = @ECHO_N@
Chris@19 207 ECHO_T = @ECHO_T@
Chris@19 208 EGREP = @EGREP@
Chris@19 209 EXEEXT = @EXEEXT@
Chris@19 210 F77 = @F77@
Chris@19 211 FFLAGS = @FFLAGS@
Chris@19 212 FGREP = @FGREP@
Chris@19 213 FLIBS = @FLIBS@
Chris@19 214 GREP = @GREP@
Chris@19 215 INSTALL = @INSTALL@
Chris@19 216 INSTALL_DATA = @INSTALL_DATA@
Chris@19 217 INSTALL_PROGRAM = @INSTALL_PROGRAM@
Chris@19 218 INSTALL_SCRIPT = @INSTALL_SCRIPT@
Chris@19 219 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Chris@19 220 LD = @LD@
Chris@19 221 LDFLAGS = @LDFLAGS@
Chris@19 222 LIBOBJS = @LIBOBJS@
Chris@19 223 LIBQUADMATH = @LIBQUADMATH@
Chris@19 224 LIBS = @LIBS@
Chris@19 225 LIBTOOL = @LIBTOOL@
Chris@19 226 LIPO = @LIPO@
Chris@19 227 LN_S = @LN_S@
Chris@19 228 LTLIBOBJS = @LTLIBOBJS@
Chris@19 229 MAINT = @MAINT@
Chris@19 230 MAKEINFO = @MAKEINFO@
Chris@19 231 MANIFEST_TOOL = @MANIFEST_TOOL@
Chris@19 232 MKDIR_P = @MKDIR_P@
Chris@19 233 MPICC = @MPICC@
Chris@19 234 MPILIBS = @MPILIBS@
Chris@19 235 MPIRUN = @MPIRUN@
Chris@19 236 NEON_CFLAGS = @NEON_CFLAGS@
Chris@19 237 NM = @NM@
Chris@19 238 NMEDIT = @NMEDIT@
Chris@19 239 OBJDUMP = @OBJDUMP@
Chris@19 240 OBJEXT = @OBJEXT@
Chris@19 241 OCAMLBUILD = @OCAMLBUILD@
Chris@19 242 OPENMP_CFLAGS = @OPENMP_CFLAGS@
Chris@19 243 OTOOL = @OTOOL@
Chris@19 244 OTOOL64 = @OTOOL64@
Chris@19 245 PACKAGE = @PACKAGE@
Chris@19 246 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Chris@19 247 PACKAGE_NAME = @PACKAGE_NAME@
Chris@19 248 PACKAGE_STRING = @PACKAGE_STRING@
Chris@19 249 PACKAGE_TARNAME = @PACKAGE_TARNAME@
Chris@19 250 PACKAGE_URL = @PACKAGE_URL@
Chris@19 251 PACKAGE_VERSION = @PACKAGE_VERSION@
Chris@19 252 PATH_SEPARATOR = @PATH_SEPARATOR@
Chris@19 253 POW_LIB = @POW_LIB@
Chris@19 254 PRECISION = @PRECISION@
Chris@19 255 PREC_SUFFIX = @PREC_SUFFIX@
Chris@19 256 PTHREAD_CC = @PTHREAD_CC@
Chris@19 257 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
Chris@19 258 PTHREAD_LIBS = @PTHREAD_LIBS@
Chris@19 259 RANLIB = @RANLIB@
Chris@19 260 SED = @SED@
Chris@19 261 SET_MAKE = @SET_MAKE@
Chris@19 262 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
Chris@19 263 SHELL = @SHELL@
Chris@19 264 SSE2_CFLAGS = @SSE2_CFLAGS@
Chris@19 265 STACK_ALIGN_CFLAGS = @STACK_ALIGN_CFLAGS@
Chris@19 266 STRIP = @STRIP@
Chris@19 267 THREADLIBS = @THREADLIBS@
Chris@19 268 VERSION = @VERSION@
Chris@19 269 abs_builddir = @abs_builddir@
Chris@19 270 abs_srcdir = @abs_srcdir@
Chris@19 271 abs_top_builddir = @abs_top_builddir@
Chris@19 272 abs_top_srcdir = @abs_top_srcdir@
Chris@19 273 ac_ct_AR = @ac_ct_AR@
Chris@19 274 ac_ct_CC = @ac_ct_CC@
Chris@19 275 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Chris@19 276 ac_ct_F77 = @ac_ct_F77@
Chris@19 277 acx_pthread_config = @acx_pthread_config@
Chris@19 278 am__include = @am__include@
Chris@19 279 am__leading_dot = @am__leading_dot@
Chris@19 280 am__quote = @am__quote@
Chris@19 281 am__tar = @am__tar@
Chris@19 282 am__untar = @am__untar@
Chris@19 283 bindir = @bindir@
Chris@19 284 build = @build@
Chris@19 285 build_alias = @build_alias@
Chris@19 286 build_cpu = @build_cpu@
Chris@19 287 build_os = @build_os@
Chris@19 288 build_vendor = @build_vendor@
Chris@19 289 builddir = @builddir@
Chris@19 290 datadir = @datadir@
Chris@19 291 datarootdir = @datarootdir@
Chris@19 292 docdir = @docdir@
Chris@19 293 dvidir = @dvidir@
Chris@19 294 exec_prefix = @exec_prefix@
Chris@19 295 host = @host@
Chris@19 296 host_alias = @host_alias@
Chris@19 297 host_cpu = @host_cpu@
Chris@19 298 host_os = @host_os@
Chris@19 299 host_vendor = @host_vendor@
Chris@19 300 htmldir = @htmldir@
Chris@19 301 includedir = @includedir@
Chris@19 302 infodir = @infodir@
Chris@19 303 install_sh = @install_sh@
Chris@19 304 libdir = @libdir@
Chris@19 305 libexecdir = @libexecdir@
Chris@19 306 localedir = @localedir@
Chris@19 307 localstatedir = @localstatedir@
Chris@19 308 mandir = @mandir@
Chris@19 309 mkdir_p = @mkdir_p@
Chris@19 310 oldincludedir = @oldincludedir@
Chris@19 311 pdfdir = @pdfdir@
Chris@19 312 prefix = @prefix@
Chris@19 313 program_transform_name = @program_transform_name@
Chris@19 314 psdir = @psdir@
Chris@19 315 sbindir = @sbindir@
Chris@19 316 sharedstatedir = @sharedstatedir@
Chris@19 317 srcdir = @srcdir@
Chris@19 318 sysconfdir = @sysconfdir@
Chris@19 319 target_alias = @target_alias@
Chris@19 320 top_build_prefix = @top_build_prefix@
Chris@19 321 top_builddir = @top_builddir@
Chris@19 322 top_srcdir = @top_srcdir@
Chris@19 323 AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/libbench2 \
Chris@19 324 -I$(top_srcdir)/dft -I$(top_srcdir)/rdft -I$(top_srcdir)/reodft \
Chris@19 325 -I$(top_srcdir)/threads -I$(top_srcdir)/api
Chris@19 326
Chris@19 327 EXTRA_DIST = check.pl README
Chris@19 328 @OPENMP_TRUE@@THREADS_FALSE@bench_CFLAGS = $(OPENMP_CFLAGS)
Chris@19 329 @THREADS_TRUE@bench_CFLAGS = $(PTHREAD_CFLAGS)
Chris@19 330 @COMBINED_THREADS_FALSE@@THREADS_TRUE@LIBFFTWTHREADS = $(top_builddir)/threads/libfftw3@PREC_SUFFIX@_threads.la
Chris@19 331 @OPENMP_TRUE@@THREADS_FALSE@LIBFFTWTHREADS = $(top_builddir)/threads/libfftw3@PREC_SUFFIX@_omp.la
Chris@19 332 bench_SOURCES = bench.c hook.c fftw-bench.c fftw-bench.h
Chris@19 333 bench_LDADD = $(LIBFFTWTHREADS) \
Chris@19 334 $(top_builddir)/libfftw3@PREC_SUFFIX@.la \
Chris@19 335 $(top_builddir)/libbench2/libbench2.a $(THREADLIBS)
Chris@19 336
Chris@19 337 all: all-am
Chris@19 338
Chris@19 339 .SUFFIXES:
Chris@19 340 .SUFFIXES: .c .lo .o .obj
Chris@19 341 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
Chris@19 342 @for dep in $?; do \
Chris@19 343 case '$(am__configure_deps)' in \
Chris@19 344 *$$dep*) \
Chris@19 345 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Chris@19 346 && { if test -f $@; then exit 0; else break; fi; }; \
Chris@19 347 exit 1;; \
Chris@19 348 esac; \
Chris@19 349 done; \
Chris@19 350 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
Chris@19 351 $(am__cd) $(top_srcdir) && \
Chris@19 352 $(AUTOMAKE) --gnu tests/Makefile
Chris@19 353 .PRECIOUS: Makefile
Chris@19 354 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Chris@19 355 @case '$?' in \
Chris@19 356 *config.status*) \
Chris@19 357 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Chris@19 358 *) \
Chris@19 359 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
Chris@19 360 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
Chris@19 361 esac;
Chris@19 362
Chris@19 363 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Chris@19 364 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Chris@19 365
Chris@19 366 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Chris@19 367 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Chris@19 368 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Chris@19 369 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Chris@19 370 $(am__aclocal_m4_deps):
Chris@19 371
Chris@19 372 clean-noinstPROGRAMS:
Chris@19 373 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
Chris@19 374 echo " rm -f" $$list; \
Chris@19 375 rm -f $$list || exit $$?; \
Chris@19 376 test -n "$(EXEEXT)" || exit 0; \
Chris@19 377 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
Chris@19 378 echo " rm -f" $$list; \
Chris@19 379 rm -f $$list
Chris@19 380
Chris@19 381 bench$(EXEEXT): $(bench_OBJECTS) $(bench_DEPENDENCIES) $(EXTRA_bench_DEPENDENCIES)
Chris@19 382 @rm -f bench$(EXEEXT)
Chris@19 383 $(AM_V_CCLD)$(bench_LINK) $(bench_OBJECTS) $(bench_LDADD) $(LIBS)
Chris@19 384
Chris@19 385 mostlyclean-compile:
Chris@19 386 -rm -f *.$(OBJEXT)
Chris@19 387
Chris@19 388 distclean-compile:
Chris@19 389 -rm -f *.tab.c
Chris@19 390
Chris@19 391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bench-bench.Po@am__quote@
Chris@19 392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bench-fftw-bench.Po@am__quote@
Chris@19 393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bench-hook.Po@am__quote@
Chris@19 394
Chris@19 395 .c.o:
Chris@19 396 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Chris@19 397 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Chris@19 398 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Chris@19 399 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@19 400 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
Chris@19 401
Chris@19 402 .c.obj:
Chris@19 403 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
Chris@19 404 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Chris@19 405 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Chris@19 406 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@19 407 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
Chris@19 408
Chris@19 409 .c.lo:
Chris@19 410 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Chris@19 411 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
Chris@19 412 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Chris@19 413 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@19 414 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
Chris@19 415
Chris@19 416 bench-bench.o: bench.c
Chris@19 417 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bench_CFLAGS) $(CFLAGS) -MT bench-bench.o -MD -MP -MF $(DEPDIR)/bench-bench.Tpo -c -o bench-bench.o `test -f 'bench.c' || echo '$(srcdir)/'`bench.c
Chris@19 418 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bench-bench.Tpo $(DEPDIR)/bench-bench.Po
Chris@19 419 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bench.c' object='bench-bench.o' libtool=no @AMDEPBACKSLASH@
Chris@19 420 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@19 421 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bench_CFLAGS) $(CFLAGS) -c -o bench-bench.o `test -f 'bench.c' || echo '$(srcdir)/'`bench.c
Chris@19 422
Chris@19 423 bench-bench.obj: bench.c
Chris@19 424 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bench_CFLAGS) $(CFLAGS) -MT bench-bench.obj -MD -MP -MF $(DEPDIR)/bench-bench.Tpo -c -o bench-bench.obj `if test -f 'bench.c'; then $(CYGPATH_W) 'bench.c'; else $(CYGPATH_W) '$(srcdir)/bench.c'; fi`
Chris@19 425 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bench-bench.Tpo $(DEPDIR)/bench-bench.Po
Chris@19 426 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bench.c' object='bench-bench.obj' libtool=no @AMDEPBACKSLASH@
Chris@19 427 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@19 428 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bench_CFLAGS) $(CFLAGS) -c -o bench-bench.obj `if test -f 'bench.c'; then $(CYGPATH_W) 'bench.c'; else $(CYGPATH_W) '$(srcdir)/bench.c'; fi`
Chris@19 429
Chris@19 430 bench-hook.o: hook.c
Chris@19 431 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bench_CFLAGS) $(CFLAGS) -MT bench-hook.o -MD -MP -MF $(DEPDIR)/bench-hook.Tpo -c -o bench-hook.o `test -f 'hook.c' || echo '$(srcdir)/'`hook.c
Chris@19 432 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bench-hook.Tpo $(DEPDIR)/bench-hook.Po
Chris@19 433 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hook.c' object='bench-hook.o' libtool=no @AMDEPBACKSLASH@
Chris@19 434 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@19 435 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bench_CFLAGS) $(CFLAGS) -c -o bench-hook.o `test -f 'hook.c' || echo '$(srcdir)/'`hook.c
Chris@19 436
Chris@19 437 bench-hook.obj: hook.c
Chris@19 438 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bench_CFLAGS) $(CFLAGS) -MT bench-hook.obj -MD -MP -MF $(DEPDIR)/bench-hook.Tpo -c -o bench-hook.obj `if test -f 'hook.c'; then $(CYGPATH_W) 'hook.c'; else $(CYGPATH_W) '$(srcdir)/hook.c'; fi`
Chris@19 439 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bench-hook.Tpo $(DEPDIR)/bench-hook.Po
Chris@19 440 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hook.c' object='bench-hook.obj' libtool=no @AMDEPBACKSLASH@
Chris@19 441 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@19 442 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bench_CFLAGS) $(CFLAGS) -c -o bench-hook.obj `if test -f 'hook.c'; then $(CYGPATH_W) 'hook.c'; else $(CYGPATH_W) '$(srcdir)/hook.c'; fi`
Chris@19 443
Chris@19 444 bench-fftw-bench.o: fftw-bench.c
Chris@19 445 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bench_CFLAGS) $(CFLAGS) -MT bench-fftw-bench.o -MD -MP -MF $(DEPDIR)/bench-fftw-bench.Tpo -c -o bench-fftw-bench.o `test -f 'fftw-bench.c' || echo '$(srcdir)/'`fftw-bench.c
Chris@19 446 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bench-fftw-bench.Tpo $(DEPDIR)/bench-fftw-bench.Po
Chris@19 447 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fftw-bench.c' object='bench-fftw-bench.o' libtool=no @AMDEPBACKSLASH@
Chris@19 448 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@19 449 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bench_CFLAGS) $(CFLAGS) -c -o bench-fftw-bench.o `test -f 'fftw-bench.c' || echo '$(srcdir)/'`fftw-bench.c
Chris@19 450
Chris@19 451 bench-fftw-bench.obj: fftw-bench.c
Chris@19 452 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bench_CFLAGS) $(CFLAGS) -MT bench-fftw-bench.obj -MD -MP -MF $(DEPDIR)/bench-fftw-bench.Tpo -c -o bench-fftw-bench.obj `if test -f 'fftw-bench.c'; then $(CYGPATH_W) 'fftw-bench.c'; else $(CYGPATH_W) '$(srcdir)/fftw-bench.c'; fi`
Chris@19 453 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bench-fftw-bench.Tpo $(DEPDIR)/bench-fftw-bench.Po
Chris@19 454 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fftw-bench.c' object='bench-fftw-bench.obj' libtool=no @AMDEPBACKSLASH@
Chris@19 455 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@19 456 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bench_CFLAGS) $(CFLAGS) -c -o bench-fftw-bench.obj `if test -f 'fftw-bench.c'; then $(CYGPATH_W) 'fftw-bench.c'; else $(CYGPATH_W) '$(srcdir)/fftw-bench.c'; fi`
Chris@19 457
Chris@19 458 mostlyclean-libtool:
Chris@19 459 -rm -f *.lo
Chris@19 460
Chris@19 461 clean-libtool:
Chris@19 462 -rm -rf .libs _libs
Chris@19 463
Chris@19 464 ID: $(am__tagged_files)
Chris@19 465 $(am__define_uniq_tagged_files); mkid -fID $$unique
Chris@19 466 tags: tags-am
Chris@19 467 TAGS: tags
Chris@19 468
Chris@19 469 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Chris@19 470 set x; \
Chris@19 471 here=`pwd`; \
Chris@19 472 $(am__define_uniq_tagged_files); \
Chris@19 473 shift; \
Chris@19 474 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Chris@19 475 test -n "$$unique" || unique=$$empty_fix; \
Chris@19 476 if test $$# -gt 0; then \
Chris@19 477 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Chris@19 478 "$$@" $$unique; \
Chris@19 479 else \
Chris@19 480 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Chris@19 481 $$unique; \
Chris@19 482 fi; \
Chris@19 483 fi
Chris@19 484 ctags: ctags-am
Chris@19 485
Chris@19 486 CTAGS: ctags
Chris@19 487 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Chris@19 488 $(am__define_uniq_tagged_files); \
Chris@19 489 test -z "$(CTAGS_ARGS)$$unique" \
Chris@19 490 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Chris@19 491 $$unique
Chris@19 492
Chris@19 493 GTAGS:
Chris@19 494 here=`$(am__cd) $(top_builddir) && pwd` \
Chris@19 495 && $(am__cd) $(top_srcdir) \
Chris@19 496 && gtags -i $(GTAGS_ARGS) "$$here"
Chris@19 497 cscopelist: cscopelist-am
Chris@19 498
Chris@19 499 cscopelist-am: $(am__tagged_files)
Chris@19 500 list='$(am__tagged_files)'; \
Chris@19 501 case "$(srcdir)" in \
Chris@19 502 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Chris@19 503 *) sdir=$(subdir)/$(srcdir) ;; \
Chris@19 504 esac; \
Chris@19 505 for i in $$list; do \
Chris@19 506 if test -f "$$i"; then \
Chris@19 507 echo "$(subdir)/$$i"; \
Chris@19 508 else \
Chris@19 509 echo "$$sdir/$$i"; \
Chris@19 510 fi; \
Chris@19 511 done >> $(top_builddir)/cscope.files
Chris@19 512
Chris@19 513 distclean-tags:
Chris@19 514 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Chris@19 515
Chris@19 516 distdir: $(DISTFILES)
Chris@19 517 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Chris@19 518 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Chris@19 519 list='$(DISTFILES)'; \
Chris@19 520 dist_files=`for file in $$list; do echo $$file; done | \
Chris@19 521 sed -e "s|^$$srcdirstrip/||;t" \
Chris@19 522 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Chris@19 523 case $$dist_files in \
Chris@19 524 */*) $(MKDIR_P) `echo "$$dist_files" | \
Chris@19 525 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Chris@19 526 sort -u` ;; \
Chris@19 527 esac; \
Chris@19 528 for file in $$dist_files; do \
Chris@19 529 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Chris@19 530 if test -d $$d/$$file; then \
Chris@19 531 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Chris@19 532 if test -d "$(distdir)/$$file"; then \
Chris@19 533 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Chris@19 534 fi; \
Chris@19 535 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Chris@19 536 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Chris@19 537 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Chris@19 538 fi; \
Chris@19 539 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Chris@19 540 else \
Chris@19 541 test -f "$(distdir)/$$file" \
Chris@19 542 || cp -p $$d/$$file "$(distdir)/$$file" \
Chris@19 543 || exit 1; \
Chris@19 544 fi; \
Chris@19 545 done
Chris@19 546 check-am: all-am
Chris@19 547 $(MAKE) $(AM_MAKEFLAGS) check-local
Chris@19 548 check: check-am
Chris@19 549 all-am: Makefile $(PROGRAMS)
Chris@19 550 installdirs:
Chris@19 551 install: install-am
Chris@19 552 install-exec: install-exec-am
Chris@19 553 install-data: install-data-am
Chris@19 554 uninstall: uninstall-am
Chris@19 555
Chris@19 556 install-am: all-am
Chris@19 557 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Chris@19 558
Chris@19 559 installcheck: installcheck-am
Chris@19 560 install-strip:
Chris@19 561 if test -z '$(STRIP)'; then \
Chris@19 562 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Chris@19 563 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Chris@19 564 install; \
Chris@19 565 else \
Chris@19 566 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Chris@19 567 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Chris@19 568 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Chris@19 569 fi
Chris@19 570 mostlyclean-generic:
Chris@19 571
Chris@19 572 clean-generic:
Chris@19 573
Chris@19 574 distclean-generic:
Chris@19 575 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Chris@19 576 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Chris@19 577
Chris@19 578 maintainer-clean-generic:
Chris@19 579 @echo "This command is intended for maintainers to use"
Chris@19 580 @echo "it deletes files that may require special tools to rebuild."
Chris@19 581 clean: clean-am
Chris@19 582
Chris@19 583 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
Chris@19 584 mostlyclean-am
Chris@19 585
Chris@19 586 distclean: distclean-am
Chris@19 587 -rm -rf ./$(DEPDIR)
Chris@19 588 -rm -f Makefile
Chris@19 589 distclean-am: clean-am distclean-compile distclean-generic \
Chris@19 590 distclean-tags
Chris@19 591
Chris@19 592 dvi: dvi-am
Chris@19 593
Chris@19 594 dvi-am:
Chris@19 595
Chris@19 596 html: html-am
Chris@19 597
Chris@19 598 html-am:
Chris@19 599
Chris@19 600 info: info-am
Chris@19 601
Chris@19 602 info-am:
Chris@19 603
Chris@19 604 install-data-am:
Chris@19 605
Chris@19 606 install-dvi: install-dvi-am
Chris@19 607
Chris@19 608 install-dvi-am:
Chris@19 609
Chris@19 610 install-exec-am:
Chris@19 611
Chris@19 612 install-html: install-html-am
Chris@19 613
Chris@19 614 install-html-am:
Chris@19 615
Chris@19 616 install-info: install-info-am
Chris@19 617
Chris@19 618 install-info-am:
Chris@19 619
Chris@19 620 install-man:
Chris@19 621
Chris@19 622 install-pdf: install-pdf-am
Chris@19 623
Chris@19 624 install-pdf-am:
Chris@19 625
Chris@19 626 install-ps: install-ps-am
Chris@19 627
Chris@19 628 install-ps-am:
Chris@19 629
Chris@19 630 installcheck-am:
Chris@19 631
Chris@19 632 maintainer-clean: maintainer-clean-am
Chris@19 633 -rm -rf ./$(DEPDIR)
Chris@19 634 -rm -f Makefile
Chris@19 635 maintainer-clean-am: distclean-am maintainer-clean-generic
Chris@19 636
Chris@19 637 mostlyclean: mostlyclean-am
Chris@19 638
Chris@19 639 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
Chris@19 640 mostlyclean-libtool
Chris@19 641
Chris@19 642 pdf: pdf-am
Chris@19 643
Chris@19 644 pdf-am:
Chris@19 645
Chris@19 646 ps: ps-am
Chris@19 647
Chris@19 648 ps-am:
Chris@19 649
Chris@19 650 uninstall-am:
Chris@19 651
Chris@19 652 .MAKE: check-am install-am install-strip
Chris@19 653
Chris@19 654 .PHONY: CTAGS GTAGS TAGS all all-am check check-am check-local clean \
Chris@19 655 clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \
Chris@19 656 ctags ctags-am distclean distclean-compile distclean-generic \
Chris@19 657 distclean-libtool distclean-tags distdir dvi dvi-am html \
Chris@19 658 html-am info info-am install install-am install-data \
Chris@19 659 install-data-am install-dvi install-dvi-am install-exec \
Chris@19 660 install-exec-am install-html install-html-am install-info \
Chris@19 661 install-info-am install-man install-pdf install-pdf-am \
Chris@19 662 install-ps install-ps-am install-strip installcheck \
Chris@19 663 installcheck-am installdirs maintainer-clean \
Chris@19 664 maintainer-clean-generic mostlyclean mostlyclean-compile \
Chris@19 665 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Chris@19 666 tags tags-am uninstall uninstall-am
Chris@19 667
Chris@19 668
Chris@19 669 check-local: bench$(EXEEXT)
Chris@19 670 perl -w $(srcdir)/check.pl $(CHECK_PL_OPTS) -r -c=30 -v `pwd`/bench$(EXEEXT)
Chris@19 671 @echo "--------------------------------------------------------------"
Chris@19 672 @echo " FFTW transforms passed basic tests!"
Chris@19 673 @echo "--------------------------------------------------------------"
Chris@19 674 @SMP_TRUE@ perl -w $(srcdir)/check.pl $(CHECK_PL_OPTS) -r -c=30 -v --nthreads=2 `pwd`/bench$(EXEEXT)
Chris@19 675 @SMP_TRUE@ @echo "--------------------------------------------------------------"
Chris@19 676 @SMP_TRUE@ @echo " FFTW threaded transforms passed basic tests!"
Chris@19 677 @SMP_TRUE@ @echo "--------------------------------------------------------------"
Chris@19 678
Chris@19 679 bigcheck: bench$(EXEEXT)
Chris@19 680 perl -w $(srcdir)/check.pl $(CHECK_PL_OPTS) -a -v `pwd`/bench$(EXEEXT)
Chris@19 681 @echo "--------------------------------------------------------------"
Chris@19 682 @echo " FFTW transforms passed big tests!"
Chris@19 683 @echo "--------------------------------------------------------------"
Chris@19 684 @SMP_TRUE@ perl -w $(srcdir)/check.pl $(CHECK_PL_OPTS) -a -v --nthreads=2 `pwd`/bench$(EXEEXT)
Chris@19 685 @SMP_TRUE@ perl -w $(srcdir)/check.pl $(CHECK_PL_OPTS) -a -v --nthreads=3 `pwd`/bench$(EXEEXT)
Chris@19 686 @SMP_TRUE@ perl -w $(srcdir)/check.pl $(CHECK_PL_OPTS) -a -v --nthreads=10 `pwd`/bench$(EXEEXT)
Chris@19 687 @SMP_TRUE@ @echo "--------------------------------------------------------------"
Chris@19 688 @SMP_TRUE@ @echo " FFTW threaded transforms passed big tests!"
Chris@19 689 @SMP_TRUE@ @echo "--------------------------------------------------------------"
Chris@19 690
Chris@19 691 smallcheck: bench$(EXEEXT)
Chris@19 692 perl -w $(srcdir)/check.pl -r -c=1 -v `pwd`/bench$(EXEEXT)
Chris@19 693 perl -w $(srcdir)/check.pl -r --estimate -c=5 -v `pwd`/bench$(EXEEXT)
Chris@19 694 @echo "--------------------------------------------------------------"
Chris@19 695 @echo " FFTW transforms passed a few tests!"
Chris@19 696 @echo "--------------------------------------------------------------"
Chris@19 697 @SMP_TRUE@ perl -w $(srcdir)/check.pl -r --estimate -c=2 -v --nthreads=2 `pwd`/bench$(EXEEXT)
Chris@19 698 @SMP_TRUE@ @echo "--------------------------------------------------------------"
Chris@19 699 @SMP_TRUE@ @echo " FFTW threaded transforms passed a few tests!"
Chris@19 700 @SMP_TRUE@ @echo "--------------------------------------------------------------"
Chris@19 701
Chris@19 702 paranoid-check: bench$(EXEEXT)
Chris@19 703 @SMP_TRUE@ perl -w $(srcdir)/check.pl -a --patient --nthreads=10 --paranoid `pwd`/bench$(EXEEXT)
Chris@19 704 @SMP_TRUE@ perl -w $(srcdir)/check.pl -a --patient --nthreads=7 --paranoid `pwd`/bench$(EXEEXT)
Chris@19 705 @SMP_TRUE@ perl -w $(srcdir)/check.pl -a --patient --nthreads=3 --paranoid `pwd`/bench$(EXEEXT)
Chris@19 706 @SMP_TRUE@ perl -w $(srcdir)/check.pl -a --patient --nthreads=2 --paranoid `pwd`/bench$(EXEEXT)
Chris@19 707 perl -w $(srcdir)/check.pl -a --patient --paranoid `pwd`/bench$(EXEEXT)
Chris@19 708
Chris@19 709 exhaustive-check: bench$(EXEEXT)
Chris@19 710 @SMP_TRUE@ perl -w $(srcdir)/check.pl -a --exhaustive --nthreads=10 --paranoid `pwd`/bench$(EXEEXT)
Chris@19 711 @SMP_TRUE@ perl -w $(srcdir)/check.pl -a --exhaustive --nthreads=7 --paranoid `pwd`/bench$(EXEEXT)
Chris@19 712 @SMP_TRUE@ perl -w $(srcdir)/check.pl -a --exhaustive --nthreads=3 --paranoid `pwd`/bench$(EXEEXT)
Chris@19 713 @SMP_TRUE@ perl -w $(srcdir)/check.pl -a --exhaustive --nthreads=2 --paranoid `pwd`/bench$(EXEEXT)
Chris@19 714 perl -w $(srcdir)/check.pl -a --exhaustive --paranoid `pwd`/bench$(EXEEXT)
Chris@19 715
Chris@19 716 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Chris@19 717 # Otherwise a system limit (for SysV at least) may be exceeded.
Chris@19 718 .NOEXPORT: