1 # Makefile.in generated by automake 1.15 from Makefile.am.
4 # Copyright (C) 1994-2014 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) 2006 - INRIA - Sylvestre LEDRU
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/overloading
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)$(libscioverloading_la_etcdir)" \
190 "$(DESTDIR)$(libscioverloading_la_rootdir)"
191 DATA = $(libscioverloading_la_etc_DATA) \
192 $(libscioverloading_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@
327 MAKEINFO = @MAKEINFO@
328 MANIFEST_TOOL = @MANIFEST_TOOL@
329 MATIO_CFLAGS = @MATIO_CFLAGS@
330 MATIO_ENABLE = @MATIO_ENABLE@
331 MATIO_LIBS = @MATIO_LIBS@
333 MPI_ENABLE = @MPI_ENABLE@
336 MSGFMT_015 = @MSGFMT_015@
337 MSGMERGE = @MSGMERGE@
343 OCAMLDEP = @OCAMLDEP@
344 OCAMLLEX = @OCAMLLEX@
345 OCAMLOPT = @OCAMLOPT@
346 OCAMLYACC = @OCAMLYACC@
347 OPENMPI_CC = @OPENMPI_CC@
348 OPENMPI_CFLAGS = @OPENMPI_CFLAGS@
349 OPENMPI_CXX = @OPENMPI_CXX@
350 OPENMPI_CXXFLAGS = @OPENMPI_CXXFLAGS@
351 OPENMPI_LIBS = @OPENMPI_LIBS@
352 OPENMP_CFLAGS = @OPENMP_CFLAGS@
353 OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@
354 OPENMP_ENABLE = @OPENMP_ENABLE@
355 OPENMP_LIBS = @OPENMP_LIBS@
359 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
360 PACKAGE_NAME = @PACKAGE_NAME@
361 PACKAGE_STRING = @PACKAGE_STRING@
362 PACKAGE_TARNAME = @PACKAGE_TARNAME@
363 PACKAGE_URL = @PACKAGE_URL@
364 PACKAGE_VERSION = @PACKAGE_VERSION@
365 PATH_SEPARATOR = @PATH_SEPARATOR@
366 PCRE_CFLAGS = @PCRE_CFLAGS@
367 PCRE_CONFIG = @PCRE_CONFIG@
368 PCRE_LIBS = @PCRE_LIBS@
369 PCRE_VERSION = @PCRE_VERSION@
370 PKG_CONFIG = @PKG_CONFIG@
375 RELOCATABLE = @RELOCATABLE@
378 SCILAB_BINARY_VERSION = @SCILAB_BINARY_VERSION@
379 SCILAB_LIBRARY_VERSION = @SCILAB_LIBRARY_VERSION@
380 SCILAB_VERSION_MAINTENANCE = @SCILAB_VERSION_MAINTENANCE@
381 SCILAB_VERSION_MAJOR = @SCILAB_VERSION_MAJOR@
382 SCILAB_VERSION_MINOR = @SCILAB_VERSION_MINOR@
383 SCIRENDERER = @SCIRENDERER@
384 SCIRENDERER_CP = @SCIRENDERER_CP@
385 SCI_CFLAGS = @SCI_CFLAGS@
386 SCI_CXXFLAGS = @SCI_CXXFLAGS@
387 SCI_FFLAGS = @SCI_FFLAGS@
388 SCI_LDFLAGS = @SCI_LDFLAGS@
390 SET_MAKE = @SET_MAKE@
391 SET_RELOCATABLE = @SET_RELOCATABLE@
396 SWIG_BIN = @SWIG_BIN@
397 SWIG_JAVA = @SWIG_JAVA@
398 SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@
399 SWIG_SCILAB = @SWIG_SCILAB@
400 TCLTK_LIBS = @TCLTK_LIBS@
401 TCL_INC_PATH = @TCL_INC_PATH@
402 TK_INC_PATH = @TK_INC_PATH@
403 UMFPACK_CFLAGS = @UMFPACK_CFLAGS@
404 UMFPACK_ENABLE = @UMFPACK_ENABLE@
405 UMFPACK_LIB = @UMFPACK_LIB@
407 VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
408 VALGRIND_LIBS = @VALGRIND_LIBS@
410 WITH_OCAML = @WITH_OCAML@
411 WITH_TKSCI = @WITH_TKSCI@
412 XCOS_ENABLE = @XCOS_ENABLE@
413 XGETTEXT = @XGETTEXT@
414 XGETTEXT_015 = @XGETTEXT_015@
415 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
417 XMLGRAPHICS_COMMONS = @XMLGRAPHICS_COMMONS@
418 XML_APIS_EXT = @XML_APIS_EXT@
419 XML_CONFIG = @XML_CONFIG@
420 XML_FLAGS = @XML_FLAGS@
421 XML_LIBS = @XML_LIBS@
422 XML_VERSION = @XML_VERSION@
423 X_CFLAGS = @X_CFLAGS@
424 X_EXTRA_LIBS = @X_EXTRA_LIBS@
426 X_PRE_LIBS = @X_PRE_LIBS@
429 abs_builddir = @abs_builddir@
430 abs_srcdir = @abs_srcdir@
431 abs_top_builddir = @abs_top_builddir@
432 abs_top_srcdir = @abs_top_srcdir@
433 ac_ct_AR = @ac_ct_AR@
434 ac_ct_CC = @ac_ct_CC@
435 ac_ct_CXX = @ac_ct_CXX@
436 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
437 ac_ct_F77 = @ac_ct_F77@
438 am__include = @am__include@
439 am__leading_dot = @am__leading_dot@
440 am__quote = @am__quote@
442 am__untar = @am__untar@
445 build_alias = @build_alias@
446 build_cpu = @build_cpu@
447 build_os = @build_os@
448 build_vendor = @build_vendor@
449 builddir = @builddir@
450 cxx_present = @cxx_present@
452 datarootdir = @datarootdir@
455 exec_prefix = @exec_prefix@
457 host_alias = @host_alias@
458 host_cpu = @host_cpu@
460 host_vendor = @host_vendor@
462 includedir = @includedir@
464 install_sh = @install_sh@
466 libexecdir = @libexecdir@
467 localedir = @localedir@
468 localstatedir = @localstatedir@
471 oldincludedir = @oldincludedir@
474 program_transform_name = @program_transform_name@
477 sharedstatedir = @sharedstatedir@
479 sysconfdir = @sysconfdir@
480 target_alias = @target_alias@
481 top_build_prefix = @top_build_prefix@
482 top_builddir = @top_builddir@
483 top_srcdir = @top_srcdir@
484 yacc_present = @yacc_present@
487 modulename = overloading
489 #### overloading : Conf files ####
490 libscioverloading_la_rootdir = $(mydatadir)
491 libscioverloading_la_root_DATA = license.txt
493 #### overloading : init scripts ####
494 libscioverloading_la_etcdir = $(mydatadir)/etc
495 libscioverloading_la_etc_DATA = etc/overloading.quit etc/overloading.start
497 # Where all the Scilab stuff is installed (macros, help, ...)
498 mydatadir = $(pkgdatadir)/modules/$(modulename)
500 # Set AM_* SCI detected settings
501 AM_CPPFLAGS = $(SCI_CPPFLAGS)
502 AM_CFLAGS = $(SCI_CFLAGS)
503 AM_CXXFLAGS = $(SCI_CXXFLAGS)
504 # append includes to AM_FFLAGS to manage fortran includes
505 AM_FFLAGS = $(SCI_FFLAGS) -I$(top_srcdir)/modules/core/includes/
507 # Tag shared libraries with the Scilab version
508 AM_LDFLAGS = $(SCI_LDFLAGS) -version-number $(SCILAB_LIBRARY_VERSION)
511 SPLINT_OPTIONS = -weak -booltype BOOL
513 ########################### JAVA ######################################
514 #### We are delegating java compilation to ant... Thanks to that
515 #### the procedure will be the same with Microsoft Windows (C)
517 #######################################################################
518 TARGETS_ALL = $(am__append_1)
520 ################ MACROS ######################
521 # Rule to build a macro
522 # NOT USED AT THE MOMENT
525 ########### INSTALL DOCUMENTATION ###################
527 # Install documentation files into the right target
528 # We do not use the automake mechanism (libxxxx_la_help_fr_DATA) because
529 # automake needs the html files to be present which is not the case when
530 # we are building Scilab
532 # Where it should be installed
533 pkgdocdir = $(mydatadir)
535 # What is the mask of the help source
538 # What is the mask of the MathML sources
541 ########### INSTALL DATA ###################
542 # Install macros, help & demos
543 # Where it should be installed
544 pkgmacrosdir = $(mydatadir)
545 # Which directory we process
547 # Mask of the Scilab sources macros
549 # Mask of the Scilab executable sources macros
550 MACROBUILDMASK = *.sce
551 # Mask of the Scilab compiled macros
553 # List of the standard directory for tests
554 TESTS_DIR = tests/benchmarks tests/nonreg_tests tests/unit_tests tests/java
555 # Where the demos should be installed
556 pkgdemosdir = $(mydatadir)
557 # List of the standard directory for demos
559 # List of the standard directory for examples
560 EXAMPLES_DIR = examples
561 # Where to export JAVA archives (.jar)
566 HELP_CHAPTERDIR = help/
567 HELP_CHAPTERFILE = addchapter.sce
568 HELP_CHAPTERLANG = en_US fr_FR pt_BR
573 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.incl.am $(am__configure_deps)
575 case '$(am__configure_deps)' in \
577 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
578 && { if test -f $@; then exit 0; else break; fi; }; \
582 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/overloading/Makefile'; \
583 $(am__cd) $(top_srcdir) && \
584 $(AUTOMAKE) --foreign modules/overloading/Makefile
585 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
588 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
590 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
591 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
593 $(top_srcdir)/Makefile.incl.am $(am__empty):
595 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
596 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
598 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
599 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
600 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
601 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
602 $(am__aclocal_m4_deps):
609 install-libscioverloading_la_etcDATA: $(libscioverloading_la_etc_DATA)
611 @list='$(libscioverloading_la_etc_DATA)'; test -n "$(libscioverloading_la_etcdir)" || list=; \
612 if test -n "$$list"; then \
613 echo " $(MKDIR_P) '$(DESTDIR)$(libscioverloading_la_etcdir)'"; \
614 $(MKDIR_P) "$(DESTDIR)$(libscioverloading_la_etcdir)" || exit 1; \
616 for p in $$list; do \
617 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
619 done | $(am__base_list) | \
620 while read files; do \
621 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscioverloading_la_etcdir)'"; \
622 $(INSTALL_DATA) $$files "$(DESTDIR)$(libscioverloading_la_etcdir)" || exit $$?; \
625 uninstall-libscioverloading_la_etcDATA:
627 @list='$(libscioverloading_la_etc_DATA)'; test -n "$(libscioverloading_la_etcdir)" || list=; \
628 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
629 dir='$(DESTDIR)$(libscioverloading_la_etcdir)'; $(am__uninstall_files_from_dir)
630 install-libscioverloading_la_rootDATA: $(libscioverloading_la_root_DATA)
632 @list='$(libscioverloading_la_root_DATA)'; test -n "$(libscioverloading_la_rootdir)" || list=; \
633 if test -n "$$list"; then \
634 echo " $(MKDIR_P) '$(DESTDIR)$(libscioverloading_la_rootdir)'"; \
635 $(MKDIR_P) "$(DESTDIR)$(libscioverloading_la_rootdir)" || exit 1; \
637 for p in $$list; do \
638 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
640 done | $(am__base_list) | \
641 while read files; do \
642 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscioverloading_la_rootdir)'"; \
643 $(INSTALL_DATA) $$files "$(DESTDIR)$(libscioverloading_la_rootdir)" || exit $$?; \
646 uninstall-libscioverloading_la_rootDATA:
648 @list='$(libscioverloading_la_root_DATA)'; test -n "$(libscioverloading_la_rootdir)" || list=; \
649 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
650 dir='$(DESTDIR)$(libscioverloading_la_rootdir)'; $(am__uninstall_files_from_dir)
658 distdir: $(DISTFILES)
659 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
660 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
661 list='$(DISTFILES)'; \
662 dist_files=`for file in $$list; do echo $$file; done | \
663 sed -e "s|^$$srcdirstrip/||;t" \
664 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
665 case $$dist_files in \
666 */*) $(MKDIR_P) `echo "$$dist_files" | \
667 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
670 for file in $$dist_files; do \
671 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
672 if test -d $$d/$$file; then \
673 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
674 if test -d "$(distdir)/$$file"; then \
675 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
677 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
678 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
679 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
681 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
683 test -f "$(distdir)/$$file" \
684 || cp -p $$d/$$file "$(distdir)/$$file" \
689 $(MAKE) $(AM_MAKEFLAGS) check-local
691 all-am: Makefile $(DATA) all-local
693 for dir in "$(DESTDIR)$(libscioverloading_la_etcdir)" "$(DESTDIR)$(libscioverloading_la_rootdir)"; do \
694 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
697 install-exec: install-exec-am
698 install-data: install-data-am
699 uninstall: uninstall-am
702 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
704 installcheck: installcheck-am
706 if test -z '$(STRIP)'; then \
707 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
708 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
711 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
712 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
713 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
720 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
721 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
723 maintainer-clean-generic:
724 @echo "This command is intended for maintainers to use"
725 @echo "it deletes files that may require special tools to rebuild."
728 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
730 distclean: distclean-am
732 distclean-am: clean-am distclean-generic distclean-local
746 install-data-am: install-data-local \
747 install-libscioverloading_la_etcDATA \
748 install-libscioverloading_la_rootDATA
750 install-dvi: install-dvi-am
756 install-html: install-html-am
758 install-html-am: install-html-local
760 install-info: install-info-am
766 install-pdf: install-pdf-am
770 install-ps: install-ps-am
776 maintainer-clean: maintainer-clean-am
778 maintainer-clean-am: distclean-am maintainer-clean-generic
780 mostlyclean: mostlyclean-am
782 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
792 uninstall-am: uninstall-libscioverloading_la_etcDATA \
793 uninstall-libscioverloading_la_rootDATA
795 .MAKE: check-am install-am install-strip
797 .PHONY: all all-am all-local check check-am check-local clean \
798 clean-generic clean-libtool clean-local cscopelist-am ctags-am \
799 distclean distclean-generic distclean-libtool distclean-local \
800 distdir dvi dvi-am html html-am info info-am install \
801 install-am install-data install-data-am install-data-local \
802 install-dvi install-dvi-am install-exec install-exec-am \
803 install-html install-html-am install-html-local install-info \
804 install-info-am install-libscioverloading_la_etcDATA \
805 install-libscioverloading_la_rootDATA install-man install-pdf \
806 install-pdf-am install-ps install-ps-am install-strip \
807 installcheck installcheck-am installdirs maintainer-clean \
808 maintainer-clean-generic mostlyclean mostlyclean-generic \
809 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
810 uninstall-am uninstall-libscioverloading_la_etcDATA \
811 uninstall-libscioverloading_la_rootDATA
816 # This target enables tests for Scilab
817 check-local: $(top_builddir)/scilab-bin test
818 if test -d $(mydatadir)/tests; then \
819 @COMMAND="try test_run('$(modulename)');catch exit(-1);end;exit(0)"; export LANG=C; $(top_builddir)/bin/scilab -nwni -nb -e "$$COMMAND"; \
822 if test -f build.xml; then \
825 if test -x "$(SPLINT)"; then \
826 $(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); \
828 @NEED_JAVA_TRUE@java:
829 # Some configurations needs to export JAVA_HOME in the current env
830 @NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
831 @NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
832 @NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \
833 @NEED_JAVA_TRUE@ $(ANT); \
836 @NEED_JAVA_TRUE@clean-java:
837 # Some configurations needs to export JAVA_HOME in the current env
838 @NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
839 @NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
840 @NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \
841 @NEED_JAVA_TRUE@ $(ANT) clean; \
844 # If the user request for the SWIG generation of the wrappers Java => C/C++
845 # We call the target swig-build on the variable SWIG_WRAPPERS
847 @SWIG_TRUE@swig: $(SWIG_WRAPPERS)
848 @SWIG_TRUE@ @SWIG_PACKAGENAME=org.scilab.modules.$(modulename); \
849 @SWIG_TRUE@ SWIG_OUTDIR=src/java/org/scilab/modules/$(modulename)/; \
850 @SWIG_TRUE@ if test -n "$(SWIG_WRAPPERS)"; then \
851 @SWIG_TRUE@ for file in $(SWIG_WRAPPERS) ; do \
852 @SWIG_TRUE@ echo "Swig process of $$file (Java) ..."; \
853 @SWIG_TRUE@ $(SWIG_BIN) $(SWIG_JAVA) $(SWIG_OPTIONS) -package $$SWIG_PACKAGENAME -outdir $$SWIG_OUTDIR $$file; \
857 @SWIG_TRUE@swig-scilab: $(SWIG_SCILAB_WRAPPERS)
858 @SWIG_TRUE@ @SWIG_OUTDIR=src/swig/; \
859 @SWIG_TRUE@ if test -n "$(SWIG_SCILAB_WRAPPERS)"; then \
860 @SWIG_TRUE@ for file in $(SWIG_SCILAB_WRAPPERS) ; do \
861 @SWIG_TRUE@ echo "Swig process of $$file (Scilab) ..."; \
862 @SWIG_TRUE@ $(SWIG_BIN) $(SWIG_SCILAB) $(SWIG_OPTIONS) -outdir $$SWIG_OUTDIR $$file; \
866 # If the user request for the SWIG generation of the wrappers Java => C/C++
867 # We call the target swig-build on the variable SWIG_WRAPPERS
869 @GIWS_TRUE@giws: $(GIWS_WRAPPERS)
870 @GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/; \
871 @GIWS_TRUE@ MANDATORY_OPTIONS="--throws-exception-on-error --description-file"; \
872 @GIWS_TRUE@ if test -n "$(GIWS_WRAPPERS)"; then \
873 @GIWS_TRUE@ for file in $(GIWS_WRAPPERS) ; do \
874 @GIWS_TRUE@ echo "GIWS process of $$file ..."; \
875 @GIWS_TRUE@ if test -z "$(GIWS_OPTIONS)"; then \
876 @GIWS_TRUE@ $(GIWS_BIN) --disable-return-size-array --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \
878 @GIWS_TRUE@ echo "Custom GIWS call with '$$GIWS_OPTIONS'"; \
879 @GIWS_TRUE@ $(GIWS_BIN) $$GIWS_OPTIONS --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \
884 @GIWS_TRUE@giws-exception:
885 @GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/;\
886 @GIWS_TRUE@ echo "GIWS: Generation of exception class ..."; \
887 @GIWS_TRUE@ $(GIWS_BIN) --generate-exception-class --output-dir $$GIWS_OUTPUTDIR
890 -@( if test ! -x $(top_builddir)/scilab-bin; then \
891 echo "Error : Cannot build $< : Scilab has not been built"; \
893 $(top_builddir)/bin/scilab -ns -nwni -e "exec('macros/buildmacros.sce');quit;";\
898 # Removes macros (*.bin generated from .sci)
899 @for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
900 echo "rm -f $(builddir)/$$dir/$(MACROBINMASK)"; \
901 rm -f $(builddir)/$$dir/$(MACROBINMASK); \
905 # More tests could be added here
906 @if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
907 if test -f build.xml -a $$USEANT -eq 1; then \
911 all-local: $(TARGETS_ALL)
914 -@( if test ! -x $(top_builddir)/scilab-bin; then \
915 echo "Error : Cannot build $< : Scilab has not been build"; \
917 echo "Creating $@"; \
918 $(top_builddir)/bin/scilab -ns -nwni -e "exec('$(abs_srcdir)/$<');save('$(abs_srcdir)/$@');exit;"; \
923 install-data-local-local:
925 @if test -d $(srcdir)/javadoc; then \
926 cp -R $(srcdir)/javadoc $(DESTDIR)/$(mydatadir)/; \
928 # If the user wants the help sources to be installed
929 @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of XML sources of help files --------"; \
930 @INSTALL_HELP_XML_TRUE@ for lang in $(ALL_LINGUAS); do \
931 @INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/$$lang; then \
932 @INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/$$lang && \
933 @INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/$$lang/$(DOCMASKXML) >/dev/null 2>&1; then \
934 @INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/$$lang/$(DOCMASKXML) ; do \
935 @INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/$$lang" ; \
936 @INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/$$lang ; \
937 @INSTALL_HELP_XML_TRUE@ done ; \
938 @INSTALL_HELP_XML_TRUE@ fi; \
939 @INSTALL_HELP_XML_TRUE@ fi; \
940 @INSTALL_HELP_XML_TRUE@ done; \
941 @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of MathML sources --------"; \
942 @INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/mml/; then \
943 @INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/mml/ && \
944 @INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/mml/$(DOCMASKMML) >/dev/null 2>&1; then \
945 @INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/mml/$(DOCMASKMML) ; do \
946 @INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/mml" ; \
947 @INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/mml ; \
948 @INSTALL_HELP_XML_TRUE@ done ; \
949 @INSTALL_HELP_XML_TRUE@ fi; \
950 @INSTALL_HELP_XML_TRUE@ fi
953 @echo "-------- Install tests (if any) --------"; \
954 for dir in $(TESTS_DIR) $(TESTS_DIREXT) ; do \
955 if test -d $(srcdir)/$$dir/; then \
956 $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
957 for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
958 if test -d "$(srcdir)/$$dir/$$file"; then \
959 echo $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir/$$file; \
960 $(mkinstalldirs) "$(DESTDIR)$(pkgmacrosdir)/$$dir/$$file"; \
962 echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
963 $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
968 # Install the help chapter
969 @echo "-------- Install the help chapter (if any) --------"; \
970 for lang in $(HELP_CHAPTERLANG); do \
971 HELPFILE=$(srcdir)/$(HELP_CHAPTERDIR)$$lang/$(HELP_CHAPTERFILE); \
972 if test -f $$HELPFILE; then \
973 echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
974 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
975 echo $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
976 $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
979 # Install the demos & examples
980 @echo "-------- Install demos & examples (if any) --------"; \
981 for dir in $(DEMOS_DIR) $(DEMOS_DIREXT) $(EXAMPLES_DIR) $(EXAMPLES_DIREXT) ; do \
982 if test -d $(srcdir)/$$dir/; then \
983 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir && \
984 for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
985 if test -d "$(srcdir)/$$dir/$$file"; then \
986 echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir/$$file; \
987 $(mkinstalldirs) "$(DESTDIR)$(pkgdocdir)/$$dir/$$file"; \
989 echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
990 $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
996 @echo "-------- Install macros (if any) --------"; \
997 for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
998 $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
999 if test -d $(srcdir)/$$dir/; then \
1000 FILELIST="$(srcdir)/$$dir/$(MACROMASK) $(srcdir)/$$dir/$(MACROBINMASK) $(srcdir)/$$dir/$(MACROBUILDMASK) $(srcdir)/$$dir/names $(srcdir)/$$dir/lib";\
1001 if test -n "$(MACROSSPECIALEXT)"; then \
1003 for specialExt in $(MACROSSPECIALEXT); do \
1004 specialExtDir="$$specialExtDir $(srcdir)/$$dir/$$specialExt"; \
1006 FILELIST="$$FILELIST $$specialExtDir"; \
1008 for file in `ls -1 $$FILELIST 2>/dev/null`; do \
1009 echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgmacrosdir)/$$dir" ; \
1010 $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgmacrosdir)/$$dir ; \
1014 # Install java files (.jar)
1015 @if ls -lLd $(srcdir)/$(JARDIR)$(JARMASK) >/dev/null 2>&1; then \
1016 echo "-------- Install jar files --------"; \
1017 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(JARDIR); \
1018 for file in $(srcdir)/$(JARDIR)$(JARMASK); do\
1019 echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/$(JARDIR)" ; \
1020 $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/$(JARDIR) ; \
1024 ########### CLEAN ###################
1025 # Clean help (generated automatically by Scilab)
1026 # It used to clean the macro (clean-macros) but this was causing
1027 # make clean && make to fail Scilab startup
1028 @NEED_JAVA_TRUE@clean-local: clean-java
1029 @NEED_JAVA_FALSE@clean-local:
1032 rm -f $(builddir)/help/*/.last_successful_build_javaHelp $(builddir)/help/*/.list_*
1034 .PHONY: macros java swig giws
1036 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1037 # Otherwise a system limit (for SysV at least) may be exceeded.