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