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