annotate src/fftw-3.3.5/tests/Makefile.in @ 82:d0c2a83c1364

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