annotate Lib/fftw-3.2.1/cell/Makefile.in @ 0:25bf17994ef1

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