1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
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
17 # Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
18 # Copyright (C) 2010 - DIGITEO - Allan CORNET
20 # This file is distributed under the same license as the Scilab package.
22 # Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
23 # Copyright (C) 2006-2008 - INRIA - Sylvestre LEDRU <sylvestre.ledru@inria.fr>
24 # Copyright (C) 2008 - INRIA - Pierre MARECHAL <pierre.marechal@inria.fr>
26 # Copyright (C) 2012 - 2016 - Scilab Enterprises
28 # This file is hereby licensed under the terms of the GNU GPL v2.0,
29 # pursuant to article 5.3.4 of the CeCILL v.2.1.
30 # This file was originally licensed under the terms of the CeCILL v2.1,
31 # and continues to be available under such terms.
32 # For more information, see the COPYING file which you should have received
33 # along with this program.
37 ### Makefile included stuff
38 ### Target, variable, suffixes which are supposed to be useful in every makefile.am
43 if test -z '$(MAKELEVEL)'; then \
45 elif test -n '$(MAKE_HOST)'; then \
47 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
53 am__make_running_with_option = \
54 case $${target_option-} in \
56 *) echo "am__make_running_with_option: internal error: invalid" \
57 "target option '$${target_option-}' specified" >&2; \
61 sane_makeflags=$$MAKEFLAGS; \
62 if $(am__is_gnu_make); then \
63 sane_makeflags=$$MFLAGS; \
68 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
69 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
75 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
77 for flg in $$sane_makeflags; do \
78 test $$skip_next = yes && { skip_next=no; continue; }; \
81 -*I) strip_trailopt 'I'; skip_next=yes;; \
82 -*I?*) strip_trailopt 'I';; \
83 -*O) strip_trailopt 'O'; skip_next=yes;; \
84 -*O?*) strip_trailopt 'O';; \
85 -*l) strip_trailopt 'l'; skip_next=yes;; \
86 -*l?*) strip_trailopt 'l';; \
87 -[dEDm]) skip_next=yes;; \
88 -[JT]) skip_next=yes;; \
91 *$$target_option*) has_opt=yes; break;; \
95 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
96 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
97 pkgdatadir = $(datadir)/@PACKAGE@
98 pkgincludedir = $(includedir)/@PACKAGE@
99 pkglibdir = $(libdir)/@PACKAGE@
100 pkglibexecdir = $(libexecdir)/@PACKAGE@
101 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
102 install_sh_DATA = $(install_sh) -c -m 644
103 install_sh_PROGRAM = $(install_sh) -c
104 install_sh_SCRIPT = $(install_sh) -c
105 INSTALL_HEADER = $(INSTALL_DATA)
106 transform = $(program_transform_name)
113 build_triplet = @build@
114 host_triplet = @host@
115 @NEED_JAVA_TRUE@am__append_1 = java
116 subdir = modules/modules_manager
117 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
118 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
119 $(top_srcdir)/m4/backtrace.m4 $(top_srcdir)/m4/compiler.m4 \
120 $(top_srcdir)/m4/curl.m4 $(top_srcdir)/m4/docbook.m4 \
121 $(top_srcdir)/m4/doxygen.m4 $(top_srcdir)/m4/eigen.m4 \
122 $(top_srcdir)/m4/fftw.m4 $(top_srcdir)/m4/fortran.m4 \
123 $(top_srcdir)/m4/giws.m4 $(top_srcdir)/m4/hdf5.m4 \
124 $(top_srcdir)/m4/intel_compiler.m4 \
125 $(top_srcdir)/m4/java-thirdparty.m4 $(top_srcdir)/m4/java.m4 \
126 $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/lib-ld.m4 \
127 $(top_srcdir)/m4/libsmath.m4 $(top_srcdir)/m4/libtool.m4 \
128 $(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/ltoptions.m4 \
129 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
130 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/macosx.m4 \
131 $(top_srcdir)/m4/mpi.m4 $(top_srcdir)/m4/ocaml.m4 \
132 $(top_srcdir)/m4/pcre.m4 $(top_srcdir)/m4/pkg.m4 \
133 $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/swig.m4 \
134 $(top_srcdir)/m4/symlinks.m4 $(top_srcdir)/m4/tcltk.m4 \
135 $(top_srcdir)/m4/umfpack.m4 $(top_srcdir)/configure.ac
136 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
138 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
139 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
140 CONFIG_HEADER = $(top_builddir)/modules/core/includes/machine.h
142 CONFIG_CLEAN_VPATH_FILES =
143 AM_V_P = $(am__v_P_@AM_V@)
144 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
147 AM_V_GEN = $(am__v_GEN_@AM_V@)
148 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
149 am__v_GEN_0 = @echo " GEN " $@;
151 AM_V_at = $(am__v_at_@AM_V@)
152 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
157 am__can_run_installinfo = \
158 case $$AM_UPDATE_INFO_DIR in \
160 *) (install-info --version) >/dev/null 2>&1;; \
162 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
163 am__vpath_adj = case $$p in \
164 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
167 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
169 am__nobase_strip_setup = \
170 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
172 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
173 am__nobase_list = $(am__nobase_strip_setup); \
174 for p in $$list; do echo "$$p $$p"; done | \
175 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
176 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
177 if (++n[$$2] == $(am__install_max)) \
178 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
179 END { for (dir in files) print dir, files[dir] }'
181 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
182 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
183 am__uninstall_files_from_dir = { \
185 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
186 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
187 $(am__cd) "$$dir" && rm -f $$files; }; \
189 am__installdirs = "$(DESTDIR)$(libmodules_manager_la_etcdir)" \
190 "$(DESTDIR)$(libmodules_manager_la_rootdir)"
191 DATA = $(libmodules_manager_la_etc_DATA) \
192 $(libmodules_manager_la_root_DATA)
193 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
194 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am \
195 $(top_srcdir)/config/mkinstalldirs
196 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198 ALL_LINGUAS = @ALL_LINGUAS@
199 ALL_LINGUAS_DOC = @ALL_LINGUAS_DOC@
201 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
205 ARPACK_LIBS = @ARPACK_LIBS@
207 AUTOCONF = @AUTOCONF@
208 AUTOHEADER = @AUTOHEADER@
209 AUTOMAKE = @AUTOMAKE@
210 AVALON_FRAMEWORK = @AVALON_FRAMEWORK@
213 BLAS_CFLAGS = @BLAS_CFLAGS@
214 BLAS_LIBS = @BLAS_LIBS@
217 CCDEPMODE = @CCDEPMODE@
219 CHECKSTYLE = @CHECKSTYLE@
220 COBERTURA = @COBERTURA@
221 COMMONS_BEANUTILS = @COMMONS_BEANUTILS@
222 COMMONS_IO = @COMMONS_IO@
223 COMMONS_LOGGING = @COMMONS_LOGGING@
225 CPPFLAGS = @CPPFLAGS@
226 CURL_CFLAGS = @CURL_CFLAGS@
227 CURL_CONFIG = @CURL_CONFIG@
228 CURL_LIBS = @CURL_LIBS@
229 CURL_VERSION = @CURL_VERSION@
232 CXXDEPMODE = @CXXDEPMODE@
233 CXXFLAGS = @CXXFLAGS@
234 CYGPATH_W = @CYGPATH_W@
236 DEMOTOOLS_ENABLE = @DEMOTOOLS_ENABLE@
239 DOCBOOK_ROOT = @DOCBOOK_ROOT@
240 DOXYGEN_BIN = @DOXYGEN_BIN@
241 DSYMUTIL = @DSYMUTIL@
248 EIGEN_CPPFLAGS = @EIGEN_CPPFLAGS@
252 FFTW3_LIB = @FFTW3_LIB@
253 FFTW_ENABLE = @FFTW_ENABLE@
255 FLEXDOCK = @FLEXDOCK@
258 FREEHEP_GRAPHICS2D = @FREEHEP_GRAPHICS2D@
259 FREEHEP_GRAPHICSIO = @FREEHEP_GRAPHICSIO@
260 FREEHEP_GRAPHICSIO_EMF = @FREEHEP_GRAPHICSIO_EMF@
261 FREEHEP_IO = @FREEHEP_IO@
262 FREEHEP_UTIL = @FREEHEP_UTIL@
264 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
265 GIWS_BIN = @GIWS_BIN@
266 GLUEGEN2_RT = @GLUEGEN2_RT@
268 GMSGFMT_015 = @GMSGFMT_015@
269 GRAPHICS_ENABLE = @GRAPHICS_ENABLE@
271 GUI_ENABLE = @GUI_ENABLE@
272 HAMCREST = @HAMCREST@
273 HAVE_CXX11 = @HAVE_CXX11@
274 HDF5_CFLAGS = @HDF5_CFLAGS@
275 HDF5_LIBS = @HDF5_LIBS@
276 HELP_ENABLE = @HELP_ENABLE@
278 INSTALL_DATA = @INSTALL_DATA@
279 INSTALL_PROGRAM = @INSTALL_PROGRAM@
280 INSTALL_SCRIPT = @INSTALL_SCRIPT@
281 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
282 INTLLIBS = @INTLLIBS@
283 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
287 JAVAC_DEBUG = @JAVAC_DEBUG@
290 JAVASCI_ENABLE = @JAVASCI_ENABLE@
291 JAVA_ENABLE = @JAVA_ENABLE@
293 JAVA_HOME = @JAVA_HOME@
294 JAVA_JNI_INCLUDE = @JAVA_JNI_INCLUDE@
295 JAVA_JNI_LIBS = @JAVA_JNI_LIBS@
297 JEUCLID_CORE = @JEUCLID_CORE@
300 JLATEXMATH = @JLATEXMATH@
301 JLATEXMATH_FOP = @JLATEXMATH_FOP@
303 JROSETTA_API = @JROSETTA_API@
304 JROSETTA_ENGINE = @JROSETTA_ENGINE@
306 LAPACK_LIBS = @LAPACK_LIBS@
312 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
313 LIBICONV = @LIBICONV@
321 LOGGING_LEVEL = @LOGGING_LEVEL@
323 LTLIBICONV = @LTLIBICONV@
324 LTLIBINTL = @LTLIBINTL@
325 LTLIBOBJS = @LTLIBOBJS@
326 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
328 LUCENE_ANALYZER = @LUCENE_ANALYZER@
329 LUCENE_PARSER = @LUCENE_PARSER@
331 MAKEINFO = @MAKEINFO@
332 MANIFEST_TOOL = @MANIFEST_TOOL@
333 MATIO_CFLAGS = @MATIO_CFLAGS@
334 MATIO_ENABLE = @MATIO_ENABLE@
335 MATIO_LIBS = @MATIO_LIBS@
337 MPI_ENABLE = @MPI_ENABLE@
340 MSGFMT_015 = @MSGFMT_015@
341 MSGMERGE = @MSGMERGE@
347 OCAMLDEP = @OCAMLDEP@
348 OCAMLLEX = @OCAMLLEX@
349 OCAMLOPT = @OCAMLOPT@
350 OCAMLYACC = @OCAMLYACC@
351 OPENMPI_CC = @OPENMPI_CC@
352 OPENMPI_CFLAGS = @OPENMPI_CFLAGS@
353 OPENMPI_CXX = @OPENMPI_CXX@
354 OPENMPI_CXXFLAGS = @OPENMPI_CXXFLAGS@
355 OPENMPI_LIBS = @OPENMPI_LIBS@
356 OPENMP_CFLAGS = @OPENMP_CFLAGS@
357 OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@
358 OPENMP_ENABLE = @OPENMP_ENABLE@
359 OPENMP_LIBS = @OPENMP_LIBS@
363 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
364 PACKAGE_NAME = @PACKAGE_NAME@
365 PACKAGE_STRING = @PACKAGE_STRING@
366 PACKAGE_TARNAME = @PACKAGE_TARNAME@
367 PACKAGE_URL = @PACKAGE_URL@
368 PACKAGE_VERSION = @PACKAGE_VERSION@
369 PATH_SEPARATOR = @PATH_SEPARATOR@
370 PCRE_CFLAGS = @PCRE_CFLAGS@
371 PCRE_CONFIG = @PCRE_CONFIG@
372 PCRE_LIBS = @PCRE_LIBS@
373 PCRE_VERSION = @PCRE_VERSION@
374 PKG_CONFIG = @PKG_CONFIG@
379 RELOCATABLE = @RELOCATABLE@
382 SCILAB_BINARY_VERSION = @SCILAB_BINARY_VERSION@
383 SCILAB_LIBRARY_VERSION = @SCILAB_LIBRARY_VERSION@
384 SCILAB_VERSION_MAINTENANCE = @SCILAB_VERSION_MAINTENANCE@
385 SCILAB_VERSION_MAJOR = @SCILAB_VERSION_MAJOR@
386 SCILAB_VERSION_MINOR = @SCILAB_VERSION_MINOR@
387 SCIRENDERER = @SCIRENDERER@
388 SCIRENDERER_CP = @SCIRENDERER_CP@
389 SCI_CFLAGS = @SCI_CFLAGS@
390 SCI_CXXFLAGS = @SCI_CXXFLAGS@
391 SCI_FFLAGS = @SCI_FFLAGS@
392 SCI_LDFLAGS = @SCI_LDFLAGS@
394 SET_MAKE = @SET_MAKE@
395 SET_RELOCATABLE = @SET_RELOCATABLE@
400 SWIG_BIN = @SWIG_BIN@
401 SWIG_JAVA = @SWIG_JAVA@
402 SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@
403 SWIG_SCILAB = @SWIG_SCILAB@
404 TCLTK_LIBS = @TCLTK_LIBS@
405 TCL_INC_PATH = @TCL_INC_PATH@
406 TK_INC_PATH = @TK_INC_PATH@
407 UMFPACK_CFLAGS = @UMFPACK_CFLAGS@
408 UMFPACK_ENABLE = @UMFPACK_ENABLE@
409 UMFPACK_LIB = @UMFPACK_LIB@
411 VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
412 VALGRIND_LIBS = @VALGRIND_LIBS@
414 WITH_OCAML = @WITH_OCAML@
415 WITH_TKSCI = @WITH_TKSCI@
416 XCOS_ENABLE = @XCOS_ENABLE@
417 XGETTEXT = @XGETTEXT@
418 XGETTEXT_015 = @XGETTEXT_015@
419 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
421 XMLGRAPHICS_COMMONS = @XMLGRAPHICS_COMMONS@
422 XML_APIS_EXT = @XML_APIS_EXT@
423 XML_CONFIG = @XML_CONFIG@
424 XML_FLAGS = @XML_FLAGS@
425 XML_LIBS = @XML_LIBS@
426 XML_VERSION = @XML_VERSION@
427 X_CFLAGS = @X_CFLAGS@
428 X_EXTRA_LIBS = @X_EXTRA_LIBS@
430 X_PRE_LIBS = @X_PRE_LIBS@
433 abs_builddir = @abs_builddir@
434 abs_srcdir = @abs_srcdir@
435 abs_top_builddir = @abs_top_builddir@
436 abs_top_srcdir = @abs_top_srcdir@
437 ac_ct_AR = @ac_ct_AR@
438 ac_ct_CC = @ac_ct_CC@
439 ac_ct_CXX = @ac_ct_CXX@
440 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
441 ac_ct_F77 = @ac_ct_F77@
442 am__include = @am__include@
443 am__leading_dot = @am__leading_dot@
444 am__quote = @am__quote@
446 am__untar = @am__untar@
449 build_alias = @build_alias@
450 build_cpu = @build_cpu@
451 build_os = @build_os@
452 build_vendor = @build_vendor@
453 builddir = @builddir@
454 cxx_present = @cxx_present@
456 datarootdir = @datarootdir@
459 exec_prefix = @exec_prefix@
461 host_alias = @host_alias@
462 host_cpu = @host_cpu@
464 host_vendor = @host_vendor@
466 includedir = @includedir@
468 install_sh = @install_sh@
470 libexecdir = @libexecdir@
471 localedir = @localedir@
472 localstatedir = @localstatedir@
475 oldincludedir = @oldincludedir@
478 program_transform_name = @program_transform_name@
481 sharedstatedir = @sharedstatedir@
483 sysconfdir = @sysconfdir@
484 target_alias = @target_alias@
485 top_build_prefix = @top_build_prefix@
486 top_builddir = @top_builddir@
487 top_srcdir = @top_srcdir@
488 yacc_present = @yacc_present@
491 modulename = modules_manager
493 #### modules_manager : Conf files ####
494 libmodules_manager_la_rootdir = $(mydatadir)
495 libmodules_manager_la_root_DATA = license.txt
496 #### modules_manager : init scripts ####
497 libmodules_manager_la_etcdir = $(mydatadir)/etc
498 libmodules_manager_la_etc_DATA = etc/modules_manager.quit etc/modules_manager.start etc/loader_template.sce
500 # Where all the Scilab stuff is installed (macros, help, ...)
501 mydatadir = $(pkgdatadir)/modules/$(modulename)
503 # Set AM_* SCI detected settings
504 AM_CPPFLAGS = $(SCI_CPPFLAGS)
505 AM_CFLAGS = $(SCI_CFLAGS)
506 AM_CXXFLAGS = $(SCI_CXXFLAGS)
507 # append includes to AM_FFLAGS to manage fortran includes
508 AM_FFLAGS = $(SCI_FFLAGS) -I$(top_srcdir)/modules/core/includes/
510 # Tag shared libraries with the Scilab version
511 AM_LDFLAGS = $(SCI_LDFLAGS) -version-number $(SCILAB_LIBRARY_VERSION)
514 SPLINT_OPTIONS = -weak -booltype BOOL
516 ########################### JAVA ######################################
517 #### We are delegating java compilation to ant... Thanks to that
518 #### the procedure will be the same with Microsoft Windows (C)
520 #######################################################################
521 TARGETS_ALL = $(am__append_1)
523 ################ MACROS ######################
524 # Rule to build a macro
525 # NOT USED AT THE MOMENT
528 ########### INSTALL DOCUMENTATION ###################
530 # Install documentation files into the right target
531 # We do not use the automake mechanism (libxxxx_la_help_fr_DATA) because
532 # automake needs the html files to be present which is not the case when
533 # we are building Scilab
535 # Where it should be installed
536 pkgdocdir = $(mydatadir)
538 # What is the mask of the help source
541 # What is the mask of the MathML sources
544 ########### INSTALL DATA ###################
545 # Install macros, help & demos
546 # Where it should be installed
547 pkgmacrosdir = $(mydatadir)
548 # Which directory we process
550 # Mask of the Scilab sources macros
552 # Mask of the Scilab executable sources macros
553 MACROBUILDMASK = *.sce
554 # Mask of the Scilab compiled macros
556 # List of the standard directory for tests
557 TESTS_DIR = tests/benchmarks tests/nonreg_tests tests/unit_tests tests/java
558 # Where the demos should be installed
559 pkgdemosdir = $(mydatadir)
560 # List of the standard directory for demos
562 # List of the standard directory for examples
563 EXAMPLES_DIR = examples
564 # Where to export JAVA archives (.jar)
569 HELP_CHAPTERDIR = help/
570 HELP_CHAPTERFILE = addchapter.sce
571 HELP_CHAPTERLANG = en_US fr_FR pt_BR
576 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.incl.am $(am__configure_deps)
578 case '$(am__configure_deps)' in \
580 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
581 && { if test -f $@; then exit 0; else break; fi; }; \
585 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/modules_manager/Makefile'; \
586 $(am__cd) $(top_srcdir) && \
587 $(AUTOMAKE) --foreign modules/modules_manager/Makefile
588 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
591 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
593 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
594 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
596 $(top_srcdir)/Makefile.incl.am $(am__empty):
598 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
599 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
601 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
602 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
603 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
604 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
605 $(am__aclocal_m4_deps):
612 install-libmodules_manager_la_etcDATA: $(libmodules_manager_la_etc_DATA)
614 @list='$(libmodules_manager_la_etc_DATA)'; test -n "$(libmodules_manager_la_etcdir)" || list=; \
615 if test -n "$$list"; then \
616 echo " $(MKDIR_P) '$(DESTDIR)$(libmodules_manager_la_etcdir)'"; \
617 $(MKDIR_P) "$(DESTDIR)$(libmodules_manager_la_etcdir)" || exit 1; \
619 for p in $$list; do \
620 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
622 done | $(am__base_list) | \
623 while read files; do \
624 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libmodules_manager_la_etcdir)'"; \
625 $(INSTALL_DATA) $$files "$(DESTDIR)$(libmodules_manager_la_etcdir)" || exit $$?; \
628 uninstall-libmodules_manager_la_etcDATA:
630 @list='$(libmodules_manager_la_etc_DATA)'; test -n "$(libmodules_manager_la_etcdir)" || list=; \
631 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
632 dir='$(DESTDIR)$(libmodules_manager_la_etcdir)'; $(am__uninstall_files_from_dir)
633 install-libmodules_manager_la_rootDATA: $(libmodules_manager_la_root_DATA)
635 @list='$(libmodules_manager_la_root_DATA)'; test -n "$(libmodules_manager_la_rootdir)" || list=; \
636 if test -n "$$list"; then \
637 echo " $(MKDIR_P) '$(DESTDIR)$(libmodules_manager_la_rootdir)'"; \
638 $(MKDIR_P) "$(DESTDIR)$(libmodules_manager_la_rootdir)" || exit 1; \
640 for p in $$list; do \
641 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
643 done | $(am__base_list) | \
644 while read files; do \
645 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libmodules_manager_la_rootdir)'"; \
646 $(INSTALL_DATA) $$files "$(DESTDIR)$(libmodules_manager_la_rootdir)" || exit $$?; \
649 uninstall-libmodules_manager_la_rootDATA:
651 @list='$(libmodules_manager_la_root_DATA)'; test -n "$(libmodules_manager_la_rootdir)" || list=; \
652 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
653 dir='$(DESTDIR)$(libmodules_manager_la_rootdir)'; $(am__uninstall_files_from_dir)
661 distdir: $(BUILT_SOURCES)
662 $(MAKE) $(AM_MAKEFLAGS) distdir-am
664 distdir-am: $(DISTFILES)
665 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
666 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
667 list='$(DISTFILES)'; \
668 dist_files=`for file in $$list; do echo $$file; done | \
669 sed -e "s|^$$srcdirstrip/||;t" \
670 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
671 case $$dist_files in \
672 */*) $(MKDIR_P) `echo "$$dist_files" | \
673 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
676 for file in $$dist_files; do \
677 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
678 if test -d $$d/$$file; then \
679 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
680 if test -d "$(distdir)/$$file"; then \
681 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
683 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
684 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
685 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
687 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
689 test -f "$(distdir)/$$file" \
690 || cp -p $$d/$$file "$(distdir)/$$file" \
695 $(MAKE) $(AM_MAKEFLAGS) check-local
697 all-am: Makefile $(DATA) all-local
699 for dir in "$(DESTDIR)$(libmodules_manager_la_etcdir)" "$(DESTDIR)$(libmodules_manager_la_rootdir)"; do \
700 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
703 install-exec: install-exec-am
704 install-data: install-data-am
705 uninstall: uninstall-am
708 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
710 installcheck: installcheck-am
712 if test -z '$(STRIP)'; then \
713 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
714 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
717 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
718 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
719 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
726 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
727 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
729 maintainer-clean-generic:
730 @echo "This command is intended for maintainers to use"
731 @echo "it deletes files that may require special tools to rebuild."
734 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
736 distclean: distclean-am
738 distclean-am: clean-am distclean-generic distclean-local
752 install-data-am: install-data-local \
753 install-libmodules_manager_la_etcDATA \
754 install-libmodules_manager_la_rootDATA
756 install-dvi: install-dvi-am
762 install-html: install-html-am
764 install-html-am: install-html-local
766 install-info: install-info-am
772 install-pdf: install-pdf-am
776 install-ps: install-ps-am
782 maintainer-clean: maintainer-clean-am
784 maintainer-clean-am: distclean-am maintainer-clean-generic
786 mostlyclean: mostlyclean-am
788 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
798 uninstall-am: uninstall-libmodules_manager_la_etcDATA \
799 uninstall-libmodules_manager_la_rootDATA
801 .MAKE: check-am install-am install-strip
803 .PHONY: all all-am all-local check check-am check-local clean \
804 clean-generic clean-libtool clean-local cscopelist-am ctags-am \
805 distclean distclean-generic distclean-libtool distclean-local \
806 distdir dvi dvi-am html html-am info info-am install \
807 install-am install-data install-data-am install-data-local \
808 install-dvi install-dvi-am install-exec install-exec-am \
809 install-html install-html-am install-html-local install-info \
810 install-info-am install-libmodules_manager_la_etcDATA \
811 install-libmodules_manager_la_rootDATA install-man install-pdf \
812 install-pdf-am install-ps install-ps-am install-strip \
813 installcheck installcheck-am installdirs maintainer-clean \
814 maintainer-clean-generic mostlyclean mostlyclean-generic \
815 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
816 uninstall-am uninstall-libmodules_manager_la_etcDATA \
817 uninstall-libmodules_manager_la_rootDATA
822 # This target enables tests for Scilab
823 check-local: $(top_builddir)/scilab-bin test
824 if test -d $(mydatadir)/tests; then \
825 @COMMAND="try test_run('$(modulename)');catch exit(-1);end;exit(0)"; export LANG=C; $(top_builddir)/bin/scilab -nwni -nb -e "$$COMMAND"; \
828 if test -f build.xml; then \
831 if test -x "$(SPLINT)"; then \
832 $(SPLINT) $(SPLINT_OPTIONS) -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ $(INCLUDE_FLAGS) $(CHECK_SRC); \
834 @NEED_JAVA_TRUE@java:
835 # Some configurations needs to export JAVA_HOME in the current env
836 @NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
837 @NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
838 @NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \
839 @NEED_JAVA_TRUE@ $(ANT); \
842 @NEED_JAVA_TRUE@clean-java:
843 # Some configurations needs to export JAVA_HOME in the current env
844 @NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
845 @NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
846 @NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \
847 @NEED_JAVA_TRUE@ $(ANT) clean; \
850 # If the user request for the SWIG generation of the wrappers Java => C/C++
851 # We call the target swig-build on the variable SWIG_WRAPPERS
853 @SWIG_TRUE@swig: $(SWIG_WRAPPERS)
854 @SWIG_TRUE@ @SWIG_PACKAGENAME=org.scilab.modules.$(modulename); \
855 @SWIG_TRUE@ SWIG_OUTDIR=src/java/org/scilab/modules/$(modulename)/; \
856 @SWIG_TRUE@ if test -n "$(SWIG_WRAPPERS)"; then \
857 @SWIG_TRUE@ for file in $(SWIG_WRAPPERS) ; do \
858 @SWIG_TRUE@ echo "Swig process of $$file (Java) ..."; \
859 @SWIG_TRUE@ $(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_JAVA) -package $$SWIG_PACKAGENAME -outdir $$SWIG_OUTDIR $$file; \
863 @SWIG_TRUE@swig-scilab: $(SWIG_SCILAB_WRAPPERS)
864 @SWIG_TRUE@ @SWIG_OUTDIR=src/swig/; \
865 @SWIG_TRUE@ if test -n "$(SWIG_SCILAB_WRAPPERS)"; then \
866 @SWIG_TRUE@ for file in $(SWIG_SCILAB_WRAPPERS) ; do \
867 @SWIG_TRUE@ echo "Swig process of $$file (Scilab) ..."; \
868 @SWIG_TRUE@ $(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_SCILAB) -outdir $$SWIG_OUTDIR $$file; \
872 # If the user request for the SWIG generation of the wrappers Java => C/C++
873 # We call the target swig-build on the variable SWIG_WRAPPERS
875 @GIWS_TRUE@giws: $(GIWS_WRAPPERS)
876 @GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/; \
877 @GIWS_TRUE@ MANDATORY_OPTIONS="--throws-exception-on-error --description-file"; \
878 @GIWS_TRUE@ if test -n "$(GIWS_WRAPPERS)"; then \
879 @GIWS_TRUE@ for file in $(GIWS_WRAPPERS) ; do \
880 @GIWS_TRUE@ echo "GIWS process of $$file ..."; \
881 @GIWS_TRUE@ if test -z "$(GIWS_OPTIONS)"; then \
882 @GIWS_TRUE@ $(GIWS_BIN) --disable-return-size-array --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \
884 @GIWS_TRUE@ echo "Custom GIWS call with '$$GIWS_OPTIONS'"; \
885 @GIWS_TRUE@ $(GIWS_BIN) $$GIWS_OPTIONS --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \
890 @GIWS_TRUE@giws-exception:
891 @GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/;\
892 @GIWS_TRUE@ echo "GIWS: Generation of exception class ..."; \
893 @GIWS_TRUE@ $(GIWS_BIN) --generate-exception-class --output-dir $$GIWS_OUTPUTDIR
896 -@( if test ! -x $(top_builddir)/scilab-bin; then \
897 echo "Error : Cannot build $< : Scilab has not been built"; \
899 $(top_builddir)/bin/scilab -ns -nwni -e "exec('macros/buildmacros.sce');quit;";\
904 # Removes macros (*.bin generated from .sci)
905 @for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
906 echo "rm -f $(builddir)/$$dir/$(MACROBINMASK)"; \
907 rm -f $(builddir)/$$dir/$(MACROBINMASK); \
911 # More tests could be added here
912 @if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
913 if test -f build.xml -a $$USEANT -eq 1; then \
917 all-local: $(TARGETS_ALL)
920 -@( if test ! -x $(top_builddir)/scilab-bin; then \
921 echo "Error : Cannot build $< : Scilab has not been build"; \
923 echo "Creating $@"; \
924 $(top_builddir)/bin/scilab -ns -nwni -e "exec('$(abs_srcdir)/$<');save('$(abs_srcdir)/$@');exit;"; \
929 install-data-local-local:
931 @if test -d $(srcdir)/javadoc; then \
932 cp -R $(srcdir)/javadoc $(DESTDIR)/$(mydatadir)/; \
934 # If the user wants the help sources to be installed
935 @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of XML sources of help files --------"; \
936 @INSTALL_HELP_XML_TRUE@ for lang in $(ALL_LINGUAS); do \
937 @INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/$$lang; then \
938 @INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/$$lang && \
939 @INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/$$lang/$(DOCMASKXML) >/dev/null 2>&1; then \
940 @INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/$$lang/$(DOCMASKXML) ; do \
941 @INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/$$lang" ; \
942 @INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/$$lang ; \
943 @INSTALL_HELP_XML_TRUE@ done ; \
944 @INSTALL_HELP_XML_TRUE@ fi; \
945 @INSTALL_HELP_XML_TRUE@ fi; \
946 @INSTALL_HELP_XML_TRUE@ done; \
947 @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of MathML sources --------"; \
948 @INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/mml/; then \
949 @INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/mml/ && \
950 @INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/mml/$(DOCMASKMML) >/dev/null 2>&1; then \
951 @INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/mml/$(DOCMASKMML) ; do \
952 @INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/mml" ; \
953 @INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/mml ; \
954 @INSTALL_HELP_XML_TRUE@ done ; \
955 @INSTALL_HELP_XML_TRUE@ fi; \
956 @INSTALL_HELP_XML_TRUE@ fi
959 @echo "-------- Install tests (if any) --------"; \
960 for dir in $(TESTS_DIR) $(TESTS_DIREXT) ; do \
961 if test -d $(srcdir)/$$dir/; then \
962 $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
963 for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
964 if test -d "$(srcdir)/$$dir/$$file"; then \
965 echo $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir/$$file; \
966 $(mkinstalldirs) "$(DESTDIR)$(pkgmacrosdir)/$$dir/$$file"; \
968 echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
969 $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
974 # Install the help chapter
975 @echo "-------- Install the help chapter (if any) --------"; \
976 for lang in $(HELP_CHAPTERLANG); do \
977 HELPFILE=$(srcdir)/$(HELP_CHAPTERDIR)$$lang/$(HELP_CHAPTERFILE); \
978 if test -f $$HELPFILE; then \
979 echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
980 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
981 echo $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
982 $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
985 # Install the demos & examples
986 @echo "-------- Install demos & examples (if any) --------"; \
987 for dir in $(DEMOS_DIR) $(DEMOS_DIREXT) $(EXAMPLES_DIR) $(EXAMPLES_DIREXT) ; do \
988 if test -d $(srcdir)/$$dir/; then \
989 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir && \
990 for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
991 if test -d "$(srcdir)/$$dir/$$file"; then \
992 echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir/$$file; \
993 $(mkinstalldirs) "$(DESTDIR)$(pkgdocdir)/$$dir/$$file"; \
995 echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
996 $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
1001 # Install the macros
1002 @echo "-------- Install macros (if any) --------"; \
1003 for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
1004 $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
1005 if test -d $(srcdir)/$$dir/; then \
1006 FILELIST="$(srcdir)/$$dir/$(MACROMASK) $(srcdir)/$$dir/$(MACROBINMASK) $(srcdir)/$$dir/$(MACROBUILDMASK) $(srcdir)/$$dir/names $(srcdir)/$$dir/lib";\
1007 if test -n "$(MACROSSPECIALEXT)"; then \
1009 for specialExt in $(MACROSSPECIALEXT); do \
1010 specialExtDir="$$specialExtDir $(srcdir)/$$dir/$$specialExt"; \
1012 FILELIST="$$FILELIST $$specialExtDir"; \
1014 for file in `ls -1 $$FILELIST 2>/dev/null`; do \
1015 echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgmacrosdir)/$$dir" ; \
1016 $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgmacrosdir)/$$dir ; \
1020 # Install java files (.jar)
1021 @if ls -lLd $(srcdir)/$(JARDIR)$(JARMASK) >/dev/null 2>&1; then \
1022 echo "-------- Install jar files --------"; \
1023 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(JARDIR); \
1024 for file in $(srcdir)/$(JARDIR)$(JARMASK); do\
1025 echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/$(JARDIR)" ; \
1026 $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/$(JARDIR) ; \
1030 ########### CLEAN ###################
1031 # Clean help (generated automatically by Scilab)
1032 # It used to clean the macro (clean-macros) but this was causing
1033 # make clean && make to fail Scilab startup
1034 @NEED_JAVA_TRUE@clean-local: clean-java
1035 @NEED_JAVA_FALSE@clean-local:
1038 rm -f $(builddir)/help/*/.last_successful_build_javaHelp $(builddir)/help/*/.list_*
1040 .PHONY: macros java swig giws
1042 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1043 # Otherwise a system limit (for SysV at least) may be exceeded.