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@
90target_triplet = @target@
91subdir = mfront/tests/behaviours/bricks
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/aster-machine-type.m4 \
94	$(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
95	$(top_srcdir)/m4/ax_pthread.m4 \
96	$(top_srcdir)/m4/castem-unix-type.m4 \
97	$(top_srcdir)/m4/castem.m4 $(top_srcdir)/m4/check_boost.m4 \
98	$(top_srcdir)/m4/check_boost_numpy.m4 \
99	$(top_srcdir)/m4/check_boost_python.m4 \
100	$(top_srcdir)/m4/check_pthreads.m4 \
101	$(top_srcdir)/m4/cyrano-machine-type.m4 \
102	$(top_srcdir)/m4/enable_pthreads.m4 $(top_srcdir)/m4/gxx.m4 \
103	$(top_srcdir)/m4/intel.m4 $(top_srcdir)/m4/libtool.m4 \
104	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
105	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
106	$(top_srcdir)/m4/m4-ax_jni_include_dir.m4 \
107	$(top_srcdir)/m4/mp_with_curses.m4 $(top_srcdir)/m4/zset.m4 \
108	$(top_srcdir)/configure.ac
109am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
110	$(ACLOCAL_M4)
111DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
112mkinstalldirs = $(install_sh) -d
113CONFIG_CLEAN_FILES =
114CONFIG_CLEAN_VPATH_FILES =
115AM_V_P = $(am__v_P_@AM_V@)
116am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
117am__v_P_0 = false
118am__v_P_1 = :
119AM_V_GEN = $(am__v_GEN_@AM_V@)
120am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
121am__v_GEN_0 = @echo "  GEN     " $@;
122am__v_GEN_1 =
123AM_V_at = $(am__v_at_@AM_V@)
124am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
125am__v_at_0 = @
126am__v_at_1 =
127SOURCES =
128DIST_SOURCES =
129RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
130	ctags-recursive dvi-recursive html-recursive info-recursive \
131	install-data-recursive install-dvi-recursive \
132	install-exec-recursive install-html-recursive \
133	install-info-recursive install-pdf-recursive \
134	install-ps-recursive install-recursive installcheck-recursive \
135	installdirs-recursive pdf-recursive ps-recursive \
136	tags-recursive uninstall-recursive
137am__can_run_installinfo = \
138  case $$AM_UPDATE_INFO_DIR in \
139    n|no|NO) false;; \
140    *) (install-info --version) >/dev/null 2>&1;; \
141  esac
142RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
143  distclean-recursive maintainer-clean-recursive
144am__recursive_targets = \
145  $(RECURSIVE_TARGETS) \
146  $(RECURSIVE_CLEAN_TARGETS) \
147  $(am__extra_recursive_targets)
148AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
149	distdir distdir-am
150am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
151# Read a list of newline-separated strings from the standard input,
152# and print each of them once, without duplicates.  Input order is
153# *not* preserved.
154am__uniquify_input = $(AWK) '\
155  BEGIN { nonempty = 0; } \
156  { items[$$0] = 1; nonempty = 1; } \
157  END { if (nonempty) { for (i in items) print i; }; } \
158'
159# Make sure the list of sources is unique.  This is necessary because,
160# e.g., the same source file might be shared among _SOURCES variables
161# for different programs/libraries.
162am__define_uniq_tagged_files = \
163  list='$(am__tagged_files)'; \
164  unique=`for i in $$list; do \
165    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
166  done | $(am__uniquify_input)`
167ETAGS = etags
168CTAGS = ctags
169DIST_SUBDIRS = $(SUBDIRS)
170am__DIST_COMMON = $(srcdir)/Makefile.in
171DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
172am__relativize = \
173  dir0=`pwd`; \
174  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
175  sed_rest='s,^[^/]*/*,,'; \
176  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
177  sed_butlast='s,/*[^/]*$$,,'; \
178  while test -n "$$dir1"; do \
179    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
180    if test "$$first" != "."; then \
181      if test "$$first" = ".."; then \
182        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
183        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
184      else \
185        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
186        if test "$$first2" = "$$first"; then \
187          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
188        else \
189          dir2="../$$dir2"; \
190        fi; \
191        dir0="$$dir0"/"$$first"; \
192      fi; \
193    fi; \
194    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
195  done; \
196  reldir="$$dir2"
197ACLOCAL = @ACLOCAL@
198AMTAR = @AMTAR@
199AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
200AR = @AR@
201AS = @AS@
202AUTOCONF = @AUTOCONF@
203AUTOHEADER = @AUTOHEADER@
204AUTOMAKE = @AUTOMAKE@
205AWK = @AWK@
206BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
207BOOST_LIBS = @BOOST_LIBS@
208BOOST_LIBSUFFIX = @BOOST_LIBSUFFIX@
209BOOST_NUMPY_LIBS = @BOOST_NUMPY_LIBS@
210BOOST_PYTHON_LIBS = @BOOST_PYTHON_LIBS@
211CASTEM_CFLAGS = @CASTEM_CFLAGS@
212CASTEM_CPPFLAGS = @CASTEM_CPPFLAGS@
213CASTEM_FFLAGS = @CASTEM_FFLAGS@
214CASTEM_ROOT = @CASTEM_ROOT@
215CASTEM_UNIX_TYPE = @CASTEM_UNIX_TYPE@
216CC = @CC@
217CCDEPMODE = @CCDEPMODE@
218CFLAGS = @CFLAGS@
219CPP = @CPP@
220CPPFLAGS = @CPPFLAGS@
221CXX = @CXX@
222CXXCPP = @CXXCPP@
223CXXDEPMODE = @CXXDEPMODE@
224CXXFLAGS = @CXXFLAGS@
225CYGPATH_W = @CYGPATH_W@
226DEFS = @DEFS@
227DEPDIR = @DEPDIR@
228DLLTOOL = @DLLTOOL@
229DSYMUTIL = @DSYMUTIL@
230DUMPBIN = @DUMPBIN@
231ECHO_C = @ECHO_C@
232ECHO_N = @ECHO_N@
233ECHO_T = @ECHO_T@
234EGREP = @EGREP@
235EXEEXT = @EXEEXT@
236F77 = @F77@
237FC = @FC@
238FCFLAGS = @FCFLAGS@
239FFLAGS = @FFLAGS@
240FGREP = @FGREP@
241FLIBS = @FLIBS@
242GNUPLOT = @GNUPLOT@
243GREP = @GREP@
244HAVE_CXX11 = @HAVE_CXX11@
245INCLTDL = @INCLTDL@
246INSTALL = @INSTALL@
247INSTALL_DATA = @INSTALL_DATA@
248INSTALL_PROGRAM = @INSTALL_PROGRAM@
249INSTALL_SCRIPT = @INSTALL_SCRIPT@
250INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
251LD = @LD@
252LDFLAGS = @LDFLAGS@
253LIBLTDL = @LIBLTDL@
254LIBOBJS = @LIBOBJS@
255LIBS = @LIBS@
256LIBTOOL = @LIBTOOL@
257LIBTOOL_DEPS = @LIBTOOL_DEPS@
258LIPO = @LIPO@
259LN_S = @LN_S@
260LTLIBOBJS = @LTLIBOBJS@
261LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
262MAKEINFO = @MAKEINFO@
263MANIFEST_TOOL = @MANIFEST_TOOL@
264MKDIR_P = @MKDIR_P@
265NM = @NM@
266NMEDIT = @NMEDIT@
267OBJDUMP = @OBJDUMP@
268OBJEXT = @OBJEXT@
269OTOOL = @OTOOL@
270OTOOL64 = @OTOOL64@
271PACKAGE = @PACKAGE@
272PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
273PACKAGE_NAME = @PACKAGE_NAME@
274PACKAGE_STRING = @PACKAGE_STRING@
275PACKAGE_TARNAME = @PACKAGE_TARNAME@
276PACKAGE_URL = @PACKAGE_URL@
277PACKAGE_VERSION = @PACKAGE_VERSION@
278PATH_SEPARATOR = @PATH_SEPARATOR@
279PTHREAD_CC = @PTHREAD_CC@
280PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
281PTHREAD_LIBS = @PTHREAD_LIBS@
282PYTHON = @PYTHON@
283PYTHONLIBS_VERSION_STRING = @PYTHONLIBS_VERSION_STRING@
284PYTHONPATH = @PYTHONPATH@
285PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
286PYTHON_PLATFORM = @PYTHON_PLATFORM@
287PYTHON_PREFIX = @PYTHON_PREFIX@
288PYTHON_VERSION = @PYTHON_VERSION@
289RANLIB = @RANLIB@
290SED = @SED@
291SET_MAKE = @SET_MAKE@
292SHELL = @SHELL@
293STRIP = @STRIP@
294TFEL_SVN_REVISION = @TFEL_SVN_REVISION@
295TFEL_THREAD_FLAGS = @TFEL_THREAD_FLAGS@
296TFEL_THREAD_LIBS = @TFEL_THREAD_LIBS@
297TFEL_VERSION = @TFEL_VERSION@
298VERSION = @VERSION@
299_ACJNI_JAVAC = @_ACJNI_JAVAC@
300abs_builddir = @abs_builddir@
301abs_srcdir = @abs_srcdir@
302abs_top_builddir = @abs_top_builddir@
303abs_top_srcdir = @abs_top_srcdir@
304ac_ct_AR = @ac_ct_AR@
305ac_ct_CC = @ac_ct_CC@
306ac_ct_CXX = @ac_ct_CXX@
307ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
308ac_ct_F77 = @ac_ct_F77@
309ac_ct_FC = @ac_ct_FC@
310am__include = @am__include@
311am__leading_dot = @am__leading_dot@
312am__quote = @am__quote@
313am__tar = @am__tar@
314am__untar = @am__untar@
315ax_pthread_config = @ax_pthread_config@
316bindir = @bindir@
317build = @build@
318build_alias = @build_alias@
319build_cpu = @build_cpu@
320build_os = @build_os@
321build_vendor = @build_vendor@
322builddir = @builddir@
323datadir = @datadir@
324datarootdir = @datarootdir@
325docdir = @docdir@
326dvidir = @dvidir@
327exec_prefix = @exec_prefix@
328host = @host@
329host_alias = @host_alias@
330host_cpu = @host_cpu@
331host_os = @host_os@
332host_vendor = @host_vendor@
333htmldir = @htmldir@
334includedir = @includedir@
335infodir = @infodir@
336install_sh = @install_sh@
337libdir = @libdir@
338libexecdir = @libexecdir@
339localedir = @localedir@
340localstatedir = @localstatedir@
341mandir = @mandir@
342mkdir_p = @mkdir_p@
343oldincludedir = @oldincludedir@
344pdfdir = @pdfdir@
345pkgpyexecdir = @pkgpyexecdir@
346pkgpythondir = @pkgpythondir@
347prefix = @prefix@
348program_transform_name = @program_transform_name@
349psdir = @psdir@
350pyexecdir = @pyexecdir@
351pythondir = @pythondir@
352runstatedir = @runstatedir@
353sbindir = @sbindir@
354sharedstatedir = @sharedstatedir@
355srcdir = @srcdir@
356sysconfdir = @sysconfdir@
357target = @target@
358target_alias = @target_alias@
359target_cpu = @target_cpu@
360target_os = @target_os@
361target_vendor = @target_vendor@
362top_build_prefix = @top_build_prefix@
363top_builddir = @top_builddir@
364top_srcdir = @top_srcdir@
365SUBDIRS = StandardElasticity FiniteStrainSingleCrystal DDIF2 \
366        StandardElastoViscoPlasticity
367
368EXTRA_DIST = CMakeLists.txt
369all: all-recursive
370
371.SUFFIXES:
372$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
373	@for dep in $?; do \
374	  case '$(am__configure_deps)' in \
375	    *$$dep*) \
376	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
377	        && { if test -f $@; then exit 0; else break; fi; }; \
378	      exit 1;; \
379	  esac; \
380	done; \
381	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign mfront/tests/behaviours/bricks/Makefile'; \
382	$(am__cd) $(top_srcdir) && \
383	  $(AUTOMAKE) --foreign mfront/tests/behaviours/bricks/Makefile
384Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
385	@case '$?' in \
386	  *config.status*) \
387	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
388	  *) \
389	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
390	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
391	esac;
392
393$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
394	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
395
396$(top_srcdir)/configure:  $(am__configure_deps)
397	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
398$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
399	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
400$(am__aclocal_m4_deps):
401
402mostlyclean-libtool:
403	-rm -f *.lo
404
405clean-libtool:
406	-rm -rf .libs _libs
407
408# This directory's subdirectories are mostly independent; you can cd
409# into them and run 'make' without going through this Makefile.
410# To change the values of 'make' variables: instead of editing Makefiles,
411# (1) if the variable is set in 'config.status', edit 'config.status'
412#     (which will cause the Makefiles to be regenerated when you run 'make');
413# (2) otherwise, pass the desired values on the 'make' command line.
414$(am__recursive_targets):
415	@fail=; \
416	if $(am__make_keepgoing); then \
417	  failcom='fail=yes'; \
418	else \
419	  failcom='exit 1'; \
420	fi; \
421	dot_seen=no; \
422	target=`echo $@ | sed s/-recursive//`; \
423	case "$@" in \
424	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
425	  *) list='$(SUBDIRS)' ;; \
426	esac; \
427	for subdir in $$list; do \
428	  echo "Making $$target in $$subdir"; \
429	  if test "$$subdir" = "."; then \
430	    dot_seen=yes; \
431	    local_target="$$target-am"; \
432	  else \
433	    local_target="$$target"; \
434	  fi; \
435	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
436	  || eval $$failcom; \
437	done; \
438	if test "$$dot_seen" = "no"; then \
439	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
440	fi; test -z "$$fail"
441
442ID: $(am__tagged_files)
443	$(am__define_uniq_tagged_files); mkid -fID $$unique
444tags: tags-recursive
445TAGS: tags
446
447tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
448	set x; \
449	here=`pwd`; \
450	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
451	  include_option=--etags-include; \
452	  empty_fix=.; \
453	else \
454	  include_option=--include; \
455	  empty_fix=; \
456	fi; \
457	list='$(SUBDIRS)'; for subdir in $$list; do \
458	  if test "$$subdir" = .; then :; else \
459	    test ! -f $$subdir/TAGS || \
460	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
461	  fi; \
462	done; \
463	$(am__define_uniq_tagged_files); \
464	shift; \
465	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
466	  test -n "$$unique" || unique=$$empty_fix; \
467	  if test $$# -gt 0; then \
468	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
469	      "$$@" $$unique; \
470	  else \
471	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
472	      $$unique; \
473	  fi; \
474	fi
475ctags: ctags-recursive
476
477CTAGS: ctags
478ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
479	$(am__define_uniq_tagged_files); \
480	test -z "$(CTAGS_ARGS)$$unique" \
481	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
482	     $$unique
483
484GTAGS:
485	here=`$(am__cd) $(top_builddir) && pwd` \
486	  && $(am__cd) $(top_srcdir) \
487	  && gtags -i $(GTAGS_ARGS) "$$here"
488cscopelist: cscopelist-recursive
489
490cscopelist-am: $(am__tagged_files)
491	list='$(am__tagged_files)'; \
492	case "$(srcdir)" in \
493	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
494	  *) sdir=$(subdir)/$(srcdir) ;; \
495	esac; \
496	for i in $$list; do \
497	  if test -f "$$i"; then \
498	    echo "$(subdir)/$$i"; \
499	  else \
500	    echo "$$sdir/$$i"; \
501	  fi; \
502	done >> $(top_builddir)/cscope.files
503
504distclean-tags:
505	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
506
507distdir: $(BUILT_SOURCES)
508	$(MAKE) $(AM_MAKEFLAGS) distdir-am
509
510distdir-am: $(DISTFILES)
511	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
512	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
513	list='$(DISTFILES)'; \
514	  dist_files=`for file in $$list; do echo $$file; done | \
515	  sed -e "s|^$$srcdirstrip/||;t" \
516	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
517	case $$dist_files in \
518	  */*) $(MKDIR_P) `echo "$$dist_files" | \
519			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
520			   sort -u` ;; \
521	esac; \
522	for file in $$dist_files; do \
523	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
524	  if test -d $$d/$$file; then \
525	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
526	    if test -d "$(distdir)/$$file"; then \
527	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
528	    fi; \
529	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
530	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
531	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
532	    fi; \
533	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
534	  else \
535	    test -f "$(distdir)/$$file" \
536	    || cp -p $$d/$$file "$(distdir)/$$file" \
537	    || exit 1; \
538	  fi; \
539	done
540	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
541	  if test "$$subdir" = .; then :; else \
542	    $(am__make_dryrun) \
543	      || test -d "$(distdir)/$$subdir" \
544	      || $(MKDIR_P) "$(distdir)/$$subdir" \
545	      || exit 1; \
546	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
547	    $(am__relativize); \
548	    new_distdir=$$reldir; \
549	    dir1=$$subdir; dir2="$(top_distdir)"; \
550	    $(am__relativize); \
551	    new_top_distdir=$$reldir; \
552	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
553	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
554	    ($(am__cd) $$subdir && \
555	      $(MAKE) $(AM_MAKEFLAGS) \
556	        top_distdir="$$new_top_distdir" \
557	        distdir="$$new_distdir" \
558		am__remove_distdir=: \
559		am__skip_length_check=: \
560		am__skip_mode_fix=: \
561	        distdir) \
562	      || exit 1; \
563	  fi; \
564	done
565check-am: all-am
566check: check-recursive
567all-am: Makefile
568installdirs: installdirs-recursive
569installdirs-am:
570install: install-recursive
571install-exec: install-exec-recursive
572install-data: install-data-recursive
573uninstall: uninstall-recursive
574
575install-am: all-am
576	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
577
578installcheck: installcheck-recursive
579install-strip:
580	if test -z '$(STRIP)'; then \
581	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
582	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
583	      install; \
584	else \
585	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
586	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
587	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
588	fi
589mostlyclean-generic:
590
591clean-generic:
592
593distclean-generic:
594	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
595	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
596
597maintainer-clean-generic:
598	@echo "This command is intended for maintainers to use"
599	@echo "it deletes files that may require special tools to rebuild."
600clean: clean-recursive
601
602clean-am: clean-generic clean-libtool mostlyclean-am
603
604distclean: distclean-recursive
605	-rm -f Makefile
606distclean-am: clean-am distclean-generic distclean-tags
607
608dvi: dvi-recursive
609
610dvi-am:
611
612html: html-recursive
613
614html-am:
615
616info: info-recursive
617
618info-am:
619
620install-data-am:
621
622install-dvi: install-dvi-recursive
623
624install-dvi-am:
625
626install-exec-am:
627
628install-html: install-html-recursive
629
630install-html-am:
631
632install-info: install-info-recursive
633
634install-info-am:
635
636install-man:
637
638install-pdf: install-pdf-recursive
639
640install-pdf-am:
641
642install-ps: install-ps-recursive
643
644install-ps-am:
645
646installcheck-am:
647
648maintainer-clean: maintainer-clean-recursive
649	-rm -f Makefile
650maintainer-clean-am: distclean-am maintainer-clean-generic
651
652mostlyclean: mostlyclean-recursive
653
654mostlyclean-am: mostlyclean-generic mostlyclean-libtool
655
656pdf: pdf-recursive
657
658pdf-am:
659
660ps: ps-recursive
661
662ps-am:
663
664uninstall-am:
665
666.MAKE: $(am__recursive_targets) install-am install-strip
667
668.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
669	check-am clean clean-generic clean-libtool cscopelist-am ctags \
670	ctags-am distclean distclean-generic distclean-libtool \
671	distclean-tags distdir dvi dvi-am html html-am info info-am \
672	install install-am install-data install-data-am install-dvi \
673	install-dvi-am install-exec install-exec-am install-html \
674	install-html-am install-info install-info-am install-man \
675	install-pdf install-pdf-am install-ps install-ps-am \
676	install-strip installcheck installcheck-am installdirs \
677	installdirs-am maintainer-clean maintainer-clean-generic \
678	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
679	ps ps-am tags tags-am uninstall uninstall-am
680
681.PRECIOUS: Makefile
682
683
684# Tell versions [3.59,3.63) of GNU make to not export all variables.
685# Otherwise a system limit (for SysV at least) may be exceeded.
686.NOEXPORT:
687