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