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 = docs/web
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 =
129am__can_run_installinfo = \
130  case $$AM_UPDATE_INFO_DIR in \
131    n|no|NO) false;; \
132    *) (install-info --version) >/dev/null 2>&1;; \
133  esac
134am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
135am__DIST_COMMON = $(srcdir)/Makefile.in
136DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
137ACLOCAL = @ACLOCAL@
138AMTAR = @AMTAR@
139AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
140AR = @AR@
141AS = @AS@
142AUTOCONF = @AUTOCONF@
143AUTOHEADER = @AUTOHEADER@
144AUTOMAKE = @AUTOMAKE@
145AWK = @AWK@
146BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
147BOOST_LIBS = @BOOST_LIBS@
148BOOST_LIBSUFFIX = @BOOST_LIBSUFFIX@
149BOOST_NUMPY_LIBS = @BOOST_NUMPY_LIBS@
150BOOST_PYTHON_LIBS = @BOOST_PYTHON_LIBS@
151CASTEM_CFLAGS = @CASTEM_CFLAGS@
152CASTEM_CPPFLAGS = @CASTEM_CPPFLAGS@
153CASTEM_FFLAGS = @CASTEM_FFLAGS@
154CASTEM_ROOT = @CASTEM_ROOT@
155CASTEM_UNIX_TYPE = @CASTEM_UNIX_TYPE@
156CC = @CC@
157CCDEPMODE = @CCDEPMODE@
158CFLAGS = @CFLAGS@
159CPP = @CPP@
160CPPFLAGS = @CPPFLAGS@
161CXX = @CXX@
162CXXCPP = @CXXCPP@
163CXXDEPMODE = @CXXDEPMODE@
164CXXFLAGS = @CXXFLAGS@
165CYGPATH_W = @CYGPATH_W@
166DEFS = @DEFS@
167DEPDIR = @DEPDIR@
168DLLTOOL = @DLLTOOL@
169DSYMUTIL = @DSYMUTIL@
170DUMPBIN = @DUMPBIN@
171ECHO_C = @ECHO_C@
172ECHO_N = @ECHO_N@
173ECHO_T = @ECHO_T@
174EGREP = @EGREP@
175EXEEXT = @EXEEXT@
176F77 = @F77@
177FC = @FC@
178FCFLAGS = @FCFLAGS@
179FFLAGS = @FFLAGS@
180FGREP = @FGREP@
181FLIBS = @FLIBS@
182GNUPLOT = @GNUPLOT@
183GREP = @GREP@
184HAVE_CXX11 = @HAVE_CXX11@
185INCLTDL = @INCLTDL@
186INSTALL = @INSTALL@
187INSTALL_DATA = @INSTALL_DATA@
188INSTALL_PROGRAM = @INSTALL_PROGRAM@
189INSTALL_SCRIPT = @INSTALL_SCRIPT@
190INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
191LD = @LD@
192LDFLAGS = @LDFLAGS@
193LIBLTDL = @LIBLTDL@
194LIBOBJS = @LIBOBJS@
195LIBS = @LIBS@
196LIBTOOL = @LIBTOOL@
197LIBTOOL_DEPS = @LIBTOOL_DEPS@
198LIPO = @LIPO@
199LN_S = @LN_S@
200LTLIBOBJS = @LTLIBOBJS@
201LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
202MAKEINFO = @MAKEINFO@
203MANIFEST_TOOL = @MANIFEST_TOOL@
204MKDIR_P = @MKDIR_P@
205NM = @NM@
206NMEDIT = @NMEDIT@
207OBJDUMP = @OBJDUMP@
208OBJEXT = @OBJEXT@
209OTOOL = @OTOOL@
210OTOOL64 = @OTOOL64@
211PACKAGE = @PACKAGE@
212PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
213PACKAGE_NAME = @PACKAGE_NAME@
214PACKAGE_STRING = @PACKAGE_STRING@
215PACKAGE_TARNAME = @PACKAGE_TARNAME@
216PACKAGE_URL = @PACKAGE_URL@
217PACKAGE_VERSION = @PACKAGE_VERSION@
218PATH_SEPARATOR = @PATH_SEPARATOR@
219PTHREAD_CC = @PTHREAD_CC@
220PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
221PTHREAD_LIBS = @PTHREAD_LIBS@
222PYTHON = @PYTHON@
223PYTHONLIBS_VERSION_STRING = @PYTHONLIBS_VERSION_STRING@
224PYTHONPATH = @PYTHONPATH@
225PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
226PYTHON_PLATFORM = @PYTHON_PLATFORM@
227PYTHON_PREFIX = @PYTHON_PREFIX@
228PYTHON_VERSION = @PYTHON_VERSION@
229RANLIB = @RANLIB@
230SED = @SED@
231SET_MAKE = @SET_MAKE@
232SHELL = @SHELL@
233STRIP = @STRIP@
234TFEL_SVN_REVISION = @TFEL_SVN_REVISION@
235TFEL_THREAD_FLAGS = @TFEL_THREAD_FLAGS@
236TFEL_THREAD_LIBS = @TFEL_THREAD_LIBS@
237TFEL_VERSION = @TFEL_VERSION@
238VERSION = @VERSION@
239_ACJNI_JAVAC = @_ACJNI_JAVAC@
240abs_builddir = @abs_builddir@
241abs_srcdir = @abs_srcdir@
242abs_top_builddir = @abs_top_builddir@
243abs_top_srcdir = @abs_top_srcdir@
244ac_ct_AR = @ac_ct_AR@
245ac_ct_CC = @ac_ct_CC@
246ac_ct_CXX = @ac_ct_CXX@
247ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
248ac_ct_F77 = @ac_ct_F77@
249ac_ct_FC = @ac_ct_FC@
250am__include = @am__include@
251am__leading_dot = @am__leading_dot@
252am__quote = @am__quote@
253am__tar = @am__tar@
254am__untar = @am__untar@
255ax_pthread_config = @ax_pthread_config@
256bindir = @bindir@
257build = @build@
258build_alias = @build_alias@
259build_cpu = @build_cpu@
260build_os = @build_os@
261build_vendor = @build_vendor@
262builddir = @builddir@
263datadir = @datadir@
264datarootdir = @datarootdir@
265docdir = @docdir@
266dvidir = @dvidir@
267exec_prefix = @exec_prefix@
268host = @host@
269host_alias = @host_alias@
270host_cpu = @host_cpu@
271host_os = @host_os@
272host_vendor = @host_vendor@
273htmldir = @htmldir@
274includedir = @includedir@
275infodir = @infodir@
276install_sh = @install_sh@
277libdir = @libdir@
278libexecdir = @libexecdir@
279localedir = @localedir@
280localstatedir = @localstatedir@
281mandir = @mandir@
282mkdir_p = @mkdir_p@
283oldincludedir = @oldincludedir@
284pdfdir = @pdfdir@
285pkgpyexecdir = @pkgpyexecdir@
286pkgpythondir = @pkgpythondir@
287prefix = @prefix@
288program_transform_name = @program_transform_name@
289psdir = @psdir@
290pyexecdir = @pyexecdir@
291pythondir = @pythondir@
292runstatedir = @runstatedir@
293sbindir = @sbindir@
294sharedstatedir = @sharedstatedir@
295srcdir = @srcdir@
296sysconfdir = @sysconfdir@
297target = @target@
298target_alias = @target_alias@
299target_cpu = @target_cpu@
300target_os = @target_os@
301target_vendor = @target_vendor@
302top_build_prefix = @top_build_prefix@
303top_builddir = @top_builddir@
304top_srcdir = @top_srcdir@
305EXTRA_DIST = CMakeLists.txt					      \
306	   ./README.md						      \
307	   ./CHANGELOG.md					      \
308	   ./favicon.ico					      \
309	   ./404.html						      \
310	   ./iso690-numeric-en.csl                    \
311	   ./bibliography.bib					      \
312	   ./svn.md					              \
313	   ./faq.md					              \
314	   ./interfaces.md					      \
315	   ./devel.md					              \
316	   ./index.md					              \
317	   ./material-properties.md				      \
318	   ./behaviours.md				              \
319	   ./implicit-dsl.md				              \
320	   ./models.md				                      \
321	   ./madnex.md				                      \
322	   ./castem.md						      \
323	   ./castem-fr.md					      \
324	   ./epx.md						      \
325	   ./aster.md						      \
326	   ./abaqus.md						      \
327	   ./ansys.md						      \
328	   ./calculix.md					      \
329	   ./cyrano.md					      \
330	   ./zmat.md						      \
331	   ./getting-started.md					      \
332	   ./install.md						      \
333	   ./install-freebsd.md					      \
334	   ./install-windows-msys.md				      \
335	   ./install-windows-Cast3M2017.md			      \
336	   ./install-windows-VisualStudio.md			      \
337	   ./packages.md					      \
338	   ./about.md						      \
339	   ./news.md						      \
340	   ./mfront-template.html				      \
341	   ./benchmark.md					      \
342	   ./documentations.md					      \
343	   ./gallery.md					              \
344	   ./mfront-python.md					      \
345	   ./math.md					              \
346	   ./material.md					      \
347	   ./mtest.md						      \
348	   ./mtest-python.md					      \
349	   ./tutorial.md					      \
350	   ./tutorial-spanish.md				      \
351	   ./tfel-python.md					      \
352	   ./LICENSE.md						      \
353	   ./glossary.md					      \
354	   ./parameters.md					      \
355	   ./publications.md					      \
356	   ./CONTRIBUTING.md					      \
357	   ./release-notes.md					      \
358	   ./release-notes-2.0.5.md				      \
359	   ./release-notes-3.0.md				      \
360	   ./release-notes-3.0.1.md				      \
361	   ./release-notes-3.0.2.md				      \
362	   ./release-notes-3.0.3.md				      \
363	   ./release-notes-3.0.4.md				      \
364	   ./release-notes-3.0.5.md				      \
365	   ./release-notes-3.0.6.md				      \
366	   ./release-notes-3.1.md				      \
367	   ./release-notes-3.1.1.md				      \
368	   ./release-notes-3.1.2.md				      \
369	   ./release-notes-3.1.3.md				      \
370	   ./release-notes-3.1.4.md				      \
371	   ./release-notes-3.1.5.md				      \
372	   ./release-notes-3.1.6.md				      \
373	   ./release-notes-3.2.md				      \
374	   ./release-notes-3.2.1.md				      \
375	   ./release-notes-3.2.2.md				      \
376	   ./release-notes-3.2.3.md				      \
377	   ./release-notes-3.3.md				      \
378	   ./release-notes-3.3.1.md				      \
379	   ./release-notes-3.4.md				      \
380	   ./hyperelasticity.md				              \
381	   ./search.md				              \
382	   ./signorini.md				              \
383	   ./ogden.md				                      \
384	   ./hyperviscoelasticity.md				      \
385	   ./IsotropicLinearHardeningPlasticity.md                    \
386	   ./orthotropiclinearhardeningplasticity.md                  \
387	   ./isotropicplasticityamstrongfrederickinematichardening.md \
388	   ./iwan.md                                                  \
389	   ./drucker.md                                               \
390	   ./drucker-prager-cap.md                                    \
391	   ./hosford.md                                               \
392	   ./barlat-yld2004.md                                        \
393	   ./greenplasticity.md                                       \
394	   ./singlecrystal.md                                         \
395	   ./finitestrainsinglecrystal.md                             \
396	   ./finitestrainsinglecrystal-huang.md                       \
397	   ./generic-behaviours-interface.md                          \
398	   ./phasefield.md				                          \
399	   ./pandoc-crossref.yaml                                     \
400	   ./TODO.md						                          \
401	   ./BehaviourBricks.md				                      \
402	   ./DDIF2Brick.md                                            \
403	   ./StandardElastoViscoPlasticityBrick.md     				        \
404       ./ExtendingStandardElastoViscoPlasticityBrick-StressCriterion.md       \
405       ./ExtendingStandardElastoViscoPlasticityBrick-PorousStressCriterion.md \
406	   ./HookeStressPotential.md				     \
407	   ./DDIF2StressPotential.md				     \
408	   ./DefaultCZMDSL-keywords.md				      \
409	   ./DefaultDSL-keywords.md				      \
410	   ./DefaultFiniteStrainDSL-keywords.md			      \
411	   ./Implicit-keywords.md				      \
412	   ./ImplicitFiniteStrain-keywords.md			      \
413	   ./ImplicitII-keywords.md				      \
414	   ./IsotropicMisesCreep-keywords.md			      \
415	   ./IsotropicPlasticMisesFlow-keywords.md		      \
416	   ./IsotropicStrainHardeningMisesCreep-keywords.md	      \
417	   ./MTest-keywords.md					      \
418	   ./MaterialLaw-keywords.md				      \
419	   ./Model-keywords.md					      \
420	   ./MultipleIsotropicMisesFlows-keywords.md		      \
421	   ./mfm.md				                      \
422	   ./mfm-test-generator.md				            \
423	   ./mfront-doc.md				              \
424	   ./Norton-web.md				              \
425	   ./Norton-full.md				              \
426	   ./physical-constants.md		                      \
427	   ./RungeKutta-keywords.md				      \
428	   ./coverity-scan.md                                         \
429	   ./tensors.md                                               \
430	   ./sovs.md                                                  \
431	   ./unicode.md                                               \
432	   ./RambergOsgoodNonLinearElasticity.md                      \
433	   ./MericCailletaudSingleCrystalPlasticity.md                \
434           ./ExplicitBerveillerZaouiPolyCrystals.md                   \
435	   ./MohrCoulomb.md                                           \
436	   ./FichantLaBorderieDamageBehaviour.md                            \
437           ./LoadInducedThermalStrainBehaviourTorelli2018.md                \
438           ./FichantLaBorderieDamageAndTorelliLoadInducedStrainBehaviour.md \
439           ./FischerBurmeister.md                                     \
440           ./TFELSystem.md                                            \
441	   ./tfel-check.md                                            \
442           ./theory.md                                                \
443	   ./robots.txt						      \
444	   ./crossdomain.xml					      \
445	   ./js/vendor						      \
446	   ./js/vendor/modernizr-2.6.2.min.js			      \
447	   ./js/vendor/jquery-1.10.2.min.js			      \
448	   ./js/main.js						      \
449	   ./js/slideshow.js					      \
450	   ./js/MathJax.js					      \
451	   ./js/plugins.js					      \
452	   ./humans.txt						      \
453	   ./apple-touch-icon-precomposed.png			      \
454	   ./img/AbdominalMusclesModelling2019.png		      \
455	   ./img/background.svg  				      \
456	   ./img/CauchyStressComponents.png                           \
457	   ./img/tutorielch12-img1.png				      \
458	   ./img/VoidsGrowth.png				      \
459	   ./img/FuelRod-ddif2.png				      \
460	   ./img/172_5pc.png					      \
461	   ./img/VoidsGrowth.xcf				      \
462	   ./img/172_5pc.xcf					      \
463	   ./img/arrows.png					      \
464	   ./img/FuelRod-ddif2.xcf				      \
465	   ./img/NortonCreepUniaxialTesting.svg                       \
466	   ./img/hsnv125.xcf                                          \
467	   ./img/hsnv125.png                                          \
468	   ./img/LogarithmicStrainPlasticity-ssna303.svg              \
469	   ./img/ImplicitDSL.svg				      \
470	   ./img/AMITEX_FFTP_sig1.xcf				      \
471	   ./img/AMITEX_FFTP_sig1.png				      \
472	   ./img/AMITEX_FFTP_website.png			      \
473	   ./img/HureCast3M2014.png			              \
474	   ./img/CodeAster2015Flyer.png			              \
475	   ./img/Configuration.png			              \
476	   ./img/mingw-get1.png			                      \
477	   ./img/mingw-get1.xcf			                      \
478	   ./img/mingw-get2.png			                      \
479	   ./img/mingw-get2.xcf			                      \
480	   ./img/mingw-get3.png			                      \
481	   ./img/mingw-get3.xcf			                      \
482	   ./img/Win64.xcf			                      \
483	   ./img/Win64.png			                      \
484	   ./img/Interfaces.svg			                      \
485	   ./img/materiaux2014.jpg		                      \
486	   ./img/SalomeMeca2015.png 				      \
487	   ./img/IconeCast3M_verte.png 				      \
488	   ./img/IconeCast3M_bleue.png 				      \
489	   ./img/IconeCast3M_jaune.png 				      \
490	   ./img/IconeCast3M_turquoise.png 				      \
491	   ./img/poster-giens2015.svg 				      \
492	   ./img/Norton.mfront  				      \
493	   ./img/Norton-web.docx				      \
494	   ./img/Norton-web.odt				              \
495	   ./img/Norton-web.pdf				              \
496	   ./img/Norton-full.docx				      \
497	   ./img/Norton-full.odt				      \
498	   ./img/Norton-full.pdf				      \
499	   ./img/Polar_decomposition_of_F.png                         \
500	   ./img/topfuel2015-poster.png				      \
501	   ./img/abaqus-isotropichardening1.png			      \
502	   ./img/abaqus-isotropichardening2.png			      \
503	   ./img/mfront-flyer-en.svg                                  \
504	   ./img/mfront-flyer-en.png                                  \
505	   ./img/mfront-flyer-en-2017.svg                             \
506	   ./img/mfront-flyer-en-2017.png                             \
507	   ./img/mfront-flyer-fr-2017.svg                             \
508	   ./img/mfront-flyer-fr-2017.png                             \
509	   ./img/AbaqusFLD.png                                        \
510	   ./img/AbaqusFLD.xcf                                        \
511	   ./img/AbaqusFLD.pdf                                        \
512	   ./img/BrittleFracturePhaseField.png                        \
513	   ./img/epx.png                                              \
514	   ./img/epx-bars.png                                         \
515	   ./img/UnilateralMazars.svg                                 \
516	   ./img/FiniteStrainTangentOperatorConvertion.svg            \
517	   ./img/VeRCoRs.png                                          \
518	   ./img/VisualStudioPython.png                               \
519	   ./img/AbaqusRotSigTest.png                                 \
520	   ./img/FissurationPastille.png                              \
521	   ./img/anderson-withwithoutacceleration.svg                 \
522	   ./img/freebsdlogo-1.png                                    \
523	   ./img/FreeBSD.jpg                                          \
524	   ./img/TrueOS.jpg                                           \
525	   ./img/tplot.svg                                            \
526	   ./img/AccesDigiteo.png                                     \
527	   ./img/IsotropicViscoplasticityAmstrongFredericKinematicHardening.svg \
528	   ./img/rusinek-klepaczko.svg                                \
529	   ./img/tutorial-spanish-1.png				      \
530	   ./img/tutorial-spanish-2.png				      \
531	   ./img/tutorial-spanish-3.png				      \
532	   ./img/tutorial-spanish-4.png				      \
533	   ./img/tutorial-spanish-5.png				      \
534	   ./img/tutorial-spanish-6.png				      \
535	   ./img/tutorial-spanish-7.png				      \
536	   ./img/tutorial-spanish-8.png				      \
537	   ./img/tutorial-spanish-9.png				      \
538	   ./img/tutorial-spanish-10.png			      \
539	   ./img/tutorial-spanish-11.png			      \
540	   ./img/tutorial-spanish-12.png			      \
541	   ./img/tutorial-spanish-13.png			      \
542	   ./img/tutorial-spanish-14.png			      \
543	   ./img/tutorial-spanish-15.png			      \
544	   ./img/tutorial-spanish-16.png			      \
545	   ./img/tutorial-spanish-17.png			      \
546	   ./img/tutorial-spanish-18.png			      \
547	   ./img/tutorial-spanish-19.png			      \
548	   ./img/tutorial-spanish-20.png			      \
549	   ./img/tutorial-spanish-21.png			      \
550	   ./img/tutorial-spanish-22.png			      \
551	   ./img/tutorial-spanish-23.png			      \
552	   ./img/tutorial-spanish-24.png			      \
553	   ./img/tutorial-spanish-25.png			      \
554	   ./img/tutorial-spanish-26.png			      \
555	   ./img/tutorial-spanish-27.png			      \
556	   ./img/tutorial-spanish-28.png			      \
557	   ./img/tutorial-spanish-29.png			      \
558	   ./img/tutorial-spanish-30.png			      \
559	   ./img/tutorial-spanish-31.png			      \
560	   ./img/tutorial-spanish-32.png			      \
561	   ./img/tutorial-spanish-33.png			      \
562	   ./img/tutorial-spanish-34.png			      \
563	   ./img/tutorial-spanish-35.png			      \
564	   ./img/tutorial-spanish-36.png			      \
565	   ./img/tutorial-spanish-37.png			      \
566	   ./img/tutorial-spanish-38.png			      \
567	   ./img/tutorial-spanish-39.png			      \
568	   ./img/tutorial-spanish-40.png			      \
569	   ./img/tutorial-spanish-41.png			      \
570	   ./img/tutorial-spanish-42.png			      \
571	   ./img/tutorial-spanish-43.png			      \
572	   ./img/twitter.png			                      \
573	   ./img/CalculiX_MFRONT_WSL.png	                      \
574	   ./img/CalculiXBenchmarkSmallStrain.png                     \
575	   ./img/AsterTotalLagrangian.png                             \
576	   ./img/HosfordStress.png                                    \
577	   ./img/HosfordStress.svg                                    \
578	   ./img/GreenYieldCriterion.svg                              \
579	   ./img/GreenYieldCriterion.png                              \
580	   ./img/IsotropicEquivalentStressesInPiPlane.svg             \
581           ./img/TFEL-3.1/Alpine_Linux_3.6.png			      \
582           ./img/TFEL-3.1/Fedora_27_05_12_2017_11_37_17.png	      \
583           ./img/TFEL-3.1/Ghost_BSD-10.3.png			      \
584           ./img/TFEL-3.1/TrueOs-07-2017_05_12_2017_08_01_39.png      \
585           ./img/TFEL-3.1/Cygwin.png				      \
586           ./img/TFEL-3.1/MINGW-Cast3M2017.png			      \
587           ./img/TFEL-3.1/VisualStudio-2015.png			      \
588           ./img/TFEL-3.1/OpenSolaris-2017.png			      \
589           ./img/TFEL-3.1/Haiku-51366.png			      \
590           ./img/Scherzinger/Hosford100/Newton.png		      \
591           ./img/Scherzinger/Hosford100/LevenbergMarquardt.png	      \
592           ./img/Scherzinger/Hosford100/NewtonJacobi.png	      \
593           ./img/Scherzinger/Hosford100/LevenbergMarquardtJacobi.png  \
594           ./img/Scherzinger/Hosford100/MaximumIncrementValuePerIteration.png \
595           ./img/Scherzinger/Hosford100/MaximumIncrementValuePerIterationJacobi.png \
596           ./img/Scherzinger/Hosford100/TestOnYieldStress.png         \
597           ./img/Scherzinger/Hosford6/TestOnYieldStress.png	      \
598           ./img/Scherzinger/Hosford6/Newton.png		      \
599           ./img/Scherzinger/Hosford8/TestOnYieldStress.png	      \
600           ./img/Scherzinger/Hosford8/Newton.png		      \
601           ./img/Scherzinger/Hosford8/NewtonJacobi.png		      \
602           ./img/pipe.svg					      \
603           ./img/plate.svg					      \
604           ./img/LoadInducedThermalStrain_Torelli2018.png         \
605           ./img/JUSM18_RDEGEILH_Fissuration_culasses.png         \
606           ./img/Barrioz2018.png                                  \
607	   ./img/Cazacu2001_2090-T3.svg                               \
608	   ./img/Cazacu2001_2090-T9.svg                               \
609	   ./img/Cazacu2001_6016-T4-YdLin.svg                         \
610	   ./img/Cazacu2004.svg                                       \
611	   ./img/StressPotentials.svg                                 \
612	   ./img/CyranoPrinciple.png                                  \
613	   ./img/DruckerPragerCap.svg                                 \
614	   ./img/mfront-unicode.png                                   \
615	   ./img/PSACylinderHeadDesign.png			      \
616	   ./img/PSACylinderHeadDesign.svg			      \
617	   ./img/PSACylinderHeadDesign.xcf			      \
618	   ./img/MohrCoulombAnalitical.svg                            \
619	   ./img/MohrCoulombPiPlane.svg                               \
620	   ./img/MohrCoulombSmoothing.svg                             \
621	   ./img/XperMFront.xcf			                      \
622	   ./img/XperMFront.png			                          \
623	   ./img/RambergOsgoodNonLinearElasticity-UniaxialTensileTest.png \
624       ./img/FichantLaBorderieDamageBehaviourUniaxialTensileTest.png  \
625       ./img/AnsysTwistOfABar.svg                                     \
626       ./img/ExtendingStandardElastoViscoPlasticityBrick-tree.png     \
627       ./img/ExtendingStandardElastoViscoPlasticityBrick-tree-2.png   \
628       ./img/ExtendingStandardElastoViscoPlasticityBrick-PorousStressCriterion-tree.png     \
629       ./img/ExtendingStandardElastoViscoPlasticityBrick-PorousStressCriterion-tree-2.png   \
630       ./img/PolycrystalHCP_BZ.svg                                                          \
631       ./img/MericCailletaudFiniteStrainResidualTopography.png                              \
632       ./img/Highlights-3.4.png                              \
633       ./img/PorousPlasticity-3.4.png                              \
634	   ./media/epx1.mp4                                               \
635	   ./media/epx2.mp4                                           \
636	   ./media/abaqus-explicit.mp4                                \
637	   ./media/SignoriniCompression.mp4                           \
638	   ./media/SignoriniStrip.mp4                                 \
639	   ./media/CalculiXSheetForming-50.mp4                        \
640	   ./media/DeepDrawing.mp4                                    \
641	   ./doc/js.md						      \
642	   ./doc/usage.md					      \
643	   ./doc/css.md						      \
644	   ./doc/misc.md					      \
645	   ./doc/extend.md					      \
646	   ./doc/crossdomain.md					      \
647	   ./doc/faq.md						      \
648	   ./doc/html.md					      \
649	   ./doc/TOC.md						      \
650	   ./css/normalize.css					      \
651	   ./css/slideshow.css					      \
652	   ./css/main.css					      \
653	   ./tex/lcmd_utf8.tex                                        \
654	   ./downloads/windows-install-scripts.tar.bz2                \
655	   ./downloads/example-castem2014.tar.bz2                     \
656	   ./downloads/patchs-Cast3M-2014.tar.bz2                     \
657	   ./downloads/patchs-Cast3M-2015.tar.bz2                     \
658	   ./downloads/example-zset8.5.tar.bz2                        \
659	   ./downloads/patchs-CalculiX-2.12.tar.bz2                   \
660	   ./downloads/ExplicitBerveillerZaouiPolyCrystals.tar.bz2    \
661	   ./cxx/include                                                                 \
662	   ./cxx/include/TFEL                                                            \
663	   ./cxx/include/TFEL/Material                                                   \
664	   ./cxx/include/TFEL/Material/StressCriterionTemplate.hxx                       \
665	   ./cxx/include/TFEL/Material/StressCriterionTemplate.ixx                       \
666	   ./cxx/include/TFEL/Material/PorousStressCriterionTemplate.hxx                 \
667	   ./cxx/include/TFEL/Material/PorousStressCriterionTemplate.ixx                 \
668	   ./cxx/mfront                                                                  \
669	   ./cxx/mfront/include                                                          \
670	   ./cxx/mfront/include/MFront                                                   \
671	   ./cxx/mfront/include/MFront/BehaviourBrick                                    \
672	   ./cxx/mfront/include/MFront/BehaviourBrick/StressCriterionTemplate.hxx        \
673	   ./cxx/mfront/include/MFront/BehaviourBrick/PorousStressCriterionTemplate.hxx  \
674	   ./cxx/mfront/src                                                              \
675	   ./cxx/mfront/src/PorousStressCriterionTemplate.cxx                            \
676	   ./mfront                                                                      \
677	   ./mfront/StressCriterionTest_NumericalJacobian.mfront                         \
678	   ./mfront/StressCriterionTest.mfront                                           \
679	   ./mfront/PorousStressCriterionTest_NumericalJacobian.mfront                   \
680	   ./mfront/PorousStressCriterionTest.mfront                                     \
681	   ./scripts/generate.sh                                                         \
682	   ./scripts/generate-porous.sh
683
684all: all-am
685
686.SUFFIXES:
687$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
688	@for dep in $?; do \
689	  case '$(am__configure_deps)' in \
690	    *$$dep*) \
691	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
692	        && { if test -f $@; then exit 0; else break; fi; }; \
693	      exit 1;; \
694	  esac; \
695	done; \
696	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/web/Makefile'; \
697	$(am__cd) $(top_srcdir) && \
698	  $(AUTOMAKE) --foreign docs/web/Makefile
699Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
700	@case '$?' in \
701	  *config.status*) \
702	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
703	  *) \
704	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
705	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
706	esac;
707
708$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
709	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
710
711$(top_srcdir)/configure:  $(am__configure_deps)
712	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
713$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
714	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
715$(am__aclocal_m4_deps):
716
717mostlyclean-libtool:
718	-rm -f *.lo
719
720clean-libtool:
721	-rm -rf .libs _libs
722tags TAGS:
723
724ctags CTAGS:
725
726cscope cscopelist:
727
728
729distdir: $(BUILT_SOURCES)
730	$(MAKE) $(AM_MAKEFLAGS) distdir-am
731
732distdir-am: $(DISTFILES)
733	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
734	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
735	list='$(DISTFILES)'; \
736	  dist_files=`for file in $$list; do echo $$file; done | \
737	  sed -e "s|^$$srcdirstrip/||;t" \
738	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
739	case $$dist_files in \
740	  */*) $(MKDIR_P) `echo "$$dist_files" | \
741			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
742			   sort -u` ;; \
743	esac; \
744	for file in $$dist_files; do \
745	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
746	  if test -d $$d/$$file; then \
747	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
748	    if test -d "$(distdir)/$$file"; then \
749	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
750	    fi; \
751	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
752	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
753	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
754	    fi; \
755	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
756	  else \
757	    test -f "$(distdir)/$$file" \
758	    || cp -p $$d/$$file "$(distdir)/$$file" \
759	    || exit 1; \
760	  fi; \
761	done
762check-am: all-am
763check: check-am
764all-am: Makefile
765installdirs:
766install: install-am
767install-exec: install-exec-am
768install-data: install-data-am
769uninstall: uninstall-am
770
771install-am: all-am
772	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
773
774installcheck: installcheck-am
775install-strip:
776	if test -z '$(STRIP)'; then \
777	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
778	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
779	      install; \
780	else \
781	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
782	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
783	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
784	fi
785mostlyclean-generic:
786
787clean-generic:
788
789distclean-generic:
790	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
791	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
792
793maintainer-clean-generic:
794	@echo "This command is intended for maintainers to use"
795	@echo "it deletes files that may require special tools to rebuild."
796clean: clean-am
797
798clean-am: clean-generic clean-libtool mostlyclean-am
799
800distclean: distclean-am
801	-rm -f Makefile
802distclean-am: clean-am distclean-generic
803
804dvi: dvi-am
805
806dvi-am:
807
808html: html-am
809
810html-am:
811
812info: info-am
813
814info-am:
815
816install-data-am:
817
818install-dvi: install-dvi-am
819
820install-dvi-am:
821
822install-exec-am:
823
824install-html: install-html-am
825
826install-html-am:
827
828install-info: install-info-am
829
830install-info-am:
831
832install-man:
833
834install-pdf: install-pdf-am
835
836install-pdf-am:
837
838install-ps: install-ps-am
839
840install-ps-am:
841
842installcheck-am:
843
844maintainer-clean: maintainer-clean-am
845	-rm -f Makefile
846maintainer-clean-am: distclean-am maintainer-clean-generic
847
848mostlyclean: mostlyclean-am
849
850mostlyclean-am: mostlyclean-generic mostlyclean-libtool
851
852pdf: pdf-am
853
854pdf-am:
855
856ps: ps-am
857
858ps-am:
859
860uninstall-am:
861
862.MAKE: install-am install-strip
863
864.PHONY: all all-am check check-am clean clean-generic clean-libtool \
865	cscopelist-am ctags-am distclean distclean-generic \
866	distclean-libtool distdir dvi dvi-am html html-am info info-am \
867	install install-am install-data install-data-am install-dvi \
868	install-dvi-am install-exec install-exec-am install-html \
869	install-html-am install-info install-info-am install-man \
870	install-pdf install-pdf-am install-ps install-ps-am \
871	install-strip installcheck installcheck-am installdirs \
872	maintainer-clean maintainer-clean-generic mostlyclean \
873	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
874	tags-am uninstall uninstall-am
875
876.PRECIOUS: Makefile
877
878
879# Tell versions [3.59,3.63) of GNU make to not export all variables.
880# Otherwise a system limit (for SysV at least) may be exceeded.
881.NOEXPORT:
882