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