annotate Lib/fftw-3.2.1/reodft/Makefile.in @ 1:e86e9c111b29

Updates stuff that potentially fixes the memory leak and also makes it work on Windows and Linux (Need to test). Still have to fix fftw include for linux in Jucer.
author David Ronan <d.m.ronan@qmul.ac.uk>
date Thu, 09 Jul 2015 15:01:32 +0100
parents 25bf17994ef1
children
rev   line source
d@0 1 # Makefile.in generated by automake 1.10.2 from Makefile.am.
d@0 2 # @configure_input@
d@0 3
d@0 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
d@0 5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
d@0 6 # This Makefile.in is free software; the Free Software Foundation
d@0 7 # gives unlimited permission to copy and/or distribute it,
d@0 8 # with or without modifications, as long as this notice is preserved.
d@0 9
d@0 10 # This program is distributed in the hope that it will be useful,
d@0 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
d@0 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
d@0 13 # PARTICULAR PURPOSE.
d@0 14
d@0 15 @SET_MAKE@
d@0 16
d@0 17 VPATH = @srcdir@
d@0 18 pkgdatadir = $(datadir)/@PACKAGE@
d@0 19 pkglibdir = $(libdir)/@PACKAGE@
d@0 20 pkgincludedir = $(includedir)/@PACKAGE@
d@0 21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
d@0 22 install_sh_DATA = $(install_sh) -c -m 644
d@0 23 install_sh_PROGRAM = $(install_sh) -c
d@0 24 install_sh_SCRIPT = $(install_sh) -c
d@0 25 INSTALL_HEADER = $(INSTALL_DATA)
d@0 26 transform = $(program_transform_name)
d@0 27 NORMAL_INSTALL = :
d@0 28 PRE_INSTALL = :
d@0 29 POST_INSTALL = :
d@0 30 NORMAL_UNINSTALL = :
d@0 31 PRE_UNINSTALL = :
d@0 32 POST_UNINSTALL = :
d@0 33 build_triplet = @build@
d@0 34 host_triplet = @host@
d@0 35 subdir = reodft
d@0 36 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
d@0 37 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
d@0 38 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_mpi.m4 \
d@0 39 $(top_srcdir)/m4/acx_pthread.m4 \
d@0 40 $(top_srcdir)/m4/ax_cc_maxopt.m4 \
d@0 41 $(top_srcdir)/m4/ax_check_compiler_flags.m4 \
d@0 42 $(top_srcdir)/m4/ax_compiler_vendor.m4 \
d@0 43 $(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \
d@0 44 $(top_srcdir)/m4/ax_gcc_archflag.m4 \
d@0 45 $(top_srcdir)/m4/ax_gcc_version.m4 \
d@0 46 $(top_srcdir)/m4/ax_gcc_x86_cpuid.m4 \
d@0 47 $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/libtool.m4 \
d@0 48 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
d@0 49 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
d@0 50 $(top_srcdir)/m4/ocaml.m4 $(top_srcdir)/configure.ac
d@0 51 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
d@0 52 $(ACLOCAL_M4)
d@0 53 mkinstalldirs = $(install_sh) -d
d@0 54 CONFIG_HEADER = $(top_builddir)/config.h
d@0 55 CONFIG_CLEAN_FILES =
d@0 56 LTLIBRARIES = $(noinst_LTLIBRARIES)
d@0 57 libreodft_la_LIBADD =
d@0 58 am_libreodft_la_OBJECTS = conf.lo reodft010e-r2hc.lo \
d@0 59 reodft11e-radix2.lo reodft11e-r2hc-odd.lo redft00e-r2hc-pad.lo \
d@0 60 rodft00e-r2hc-pad.lo reodft00e-splitradix.lo
d@0 61 libreodft_la_OBJECTS = $(am_libreodft_la_OBJECTS)
d@0 62 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
d@0 63 depcomp = $(SHELL) $(top_srcdir)/depcomp
d@0 64 am__depfiles_maybe = depfiles
d@0 65 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
d@0 66 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
d@0 67 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
d@0 68 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
d@0 69 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
d@0 70 CCLD = $(CC)
d@0 71 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
d@0 72 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
d@0 73 $(LDFLAGS) -o $@
d@0 74 SOURCES = $(libreodft_la_SOURCES)
d@0 75 DIST_SOURCES = $(libreodft_la_SOURCES)
d@0 76 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
d@0 77 html-recursive info-recursive install-data-recursive \
d@0 78 install-dvi-recursive install-exec-recursive \
d@0 79 install-html-recursive install-info-recursive \
d@0 80 install-pdf-recursive install-ps-recursive install-recursive \
d@0 81 installcheck-recursive installdirs-recursive pdf-recursive \
d@0 82 ps-recursive uninstall-recursive
d@0 83 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
d@0 84 distclean-recursive maintainer-clean-recursive
d@0 85 ETAGS = etags
d@0 86 CTAGS = ctags
d@0 87 DIST_SUBDIRS = $(SUBDIRS)
d@0 88 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
d@0 89 ACLOCAL = @ACLOCAL@
d@0 90 ALLOCA = @ALLOCA@
d@0 91 AMTAR = @AMTAR@
d@0 92 AR = @AR@
d@0 93 AS = @AS@
d@0 94 AUTOCONF = @AUTOCONF@
d@0 95 AUTOHEADER = @AUTOHEADER@
d@0 96 AUTOMAKE = @AUTOMAKE@
d@0 97 AWK = @AWK@
d@0 98 CC = @CC@
d@0 99 CCDEPMODE = @CCDEPMODE@
d@0 100 CFLAGS = @CFLAGS@
d@0 101 CODELET_OPTIM = @CODELET_OPTIM@
d@0 102 CPP = @CPP@
d@0 103 CPPFLAGS = @CPPFLAGS@
d@0 104 CYGPATH_W = @CYGPATH_W@
d@0 105 DEFS = @DEFS@
d@0 106 DEPDIR = @DEPDIR@
d@0 107 DLLTOOL = @DLLTOOL@
d@0 108 DSYMUTIL = @DSYMUTIL@
d@0 109 DUMPBIN = @DUMPBIN@
d@0 110 ECHO_C = @ECHO_C@
d@0 111 ECHO_N = @ECHO_N@
d@0 112 ECHO_T = @ECHO_T@
d@0 113 EGREP = @EGREP@
d@0 114 EXEEXT = @EXEEXT@
d@0 115 F77 = @F77@
d@0 116 FFLAGS = @FFLAGS@
d@0 117 FGREP = @FGREP@
d@0 118 FLIBS = @FLIBS@
d@0 119 GREP = @GREP@
d@0 120 INSTALL = @INSTALL@
d@0 121 INSTALLED_OCAMLC = @INSTALLED_OCAMLC@
d@0 122 INSTALL_DATA = @INSTALL_DATA@
d@0 123 INSTALL_PROGRAM = @INSTALL_PROGRAM@
d@0 124 INSTALL_SCRIPT = @INSTALL_SCRIPT@
d@0 125 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
d@0 126 LD = @LD@
d@0 127 LDFLAGS = @LDFLAGS@
d@0 128 LIBOBJS = @LIBOBJS@
d@0 129 LIBS = @LIBS@
d@0 130 LIBTOOL = @LIBTOOL@
d@0 131 LIPO = @LIPO@
d@0 132 LN_S = @LN_S@
d@0 133 LTLIBOBJS = @LTLIBOBJS@
d@0 134 MAINT = @MAINT@
d@0 135 MAKEINFO = @MAKEINFO@
d@0 136 MKDIR_P = @MKDIR_P@
d@0 137 MPICC = @MPICC@
d@0 138 MPILIBS = @MPILIBS@
d@0 139 MPIRUN = @MPIRUN@
d@0 140 NM = @NM@
d@0 141 NMEDIT = @NMEDIT@
d@0 142 OBJDUMP = @OBJDUMP@
d@0 143 OBJEXT = @OBJEXT@
d@0 144 OCAMLC = @OCAMLC@
d@0 145 OCAMLCFLAGS = @OCAMLCFLAGS@
d@0 146 OCAMLDEFS = @OCAMLDEFS@
d@0 147 OCAMLDEP = @OCAMLDEP@
d@0 148 OCAMLLDFLAGS = @OCAMLLDFLAGS@
d@0 149 OCAMLOPT = @OCAMLOPT@
d@0 150 OCAMLOPTCFLAGS = @OCAMLOPTCFLAGS@
d@0 151 OPENMP_CFLAGS = @OPENMP_CFLAGS@
d@0 152 OTOOL = @OTOOL@
d@0 153 OTOOL64 = @OTOOL64@
d@0 154 PACKAGE = @PACKAGE@
d@0 155 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
d@0 156 PACKAGE_NAME = @PACKAGE_NAME@
d@0 157 PACKAGE_STRING = @PACKAGE_STRING@
d@0 158 PACKAGE_TARNAME = @PACKAGE_TARNAME@
d@0 159 PACKAGE_VERSION = @PACKAGE_VERSION@
d@0 160 PATH_SEPARATOR = @PATH_SEPARATOR@
d@0 161 POW_LIB = @POW_LIB@
d@0 162 PRECISION = @PRECISION@
d@0 163 PREC_SUFFIX = @PREC_SUFFIX@
d@0 164 PRTDIAG = @PRTDIAG@
d@0 165 PTHREAD_CC = @PTHREAD_CC@
d@0 166 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
d@0 167 PTHREAD_LIBS = @PTHREAD_LIBS@
d@0 168 RANLIB = @RANLIB@
d@0 169 SED = @SED@
d@0 170 SET_MAKE = @SET_MAKE@
d@0 171 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
d@0 172 SHELL = @SHELL@
d@0 173 SIMD_CFLAGS = @SIMD_CFLAGS@
d@0 174 STRIP = @STRIP@
d@0 175 TARGET_OCAMLBIN = @TARGET_OCAMLBIN@
d@0 176 TARGET_OCAMLLIB = @TARGET_OCAMLLIB@
d@0 177 TARGET_OCAMLRUN = @TARGET_OCAMLRUN@
d@0 178 THREADLIBS = @THREADLIBS@
d@0 179 VERSION = @VERSION@
d@0 180 abs_builddir = @abs_builddir@
d@0 181 abs_srcdir = @abs_srcdir@
d@0 182 abs_top_builddir = @abs_top_builddir@
d@0 183 abs_top_srcdir = @abs_top_srcdir@
d@0 184 ac_ct_CC = @ac_ct_CC@
d@0 185 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
d@0 186 ac_ct_F77 = @ac_ct_F77@
d@0 187 acx_pthread_config = @acx_pthread_config@
d@0 188 am__include = @am__include@
d@0 189 am__leading_dot = @am__leading_dot@
d@0 190 am__quote = @am__quote@
d@0 191 am__tar = @am__tar@
d@0 192 am__untar = @am__untar@
d@0 193 bindir = @bindir@
d@0 194 build = @build@
d@0 195 build_alias = @build_alias@
d@0 196 build_cpu = @build_cpu@
d@0 197 build_os = @build_os@
d@0 198 build_vendor = @build_vendor@
d@0 199 builddir = @builddir@
d@0 200 datadir = @datadir@
d@0 201 datarootdir = @datarootdir@
d@0 202 docdir = @docdir@
d@0 203 dvidir = @dvidir@
d@0 204 exec_prefix = @exec_prefix@
d@0 205 host = @host@
d@0 206 host_alias = @host_alias@
d@0 207 host_cpu = @host_cpu@
d@0 208 host_os = @host_os@
d@0 209 host_vendor = @host_vendor@
d@0 210 htmldir = @htmldir@
d@0 211 includedir = @includedir@
d@0 212 infodir = @infodir@
d@0 213 install_sh = @install_sh@
d@0 214 libdir = @libdir@
d@0 215 libexecdir = @libexecdir@
d@0 216 localedir = @localedir@
d@0 217 localstatedir = @localstatedir@
d@0 218 lt_ECHO = @lt_ECHO@
d@0 219 mandir = @mandir@
d@0 220 mkdir_p = @mkdir_p@
d@0 221 oldincludedir = @oldincludedir@
d@0 222 pdfdir = @pdfdir@
d@0 223 prefix = @prefix@
d@0 224 program_transform_name = @program_transform_name@
d@0 225 psdir = @psdir@
d@0 226 sbindir = @sbindir@
d@0 227 sharedstatedir = @sharedstatedir@
d@0 228 srcdir = @srcdir@
d@0 229 sysconfdir = @sysconfdir@
d@0 230 target_alias = @target_alias@
d@0 231 top_build_prefix = @top_build_prefix@
d@0 232 top_builddir = @top_builddir@
d@0 233 top_srcdir = @top_srcdir@
d@0 234 AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/rdft
d@0 235 SUBDIRS =
d@0 236 noinst_LTLIBRARIES = libreodft.la
d@0 237
d@0 238 # pkgincludedir = $(includedir)/fftw3@PREC_SUFFIX@
d@0 239 # pkginclude_HEADERS = reodft.h
d@0 240
d@0 241 # no longer used due to numerical problems
d@0 242 EXTRA_DIST = reodft11e-r2hc.c redft00e-r2hc.c rodft00e-r2hc.c
d@0 243 libreodft_la_SOURCES = conf.c reodft.h reodft010e-r2hc.c \
d@0 244 reodft11e-radix2.c reodft11e-r2hc-odd.c redft00e-r2hc-pad.c \
d@0 245 rodft00e-r2hc-pad.c reodft00e-splitradix.c
d@0 246
d@0 247 all: all-recursive
d@0 248
d@0 249 .SUFFIXES:
d@0 250 .SUFFIXES: .c .lo .o .obj
d@0 251 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
d@0 252 @for dep in $?; do \
d@0 253 case '$(am__configure_deps)' in \
d@0 254 *$$dep*) \
d@0 255 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
d@0 256 && { if test -f $@; then exit 0; else break; fi; }; \
d@0 257 exit 1;; \
d@0 258 esac; \
d@0 259 done; \
d@0 260 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu reodft/Makefile'; \
d@0 261 cd $(top_srcdir) && \
d@0 262 $(AUTOMAKE) --gnu reodft/Makefile
d@0 263 .PRECIOUS: Makefile
d@0 264 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
d@0 265 @case '$?' in \
d@0 266 *config.status*) \
d@0 267 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
d@0 268 *) \
d@0 269 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
d@0 270 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
d@0 271 esac;
d@0 272
d@0 273 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
d@0 274 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
d@0 275
d@0 276 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
d@0 277 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
d@0 278 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
d@0 279 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
d@0 280
d@0 281 clean-noinstLTLIBRARIES:
d@0 282 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
d@0 283 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
d@0 284 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
d@0 285 test "$$dir" != "$$p" || dir=.; \
d@0 286 echo "rm -f \"$${dir}/so_locations\""; \
d@0 287 rm -f "$${dir}/so_locations"; \
d@0 288 done
d@0 289 libreodft.la: $(libreodft_la_OBJECTS) $(libreodft_la_DEPENDENCIES)
d@0 290 $(LINK) $(libreodft_la_OBJECTS) $(libreodft_la_LIBADD) $(LIBS)
d@0 291
d@0 292 mostlyclean-compile:
d@0 293 -rm -f *.$(OBJEXT)
d@0 294
d@0 295 distclean-compile:
d@0 296 -rm -f *.tab.c
d@0 297
d@0 298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Plo@am__quote@
d@0 299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/redft00e-r2hc-pad.Plo@am__quote@
d@0 300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reodft00e-splitradix.Plo@am__quote@
d@0 301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reodft010e-r2hc.Plo@am__quote@
d@0 302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reodft11e-r2hc-odd.Plo@am__quote@
d@0 303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reodft11e-radix2.Plo@am__quote@
d@0 304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rodft00e-r2hc-pad.Plo@am__quote@
d@0 305
d@0 306 .c.o:
d@0 307 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
d@0 308 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
d@0 309 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
d@0 310 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
d@0 311 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
d@0 312
d@0 313 .c.obj:
d@0 314 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
d@0 315 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
d@0 316 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
d@0 317 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
d@0 318 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
d@0 319
d@0 320 .c.lo:
d@0 321 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
d@0 322 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
d@0 323 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
d@0 324 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
d@0 325 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
d@0 326
d@0 327 mostlyclean-libtool:
d@0 328 -rm -f *.lo
d@0 329
d@0 330 clean-libtool:
d@0 331 -rm -rf .libs _libs
d@0 332
d@0 333 # This directory's subdirectories are mostly independent; you can cd
d@0 334 # into them and run `make' without going through this Makefile.
d@0 335 # To change the values of `make' variables: instead of editing Makefiles,
d@0 336 # (1) if the variable is set in `config.status', edit `config.status'
d@0 337 # (which will cause the Makefiles to be regenerated when you run `make');
d@0 338 # (2) otherwise, pass the desired values on the `make' command line.
d@0 339 $(RECURSIVE_TARGETS):
d@0 340 @failcom='exit 1'; \
d@0 341 for f in x $$MAKEFLAGS; do \
d@0 342 case $$f in \
d@0 343 *=* | --[!k]*);; \
d@0 344 *k*) failcom='fail=yes';; \
d@0 345 esac; \
d@0 346 done; \
d@0 347 dot_seen=no; \
d@0 348 target=`echo $@ | sed s/-recursive//`; \
d@0 349 list='$(SUBDIRS)'; for subdir in $$list; do \
d@0 350 echo "Making $$target in $$subdir"; \
d@0 351 if test "$$subdir" = "."; then \
d@0 352 dot_seen=yes; \
d@0 353 local_target="$$target-am"; \
d@0 354 else \
d@0 355 local_target="$$target"; \
d@0 356 fi; \
d@0 357 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
d@0 358 || eval $$failcom; \
d@0 359 done; \
d@0 360 if test "$$dot_seen" = "no"; then \
d@0 361 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
d@0 362 fi; test -z "$$fail"
d@0 363
d@0 364 $(RECURSIVE_CLEAN_TARGETS):
d@0 365 @failcom='exit 1'; \
d@0 366 for f in x $$MAKEFLAGS; do \
d@0 367 case $$f in \
d@0 368 *=* | --[!k]*);; \
d@0 369 *k*) failcom='fail=yes';; \
d@0 370 esac; \
d@0 371 done; \
d@0 372 dot_seen=no; \
d@0 373 case "$@" in \
d@0 374 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
d@0 375 *) list='$(SUBDIRS)' ;; \
d@0 376 esac; \
d@0 377 rev=''; for subdir in $$list; do \
d@0 378 if test "$$subdir" = "."; then :; else \
d@0 379 rev="$$subdir $$rev"; \
d@0 380 fi; \
d@0 381 done; \
d@0 382 rev="$$rev ."; \
d@0 383 target=`echo $@ | sed s/-recursive//`; \
d@0 384 for subdir in $$rev; do \
d@0 385 echo "Making $$target in $$subdir"; \
d@0 386 if test "$$subdir" = "."; then \
d@0 387 local_target="$$target-am"; \
d@0 388 else \
d@0 389 local_target="$$target"; \
d@0 390 fi; \
d@0 391 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
d@0 392 || eval $$failcom; \
d@0 393 done && test -z "$$fail"
d@0 394 tags-recursive:
d@0 395 list='$(SUBDIRS)'; for subdir in $$list; do \
d@0 396 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
d@0 397 done
d@0 398 ctags-recursive:
d@0 399 list='$(SUBDIRS)'; for subdir in $$list; do \
d@0 400 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
d@0 401 done
d@0 402
d@0 403 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
d@0 404 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
d@0 405 unique=`for i in $$list; do \
d@0 406 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
d@0 407 done | \
d@0 408 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
d@0 409 END { if (nonempty) { for (i in files) print i; }; }'`; \
d@0 410 mkid -fID $$unique
d@0 411 tags: TAGS
d@0 412
d@0 413 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
d@0 414 $(TAGS_FILES) $(LISP)
d@0 415 tags=; \
d@0 416 here=`pwd`; \
d@0 417 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
d@0 418 include_option=--etags-include; \
d@0 419 empty_fix=.; \
d@0 420 else \
d@0 421 include_option=--include; \
d@0 422 empty_fix=; \
d@0 423 fi; \
d@0 424 list='$(SUBDIRS)'; for subdir in $$list; do \
d@0 425 if test "$$subdir" = .; then :; else \
d@0 426 test ! -f $$subdir/TAGS || \
d@0 427 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
d@0 428 fi; \
d@0 429 done; \
d@0 430 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
d@0 431 unique=`for i in $$list; do \
d@0 432 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
d@0 433 done | \
d@0 434 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
d@0 435 END { if (nonempty) { for (i in files) print i; }; }'`; \
d@0 436 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
d@0 437 test -n "$$unique" || unique=$$empty_fix; \
d@0 438 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
d@0 439 $$tags $$unique; \
d@0 440 fi
d@0 441 ctags: CTAGS
d@0 442 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
d@0 443 $(TAGS_FILES) $(LISP)
d@0 444 tags=; \
d@0 445 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
d@0 446 unique=`for i in $$list; do \
d@0 447 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
d@0 448 done | \
d@0 449 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
d@0 450 END { if (nonempty) { for (i in files) print i; }; }'`; \
d@0 451 test -z "$(CTAGS_ARGS)$$tags$$unique" \
d@0 452 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
d@0 453 $$tags $$unique
d@0 454
d@0 455 GTAGS:
d@0 456 here=`$(am__cd) $(top_builddir) && pwd` \
d@0 457 && cd $(top_srcdir) \
d@0 458 && gtags -i $(GTAGS_ARGS) $$here
d@0 459
d@0 460 distclean-tags:
d@0 461 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
d@0 462
d@0 463 distdir: $(DISTFILES)
d@0 464 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
d@0 465 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
d@0 466 list='$(DISTFILES)'; \
d@0 467 dist_files=`for file in $$list; do echo $$file; done | \
d@0 468 sed -e "s|^$$srcdirstrip/||;t" \
d@0 469 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
d@0 470 case $$dist_files in \
d@0 471 */*) $(MKDIR_P) `echo "$$dist_files" | \
d@0 472 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
d@0 473 sort -u` ;; \
d@0 474 esac; \
d@0 475 for file in $$dist_files; do \
d@0 476 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
d@0 477 if test -d $$d/$$file; then \
d@0 478 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
d@0 479 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
d@0 480 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
d@0 481 fi; \
d@0 482 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
d@0 483 else \
d@0 484 test -f $(distdir)/$$file \
d@0 485 || cp -p $$d/$$file $(distdir)/$$file \
d@0 486 || exit 1; \
d@0 487 fi; \
d@0 488 done
d@0 489 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
d@0 490 if test "$$subdir" = .; then :; else \
d@0 491 test -d "$(distdir)/$$subdir" \
d@0 492 || $(MKDIR_P) "$(distdir)/$$subdir" \
d@0 493 || exit 1; \
d@0 494 distdir=`$(am__cd) $(distdir) && pwd`; \
d@0 495 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
d@0 496 (cd $$subdir && \
d@0 497 $(MAKE) $(AM_MAKEFLAGS) \
d@0 498 top_distdir="$$top_distdir" \
d@0 499 distdir="$$distdir/$$subdir" \
d@0 500 am__remove_distdir=: \
d@0 501 am__skip_length_check=: \
d@0 502 distdir) \
d@0 503 || exit 1; \
d@0 504 fi; \
d@0 505 done
d@0 506 check-am: all-am
d@0 507 check: check-recursive
d@0 508 all-am: Makefile $(LTLIBRARIES)
d@0 509 installdirs: installdirs-recursive
d@0 510 installdirs-am:
d@0 511 install: install-recursive
d@0 512 install-exec: install-exec-recursive
d@0 513 install-data: install-data-recursive
d@0 514 uninstall: uninstall-recursive
d@0 515
d@0 516 install-am: all-am
d@0 517 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
d@0 518
d@0 519 installcheck: installcheck-recursive
d@0 520 install-strip:
d@0 521 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
d@0 522 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
d@0 523 `test -z '$(STRIP)' || \
d@0 524 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
d@0 525 mostlyclean-generic:
d@0 526
d@0 527 clean-generic:
d@0 528
d@0 529 distclean-generic:
d@0 530 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
d@0 531
d@0 532 maintainer-clean-generic:
d@0 533 @echo "This command is intended for maintainers to use"
d@0 534 @echo "it deletes files that may require special tools to rebuild."
d@0 535 clean: clean-recursive
d@0 536
d@0 537 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
d@0 538 mostlyclean-am
d@0 539
d@0 540 distclean: distclean-recursive
d@0 541 -rm -rf ./$(DEPDIR)
d@0 542 -rm -f Makefile
d@0 543 distclean-am: clean-am distclean-compile distclean-generic \
d@0 544 distclean-tags
d@0 545
d@0 546 dvi: dvi-recursive
d@0 547
d@0 548 dvi-am:
d@0 549
d@0 550 html: html-recursive
d@0 551
d@0 552 info: info-recursive
d@0 553
d@0 554 info-am:
d@0 555
d@0 556 install-data-am:
d@0 557
d@0 558 install-dvi: install-dvi-recursive
d@0 559
d@0 560 install-exec-am:
d@0 561
d@0 562 install-html: install-html-recursive
d@0 563
d@0 564 install-info: install-info-recursive
d@0 565
d@0 566 install-man:
d@0 567
d@0 568 install-pdf: install-pdf-recursive
d@0 569
d@0 570 install-ps: install-ps-recursive
d@0 571
d@0 572 installcheck-am:
d@0 573
d@0 574 maintainer-clean: maintainer-clean-recursive
d@0 575 -rm -rf ./$(DEPDIR)
d@0 576 -rm -f Makefile
d@0 577 maintainer-clean-am: distclean-am maintainer-clean-generic
d@0 578
d@0 579 mostlyclean: mostlyclean-recursive
d@0 580
d@0 581 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
d@0 582 mostlyclean-libtool
d@0 583
d@0 584 pdf: pdf-recursive
d@0 585
d@0 586 pdf-am:
d@0 587
d@0 588 ps: ps-recursive
d@0 589
d@0 590 ps-am:
d@0 591
d@0 592 uninstall-am:
d@0 593
d@0 594 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
d@0 595 install-strip
d@0 596
d@0 597 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
d@0 598 all all-am check check-am clean clean-generic clean-libtool \
d@0 599 clean-noinstLTLIBRARIES ctags ctags-recursive distclean \
d@0 600 distclean-compile distclean-generic distclean-libtool \
d@0 601 distclean-tags distdir dvi dvi-am html html-am info info-am \
d@0 602 install install-am install-data install-data-am install-dvi \
d@0 603 install-dvi-am install-exec install-exec-am install-html \
d@0 604 install-html-am install-info install-info-am install-man \
d@0 605 install-pdf install-pdf-am install-ps install-ps-am \
d@0 606 install-strip installcheck installcheck-am installdirs \
d@0 607 installdirs-am maintainer-clean maintainer-clean-generic \
d@0 608 mostlyclean mostlyclean-compile mostlyclean-generic \
d@0 609 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
d@0 610 uninstall uninstall-am
d@0 611
d@0 612 # redft00e-r2hc.c rodft00e-r2hc.c reodft11e-r2hc.c
d@0 613 # Tell versions [3.59,3.63) of GNU make to not export all variables.
d@0 614 # Otherwise a system limit (for SysV at least) may be exceeded.
d@0 615 .NOEXPORT: