1# Makefile.in generated by automake 1.7.3 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# 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# The threads stuff is only compiled if FFTW was configured with
18# the --enable-threads option.  This requires us to use the combination
19# of foo_* and EXTRA_* variables below.
20
21srcdir = @srcdir@
22top_srcdir = @top_srcdir@
23VPATH = @srcdir@
24pkgdatadir = $(datadir)/@PACKAGE@
25pkglibdir = $(libdir)/@PACKAGE@
26pkgincludedir = $(includedir)/@PACKAGE@
27top_builddir = ..
28
29am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
30INSTALL = @INSTALL@
31install_sh_DATA = $(install_sh) -c -m 644
32install_sh_PROGRAM = $(install_sh) -c
33install_sh_SCRIPT = $(install_sh) -c
34INSTALL_HEADER = $(INSTALL_DATA)
35transform = $(program_transform_name)
36NORMAL_INSTALL = :
37PRE_INSTALL = :
38POST_INSTALL = :
39NORMAL_UNINSTALL = :
40PRE_UNINSTALL = :
41POST_UNINSTALL = :
42host_triplet = @host@
43ACLOCAL = @ACLOCAL@
44ALLOCA = @ALLOCA@
45AMDEP_FALSE = @AMDEP_FALSE@
46AMDEP_TRUE = @AMDEP_TRUE@
47AMTAR = @AMTAR@
48AUTOCONF = @AUTOCONF@
49
50# for some reason, automake tries to use autoheader in order to
51# generate config.h.in, and fails because config.h.in is GNU-lly
52# incorrect.  Just disable autoheader
53AUTOHEADER = echo
54AUTOMAKE = @AUTOMAKE@
55AWK = @AWK@
56CC = @CC@
57CCDEPMODE = @CCDEPMODE@
58CFLAGS = @CFLAGS@
59CPP = @CPP@
60CPPFLAGS = @CPPFLAGS@
61CYGPATH_W = @CYGPATH_W@
62DEFS = @DEFS@
63DEPDIR = @DEPDIR@
64ECHO = @ECHO@
65ECHO_C = @ECHO_C@
66ECHO_N = @ECHO_N@
67ECHO_T = @ECHO_T@
68EGREP = @EGREP@
69EXEEXT = @EXEEXT@
70F77 = @F77@
71FFLAGS = @FFLAGS@
72FFTW_MPI_INCLUDELIST = @FFTW_MPI_INCLUDELIST@
73FFTW_MPI_LIBLIST = @FFTW_MPI_LIBLIST@
74FFTW_MPI_PROGLIST = @FFTW_MPI_PROGLIST@
75FFTW_PREFIX = @FFTW_PREFIX@
76FFTW_PREFIX1 = @FFTW_PREFIX1@
77FFTW_THREADS_INCLUDELIST = @FFTW_THREADS_INCLUDELIST@
78FFTW_THREADS_LIBLIST = @FFTW_THREADS_LIBLIST@
79FFTW_THREADS_PROGLIST = @FFTW_THREADS_PROGLIST@
80FLIBS = @FLIBS@
81INSTALL_DATA = @INSTALL_DATA@
82INSTALL_PROGRAM = @INSTALL_PROGRAM@
83INSTALL_SCRIPT = @INSTALL_SCRIPT@
84INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
85LDFLAGS = @LDFLAGS@
86LIBOBJS = @LIBOBJS@
87LIBS = @LIBS@
88LIBTOOL = @LIBTOOL@
89LN_S = @LN_S@
90LTLIBOBJS = @LTLIBOBJS@
91MAKEINFO = @MAKEINFO@
92MPICC = @MPICC@
93MPILIBS = @MPILIBS@
94OBJEXT = @OBJEXT@
95PACKAGE = @PACKAGE@
96PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
97PACKAGE_NAME = @PACKAGE_NAME@
98PACKAGE_STRING = @PACKAGE_STRING@
99PACKAGE_TARNAME = @PACKAGE_TARNAME@
100PACKAGE_VERSION = @PACKAGE_VERSION@
101PATH_SEPARATOR = @PATH_SEPARATOR@
102PERL = @PERL@
103PTHREAD_CC = @PTHREAD_CC@
104PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
105PTHREAD_LIBS = @PTHREAD_LIBS@
106RANLIB = @RANLIB@
107SET_MAKE = @SET_MAKE@
108SHARED_VERSION = @SHARED_VERSION@
109SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
110SHELL = @SHELL@
111STRIP = @STRIP@
112THREADLIBS = @THREADLIBS@
113VERSION = @VERSION@
114ac_ct_CC = @ac_ct_CC@
115ac_ct_F77 = @ac_ct_F77@
116ac_ct_RANLIB = @ac_ct_RANLIB@
117ac_ct_STRIP = @ac_ct_STRIP@
118am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
119am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
120am__include = @am__include@
121am__leading_dot = @am__leading_dot@
122am__quote = @am__quote@
123bindir = @bindir@
124build = @build@
125build_alias = @build_alias@
126build_cpu = @build_cpu@
127build_os = @build_os@
128build_vendor = @build_vendor@
129datadir = @datadir@
130exec_prefix = @exec_prefix@
131host = @host@
132host_alias = @host_alias@
133host_cpu = @host_cpu@
134host_os = @host_os@
135host_vendor = @host_vendor@
136includedir = @includedir@
137infodir = @infodir@
138install_sh = @install_sh@
139libdir = @libdir@
140libexecdir = @libexecdir@
141localstatedir = @localstatedir@
142mandir = @mandir@
143oldincludedir = @oldincludedir@
144prefix = @prefix@
145program_transform_name = @program_transform_name@
146sbindir = @sbindir@
147sharedstatedir = @sharedstatedir@
148sysconfdir = @sysconfdir@
149target_alias = @target_alias@
150
151lib_LTLIBRARIES = @FFTW_THREADS_LIBLIST@
152include_HEADERS = @FFTW_THREADS_INCLUDELIST@
153noinst_PROGRAMS = @FFTW_THREADS_PROGLIST@
154
155EXTRA_LTLIBRARIES = lib@FFTW_PREFIX@fftw_threads.la \
156                    lib@FFTW_PREFIX@rfftw_threads.la
157
158EXTRA_HEADERS = @FFTW_PREFIX@fftw_threads.h \
159                @FFTW_PREFIX@rfftw_threads.h
160
161EXTRA_PROGRAMS = fftw_threads_test rfftw_threads_test
162
163FFTWDIR = ../fftw
164RFFTWDIR = ../rfftw
165INCLUDES = -I$(srcdir)/../tests \
166           -I$(srcdir)/$(FFTWDIR) -I$(srcdir)/$(RFFTWDIR) -I$(srcdir)
167
168
169lib@FFTW_PREFIX@fftw_threads_la_SOURCES = \
170                             executor_threads.c fftw_threads.c \
171                             fftwnd_threads.c \
172                             fftw_f77_threads.c \
173	                     @FFTW_PREFIX@fftw_threads.h \
174                             fftw_threads-int.h
175
176lib@FFTW_PREFIX@fftw_threads_la_LDFLAGS = \
177                             -version-info @SHARED_VERSION_INFO@ \
178                             -rpath $(libdir)
179
180
181fftw_threads_test_SOURCES = fftw_threads_test.c
182fftw_threads_test_LDADD = ../tests/test_main.o \
183	                  lib@FFTW_PREFIX@fftw_threads.la \
184                          $(FFTWDIR)/lib@FFTW_PREFIX@fftw.la \
185	 		  @THREADLIBS@
186
187
188lib@FFTW_PREFIX@rfftw_threads_la_SOURCES = \
189                              rexec_threads.c rexec2_threads.c \
190			      rfftwnd_threads.c \
191                              rfftw_f77_threads.c \
192	                      @FFTW_PREFIX@fftw_threads.h \
193                              fftw_threads-int.h \
194                              @FFTW_PREFIX@rfftw_threads.h
195
196lib@FFTW_PREFIX@rfftw_threads_la_LDFLAGS = \
197                              -version-info @SHARED_VERSION_INFO@ \
198                              -rpath $(libdir)
199
200
201CLEANFILES = @FFTW_PREFIX1@fftw_threads.h \
202             @FFTW_PREFIX1@rfftw_threads.h
203
204
205rfftw_threads_test_SOURCES = rfftw_threads_test.c
206rfftw_threads_test_LDADD = ../tests/test_main.o \
207	                  lib@FFTW_PREFIX@rfftw_threads.la \
208                          lib@FFTW_PREFIX@fftw_threads.la \
209                          $(RFFTWDIR)/lib@FFTW_PREFIX@rfftw.la \
210                          $(FFTWDIR)/lib@FFTW_PREFIX@fftw.la \
211			  @THREADLIBS@
212
213subdir = threads
214mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
215CONFIG_HEADER = $(top_builddir)/fftw/config.h \
216	$(top_builddir)/fftw/fftw.h
217CONFIG_CLEAN_FILES =
218LTLIBRARIES = $(lib_LTLIBRARIES)
219
220lib@FFTW_PREFIX@fftw_threads_la_LIBADD =
221am_lib@FFTW_PREFIX@fftw_threads_la_OBJECTS = executor_threads.lo \
222	fftw_threads.lo fftwnd_threads.lo fftw_f77_threads.lo
223lib@FFTW_PREFIX@fftw_threads_la_OBJECTS = \
224	$(am_lib@FFTW_PREFIX@fftw_threads_la_OBJECTS)
225lib@FFTW_PREFIX@rfftw_threads_la_LIBADD =
226am_lib@FFTW_PREFIX@rfftw_threads_la_OBJECTS = rexec_threads.lo \
227	rexec2_threads.lo rfftwnd_threads.lo rfftw_f77_threads.lo
228lib@FFTW_PREFIX@rfftw_threads_la_OBJECTS = \
229	$(am_lib@FFTW_PREFIX@rfftw_threads_la_OBJECTS)
230EXTRA_PROGRAMS = fftw_threads_test$(EXEEXT) rfftw_threads_test$(EXEEXT)
231noinst_PROGRAMS = @FFTW_THREADS_PROGLIST@
232PROGRAMS = $(noinst_PROGRAMS)
233
234am_fftw_threads_test_OBJECTS = fftw_threads_test.$(OBJEXT)
235fftw_threads_test_OBJECTS = $(am_fftw_threads_test_OBJECTS)
236fftw_threads_test_DEPENDENCIES = ../tests/test_main.o \
237	lib@FFTW_PREFIX@fftw_threads.la \
238	$(FFTWDIR)/lib@FFTW_PREFIX@fftw.la
239fftw_threads_test_LDFLAGS =
240am_rfftw_threads_test_OBJECTS = rfftw_threads_test.$(OBJEXT)
241rfftw_threads_test_OBJECTS = $(am_rfftw_threads_test_OBJECTS)
242rfftw_threads_test_DEPENDENCIES = ../tests/test_main.o \
243	lib@FFTW_PREFIX@rfftw_threads.la \
244	lib@FFTW_PREFIX@fftw_threads.la \
245	$(RFFTWDIR)/lib@FFTW_PREFIX@rfftw.la \
246	$(FFTWDIR)/lib@FFTW_PREFIX@fftw.la
247rfftw_threads_test_LDFLAGS =
248
249DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)/fftw -I$(top_builddir)/fftw
250depcomp = $(SHELL) $(top_srcdir)/depcomp
251am__depfiles_maybe = depfiles
252@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/executor_threads.Plo \
253@AMDEP_TRUE@	./$(DEPDIR)/fftw_f77_threads.Plo \
254@AMDEP_TRUE@	./$(DEPDIR)/fftw_threads.Plo \
255@AMDEP_TRUE@	./$(DEPDIR)/fftw_threads_test.Po \
256@AMDEP_TRUE@	./$(DEPDIR)/fftwnd_threads.Plo \
257@AMDEP_TRUE@	./$(DEPDIR)/rexec2_threads.Plo \
258@AMDEP_TRUE@	./$(DEPDIR)/rexec_threads.Plo \
259@AMDEP_TRUE@	./$(DEPDIR)/rfftw_f77_threads.Plo \
260@AMDEP_TRUE@	./$(DEPDIR)/rfftw_threads_test.Po \
261@AMDEP_TRUE@	./$(DEPDIR)/rfftwnd_threads.Plo
262COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
263	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
264LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
265	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
266CCLD = $(CC)
267LINK = $(LIBTOOL) --mode=link $(CCLD) -Wc,-B/usr/local/bin $(AM_CFLAGS) $(CFLAGS) \
268	$(AM_LDFLAGS) $(LDFLAGS) -o $@
269DIST_SOURCES = $(lib@FFTW_PREFIX@fftw_threads_la_SOURCES) \
270	$(lib@FFTW_PREFIX@rfftw_threads_la_SOURCES) \
271	$(fftw_threads_test_SOURCES) $(rfftw_threads_test_SOURCES)
272HEADERS = $(include_HEADERS)
273
274DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in
275SOURCES = $(lib@FFTW_PREFIX@fftw_threads_la_SOURCES) $(lib@FFTW_PREFIX@rfftw_threads_la_SOURCES) $(fftw_threads_test_SOURCES) $(rfftw_threads_test_SOURCES)
276
277all: all-am
278
279.SUFFIXES:
280.SUFFIXES: .c .lo .o .obj
281$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
282	cd $(top_srcdir) && \
283	  $(AUTOMAKE) --gnu  threads/Makefile
284Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
285	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
286libLTLIBRARIES_INSTALL = $(INSTALL)
287install-libLTLIBRARIES: $(lib_LTLIBRARIES)
288	@$(NORMAL_INSTALL)
289	$(mkinstalldirs) $(DESTDIR)$(libdir)
290	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
291	  if test -f $$p; then \
292	    f="`echo $$p | sed -e 's|^.*/||'`"; \
293	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
294	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
295	  else :; fi; \
296	done
297
298uninstall-libLTLIBRARIES:
299	@$(NORMAL_UNINSTALL)
300	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
301	    p="`echo $$p | sed -e 's|^.*/||'`"; \
302	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
303	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
304	done
305
306clean-libLTLIBRARIES:
307	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
308	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
309	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
310	  test "$$dir" = "$$p" && dir=.; \
311	  echo "rm -f \"$${dir}/so_locations\""; \
312	  rm -f "$${dir}/so_locations"; \
313	done
314lib@FFTW_PREFIX@fftw_threads.la: $(lib@FFTW_PREFIX@fftw_threads_la_OBJECTS) $(lib@FFTW_PREFIX@fftw_threads_la_DEPENDENCIES)
315	$(LINK)  $(lib@FFTW_PREFIX@fftw_threads_la_LDFLAGS) $(lib@FFTW_PREFIX@fftw_threads_la_OBJECTS) $(lib@FFTW_PREFIX@fftw_threads_la_LIBADD) $(LIBS)
316lib@FFTW_PREFIX@rfftw_threads.la: $(lib@FFTW_PREFIX@rfftw_threads_la_OBJECTS) $(lib@FFTW_PREFIX@rfftw_threads_la_DEPENDENCIES)
317	$(LINK)  $(lib@FFTW_PREFIX@rfftw_threads_la_LDFLAGS) $(lib@FFTW_PREFIX@rfftw_threads_la_OBJECTS) $(lib@FFTW_PREFIX@rfftw_threads_la_LIBADD) $(LIBS)
318
319clean-noinstPROGRAMS:
320	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
321	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
322	  echo " rm -f $$p $$f"; \
323	  rm -f $$p $$f ; \
324	done
325fftw_threads_test$(EXEEXT): $(fftw_threads_test_OBJECTS) $(fftw_threads_test_DEPENDENCIES)
326	@rm -f fftw_threads_test$(EXEEXT)
327	$(LINK) $(fftw_threads_test_LDFLAGS) $(fftw_threads_test_OBJECTS) $(fftw_threads_test_LDADD) $(LIBS)
328rfftw_threads_test$(EXEEXT): $(rfftw_threads_test_OBJECTS) $(rfftw_threads_test_DEPENDENCIES)
329	@rm -f rfftw_threads_test$(EXEEXT)
330	$(LINK) $(rfftw_threads_test_LDFLAGS) $(rfftw_threads_test_OBJECTS) $(rfftw_threads_test_LDADD) $(LIBS)
331
332mostlyclean-compile:
333	-rm -f *.$(OBJEXT) core *.core
334
335distclean-compile:
336	-rm -f *.tab.c
337
338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/executor_threads.Plo@am__quote@
339@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fftw_f77_threads.Plo@am__quote@
340@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fftw_threads.Plo@am__quote@
341@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fftw_threads_test.Po@am__quote@
342@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fftwnd_threads.Plo@am__quote@
343@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rexec2_threads.Plo@am__quote@
344@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rexec_threads.Plo@am__quote@
345@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfftw_f77_threads.Plo@am__quote@
346@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfftw_threads_test.Po@am__quote@
347@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfftwnd_threads.Plo@am__quote@
348
349distclean-depend:
350	-rm -rf ./$(DEPDIR)
351
352.c.o:
353@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
354@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
355@am__fastdepCC_TRUE@	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
356@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
357@am__fastdepCC_TRUE@	fi
358@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
359@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
360@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
362
363.c.obj:
364@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
365@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
366@am__fastdepCC_TRUE@	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
367@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
368@am__fastdepCC_TRUE@	fi
369@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
370@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
371@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
372@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
373
374.c.lo:
375@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
376@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
377@am__fastdepCC_TRUE@	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
378@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
379@am__fastdepCC_TRUE@	fi
380@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
381@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
382@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
383@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
384
385mostlyclean-libtool:
386	-rm -f *.lo
387
388clean-libtool:
389	-rm -rf .libs _libs
390
391distclean-libtool:
392	-rm -f libtool
393uninstall-info-am:
394includeHEADERS_INSTALL = $(INSTALL_HEADER)
395install-includeHEADERS: $(include_HEADERS)
396	@$(NORMAL_INSTALL)
397	$(mkinstalldirs) $(DESTDIR)$(includedir)
398	@list='$(include_HEADERS)'; for p in $$list; do \
399	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
400	  f="`echo $$p | sed -e 's|^.*/||'`"; \
401	  echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
402	  $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
403	done
404
405uninstall-includeHEADERS:
406	@$(NORMAL_UNINSTALL)
407	@list='$(include_HEADERS)'; for p in $$list; do \
408	  f="`echo $$p | sed -e 's|^.*/||'`"; \
409	  echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
410	  rm -f $(DESTDIR)$(includedir)/$$f; \
411	done
412
413ETAGS = etags
414ETAGSFLAGS =
415
416CTAGS = ctags
417CTAGSFLAGS =
418
419tags: TAGS
420
421ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
422	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
423	unique=`for i in $$list; do \
424	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
425	  done | \
426	  $(AWK) '    { files[$$0] = 1; } \
427	       END { for (i in files) print i; }'`; \
428	mkid -fID $$unique
429
430TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
431		$(TAGS_FILES) $(LISP)
432	tags=; \
433	here=`pwd`; \
434	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
435	unique=`for i in $$list; do \
436	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437	  done | \
438	  $(AWK) '    { files[$$0] = 1; } \
439	       END { for (i in files) print i; }'`; \
440	test -z "$(ETAGS_ARGS)$$tags$$unique" \
441	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442	     $$tags $$unique
443
444ctags: CTAGS
445CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
446		$(TAGS_FILES) $(LISP)
447	tags=; \
448	here=`pwd`; \
449	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
450	unique=`for i in $$list; do \
451	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452	  done | \
453	  $(AWK) '    { files[$$0] = 1; } \
454	       END { for (i in files) print i; }'`; \
455	test -z "$(CTAGS_ARGS)$$tags$$unique" \
456	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
457	     $$tags $$unique
458
459GTAGS:
460	here=`$(am__cd) $(top_builddir) && pwd` \
461	  && cd $(top_srcdir) \
462	  && gtags -i $(GTAGS_ARGS) $$here
463
464distclean-tags:
465	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
466DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
467
468top_distdir = ..
469distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
470
471distdir: $(DISTFILES)
472	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
473	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
474	list='$(DISTFILES)'; for file in $$list; do \
475	  case $$file in \
476	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
477	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
478	  esac; \
479	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
480	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
481	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
482	    dir="/$$dir"; \
483	    $(mkinstalldirs) "$(distdir)$$dir"; \
484	  else \
485	    dir=''; \
486	  fi; \
487	  if test -d $$d/$$file; then \
488	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
489	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
490	    fi; \
491	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
492	  else \
493	    test -f $(distdir)/$$file \
494	    || cp -p $$d/$$file $(distdir)/$$file \
495	    || exit 1; \
496	  fi; \
497	done
498check-am: all-am
499check: check-am
500all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
501
502installdirs:
503	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
504
505install: install-am
506install-exec: install-exec-am
507install-data: install-data-am
508uninstall: uninstall-am
509
510install-am: all-am
511	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
512
513installcheck: installcheck-am
514install-strip:
515	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
516	  INSTALL_STRIP_FLAG=-s \
517	  `test -z '$(STRIP)' || \
518	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
519mostlyclean-generic:
520
521clean-generic:
522	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
523
524distclean-generic:
525	-rm -f Makefile $(CONFIG_CLEAN_FILES)
526
527maintainer-clean-generic:
528	@echo "This command is intended for maintainers to use"
529	@echo "it deletes files that may require special tools to rebuild."
530clean: clean-am
531
532clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
533	clean-noinstPROGRAMS mostlyclean-am
534
535distclean: distclean-am
536
537distclean-am: clean-am distclean-compile distclean-depend \
538	distclean-generic distclean-libtool distclean-tags
539
540dvi: dvi-am
541
542dvi-am:
543
544info: info-am
545
546info-am:
547
548install-data-am: install-includeHEADERS
549
550install-exec-am: install-libLTLIBRARIES
551
552install-info: install-info-am
553
554install-man:
555
556installcheck-am:
557
558maintainer-clean: maintainer-clean-am
559
560maintainer-clean-am: distclean-am maintainer-clean-generic
561
562mostlyclean: mostlyclean-am
563
564mostlyclean-am: mostlyclean-compile mostlyclean-generic \
565	mostlyclean-libtool
566
567pdf: pdf-am
568
569pdf-am:
570
571ps: ps-am
572
573ps-am:
574
575uninstall-am: uninstall-includeHEADERS uninstall-info-am \
576	uninstall-libLTLIBRARIES
577
578.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
579	clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
580	distclean distclean-compile distclean-depend distclean-generic \
581	distclean-libtool distclean-tags distdir dvi dvi-am info \
582	info-am install install-am install-data install-data-am \
583	install-exec install-exec-am install-includeHEADERS \
584	install-info install-info-am install-libLTLIBRARIES install-man \
585	install-strip installcheck installcheck-am installdirs \
586	maintainer-clean maintainer-clean-generic mostlyclean \
587	mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \
588	pdf-am ps ps-am tags uninstall uninstall-am \
589	uninstall-includeHEADERS uninstall-info-am \
590	uninstall-libLTLIBRARIES
591
592
593@FFTW_PREFIX1@fftw_threads.h: fftw_threads.h
594	rm -f $@
595	sed 's/\"fftw/\"@FFTW_PREFIX@fftw/g;s/\"rfftw/\"@FFTW_PREFIX@rfftw/g' $(srcdir)/fftw_threads.h > $@
596
597@FFTW_PREFIX1@rfftw_threads.h: rfftw_threads.h
598	rm -f $@
599	sed 's/\"fftw/\"@FFTW_PREFIX@fftw/g;s/\"rfftw/\"@FFTW_PREFIX@rfftw/g' $(srcdir)/rfftw_threads.h > $@
600
601check: @FFTW_THREADS_PROGLIST@
602	@set fnord $(MAKEFLAGS); amf=$$2; \
603        list='@FFTW_THREADS_PROGLIST@'; for prog in $$list; do \
604          target="$$prog""-check"; \
605          echo "Making $$target"; \
606          ($(MAKE) $$target) \
607           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
608        done && test -z "$$fail"
609
610fftw_threads_test-check: fftw_threads_test
611	./fftw_threads_test 1 -x 100 -r 0
612	./fftw_threads_test 2 -x 100 -r 0
613	./fftw_threads_test 3 -x 100 -r 0
614	./fftw_threads_test 10 -x 100 -r 0
615	@echo "--------------------------------------------------------------"
616	@echo "    FFTW complex-complex threads transforms passed tests!"
617	@echo "--------------------------------------------------------------"
618
619rfftw_threads_test-check: rfftw_threads_test
620	./rfftw_threads_test 1 -x 100 -r 0
621	./rfftw_threads_test 2 -x 100 -r 0
622	./rfftw_threads_test 3 -x 100 -r 0
623	./rfftw_threads_test 10 -x 100 -r 0
624	@echo "--------------------------------------------------------------"
625	@echo "     RFFTW real-complex threads transforms passed tests!"
626	@echo "--------------------------------------------------------------"
627# Tell versions [3.59,3.63) of GNU make to not export all variables.
628# Otherwise a system limit (for SysV at least) may be exceeded.
629.NOEXPORT:
630