annotate src/fftw-3.3.5/threads/Makefile.in @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +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 subdir = threads
Chris@42 82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
Chris@42 83 $(top_srcdir)/depcomp
Chris@42 84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Chris@42 85 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_mpi.m4 \
Chris@42 86 $(top_srcdir)/m4/acx_pthread.m4 \
Chris@42 87 $(top_srcdir)/m4/ax_cc_maxopt.m4 \
Chris@42 88 $(top_srcdir)/m4/ax_check_compiler_flags.m4 \
Chris@42 89 $(top_srcdir)/m4/ax_compiler_vendor.m4 \
Chris@42 90 $(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \
Chris@42 91 $(top_srcdir)/m4/ax_gcc_version.m4 \
Chris@42 92 $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/libtool.m4 \
Chris@42 93 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
Chris@42 94 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
Chris@42 95 $(top_srcdir)/configure.ac
Chris@42 96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Chris@42 97 $(ACLOCAL_M4)
Chris@42 98 mkinstalldirs = $(install_sh) -d
Chris@42 99 CONFIG_HEADER = $(top_builddir)/config.h
Chris@42 100 CONFIG_CLEAN_FILES =
Chris@42 101 CONFIG_CLEAN_VPATH_FILES =
Chris@42 102 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Chris@42 103 am__vpath_adj = case $$p in \
Chris@42 104 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Chris@42 105 *) f=$$p;; \
Chris@42 106 esac;
Chris@42 107 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
Chris@42 108 am__install_max = 40
Chris@42 109 am__nobase_strip_setup = \
Chris@42 110 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
Chris@42 111 am__nobase_strip = \
Chris@42 112 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
Chris@42 113 am__nobase_list = $(am__nobase_strip_setup); \
Chris@42 114 for p in $$list; do echo "$$p $$p"; done | \
Chris@42 115 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
Chris@42 116 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
Chris@42 117 if (++n[$$2] == $(am__install_max)) \
Chris@42 118 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
Chris@42 119 END { for (dir in files) print dir, files[dir] }'
Chris@42 120 am__base_list = \
Chris@42 121 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
Chris@42 122 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Chris@42 123 am__uninstall_files_from_dir = { \
Chris@42 124 test -z "$$files" \
Chris@42 125 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
Chris@42 126 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
Chris@42 127 $(am__cd) "$$dir" && rm -f $$files; }; \
Chris@42 128 }
Chris@42 129 am__installdirs = "$(DESTDIR)$(libdir)"
Chris@42 130 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
Chris@42 131 @COMBINED_THREADS_FALSE@libfftw3@PREC_SUFFIX@_omp_la_DEPENDENCIES = \
Chris@42 132 @COMBINED_THREADS_FALSE@ ../libfftw3@PREC_SUFFIX@.la
Chris@42 133 am_libfftw3@PREC_SUFFIX@_omp_la_OBJECTS = \
Chris@42 134 libfftw3@PREC_SUFFIX@_omp_la-api.lo \
Chris@42 135 libfftw3@PREC_SUFFIX@_omp_la-conf.lo \
Chris@42 136 libfftw3@PREC_SUFFIX@_omp_la-openmp.lo \
Chris@42 137 libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.lo \
Chris@42 138 libfftw3@PREC_SUFFIX@_omp_la-ct.lo \
Chris@42 139 libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.lo \
Chris@42 140 libfftw3@PREC_SUFFIX@_omp_la-hc2hc.lo \
Chris@42 141 libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.lo \
Chris@42 142 libfftw3@PREC_SUFFIX@_omp_la-f77api.lo
Chris@42 143 libfftw3@PREC_SUFFIX@_omp_la_OBJECTS = \
Chris@42 144 $(am_libfftw3@PREC_SUFFIX@_omp_la_OBJECTS)
Chris@42 145 AM_V_lt = $(am__v_lt_@AM_V@)
Chris@42 146 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
Chris@42 147 am__v_lt_0 = --silent
Chris@42 148 am__v_lt_1 =
Chris@42 149 libfftw3@PREC_SUFFIX@_omp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Chris@42 150 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Chris@42 151 $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) \
Chris@42 152 $(libfftw3@PREC_SUFFIX@_omp_la_LDFLAGS) $(LDFLAGS) -o $@
Chris@42 153 @COMBINED_THREADS_FALSE@@OPENMP_TRUE@@THREADS_TRUE@am_libfftw3@PREC_SUFFIX@_omp_la_rpath = \
Chris@42 154 @COMBINED_THREADS_FALSE@@OPENMP_TRUE@@THREADS_TRUE@ -rpath \
Chris@42 155 @COMBINED_THREADS_FALSE@@OPENMP_TRUE@@THREADS_TRUE@ $(libdir)
Chris@42 156 @OPENMP_TRUE@@THREADS_FALSE@am_libfftw3@PREC_SUFFIX@_omp_la_rpath = \
Chris@42 157 @OPENMP_TRUE@@THREADS_FALSE@ -rpath $(libdir)
Chris@42 158 @COMBINED_THREADS_FALSE@libfftw3@PREC_SUFFIX@_threads_la_DEPENDENCIES = \
Chris@42 159 @COMBINED_THREADS_FALSE@ ../libfftw3@PREC_SUFFIX@.la
Chris@42 160 am_libfftw3@PREC_SUFFIX@_threads_la_OBJECTS = \
Chris@42 161 libfftw3@PREC_SUFFIX@_threads_la-api.lo \
Chris@42 162 libfftw3@PREC_SUFFIX@_threads_la-conf.lo \
Chris@42 163 libfftw3@PREC_SUFFIX@_threads_la-threads.lo \
Chris@42 164 libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.lo \
Chris@42 165 libfftw3@PREC_SUFFIX@_threads_la-ct.lo \
Chris@42 166 libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.lo \
Chris@42 167 libfftw3@PREC_SUFFIX@_threads_la-hc2hc.lo \
Chris@42 168 libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.lo \
Chris@42 169 libfftw3@PREC_SUFFIX@_threads_la-f77api.lo
Chris@42 170 libfftw3@PREC_SUFFIX@_threads_la_OBJECTS = \
Chris@42 171 $(am_libfftw3@PREC_SUFFIX@_threads_la_OBJECTS)
Chris@42 172 libfftw3@PREC_SUFFIX@_threads_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Chris@42 173 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Chris@42 174 $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) \
Chris@42 175 $(libfftw3@PREC_SUFFIX@_threads_la_LDFLAGS) $(LDFLAGS) -o $@
Chris@42 176 @COMBINED_THREADS_FALSE@@THREADS_TRUE@am_libfftw3@PREC_SUFFIX@_threads_la_rpath = \
Chris@42 177 @COMBINED_THREADS_FALSE@@THREADS_TRUE@ -rpath $(libdir)
Chris@42 178 @COMBINED_THREADS_TRUE@@THREADS_TRUE@am_libfftw3@PREC_SUFFIX@_threads_la_rpath =
Chris@42 179 AM_V_P = $(am__v_P_@AM_V@)
Chris@42 180 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Chris@42 181 am__v_P_0 = false
Chris@42 182 am__v_P_1 = :
Chris@42 183 AM_V_GEN = $(am__v_GEN_@AM_V@)
Chris@42 184 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Chris@42 185 am__v_GEN_0 = @echo " GEN " $@;
Chris@42 186 am__v_GEN_1 =
Chris@42 187 AM_V_at = $(am__v_at_@AM_V@)
Chris@42 188 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Chris@42 189 am__v_at_0 = @
Chris@42 190 am__v_at_1 =
Chris@42 191 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
Chris@42 192 depcomp = $(SHELL) $(top_srcdir)/depcomp
Chris@42 193 am__depfiles_maybe = depfiles
Chris@42 194 am__mv = mv -f
Chris@42 195 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
Chris@42 196 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Chris@42 197 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Chris@42 198 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
Chris@42 199 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
Chris@42 200 $(AM_CFLAGS) $(CFLAGS)
Chris@42 201 AM_V_CC = $(am__v_CC_@AM_V@)
Chris@42 202 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
Chris@42 203 am__v_CC_0 = @echo " CC " $@;
Chris@42 204 am__v_CC_1 =
Chris@42 205 CCLD = $(CC)
Chris@42 206 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Chris@42 207 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Chris@42 208 $(AM_LDFLAGS) $(LDFLAGS) -o $@
Chris@42 209 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
Chris@42 210 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
Chris@42 211 am__v_CCLD_0 = @echo " CCLD " $@;
Chris@42 212 am__v_CCLD_1 =
Chris@42 213 SOURCES = $(libfftw3@PREC_SUFFIX@_omp_la_SOURCES) \
Chris@42 214 $(libfftw3@PREC_SUFFIX@_threads_la_SOURCES)
Chris@42 215 DIST_SOURCES = $(libfftw3@PREC_SUFFIX@_omp_la_SOURCES) \
Chris@42 216 $(libfftw3@PREC_SUFFIX@_threads_la_SOURCES)
Chris@42 217 am__can_run_installinfo = \
Chris@42 218 case $$AM_UPDATE_INFO_DIR in \
Chris@42 219 n|no|NO) false;; \
Chris@42 220 *) (install-info --version) >/dev/null 2>&1;; \
Chris@42 221 esac
Chris@42 222 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Chris@42 223 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Chris@42 224 ACLOCAL = @ACLOCAL@
Chris@42 225 ALLOCA = @ALLOCA@
Chris@42 226 ALTIVEC_CFLAGS = @ALTIVEC_CFLAGS@
Chris@42 227 AMTAR = @AMTAR@
Chris@42 228 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Chris@42 229 AR = @AR@
Chris@42 230 AS = @AS@
Chris@42 231 AUTOCONF = @AUTOCONF@
Chris@42 232 AUTOHEADER = @AUTOHEADER@
Chris@42 233 AUTOMAKE = @AUTOMAKE@
Chris@42 234 AVX2_CFLAGS = @AVX2_CFLAGS@
Chris@42 235 AVX512_CFLAGS = @AVX512_CFLAGS@
Chris@42 236 AVX_128_FMA_CFLAGS = @AVX_128_FMA_CFLAGS@
Chris@42 237 AVX_CFLAGS = @AVX_CFLAGS@
Chris@42 238 AWK = @AWK@
Chris@42 239 CC = @CC@
Chris@42 240 CCDEPMODE = @CCDEPMODE@
Chris@42 241 CFLAGS = @CFLAGS@
Chris@42 242 CHECK_PL_OPTS = @CHECK_PL_OPTS@
Chris@42 243 CPP = @CPP@
Chris@42 244 CPPFLAGS = @CPPFLAGS@
Chris@42 245 CYGPATH_W = @CYGPATH_W@
Chris@42 246 C_FFTW_R2R_KIND = @C_FFTW_R2R_KIND@
Chris@42 247 C_MPI_FINT = @C_MPI_FINT@
Chris@42 248 DEFS = @DEFS@
Chris@42 249 DEPDIR = @DEPDIR@
Chris@42 250 DLLTOOL = @DLLTOOL@
Chris@42 251 DSYMUTIL = @DSYMUTIL@
Chris@42 252 DUMPBIN = @DUMPBIN@
Chris@42 253 ECHO_C = @ECHO_C@
Chris@42 254 ECHO_N = @ECHO_N@
Chris@42 255 ECHO_T = @ECHO_T@
Chris@42 256 EGREP = @EGREP@
Chris@42 257 EXEEXT = @EXEEXT@
Chris@42 258 F77 = @F77@
Chris@42 259 FFLAGS = @FFLAGS@
Chris@42 260 FGREP = @FGREP@
Chris@42 261 FLIBS = @FLIBS@
Chris@42 262 GREP = @GREP@
Chris@42 263 INDENT = @INDENT@
Chris@42 264 INSTALL = @INSTALL@
Chris@42 265 INSTALL_DATA = @INSTALL_DATA@
Chris@42 266 INSTALL_PROGRAM = @INSTALL_PROGRAM@
Chris@42 267 INSTALL_SCRIPT = @INSTALL_SCRIPT@
Chris@42 268 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Chris@42 269 KCVI_CFLAGS = @KCVI_CFLAGS@
Chris@42 270 LD = @LD@
Chris@42 271 LDFLAGS = @LDFLAGS@
Chris@42 272 LIBOBJS = @LIBOBJS@
Chris@42 273 LIBQUADMATH = @LIBQUADMATH@
Chris@42 274 LIBS = @LIBS@
Chris@42 275 LIBTOOL = @LIBTOOL@
Chris@42 276 LIPO = @LIPO@
Chris@42 277 LN_S = @LN_S@
Chris@42 278 LTLIBOBJS = @LTLIBOBJS@
Chris@42 279 MAINT = @MAINT@
Chris@42 280 MAKEINFO = @MAKEINFO@
Chris@42 281 MANIFEST_TOOL = @MANIFEST_TOOL@
Chris@42 282 MKDIR_P = @MKDIR_P@
Chris@42 283 MPICC = @MPICC@
Chris@42 284 MPILIBS = @MPILIBS@
Chris@42 285 MPIRUN = @MPIRUN@
Chris@42 286 NEON_CFLAGS = @NEON_CFLAGS@
Chris@42 287 NM = @NM@
Chris@42 288 NMEDIT = @NMEDIT@
Chris@42 289 OBJDUMP = @OBJDUMP@
Chris@42 290 OBJEXT = @OBJEXT@
Chris@42 291 OCAMLBUILD = @OCAMLBUILD@
Chris@42 292 OPENMP_CFLAGS = @OPENMP_CFLAGS@
Chris@42 293 OTOOL = @OTOOL@
Chris@42 294 OTOOL64 = @OTOOL64@
Chris@42 295 PACKAGE = @PACKAGE@
Chris@42 296 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Chris@42 297 PACKAGE_NAME = @PACKAGE_NAME@
Chris@42 298 PACKAGE_STRING = @PACKAGE_STRING@
Chris@42 299 PACKAGE_TARNAME = @PACKAGE_TARNAME@
Chris@42 300 PACKAGE_URL = @PACKAGE_URL@
Chris@42 301 PACKAGE_VERSION = @PACKAGE_VERSION@
Chris@42 302 PATH_SEPARATOR = @PATH_SEPARATOR@
Chris@42 303 POW_LIB = @POW_LIB@
Chris@42 304 PRECISION = @PRECISION@
Chris@42 305 PREC_SUFFIX = @PREC_SUFFIX@
Chris@42 306 PTHREAD_CC = @PTHREAD_CC@
Chris@42 307 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
Chris@42 308 PTHREAD_LIBS = @PTHREAD_LIBS@
Chris@42 309 RANLIB = @RANLIB@
Chris@42 310 SED = @SED@
Chris@42 311 SET_MAKE = @SET_MAKE@
Chris@42 312 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
Chris@42 313 SHELL = @SHELL@
Chris@42 314 SSE2_CFLAGS = @SSE2_CFLAGS@
Chris@42 315 STACK_ALIGN_CFLAGS = @STACK_ALIGN_CFLAGS@
Chris@42 316 STRIP = @STRIP@
Chris@42 317 THREADLIBS = @THREADLIBS@
Chris@42 318 VERSION = @VERSION@
Chris@42 319 VSX_CFLAGS = @VSX_CFLAGS@
Chris@42 320 abs_builddir = @abs_builddir@
Chris@42 321 abs_srcdir = @abs_srcdir@
Chris@42 322 abs_top_builddir = @abs_top_builddir@
Chris@42 323 abs_top_srcdir = @abs_top_srcdir@
Chris@42 324 ac_ct_AR = @ac_ct_AR@
Chris@42 325 ac_ct_CC = @ac_ct_CC@
Chris@42 326 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Chris@42 327 ac_ct_F77 = @ac_ct_F77@
Chris@42 328 acx_pthread_config = @acx_pthread_config@
Chris@42 329 am__include = @am__include@
Chris@42 330 am__leading_dot = @am__leading_dot@
Chris@42 331 am__quote = @am__quote@
Chris@42 332 am__tar = @am__tar@
Chris@42 333 am__untar = @am__untar@
Chris@42 334 bindir = @bindir@
Chris@42 335 build = @build@
Chris@42 336 build_alias = @build_alias@
Chris@42 337 build_cpu = @build_cpu@
Chris@42 338 build_os = @build_os@
Chris@42 339 build_vendor = @build_vendor@
Chris@42 340 builddir = @builddir@
Chris@42 341 datadir = @datadir@
Chris@42 342 datarootdir = @datarootdir@
Chris@42 343 docdir = @docdir@
Chris@42 344 dvidir = @dvidir@
Chris@42 345 exec_prefix = @exec_prefix@
Chris@42 346 host = @host@
Chris@42 347 host_alias = @host_alias@
Chris@42 348 host_cpu = @host_cpu@
Chris@42 349 host_os = @host_os@
Chris@42 350 host_vendor = @host_vendor@
Chris@42 351 htmldir = @htmldir@
Chris@42 352 includedir = @includedir@
Chris@42 353 infodir = @infodir@
Chris@42 354 install_sh = @install_sh@
Chris@42 355 libdir = @libdir@
Chris@42 356 libexecdir = @libexecdir@
Chris@42 357 localedir = @localedir@
Chris@42 358 localstatedir = @localstatedir@
Chris@42 359 mandir = @mandir@
Chris@42 360 mkdir_p = @mkdir_p@
Chris@42 361 oldincludedir = @oldincludedir@
Chris@42 362 pdfdir = @pdfdir@
Chris@42 363 prefix = @prefix@
Chris@42 364 program_transform_name = @program_transform_name@
Chris@42 365 psdir = @psdir@
Chris@42 366 sbindir = @sbindir@
Chris@42 367 sharedstatedir = @sharedstatedir@
Chris@42 368 srcdir = @srcdir@
Chris@42 369 sysconfdir = @sysconfdir@
Chris@42 370 target_alias = @target_alias@
Chris@42 371 top_build_prefix = @top_build_prefix@
Chris@42 372 top_builddir = @top_builddir@
Chris@42 373 top_srcdir = @top_srcdir@
Chris@42 374 AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/dft \
Chris@42 375 -I$(top_srcdir)/rdft -I$(top_srcdir)/api
Chris@42 376
Chris@42 377 AM_CFLAGS = $(STACK_ALIGN_CFLAGS)
Chris@42 378 @OPENMP_FALSE@FFTWOMPLIB =
Chris@42 379 @OPENMP_TRUE@FFTWOMPLIB = libfftw3@PREC_SUFFIX@_omp.la
Chris@42 380 @COMBINED_THREADS_TRUE@@THREADS_TRUE@noinst_LTLIBRARIES = libfftw3@PREC_SUFFIX@_threads.la
Chris@42 381 @COMBINED_THREADS_FALSE@@THREADS_TRUE@lib_LTLIBRARIES = libfftw3@PREC_SUFFIX@_threads.la $(FFTWOMPLIB)
Chris@42 382 @THREADS_FALSE@lib_LTLIBRARIES = $(FFTWOMPLIB)
Chris@42 383
Chris@42 384 # pkgincludedir = $(includedir)/fftw3@PREC_SUFFIX@
Chris@42 385 # pkginclude_HEADERS = threads.h
Chris@42 386 libfftw3@PREC_SUFFIX@_threads_la_SOURCES = api.c conf.c threads.c \
Chris@42 387 threads.h dft-vrank-geq1.c ct.c rdft-vrank-geq1.c hc2hc.c \
Chris@42 388 vrank-geq1-rdft2.c f77api.c f77funcs.h
Chris@42 389
Chris@42 390 libfftw3@PREC_SUFFIX@_threads_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS)
Chris@42 391 libfftw3@PREC_SUFFIX@_threads_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Chris@42 392 @COMBINED_THREADS_FALSE@libfftw3@PREC_SUFFIX@_threads_la_LIBADD = ../libfftw3@PREC_SUFFIX@.la
Chris@42 393 libfftw3@PREC_SUFFIX@_omp_la_SOURCES = api.c conf.c openmp.c \
Chris@42 394 threads.h dft-vrank-geq1.c ct.c rdft-vrank-geq1.c hc2hc.c \
Chris@42 395 vrank-geq1-rdft2.c f77api.c f77funcs.h
Chris@42 396
Chris@42 397 libfftw3@PREC_SUFFIX@_omp_la_CFLAGS = $(AM_CFLAGS) $(OPENMP_CFLAGS)
Chris@42 398 libfftw3@PREC_SUFFIX@_omp_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Chris@42 399 @COMBINED_THREADS_FALSE@libfftw3@PREC_SUFFIX@_omp_la_LIBADD = ../libfftw3@PREC_SUFFIX@.la
Chris@42 400 all: all-am
Chris@42 401
Chris@42 402 .SUFFIXES:
Chris@42 403 .SUFFIXES: .c .lo .o .obj
Chris@42 404 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
Chris@42 405 @for dep in $?; do \
Chris@42 406 case '$(am__configure_deps)' in \
Chris@42 407 *$$dep*) \
Chris@42 408 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Chris@42 409 && { if test -f $@; then exit 0; else break; fi; }; \
Chris@42 410 exit 1;; \
Chris@42 411 esac; \
Chris@42 412 done; \
Chris@42 413 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu threads/Makefile'; \
Chris@42 414 $(am__cd) $(top_srcdir) && \
Chris@42 415 $(AUTOMAKE) --gnu threads/Makefile
Chris@42 416 .PRECIOUS: Makefile
Chris@42 417 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Chris@42 418 @case '$?' in \
Chris@42 419 *config.status*) \
Chris@42 420 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Chris@42 421 *) \
Chris@42 422 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
Chris@42 423 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
Chris@42 424 esac;
Chris@42 425
Chris@42 426 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Chris@42 427 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Chris@42 428
Chris@42 429 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Chris@42 430 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Chris@42 431 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Chris@42 432 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Chris@42 433 $(am__aclocal_m4_deps):
Chris@42 434
Chris@42 435 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
Chris@42 436 @$(NORMAL_INSTALL)
Chris@42 437 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
Chris@42 438 list2=; for p in $$list; do \
Chris@42 439 if test -f $$p; then \
Chris@42 440 list2="$$list2 $$p"; \
Chris@42 441 else :; fi; \
Chris@42 442 done; \
Chris@42 443 test -z "$$list2" || { \
Chris@42 444 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
Chris@42 445 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
Chris@42 446 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
Chris@42 447 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
Chris@42 448 }
Chris@42 449
Chris@42 450 uninstall-libLTLIBRARIES:
Chris@42 451 @$(NORMAL_UNINSTALL)
Chris@42 452 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
Chris@42 453 for p in $$list; do \
Chris@42 454 $(am__strip_dir) \
Chris@42 455 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
Chris@42 456 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
Chris@42 457 done
Chris@42 458
Chris@42 459 clean-libLTLIBRARIES:
Chris@42 460 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
Chris@42 461 @list='$(lib_LTLIBRARIES)'; \
Chris@42 462 locs=`for p in $$list; do echo $$p; done | \
Chris@42 463 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
Chris@42 464 sort -u`; \
Chris@42 465 test -z "$$locs" || { \
Chris@42 466 echo rm -f $${locs}; \
Chris@42 467 rm -f $${locs}; \
Chris@42 468 }
Chris@42 469
Chris@42 470 clean-noinstLTLIBRARIES:
Chris@42 471 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
Chris@42 472 @list='$(noinst_LTLIBRARIES)'; \
Chris@42 473 locs=`for p in $$list; do echo $$p; done | \
Chris@42 474 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
Chris@42 475 sort -u`; \
Chris@42 476 test -z "$$locs" || { \
Chris@42 477 echo rm -f $${locs}; \
Chris@42 478 rm -f $${locs}; \
Chris@42 479 }
Chris@42 480
Chris@42 481 libfftw3@PREC_SUFFIX@_omp.la: $(libfftw3@PREC_SUFFIX@_omp_la_OBJECTS) $(libfftw3@PREC_SUFFIX@_omp_la_DEPENDENCIES) $(EXTRA_libfftw3@PREC_SUFFIX@_omp_la_DEPENDENCIES)
Chris@42 482 $(AM_V_CCLD)$(libfftw3@PREC_SUFFIX@_omp_la_LINK) $(am_libfftw3@PREC_SUFFIX@_omp_la_rpath) $(libfftw3@PREC_SUFFIX@_omp_la_OBJECTS) $(libfftw3@PREC_SUFFIX@_omp_la_LIBADD) $(LIBS)
Chris@42 483
Chris@42 484 libfftw3@PREC_SUFFIX@_threads.la: $(libfftw3@PREC_SUFFIX@_threads_la_OBJECTS) $(libfftw3@PREC_SUFFIX@_threads_la_DEPENDENCIES) $(EXTRA_libfftw3@PREC_SUFFIX@_threads_la_DEPENDENCIES)
Chris@42 485 $(AM_V_CCLD)$(libfftw3@PREC_SUFFIX@_threads_la_LINK) $(am_libfftw3@PREC_SUFFIX@_threads_la_rpath) $(libfftw3@PREC_SUFFIX@_threads_la_OBJECTS) $(libfftw3@PREC_SUFFIX@_threads_la_LIBADD) $(LIBS)
Chris@42 486
Chris@42 487 mostlyclean-compile:
Chris@42 488 -rm -f *.$(OBJEXT)
Chris@42 489
Chris@42 490 distclean-compile:
Chris@42 491 -rm -f *.tab.c
Chris@42 492
Chris@42 493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-api.Plo@am__quote@
Chris@42 494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-conf.Plo@am__quote@
Chris@42 495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-ct.Plo@am__quote@
Chris@42 496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.Plo@am__quote@
Chris@42 497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-f77api.Plo@am__quote@
Chris@42 498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-hc2hc.Plo@am__quote@
Chris@42 499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-openmp.Plo@am__quote@
Chris@42 500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.Plo@am__quote@
Chris@42 501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.Plo@am__quote@
Chris@42 502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-api.Plo@am__quote@
Chris@42 503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-conf.Plo@am__quote@
Chris@42 504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-ct.Plo@am__quote@
Chris@42 505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.Plo@am__quote@
Chris@42 506 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-f77api.Plo@am__quote@
Chris@42 507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-hc2hc.Plo@am__quote@
Chris@42 508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.Plo@am__quote@
Chris@42 509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-threads.Plo@am__quote@
Chris@42 510 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.Plo@am__quote@
Chris@42 511
Chris@42 512 .c.o:
Chris@42 513 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Chris@42 514 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Chris@42 515 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Chris@42 516 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 517 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
Chris@42 518
Chris@42 519 .c.obj:
Chris@42 520 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
Chris@42 521 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Chris@42 522 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Chris@42 523 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 524 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
Chris@42 525
Chris@42 526 .c.lo:
Chris@42 527 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Chris@42 528 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
Chris@42 529 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Chris@42 530 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 531 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
Chris@42 532
Chris@42 533 libfftw3@PREC_SUFFIX@_omp_la-api.lo: api.c
Chris@42 534 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_omp_la-api.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-api.Tpo -c -o libfftw3@PREC_SUFFIX@_omp_la-api.lo `test -f 'api.c' || echo '$(srcdir)/'`api.c
Chris@42 535 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-api.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-api.Plo
Chris@42 536 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='api.c' object='libfftw3@PREC_SUFFIX@_omp_la-api.lo' libtool=yes @AMDEPBACKSLASH@
Chris@42 537 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 538 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_omp_la-api.lo `test -f 'api.c' || echo '$(srcdir)/'`api.c
Chris@42 539
Chris@42 540 libfftw3@PREC_SUFFIX@_omp_la-conf.lo: conf.c
Chris@42 541 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_omp_la-conf.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-conf.Tpo -c -o libfftw3@PREC_SUFFIX@_omp_la-conf.lo `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
Chris@42 542 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-conf.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-conf.Plo
Chris@42 543 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='conf.c' object='libfftw3@PREC_SUFFIX@_omp_la-conf.lo' libtool=yes @AMDEPBACKSLASH@
Chris@42 544 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 545 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_omp_la-conf.lo `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
Chris@42 546
Chris@42 547 libfftw3@PREC_SUFFIX@_omp_la-openmp.lo: openmp.c
Chris@42 548 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_omp_la-openmp.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-openmp.Tpo -c -o libfftw3@PREC_SUFFIX@_omp_la-openmp.lo `test -f 'openmp.c' || echo '$(srcdir)/'`openmp.c
Chris@42 549 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-openmp.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-openmp.Plo
Chris@42 550 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openmp.c' object='libfftw3@PREC_SUFFIX@_omp_la-openmp.lo' libtool=yes @AMDEPBACKSLASH@
Chris@42 551 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 552 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_omp_la-openmp.lo `test -f 'openmp.c' || echo '$(srcdir)/'`openmp.c
Chris@42 553
Chris@42 554 libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.lo: dft-vrank-geq1.c
Chris@42 555 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.Tpo -c -o libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.lo `test -f 'dft-vrank-geq1.c' || echo '$(srcdir)/'`dft-vrank-geq1.c
Chris@42 556 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.Plo
Chris@42 557 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dft-vrank-geq1.c' object='libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.lo' libtool=yes @AMDEPBACKSLASH@
Chris@42 558 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 559 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.lo `test -f 'dft-vrank-geq1.c' || echo '$(srcdir)/'`dft-vrank-geq1.c
Chris@42 560
Chris@42 561 libfftw3@PREC_SUFFIX@_omp_la-ct.lo: ct.c
Chris@42 562 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_omp_la-ct.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-ct.Tpo -c -o libfftw3@PREC_SUFFIX@_omp_la-ct.lo `test -f 'ct.c' || echo '$(srcdir)/'`ct.c
Chris@42 563 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-ct.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-ct.Plo
Chris@42 564 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ct.c' object='libfftw3@PREC_SUFFIX@_omp_la-ct.lo' libtool=yes @AMDEPBACKSLASH@
Chris@42 565 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 566 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_omp_la-ct.lo `test -f 'ct.c' || echo '$(srcdir)/'`ct.c
Chris@42 567
Chris@42 568 libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.lo: rdft-vrank-geq1.c
Chris@42 569 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.Tpo -c -o libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.lo `test -f 'rdft-vrank-geq1.c' || echo '$(srcdir)/'`rdft-vrank-geq1.c
Chris@42 570 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.Plo
Chris@42 571 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rdft-vrank-geq1.c' object='libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.lo' libtool=yes @AMDEPBACKSLASH@
Chris@42 572 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 573 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.lo `test -f 'rdft-vrank-geq1.c' || echo '$(srcdir)/'`rdft-vrank-geq1.c
Chris@42 574
Chris@42 575 libfftw3@PREC_SUFFIX@_omp_la-hc2hc.lo: hc2hc.c
Chris@42 576 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_omp_la-hc2hc.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-hc2hc.Tpo -c -o libfftw3@PREC_SUFFIX@_omp_la-hc2hc.lo `test -f 'hc2hc.c' || echo '$(srcdir)/'`hc2hc.c
Chris@42 577 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-hc2hc.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-hc2hc.Plo
Chris@42 578 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hc2hc.c' object='libfftw3@PREC_SUFFIX@_omp_la-hc2hc.lo' libtool=yes @AMDEPBACKSLASH@
Chris@42 579 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 580 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_omp_la-hc2hc.lo `test -f 'hc2hc.c' || echo '$(srcdir)/'`hc2hc.c
Chris@42 581
Chris@42 582 libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.lo: vrank-geq1-rdft2.c
Chris@42 583 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.Tpo -c -o libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.lo `test -f 'vrank-geq1-rdft2.c' || echo '$(srcdir)/'`vrank-geq1-rdft2.c
Chris@42 584 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.Plo
Chris@42 585 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='vrank-geq1-rdft2.c' object='libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.lo' libtool=yes @AMDEPBACKSLASH@
Chris@42 586 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 587 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.lo `test -f 'vrank-geq1-rdft2.c' || echo '$(srcdir)/'`vrank-geq1-rdft2.c
Chris@42 588
Chris@42 589 libfftw3@PREC_SUFFIX@_omp_la-f77api.lo: f77api.c
Chris@42 590 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_omp_la-f77api.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-f77api.Tpo -c -o libfftw3@PREC_SUFFIX@_omp_la-f77api.lo `test -f 'f77api.c' || echo '$(srcdir)/'`f77api.c
Chris@42 591 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-f77api.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-f77api.Plo
Chris@42 592 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='f77api.c' object='libfftw3@PREC_SUFFIX@_omp_la-f77api.lo' libtool=yes @AMDEPBACKSLASH@
Chris@42 593 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 594 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_omp_la-f77api.lo `test -f 'f77api.c' || echo '$(srcdir)/'`f77api.c
Chris@42 595
Chris@42 596 libfftw3@PREC_SUFFIX@_threads_la-api.lo: api.c
Chris@42 597 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_threads_la-api.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-api.Tpo -c -o libfftw3@PREC_SUFFIX@_threads_la-api.lo `test -f 'api.c' || echo '$(srcdir)/'`api.c
Chris@42 598 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-api.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-api.Plo
Chris@42 599 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='api.c' object='libfftw3@PREC_SUFFIX@_threads_la-api.lo' libtool=yes @AMDEPBACKSLASH@
Chris@42 600 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 601 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_threads_la-api.lo `test -f 'api.c' || echo '$(srcdir)/'`api.c
Chris@42 602
Chris@42 603 libfftw3@PREC_SUFFIX@_threads_la-conf.lo: conf.c
Chris@42 604 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_threads_la-conf.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-conf.Tpo -c -o libfftw3@PREC_SUFFIX@_threads_la-conf.lo `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
Chris@42 605 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-conf.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-conf.Plo
Chris@42 606 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='conf.c' object='libfftw3@PREC_SUFFIX@_threads_la-conf.lo' libtool=yes @AMDEPBACKSLASH@
Chris@42 607 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 608 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_threads_la-conf.lo `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
Chris@42 609
Chris@42 610 libfftw3@PREC_SUFFIX@_threads_la-threads.lo: threads.c
Chris@42 611 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_threads_la-threads.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-threads.Tpo -c -o libfftw3@PREC_SUFFIX@_threads_la-threads.lo `test -f 'threads.c' || echo '$(srcdir)/'`threads.c
Chris@42 612 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-threads.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-threads.Plo
Chris@42 613 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='threads.c' object='libfftw3@PREC_SUFFIX@_threads_la-threads.lo' libtool=yes @AMDEPBACKSLASH@
Chris@42 614 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 615 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_threads_la-threads.lo `test -f 'threads.c' || echo '$(srcdir)/'`threads.c
Chris@42 616
Chris@42 617 libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.lo: dft-vrank-geq1.c
Chris@42 618 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.Tpo -c -o libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.lo `test -f 'dft-vrank-geq1.c' || echo '$(srcdir)/'`dft-vrank-geq1.c
Chris@42 619 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.Plo
Chris@42 620 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dft-vrank-geq1.c' object='libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.lo' libtool=yes @AMDEPBACKSLASH@
Chris@42 621 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 622 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.lo `test -f 'dft-vrank-geq1.c' || echo '$(srcdir)/'`dft-vrank-geq1.c
Chris@42 623
Chris@42 624 libfftw3@PREC_SUFFIX@_threads_la-ct.lo: ct.c
Chris@42 625 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_threads_la-ct.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-ct.Tpo -c -o libfftw3@PREC_SUFFIX@_threads_la-ct.lo `test -f 'ct.c' || echo '$(srcdir)/'`ct.c
Chris@42 626 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-ct.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-ct.Plo
Chris@42 627 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ct.c' object='libfftw3@PREC_SUFFIX@_threads_la-ct.lo' libtool=yes @AMDEPBACKSLASH@
Chris@42 628 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 629 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_threads_la-ct.lo `test -f 'ct.c' || echo '$(srcdir)/'`ct.c
Chris@42 630
Chris@42 631 libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.lo: rdft-vrank-geq1.c
Chris@42 632 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.Tpo -c -o libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.lo `test -f 'rdft-vrank-geq1.c' || echo '$(srcdir)/'`rdft-vrank-geq1.c
Chris@42 633 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.Plo
Chris@42 634 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rdft-vrank-geq1.c' object='libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.lo' libtool=yes @AMDEPBACKSLASH@
Chris@42 635 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 636 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.lo `test -f 'rdft-vrank-geq1.c' || echo '$(srcdir)/'`rdft-vrank-geq1.c
Chris@42 637
Chris@42 638 libfftw3@PREC_SUFFIX@_threads_la-hc2hc.lo: hc2hc.c
Chris@42 639 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_threads_la-hc2hc.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-hc2hc.Tpo -c -o libfftw3@PREC_SUFFIX@_threads_la-hc2hc.lo `test -f 'hc2hc.c' || echo '$(srcdir)/'`hc2hc.c
Chris@42 640 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-hc2hc.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-hc2hc.Plo
Chris@42 641 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hc2hc.c' object='libfftw3@PREC_SUFFIX@_threads_la-hc2hc.lo' libtool=yes @AMDEPBACKSLASH@
Chris@42 642 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 643 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_threads_la-hc2hc.lo `test -f 'hc2hc.c' || echo '$(srcdir)/'`hc2hc.c
Chris@42 644
Chris@42 645 libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.lo: vrank-geq1-rdft2.c
Chris@42 646 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.Tpo -c -o libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.lo `test -f 'vrank-geq1-rdft2.c' || echo '$(srcdir)/'`vrank-geq1-rdft2.c
Chris@42 647 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.Plo
Chris@42 648 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='vrank-geq1-rdft2.c' object='libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.lo' libtool=yes @AMDEPBACKSLASH@
Chris@42 649 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 650 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.lo `test -f 'vrank-geq1-rdft2.c' || echo '$(srcdir)/'`vrank-geq1-rdft2.c
Chris@42 651
Chris@42 652 libfftw3@PREC_SUFFIX@_threads_la-f77api.lo: f77api.c
Chris@42 653 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_threads_la-f77api.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-f77api.Tpo -c -o libfftw3@PREC_SUFFIX@_threads_la-f77api.lo `test -f 'f77api.c' || echo '$(srcdir)/'`f77api.c
Chris@42 654 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-f77api.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-f77api.Plo
Chris@42 655 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='f77api.c' object='libfftw3@PREC_SUFFIX@_threads_la-f77api.lo' libtool=yes @AMDEPBACKSLASH@
Chris@42 656 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@42 657 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_threads_la-f77api.lo `test -f 'f77api.c' || echo '$(srcdir)/'`f77api.c
Chris@42 658
Chris@42 659 mostlyclean-libtool:
Chris@42 660 -rm -f *.lo
Chris@42 661
Chris@42 662 clean-libtool:
Chris@42 663 -rm -rf .libs _libs
Chris@42 664 tags TAGS:
Chris@42 665
Chris@42 666 ctags CTAGS:
Chris@42 667
Chris@42 668 cscope cscopelist:
Chris@42 669
Chris@42 670
Chris@42 671 distdir: $(DISTFILES)
Chris@42 672 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Chris@42 673 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Chris@42 674 list='$(DISTFILES)'; \
Chris@42 675 dist_files=`for file in $$list; do echo $$file; done | \
Chris@42 676 sed -e "s|^$$srcdirstrip/||;t" \
Chris@42 677 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Chris@42 678 case $$dist_files in \
Chris@42 679 */*) $(MKDIR_P) `echo "$$dist_files" | \
Chris@42 680 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Chris@42 681 sort -u` ;; \
Chris@42 682 esac; \
Chris@42 683 for file in $$dist_files; do \
Chris@42 684 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Chris@42 685 if test -d $$d/$$file; then \
Chris@42 686 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Chris@42 687 if test -d "$(distdir)/$$file"; then \
Chris@42 688 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Chris@42 689 fi; \
Chris@42 690 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Chris@42 691 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Chris@42 692 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Chris@42 693 fi; \
Chris@42 694 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Chris@42 695 else \
Chris@42 696 test -f "$(distdir)/$$file" \
Chris@42 697 || cp -p $$d/$$file "$(distdir)/$$file" \
Chris@42 698 || exit 1; \
Chris@42 699 fi; \
Chris@42 700 done
Chris@42 701 check-am: all-am
Chris@42 702 check: check-am
Chris@42 703 all-am: Makefile $(LTLIBRARIES)
Chris@42 704 installdirs:
Chris@42 705 for dir in "$(DESTDIR)$(libdir)"; do \
Chris@42 706 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Chris@42 707 done
Chris@42 708 install: install-am
Chris@42 709 install-exec: install-exec-am
Chris@42 710 install-data: install-data-am
Chris@42 711 uninstall: uninstall-am
Chris@42 712
Chris@42 713 install-am: all-am
Chris@42 714 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Chris@42 715
Chris@42 716 installcheck: installcheck-am
Chris@42 717 install-strip:
Chris@42 718 if test -z '$(STRIP)'; then \
Chris@42 719 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Chris@42 720 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Chris@42 721 install; \
Chris@42 722 else \
Chris@42 723 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Chris@42 724 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Chris@42 725 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Chris@42 726 fi
Chris@42 727 mostlyclean-generic:
Chris@42 728
Chris@42 729 clean-generic:
Chris@42 730
Chris@42 731 distclean-generic:
Chris@42 732 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Chris@42 733 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Chris@42 734
Chris@42 735 maintainer-clean-generic:
Chris@42 736 @echo "This command is intended for maintainers to use"
Chris@42 737 @echo "it deletes files that may require special tools to rebuild."
Chris@42 738 clean: clean-am
Chris@42 739
Chris@42 740 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
Chris@42 741 clean-noinstLTLIBRARIES mostlyclean-am
Chris@42 742
Chris@42 743 distclean: distclean-am
Chris@42 744 -rm -rf ./$(DEPDIR)
Chris@42 745 -rm -f Makefile
Chris@42 746 distclean-am: clean-am distclean-compile distclean-generic
Chris@42 747
Chris@42 748 dvi: dvi-am
Chris@42 749
Chris@42 750 dvi-am:
Chris@42 751
Chris@42 752 html: html-am
Chris@42 753
Chris@42 754 html-am:
Chris@42 755
Chris@42 756 info: info-am
Chris@42 757
Chris@42 758 info-am:
Chris@42 759
Chris@42 760 install-data-am:
Chris@42 761
Chris@42 762 install-dvi: install-dvi-am
Chris@42 763
Chris@42 764 install-dvi-am:
Chris@42 765
Chris@42 766 install-exec-am: install-libLTLIBRARIES
Chris@42 767
Chris@42 768 install-html: install-html-am
Chris@42 769
Chris@42 770 install-html-am:
Chris@42 771
Chris@42 772 install-info: install-info-am
Chris@42 773
Chris@42 774 install-info-am:
Chris@42 775
Chris@42 776 install-man:
Chris@42 777
Chris@42 778 install-pdf: install-pdf-am
Chris@42 779
Chris@42 780 install-pdf-am:
Chris@42 781
Chris@42 782 install-ps: install-ps-am
Chris@42 783
Chris@42 784 install-ps-am:
Chris@42 785
Chris@42 786 installcheck-am:
Chris@42 787
Chris@42 788 maintainer-clean: maintainer-clean-am
Chris@42 789 -rm -rf ./$(DEPDIR)
Chris@42 790 -rm -f Makefile
Chris@42 791 maintainer-clean-am: distclean-am maintainer-clean-generic
Chris@42 792
Chris@42 793 mostlyclean: mostlyclean-am
Chris@42 794
Chris@42 795 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
Chris@42 796 mostlyclean-libtool
Chris@42 797
Chris@42 798 pdf: pdf-am
Chris@42 799
Chris@42 800 pdf-am:
Chris@42 801
Chris@42 802 ps: ps-am
Chris@42 803
Chris@42 804 ps-am:
Chris@42 805
Chris@42 806 uninstall-am: uninstall-libLTLIBRARIES
Chris@42 807
Chris@42 808 .MAKE: install-am install-strip
Chris@42 809
Chris@42 810 .PHONY: all all-am check check-am clean clean-generic \
Chris@42 811 clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
Chris@42 812 cscopelist-am ctags-am distclean distclean-compile \
Chris@42 813 distclean-generic distclean-libtool distdir dvi dvi-am html \
Chris@42 814 html-am info info-am install install-am install-data \
Chris@42 815 install-data-am install-dvi install-dvi-am install-exec \
Chris@42 816 install-exec-am install-html install-html-am install-info \
Chris@42 817 install-info-am install-libLTLIBRARIES install-man install-pdf \
Chris@42 818 install-pdf-am install-ps install-ps-am install-strip \
Chris@42 819 installcheck installcheck-am installdirs maintainer-clean \
Chris@42 820 maintainer-clean-generic mostlyclean mostlyclean-compile \
Chris@42 821 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Chris@42 822 tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
Chris@42 823
Chris@42 824
Chris@42 825 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Chris@42 826 # Otherwise a system limit (for SysV at least) may be exceeded.
Chris@42 827 .NOEXPORT: