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