annotate src/fftw-3.3.3/tests/Makefile.in @ 73:02caadb7509e

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