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
18 # Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
19 # Copyright (C) INRIA - 2006-2008 - Sylvestre Ledru
20 # Copyright (C) DIGITEO - 2009 - Sylvestre Ledru
22 # Copyright (C) 2012 - 2016 - Scilab Enterprises
24 # This file is hereby licensed under the terms of the GNU GPL v2.0,
25 # pursuant to article 5.3.4 of the CeCILL v.2.1.
26 # This file was originally licensed under the terms of the CeCILL v2.1,
27 # and continues to be available under such terms.
28 # For more information, see the COPYING file which you should have received
29 # along with this program.
32 # The order DOES matter !!!
34 # core is the main module of Scilab. All the compilation deps has been removed
35 # since it already linked almost the whole world
39 if test -z '$(MAKELEVEL)'; then \
41 elif test -n '$(MAKE_HOST)'; then \
43 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
49 am__make_running_with_option = \
50 case $${target_option-} in \
52 *) echo "am__make_running_with_option: internal error: invalid" \
53 "target option '$${target_option-}' specified" >&2; \
57 sane_makeflags=$$MAKEFLAGS; \
58 if $(am__is_gnu_make); then \
59 sane_makeflags=$$MFLAGS; \
64 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
65 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
71 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
73 for flg in $$sane_makeflags; do \
74 test $$skip_next = yes && { skip_next=no; continue; }; \
77 -*I) strip_trailopt 'I'; skip_next=yes;; \
78 -*I?*) strip_trailopt 'I';; \
79 -*O) strip_trailopt 'O'; skip_next=yes;; \
80 -*O?*) strip_trailopt 'O';; \
81 -*l) strip_trailopt 'l'; skip_next=yes;; \
82 -*l?*) strip_trailopt 'l';; \
83 -[dEDm]) skip_next=yes;; \
84 -[JT]) skip_next=yes;; \
87 *$$target_option*) has_opt=yes; break;; \
91 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
92 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
93 pkgdatadir = $(datadir)/@PACKAGE@
94 pkgincludedir = $(includedir)/@PACKAGE@
95 pkglibdir = $(libdir)/@PACKAGE@
96 pkglibexecdir = $(libexecdir)/@PACKAGE@
97 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
98 install_sh_DATA = $(install_sh) -c -m 644
99 install_sh_PROGRAM = $(install_sh) -c
100 install_sh_SCRIPT = $(install_sh) -c
101 INSTALL_HEADER = $(INSTALL_DATA)
102 transform = $(program_transform_name)
109 build_triplet = @build@
110 host_triplet = @host@
111 @GUI_TRUE@am__append_1 = external_objects_java
112 @XCOS_TRUE@am__append_2 = scicos_blocks scicos xcos
113 @XCOS_FALSE@am__append_3 = xcos
114 @MPI_TRUE@am__append_4 = mpi
116 # javasci should be compile at the end because it needs libscilab.la
117 # Don't forget that the order in subdirs does matter !!!
118 @JAVASCI_TRUE@am__append_5 = javasci
119 @MPI_TRUE@am__append_6 = $(top_builddir)/modules/mpi/libscimpi.la
121 # Force the libscijvm to be linked first. Under Debian, this avoid some reordering issues during the link
122 @GUI_TRUE@am__append_7 = $(top_builddir)/modules/jvm/libscijvm.la $(GUI_LIBS)
123 @GUI_FALSE@am__append_8 = $(NO_GUI_LIBS)
125 # This should never be used in production. It forces the explicit link
126 # between libscilab and some "on-the-fly" loaded libraries.
127 # It has been added to make sure that the full link is correctly done
128 # and all symbols resolved.
129 @FORCE_LINK_TRUE@am__append_9 = $(ENGINE_LIBS_DYNAMIC_LOAD)
131 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
132 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
133 $(top_srcdir)/m4/backtrace.m4 $(top_srcdir)/m4/compiler.m4 \
134 $(top_srcdir)/m4/curl.m4 $(top_srcdir)/m4/docbook.m4 \
135 $(top_srcdir)/m4/doxygen.m4 $(top_srcdir)/m4/eigen.m4 \
136 $(top_srcdir)/m4/fftw.m4 $(top_srcdir)/m4/fortran.m4 \
137 $(top_srcdir)/m4/giws.m4 $(top_srcdir)/m4/hdf5.m4 \
138 $(top_srcdir)/m4/intel_compiler.m4 \
139 $(top_srcdir)/m4/java-thirdparty.m4 $(top_srcdir)/m4/java.m4 \
140 $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/lib-ld.m4 \
141 $(top_srcdir)/m4/libsmath.m4 $(top_srcdir)/m4/libtool.m4 \
142 $(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/ltoptions.m4 \
143 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
144 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/macosx.m4 \
145 $(top_srcdir)/m4/mpi.m4 $(top_srcdir)/m4/ocaml.m4 \
146 $(top_srcdir)/m4/pcre.m4 $(top_srcdir)/m4/pkg.m4 \
147 $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/swig.m4 \
148 $(top_srcdir)/m4/symlinks.m4 $(top_srcdir)/m4/tcltk.m4 \
149 $(top_srcdir)/m4/umfpack.m4 $(top_srcdir)/configure.ac
150 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
152 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
153 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
154 CONFIG_HEADER = $(top_builddir)/modules/core/includes/machine.h
156 CONFIG_CLEAN_VPATH_FILES =
157 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
158 am__vpath_adj = case $$p in \
159 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
162 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
164 am__nobase_strip_setup = \
165 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
167 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
168 am__nobase_list = $(am__nobase_strip_setup); \
169 for p in $$list; do echo "$$p $$p"; done | \
170 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
171 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
172 if (++n[$$2] == $(am__install_max)) \
173 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
174 END { for (dir in files) print dir, files[dir] }'
176 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
177 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
178 am__uninstall_files_from_dir = { \
180 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
181 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
182 $(am__cd) "$$dir" && rm -f $$files; }; \
184 am__installdirs = "$(DESTDIR)$(pkglibdir)"
185 LTLIBRARIES = $(pkglib_LTLIBRARIES)
187 libscilab_cli_la_DEPENDENCIES = $(ENGINE_LIBS) $(NO_GUI_LIBS) \
188 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
189 $(am__DEPENDENCIES_1)
190 am_libscilab_cli_la_OBJECTS =
191 libscilab_cli_la_OBJECTS = $(am_libscilab_cli_la_OBJECTS)
192 AM_V_lt = $(am__v_lt_@AM_V@)
193 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
194 am__v_lt_0 = --silent
196 libscilab_cli_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
197 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
198 $(AM_CFLAGS) $(CFLAGS) $(libscilab_cli_la_LDFLAGS) $(LDFLAGS) \
200 libscilab_la_DEPENDENCIES = $(am__append_7) $(am__append_8) \
201 $(top_builddir)/modules/libscilab-cli.la $(am__append_9) \
202 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
203 $(am__DEPENDENCIES_1)
204 am_libscilab_la_OBJECTS =
205 libscilab_la_OBJECTS = $(am_libscilab_la_OBJECTS)
206 AM_V_P = $(am__v_P_@AM_V@)
207 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
210 AM_V_GEN = $(am__v_GEN_@AM_V@)
211 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
212 am__v_GEN_0 = @echo " GEN " $@;
214 AM_V_at = $(am__v_at_@AM_V@)
215 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
218 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/modules/core/includes
219 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
220 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
221 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
222 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
223 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
224 $(AM_CFLAGS) $(CFLAGS)
225 AM_V_CC = $(am__v_CC_@AM_V@)
226 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
227 am__v_CC_0 = @echo " CC " $@;
230 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
231 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
232 $(AM_LDFLAGS) $(LDFLAGS) -o $@
233 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
234 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
235 am__v_CCLD_0 = @echo " CCLD " $@;
237 SOURCES = $(libscilab_cli_la_SOURCES) $(libscilab_la_SOURCES)
238 DIST_SOURCES = $(libscilab_cli_la_SOURCES) $(libscilab_la_SOURCES)
239 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
240 ctags-recursive dvi-recursive html-recursive info-recursive \
241 install-data-recursive install-dvi-recursive \
242 install-exec-recursive install-html-recursive \
243 install-info-recursive install-pdf-recursive \
244 install-ps-recursive install-recursive installcheck-recursive \
245 installdirs-recursive pdf-recursive ps-recursive \
246 tags-recursive uninstall-recursive
247 am__can_run_installinfo = \
248 case $$AM_UPDATE_INFO_DIR in \
250 *) (install-info --version) >/dev/null 2>&1;; \
252 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
253 distclean-recursive maintainer-clean-recursive
254 am__recursive_targets = \
255 $(RECURSIVE_TARGETS) \
256 $(RECURSIVE_CLEAN_TARGETS) \
257 $(am__extra_recursive_targets)
258 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
260 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
261 # Read a list of newline-separated strings from the standard input,
262 # and print each of them once, without duplicates. Input order is
264 am__uniquify_input = $(AWK) '\
265 BEGIN { nonempty = 0; } \
266 { items[$$0] = 1; nonempty = 1; } \
267 END { if (nonempty) { for (i in items) print i; }; } \
269 # Make sure the list of sources is unique. This is necessary because,
270 # e.g., the same source file might be shared among _SOURCES variables
271 # for different programs/libraries.
272 am__define_uniq_tagged_files = \
273 list='$(am__tagged_files)'; \
274 unique=`for i in $$list; do \
275 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
276 done | $(am__uniquify_input)`
279 DIST_SUBDIRS = prebuildjava threads output_stream arnoldi \
280 elementary_functions functions_manager fileio mexlib functions \
281 parameters boolean cacsd signal_processing core call_scilab \
282 api_scilab data_structures differential_equations integer io \
283 linear_algebra localization polynomials special_functions time \
284 windows_tools sparse completion history_manager string hdf5 \
285 fftw statistics dynamic_link console spreadsheet tclsci \
286 commons jvm types action_binding graphic_objects renderer gui \
287 graphic_export graphics optimization randlib interpolation \
288 sound overloading m2sci development_tools \
289 compatibility_functions helptools umfpack demo_tools \
290 genetic_algorithms simulated_annealing matio atoms graph ast \
291 scinotes parallel modules_manager ui_data history_browser \
292 preferences xml external_objects slint coverage webtools \
293 external_objects_java scicos_blocks scicos xcos mpi . javasci
294 am__DIST_COMMON = $(srcdir)/Makefile.in \
295 $(top_srcdir)/config/mkinstalldirs
296 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
299 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
300 sed_rest='s,^[^/]*/*,,'; \
301 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
302 sed_butlast='s,/*[^/]*$$,,'; \
303 while test -n "$$dir1"; do \
304 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
305 if test "$$first" != "."; then \
306 if test "$$first" = ".."; then \
307 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
308 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
310 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
311 if test "$$first2" = "$$first"; then \
312 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
316 dir0="$$dir0"/"$$first"; \
319 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
323 ALL_LINGUAS = @ALL_LINGUAS@
324 ALL_LINGUAS_DOC = @ALL_LINGUAS_DOC@
326 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
330 ARPACK_LIBS = @ARPACK_LIBS@
332 AUTOCONF = @AUTOCONF@
333 AUTOHEADER = @AUTOHEADER@
334 AUTOMAKE = @AUTOMAKE@
335 AVALON_FRAMEWORK = @AVALON_FRAMEWORK@
338 BLAS_CFLAGS = @BLAS_CFLAGS@
339 BLAS_LIBS = @BLAS_LIBS@
342 CCDEPMODE = @CCDEPMODE@
344 CHECKSTYLE = @CHECKSTYLE@
345 COBERTURA = @COBERTURA@
346 COMMONS_BEANUTILS = @COMMONS_BEANUTILS@
347 COMMONS_IO = @COMMONS_IO@
348 COMMONS_LOGGING = @COMMONS_LOGGING@
350 CPPFLAGS = @CPPFLAGS@
351 CURL_CFLAGS = @CURL_CFLAGS@
352 CURL_CONFIG = @CURL_CONFIG@
353 CURL_LIBS = @CURL_LIBS@
354 CURL_VERSION = @CURL_VERSION@
357 CXXDEPMODE = @CXXDEPMODE@
358 CXXFLAGS = @CXXFLAGS@
359 CYGPATH_W = @CYGPATH_W@
361 DEMOTOOLS_ENABLE = @DEMOTOOLS_ENABLE@
364 DOCBOOK_ROOT = @DOCBOOK_ROOT@
365 DOXYGEN_BIN = @DOXYGEN_BIN@
366 DSYMUTIL = @DSYMUTIL@
373 EIGEN_CPPFLAGS = @EIGEN_CPPFLAGS@
377 FFTW3_LIB = @FFTW3_LIB@
378 FFTW_ENABLE = @FFTW_ENABLE@
380 FLEXDOCK = @FLEXDOCK@
383 FREEHEP_GRAPHICS2D = @FREEHEP_GRAPHICS2D@
384 FREEHEP_GRAPHICSIO = @FREEHEP_GRAPHICSIO@
385 FREEHEP_GRAPHICSIO_EMF = @FREEHEP_GRAPHICSIO_EMF@
386 FREEHEP_IO = @FREEHEP_IO@
387 FREEHEP_UTIL = @FREEHEP_UTIL@
389 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
390 GIWS_BIN = @GIWS_BIN@
391 GLUEGEN2_RT = @GLUEGEN2_RT@
393 GMSGFMT_015 = @GMSGFMT_015@
394 GRAPHICS_ENABLE = @GRAPHICS_ENABLE@
396 GUI_ENABLE = @GUI_ENABLE@
397 HAMCREST = @HAMCREST@
398 HAVE_CXX11 = @HAVE_CXX11@
399 HDF5_CFLAGS = @HDF5_CFLAGS@
400 HDF5_LIBS = @HDF5_LIBS@
401 HELP_ENABLE = @HELP_ENABLE@
403 INSTALL_DATA = @INSTALL_DATA@
404 INSTALL_PROGRAM = @INSTALL_PROGRAM@
405 INSTALL_SCRIPT = @INSTALL_SCRIPT@
406 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
407 INTLLIBS = @INTLLIBS@
408 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
412 JAVAC_DEBUG = @JAVAC_DEBUG@
415 JAVASCI_ENABLE = @JAVASCI_ENABLE@
416 JAVA_ENABLE = @JAVA_ENABLE@
418 JAVA_HOME = @JAVA_HOME@
419 JAVA_JNI_INCLUDE = @JAVA_JNI_INCLUDE@
420 JAVA_JNI_LIBS = @JAVA_JNI_LIBS@
422 JEUCLID_CORE = @JEUCLID_CORE@
425 JLATEXMATH = @JLATEXMATH@
426 JLATEXMATH_FOP = @JLATEXMATH_FOP@
428 JROSETTA_API = @JROSETTA_API@
429 JROSETTA_ENGINE = @JROSETTA_ENGINE@
431 LAPACK_LIBS = @LAPACK_LIBS@
437 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
438 LIBICONV = @LIBICONV@
446 LOGGING_LEVEL = @LOGGING_LEVEL@
448 LTLIBICONV = @LTLIBICONV@
449 LTLIBINTL = @LTLIBINTL@
450 LTLIBOBJS = @LTLIBOBJS@
451 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
453 LUCENE_ANALYZER = @LUCENE_ANALYZER@
454 LUCENE_PARSER = @LUCENE_PARSER@
456 MAKEINFO = @MAKEINFO@
457 MANIFEST_TOOL = @MANIFEST_TOOL@
458 MATIO_CFLAGS = @MATIO_CFLAGS@
459 MATIO_ENABLE = @MATIO_ENABLE@
460 MATIO_LIBS = @MATIO_LIBS@
462 MPI_ENABLE = @MPI_ENABLE@
465 MSGFMT_015 = @MSGFMT_015@
466 MSGMERGE = @MSGMERGE@
472 OCAMLDEP = @OCAMLDEP@
473 OCAMLLEX = @OCAMLLEX@
474 OCAMLOPT = @OCAMLOPT@
475 OCAMLYACC = @OCAMLYACC@
476 OPENMPI_CC = @OPENMPI_CC@
477 OPENMPI_CFLAGS = @OPENMPI_CFLAGS@
478 OPENMPI_CXX = @OPENMPI_CXX@
479 OPENMPI_CXXFLAGS = @OPENMPI_CXXFLAGS@
480 OPENMPI_LIBS = @OPENMPI_LIBS@
481 OPENMP_CFLAGS = @OPENMP_CFLAGS@
482 OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@
483 OPENMP_ENABLE = @OPENMP_ENABLE@
484 OPENMP_LIBS = @OPENMP_LIBS@
488 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
489 PACKAGE_NAME = @PACKAGE_NAME@
490 PACKAGE_STRING = @PACKAGE_STRING@
491 PACKAGE_TARNAME = @PACKAGE_TARNAME@
492 PACKAGE_URL = @PACKAGE_URL@
493 PACKAGE_VERSION = @PACKAGE_VERSION@
494 PATH_SEPARATOR = @PATH_SEPARATOR@
495 PCRE_CFLAGS = @PCRE_CFLAGS@
496 PCRE_CONFIG = @PCRE_CONFIG@
497 PCRE_LIBS = @PCRE_LIBS@
498 PCRE_VERSION = @PCRE_VERSION@
499 PKG_CONFIG = @PKG_CONFIG@
504 RELOCATABLE = @RELOCATABLE@
507 SCILAB_BINARY_VERSION = @SCILAB_BINARY_VERSION@
508 SCILAB_LIBRARY_VERSION = @SCILAB_LIBRARY_VERSION@
509 SCILAB_VERSION_MAINTENANCE = @SCILAB_VERSION_MAINTENANCE@
510 SCILAB_VERSION_MAJOR = @SCILAB_VERSION_MAJOR@
511 SCILAB_VERSION_MINOR = @SCILAB_VERSION_MINOR@
512 SCIRENDERER = @SCIRENDERER@
513 SCIRENDERER_CP = @SCIRENDERER_CP@
514 SCI_CFLAGS = @SCI_CFLAGS@
515 SCI_CXXFLAGS = @SCI_CXXFLAGS@
516 SCI_FFLAGS = @SCI_FFLAGS@
517 SCI_LDFLAGS = @SCI_LDFLAGS@
519 SET_MAKE = @SET_MAKE@
520 SET_RELOCATABLE = @SET_RELOCATABLE@
525 SWIG_BIN = @SWIG_BIN@
526 SWIG_JAVA = @SWIG_JAVA@
527 SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@
528 SWIG_SCILAB = @SWIG_SCILAB@
529 TCLTK_LIBS = @TCLTK_LIBS@
530 TCL_INC_PATH = @TCL_INC_PATH@
531 TK_INC_PATH = @TK_INC_PATH@
532 UMFPACK_CFLAGS = @UMFPACK_CFLAGS@
533 UMFPACK_ENABLE = @UMFPACK_ENABLE@
534 UMFPACK_LIB = @UMFPACK_LIB@
536 VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
537 VALGRIND_LIBS = @VALGRIND_LIBS@
539 WITH_OCAML = @WITH_OCAML@
540 WITH_TKSCI = @WITH_TKSCI@
541 XCOS_ENABLE = @XCOS_ENABLE@
542 XGETTEXT = @XGETTEXT@
543 XGETTEXT_015 = @XGETTEXT_015@
544 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
546 XMLGRAPHICS_COMMONS = @XMLGRAPHICS_COMMONS@
547 XML_APIS_EXT = @XML_APIS_EXT@
548 XML_CONFIG = @XML_CONFIG@
549 XML_FLAGS = @XML_FLAGS@
550 XML_LIBS = @XML_LIBS@
551 XML_VERSION = @XML_VERSION@
552 X_CFLAGS = @X_CFLAGS@
553 X_EXTRA_LIBS = @X_EXTRA_LIBS@
555 X_PRE_LIBS = @X_PRE_LIBS@
558 abs_builddir = @abs_builddir@
559 abs_srcdir = @abs_srcdir@
560 abs_top_builddir = @abs_top_builddir@
561 abs_top_srcdir = @abs_top_srcdir@
562 ac_ct_AR = @ac_ct_AR@
563 ac_ct_CC = @ac_ct_CC@
564 ac_ct_CXX = @ac_ct_CXX@
565 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
566 ac_ct_F77 = @ac_ct_F77@
567 am__include = @am__include@
568 am__leading_dot = @am__leading_dot@
569 am__quote = @am__quote@
571 am__untar = @am__untar@
574 build_alias = @build_alias@
575 build_cpu = @build_cpu@
576 build_os = @build_os@
577 build_vendor = @build_vendor@
578 builddir = @builddir@
579 cxx_present = @cxx_present@
581 datarootdir = @datarootdir@
584 exec_prefix = @exec_prefix@
586 host_alias = @host_alias@
587 host_cpu = @host_cpu@
589 host_vendor = @host_vendor@
591 includedir = @includedir@
593 install_sh = @install_sh@
595 libexecdir = @libexecdir@
596 localedir = @localedir@
597 localstatedir = @localstatedir@
600 oldincludedir = @oldincludedir@
603 program_transform_name = @program_transform_name@
606 sharedstatedir = @sharedstatedir@
608 sysconfdir = @sysconfdir@
609 target_alias = @target_alias@
610 top_build_prefix = @top_build_prefix@
611 top_builddir = @top_builddir@
612 top_srcdir = @top_srcdir@
613 yacc_present = @yacc_present@
614 SUBDIRS = prebuildjava threads output_stream arnoldi \
615 elementary_functions functions_manager fileio mexlib functions \
616 parameters boolean cacsd signal_processing core call_scilab \
617 api_scilab data_structures differential_equations \
618 elementary_functions integer io linear_algebra localization \
619 polynomials special_functions time windows_tools sparse \
620 completion history_manager output_stream string hdf5 fftw \
621 statistics dynamic_link console arnoldi spreadsheet tclsci \
622 commons jvm types action_binding graphic_objects renderer gui \
623 graphic_export graphics optimization randlib interpolation \
624 sound overloading m2sci development_tools \
625 compatibility_functions helptools umfpack demo_tools \
626 genetic_algorithms simulated_annealing parameters matio atoms \
627 hdf5 graph ast scinotes parallel modules_manager ui_data \
628 history_browser preferences xml external_objects slint \
629 coverage webtools $(am__append_1) $(am__append_2) \
630 $(am__append_3) $(am__append_4) . $(am__append_5)
632 #### Basic files ####
633 libscilab_la_rootdir = $(mydatadir)
635 # libscilab is the full library with the GUI
636 # libscilab-cli is for scilab-cli (without GUI)
637 pkglib_LTLIBRARIES = libscilab-cli.la libscilab.la
638 libscilab_la_SOURCES =
639 AM_CPPFLAGS = $(SCI_CPPFLAGS)
640 AM_CFLAGS = $(SCI_CFLAGS)
641 AM_CXXFLAGS = $(SCI_CXXFLAGS)
642 AM_FFLAGS = $(SCI_FFLAGS)
644 # Tag shared libraries with the Scilab version
645 AM_LDFLAGS = $(SCI_LDFLAGS) -version-number $(SCILAB_LIBRARY_VERSION)
646 GUI_LIBS = $(top_builddir)/modules/gui/libscigui.la \
647 $(top_builddir)/modules/renderer/libscirenderer.la \
648 $(top_builddir)/modules/graphics/libscigraphics.la \
649 $(top_builddir)/modules/graphic_export/libscigraphic_export.la \
650 $(top_builddir)/modules/console/libsciconsole.la \
651 $(top_builddir)/modules/action_binding/libsciaction_binding.la \
652 $(top_builddir)/modules/jvm/libscijvm.la \
653 $(top_builddir)/modules/graphic_objects/libscigraphic_objects.la \
654 $(top_builddir)/modules/scinotes/libsciscinotes.la \
655 $(top_builddir)/modules/ui_data/libsciui_data.la \
656 $(top_builddir)/modules/history_browser/libscihistory_browser.la \
657 $(top_builddir)/modules/commons/libscicommons.la \
658 $(top_builddir)/modules/types/libscitypes-java.la \
659 $(top_builddir)/modules/preferences/libscipreferences.la \
660 $(top_builddir)/modules/external_objects_java/libsciexternal_objects_java.la \
661 $(top_builddir)/modules/helptools/libscihelptools.la \
662 $(top_builddir)/modules/tclsci/libscitclsci.la
664 NO_GUI_LIBS = $(top_builddir)/modules/gui/libscigui-disable.la \
665 $(top_builddir)/modules/graphics/libscigraphics-disable.la \
666 $(top_builddir)/modules/graphic_export/libscigraphic_export-disable.la \
667 $(top_builddir)/modules/console/libsciconsole-minimal.la \
668 $(top_builddir)/modules/action_binding/libsciaction_binding-disable.la \
669 $(top_builddir)/modules/jvm/libscijvm-disable.la \
670 $(top_builddir)/modules/xcos/libscixcos-disable.la \
671 $(top_builddir)/modules/graphic_objects/libscigraphic_objects-disable.la \
672 $(top_builddir)/modules/scinotes/libsciscinotes-disable.la \
673 $(top_builddir)/modules/ui_data/libsciui_data-disable.la \
674 $(top_builddir)/modules/history_browser/libscihistory_browser-disable.la \
675 $(top_builddir)/modules/commons/libscicommons-disable.la \
676 $(top_builddir)/modules/preferences/libscipreferences-cli.la \
677 $(top_builddir)/modules/tclsci/libscitclsci-disable.la
679 ENGINE_LIBS = $(top_builddir)/modules/fileio/libscifileio.la \
680 $(top_builddir)/modules/mexlib/libmex.la \
681 $(top_builddir)/modules/functions/libscifunctions.la \
682 $(top_builddir)/modules/parameters/libsciparameters.la \
683 $(top_builddir)/modules/boolean/libsciboolean.la \
684 $(top_builddir)/modules/cacsd/libscicacsd.la \
685 $(top_builddir)/modules/core/libscicore.la \
686 $(top_builddir)/modules/call_scilab/libscicall_scilab.la \
687 $(top_builddir)/modules/api_scilab/libsciapi_scilab.la \
688 $(top_builddir)/modules/data_structures/libscidata_structures.la \
689 $(top_builddir)/modules/differential_equations/libscidifferential_equations.la \
690 $(top_builddir)/modules/elementary_functions/libscielementary_functions.la \
691 $(top_builddir)/modules/integer/libsciinteger.la \
692 $(top_builddir)/modules/io/libsciio.la \
693 $(top_builddir)/modules/linear_algebra/libscilinear_algebra.la \
694 $(top_builddir)/modules/localization/libscilocalization.la \
695 $(top_builddir)/modules/polynomials/libscipolynomials.la \
696 $(top_builddir)/modules/special_functions/libscispecial_functions.la \
697 $(top_builddir)/modules/time/libscitime.la \
698 $(top_builddir)/modules/windows_tools/libsciwindows_tools.la \
699 $(top_builddir)/modules/sparse/libscisparse.la \
700 $(top_builddir)/modules/completion/libscicompletion.la \
701 $(top_builddir)/modules/history_manager/libscihistory_manager.la \
702 $(top_builddir)/modules/output_stream/libscioutput_stream.la \
703 $(top_builddir)/modules/string/libscistring.la \
704 $(top_builddir)/modules/hdf5/libscihdf5.la \
705 $(top_builddir)/modules/fftw/libscifftw.la \
706 $(top_builddir)/modules/statistics/libscistatistics.la \
707 $(top_builddir)/modules/dynamic_link/libscidynamic_link.la \
708 $(top_builddir)/modules/threads/libscithreads.la \
709 $(top_builddir)/modules/ast/libsciast.la \
710 $(top_builddir)/modules/functions_manager/libscifunctions_manager.la \
711 $(top_builddir)/modules/xml/libscixml.la \
712 $(top_builddir)/modules/external_objects/libsciexternal_objects.la \
713 $(top_builddir)/modules/slint/libscislint.la \
714 $(top_builddir)/modules/coverage/libscicoverage.la \
717 # These libraries are loaded dynamically from Scilab.
718 ENGINE_LIBS_DYNAMIC_LOAD = \
719 $(top_builddir)/modules/optimization/libscioptimization.la \
720 $(top_builddir)/modules/signal_processing/libscisignal_processing.la \
721 $(top_builddir)/modules/interpolation/libsciinterpolation.la \
722 $(top_builddir)/modules/arnoldi/libsciarnoldi.la \
723 $(top_builddir)/modules/randlib/libscirandlib.la \
724 $(top_builddir)/modules/xcos/libscixcos.la \
725 $(top_builddir)/modules/scicos_blocks/libsciscicos_blocks.la \
726 $(top_builddir)/modules/scicos/libsciscicos.la \
727 $(top_builddir)/modules/sound/libscisound.la \
728 $(top_builddir)/modules/spreadsheet/libscispreadsheet.la \
729 $(top_builddir)/modules/umfpack/libsciumfpack.la \
730 $(top_builddir)/modules/matio/libscimatio.la \
731 $(top_builddir)/modules/parallel/libsciparallel.la \
732 $(top_builddir)/modules/webtools/libsciwebtools.la
738 libscilab_la_LIBADD = $(am__append_7) $(am__append_8) \
739 $(top_builddir)/modules/libscilab-cli.la $(OTHER_LIBS) \
740 $(EXTERNAL_LIBS) $(am__append_9) $(FLIBS) $(LAPACK_LIBS) \
743 ################## libscilab-cli ##################
744 libscilab_cli_la_SOURCES =
745 libscilab_cli_la_LDFLAGS = $(AM_LDFLAGS) $(SCI_LDFLAGS)
748 libscilab_cli_la_LIBADD = $(ENGINE_LIBS) $(NO_GUI_LIBS) $(OTHER_LIBS) $(EXTERNAL_LIBS) $(FLIBS) $(LAPACK_LIBS) $(BLAS_LIBS)
752 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
754 case '$(am__configure_deps)' in \
756 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
757 && { if test -f $@; then exit 0; else break; fi; }; \
761 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/Makefile'; \
762 $(am__cd) $(top_srcdir) && \
763 $(AUTOMAKE) --foreign modules/Makefile
764 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
767 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
769 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
770 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
773 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
774 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
776 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
777 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
778 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
779 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
780 $(am__aclocal_m4_deps):
782 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
784 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
785 list2=; for p in $$list; do \
786 if test -f $$p; then \
787 list2="$$list2 $$p"; \
790 test -z "$$list2" || { \
791 echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \
792 $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \
793 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
794 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
797 uninstall-pkglibLTLIBRARIES:
799 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
800 for p in $$list; do \
802 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
803 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
806 clean-pkglibLTLIBRARIES:
807 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
808 @list='$(pkglib_LTLIBRARIES)'; \
809 locs=`for p in $$list; do echo $$p; done | \
810 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
812 test -z "$$locs" || { \
813 echo rm -f $${locs}; \
817 libscilab-cli.la: $(libscilab_cli_la_OBJECTS) $(libscilab_cli_la_DEPENDENCIES) $(EXTRA_libscilab_cli_la_DEPENDENCIES)
818 $(AM_V_CCLD)$(libscilab_cli_la_LINK) -rpath $(pkglibdir) $(libscilab_cli_la_OBJECTS) $(libscilab_cli_la_LIBADD) $(LIBS)
820 libscilab.la: $(libscilab_la_OBJECTS) $(libscilab_la_DEPENDENCIES) $(EXTRA_libscilab_la_DEPENDENCIES)
821 $(AM_V_CCLD)$(LINK) -rpath $(pkglibdir) $(libscilab_la_OBJECTS) $(libscilab_la_LIBADD) $(LIBS)
835 # This directory's subdirectories are mostly independent; you can cd
836 # into them and run 'make' without going through this Makefile.
837 # To change the values of 'make' variables: instead of editing Makefiles,
838 # (1) if the variable is set in 'config.status', edit 'config.status'
839 # (which will cause the Makefiles to be regenerated when you run 'make');
840 # (2) otherwise, pass the desired values on the 'make' command line.
841 $(am__recursive_targets):
843 if $(am__make_keepgoing); then \
844 failcom='fail=yes'; \
849 target=`echo $@ | sed s/-recursive//`; \
851 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
852 *) list='$(SUBDIRS)' ;; \
854 for subdir in $$list; do \
855 echo "Making $$target in $$subdir"; \
856 if test "$$subdir" = "."; then \
858 local_target="$$target-am"; \
860 local_target="$$target"; \
862 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
865 if test "$$dot_seen" = "no"; then \
866 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
869 ID: $(am__tagged_files)
870 $(am__define_uniq_tagged_files); mkid -fID $$unique
874 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
877 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
878 include_option=--etags-include; \
881 include_option=--include; \
884 list='$(SUBDIRS)'; for subdir in $$list; do \
885 if test "$$subdir" = .; then :; else \
886 test ! -f $$subdir/TAGS || \
887 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
890 $(am__define_uniq_tagged_files); \
892 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
893 test -n "$$unique" || unique=$$empty_fix; \
894 if test $$# -gt 0; then \
895 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
898 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
902 ctags: ctags-recursive
905 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
906 $(am__define_uniq_tagged_files); \
907 test -z "$(CTAGS_ARGS)$$unique" \
908 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
912 here=`$(am__cd) $(top_builddir) && pwd` \
913 && $(am__cd) $(top_srcdir) \
914 && gtags -i $(GTAGS_ARGS) "$$here"
915 cscopelist: cscopelist-recursive
917 cscopelist-am: $(am__tagged_files)
918 list='$(am__tagged_files)'; \
919 case "$(srcdir)" in \
920 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
921 *) sdir=$(subdir)/$(srcdir) ;; \
923 for i in $$list; do \
924 if test -f "$$i"; then \
925 echo "$(subdir)/$$i"; \
929 done >> $(top_builddir)/cscope.files
932 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
934 distdir: $(BUILT_SOURCES)
935 $(MAKE) $(AM_MAKEFLAGS) distdir-am
937 distdir-am: $(DISTFILES)
938 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
939 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
940 list='$(DISTFILES)'; \
941 dist_files=`for file in $$list; do echo $$file; done | \
942 sed -e "s|^$$srcdirstrip/||;t" \
943 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
944 case $$dist_files in \
945 */*) $(MKDIR_P) `echo "$$dist_files" | \
946 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
949 for file in $$dist_files; do \
950 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
951 if test -d $$d/$$file; then \
952 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
953 if test -d "$(distdir)/$$file"; then \
954 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
956 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
957 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
958 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
960 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
962 test -f "$(distdir)/$$file" \
963 || cp -p $$d/$$file "$(distdir)/$$file" \
967 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
968 if test "$$subdir" = .; then :; else \
970 || test -d "$(distdir)/$$subdir" \
971 || $(MKDIR_P) "$(distdir)/$$subdir" \
973 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
975 new_distdir=$$reldir; \
976 dir1=$$subdir; dir2="$(top_distdir)"; \
978 new_top_distdir=$$reldir; \
979 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
980 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
981 ($(am__cd) $$subdir && \
982 $(MAKE) $(AM_MAKEFLAGS) \
983 top_distdir="$$new_top_distdir" \
984 distdir="$$new_distdir" \
985 am__remove_distdir=: \
986 am__skip_length_check=: \
987 am__skip_mode_fix=: \
993 check: check-recursive
994 all-am: Makefile $(LTLIBRARIES)
995 installdirs: installdirs-recursive
997 for dir in "$(DESTDIR)$(pkglibdir)"; do \
998 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1000 install: install-recursive
1001 install-exec: install-exec-recursive
1002 install-data: install-data-recursive
1003 uninstall: uninstall-recursive
1006 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1008 installcheck: installcheck-recursive
1010 if test -z '$(STRIP)'; then \
1011 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1012 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1015 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1016 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1017 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1019 mostlyclean-generic:
1024 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1025 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1027 maintainer-clean-generic:
1028 @echo "This command is intended for maintainers to use"
1029 @echo "it deletes files that may require special tools to rebuild."
1030 clean: clean-recursive
1032 clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
1035 distclean: distclean-recursive
1037 distclean-am: clean-am distclean-compile distclean-generic \
1044 html: html-recursive
1048 info: info-recursive
1054 install-dvi: install-dvi-recursive
1058 install-exec-am: install-pkglibLTLIBRARIES
1060 install-html: install-html-recursive
1064 install-info: install-info-recursive
1070 install-pdf: install-pdf-recursive
1074 install-ps: install-ps-recursive
1080 maintainer-clean: maintainer-clean-recursive
1082 maintainer-clean-am: distclean-am maintainer-clean-generic
1084 mostlyclean: mostlyclean-recursive
1086 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1097 uninstall-am: uninstall-pkglibLTLIBRARIES
1099 .MAKE: $(am__recursive_targets) install-am install-strip
1101 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1102 check-am clean clean-generic clean-libtool \
1103 clean-pkglibLTLIBRARIES cscopelist-am ctags ctags-am distclean \
1104 distclean-compile distclean-generic distclean-libtool \
1105 distclean-tags distdir dvi dvi-am html html-am info info-am \
1106 install install-am install-data install-data-am install-dvi \
1107 install-dvi-am install-exec install-exec-am install-html \
1108 install-html-am install-info install-info-am install-man \
1109 install-pdf install-pdf-am install-pkglibLTLIBRARIES \
1110 install-ps install-ps-am install-strip installcheck \
1111 installcheck-am installdirs installdirs-am maintainer-clean \
1112 maintainer-clean-generic mostlyclean mostlyclean-compile \
1113 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1114 tags tags-am uninstall uninstall-am \
1115 uninstall-pkglibLTLIBRARIES
1120 .NOTPARALLEL: libscilab-cli.la libscilab.la
1122 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1123 # Otherwise a system limit (for SysV at least) may be exceeded.