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