1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
19 # Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
20 # Copyright (C) INRIA - 2006-2008 - Sylvestre Ledru
21 # Copyright (C) DIGITEO - 2009 - Sylvestre Ledru
23 # This file must be used under the terms of the CeCILL.
24 # This source file is licensed as described in the file COPYING, which
25 # you should have received as part of this distribution. The terms
26 # are also available at
27 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
30 # The order DOES matter !!!
32 # core is the main module of Scilab. All the compilation deps has been removed
33 # since it already linked almost the whole world
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
52 build_triplet = @build@
54 @XCOS_TRUE@am__append_1 = scicos_blocks
56 # javasci should be compile at the end because it needs libscilab.la
57 # Don't forget that the order in subdirs does matter !!!
58 @JAVASCI_TRUE@am__append_2 = javasci
59 @HDF5_TRUE@am__append_3 = $(top_builddir)/modules/hdf5/libscihdf5-forceload.la
60 @HDF5_TRUE@am__append_4 = $(top_builddir)/modules/hdf5/libscihdf5-forceload-disable.la
61 @GUI_TRUE@am__append_5 = $(GUI_LIBS)
62 @GUI_FALSE@am__append_6 = $(NO_GUI_LIBS)
64 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
65 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66 am__aclocal_m4_deps = $(top_srcdir)/m4/backtrace.m4 \
67 $(top_srcdir)/m4/compiler.m4 $(top_srcdir)/m4/docbook.m4 \
68 $(top_srcdir)/m4/fftw.m4 $(top_srcdir)/m4/fortran.m4 \
69 $(top_srcdir)/m4/giws.m4 $(top_srcdir)/m4/hdf5.m4 \
70 $(top_srcdir)/m4/intel_compiler.m4 \
71 $(top_srcdir)/m4/java-thirdparty.m4 $(top_srcdir)/m4/java.m4 \
72 $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/lib-ld.m4 \
73 $(top_srcdir)/m4/libsmath.m4 $(top_srcdir)/m4/libtool.m4 \
74 $(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/ltoptions.m4 \
75 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
76 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/macosx.m4 \
77 $(top_srcdir)/m4/ocaml.m4 $(top_srcdir)/m4/pcre.m4 \
78 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/relocatable.m4 \
79 $(top_srcdir)/m4/swig.m4 $(top_srcdir)/m4/symlinks.m4 \
80 $(top_srcdir)/m4/tcltk.m4 $(top_srcdir)/m4/umfpack.m4 \
81 $(top_srcdir)/configure.ac
82 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
84 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
85 CONFIG_HEADER = $(top_builddir)/modules/core/includes/machine.h
87 CONFIG_CLEAN_VPATH_FILES =
88 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
89 am__vpath_adj = case $$p in \
90 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
93 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
95 am__nobase_strip_setup = \
96 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
98 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
99 am__nobase_list = $(am__nobase_strip_setup); \
100 for p in $$list; do echo "$$p $$p"; done | \
101 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
102 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
103 if (++n[$$2] == $(am__install_max)) \
104 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
105 END { for (dir in files) print dir, files[dir] }'
107 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
108 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
109 am__installdirs = "$(DESTDIR)$(pkglibdir)"
110 LTLIBRARIES = $(pkglib_LTLIBRARIES)
111 libscilab_cli_la_DEPENDENCIES = $(ENGINE_LIBS) $(NO_GUI_LIBS) \
113 am_libscilab_cli_la_OBJECTS =
114 libscilab_cli_la_OBJECTS = $(am_libscilab_cli_la_OBJECTS)
115 libscilab_cli_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
116 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
117 $(libscilab_cli_la_LDFLAGS) $(LDFLAGS) -o $@
118 libscilab_la_DEPENDENCIES = $(am__append_5) $(am__append_6) \
119 $(EXTERNAL_LIBS) $(top_builddir)/modules/types/libscitypes.la \
120 $(top_builddir)/modules/libscilab-cli.la
121 am_libscilab_la_OBJECTS =
122 libscilab_la_OBJECTS = $(am_libscilab_la_OBJECTS)
123 libscilab_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
124 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
125 $(libscilab_la_LDFLAGS) $(LDFLAGS) -o $@
126 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/modules/core/includes
127 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
128 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
129 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
130 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
131 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
133 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
134 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
136 SOURCES = $(libscilab_cli_la_SOURCES) $(libscilab_la_SOURCES)
137 DIST_SOURCES = $(libscilab_cli_la_SOURCES) $(libscilab_la_SOURCES)
138 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
139 html-recursive info-recursive install-data-recursive \
140 install-dvi-recursive install-exec-recursive \
141 install-html-recursive install-info-recursive \
142 install-pdf-recursive install-ps-recursive install-recursive \
143 installcheck-recursive installdirs-recursive pdf-recursive \
144 ps-recursive uninstall-recursive
145 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
146 distclean-recursive maintainer-clean-recursive
147 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
148 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
152 DIST_SUBDIRS = prebuildjava fileio mexlib functions parameters boolean \
153 cacsd signal_processing core call_scilab api_scilab \
154 data_structures differential_equations double \
155 elementary_functions integer intersci io linear_algebra \
156 localization polynomials special_functions time windows_tools \
157 sparse completion history_manager output_stream string hdf5 \
158 fftw statistics dynamic_link console arnoldi spreadsheet \
159 tclsci commons jvm action_binding renderer graphic_export gui \
160 graphics optimization symbolic randlib interpolation sound \
161 overloading m2sci development_tools compatibility_functions \
162 helptools umfpack demo_tools genetic_algorithms \
163 simulated_annealing matio atoms graph xcos scinotes parallel \
164 modules_manager ui_data history_browser xml types \
165 scicos_blocks scicos . javasci
166 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
169 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
170 sed_rest='s,^[^/]*/*,,'; \
171 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
172 sed_butlast='s,/*[^/]*$$,,'; \
173 while test -n "$$dir1"; do \
174 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
175 if test "$$first" != "."; then \
176 if test "$$first" = ".."; then \
177 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
178 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
180 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
181 if test "$$first2" = "$$first"; then \
182 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
186 dir0="$$dir0"/"$$first"; \
189 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
193 ALL_LINGUAS = @ALL_LINGUAS@
194 ALL_LINGUAS_DOC = @ALL_LINGUAS_DOC@
199 ARPACK_LIBS = @ARPACK_LIBS@
200 AUTOCONF = @AUTOCONF@
201 AUTOHEADER = @AUTOHEADER@
202 AUTOMAKE = @AUTOMAKE@
203 AVALON_FRAMEWORK = @AVALON_FRAMEWORK@
206 BLAS_LIBS = @BLAS_LIBS@
210 CCDEPMODE = @CCDEPMODE@
212 CHECKSTYLE = @CHECKSTYLE@
213 COMMONS_BEANUTILS = @COMMONS_BEANUTILS@
214 COMMONS_IO = @COMMONS_IO@
215 COMMONS_LOGGING = @COMMONS_LOGGING@
217 CPPFLAGS = @CPPFLAGS@
220 CXXDEPMODE = @CXXDEPMODE@
221 CXXFLAGS = @CXXFLAGS@
222 CYGPATH_W = @CYGPATH_W@
224 DEMOTOOLS_ENABLE = @DEMOTOOLS_ENABLE@
226 DOCBOOK_ROOT = @DOCBOOK_ROOT@
227 DSYMUTIL = @DSYMUTIL@
236 FFTW3_LIB = @FFTW3_LIB@
237 FFTW_ENABLE = @FFTW_ENABLE@
239 FLEXDOCK = @FLEXDOCK@
243 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
244 GIWS_BIN = @GIWS_BIN@
245 GLUEGEN_RT = @GLUEGEN_RT@
247 GMSGFMT_015 = @GMSGFMT_015@
248 GRAPHICS_ENABLE = @GRAPHICS_ENABLE@
250 GUI_ENABLE = @GUI_ENABLE@
251 HDF5_CFLAGS = @HDF5_CFLAGS@
252 HDF5_ENABLE = @HDF5_ENABLE@
253 HDF5_LIBS = @HDF5_LIBS@
254 HELP_ENABLE = @HELP_ENABLE@
256 INSTALL_DATA = @INSTALL_DATA@
257 INSTALL_PROGRAM = @INSTALL_PROGRAM@
258 INSTALL_SCRIPT = @INSTALL_SCRIPT@
259 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
260 INTLLIBS = @INTLLIBS@
261 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
265 JAVAC_DEBUG = @JAVAC_DEBUG@
268 JAVASCI_ENABLE = @JAVASCI_ENABLE@
269 JAVA_ENABLE = @JAVA_ENABLE@
271 JAVA_HOME = @JAVA_HOME@
272 JAVA_JNI_INCLUDE = @JAVA_JNI_INCLUDE@
273 JAVA_JNI_LIBS = @JAVA_JNI_LIBS@
274 JCOMMANDER = @JCOMMANDER@
276 JEUCLID_CORE = @JEUCLID_CORE@
280 JLATEXMATH = @JLATEXMATH@
281 JLATEXMATH_FOP = @JLATEXMATH_FOP@
283 JROSETTA_API = @JROSETTA_API@
284 JROSETTA_ENGINE = @JROSETTA_ENGINE@
286 LAPACK_LIBS = @LAPACK_LIBS@
290 LIBICONV = @LIBICONV@
298 LOGGING_LEVEL = @LOGGING_LEVEL@
300 LTLIBICONV = @LTLIBICONV@
301 LTLIBINTL = @LTLIBINTL@
302 LTLIBOBJS = @LTLIBOBJS@
304 MAKEINFO = @MAKEINFO@
305 MATIO_CFLAGS = @MATIO_CFLAGS@
306 MATIO_ENABLE = @MATIO_ENABLE@
307 MATIO_LIBS = @MATIO_LIBS@
311 MSGFMT_015 = @MSGFMT_015@
312 MSGMERGE = @MSGMERGE@
318 OCAMLDEP = @OCAMLDEP@
319 OCAMLLEX = @OCAMLLEX@
320 OCAMLOPT = @OCAMLOPT@
321 OCAMLYACC = @OCAMLYACC@
322 OPENMP_CFLAGS = @OPENMP_CFLAGS@
323 OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@
324 OPENMP_ENABLE = @OPENMP_ENABLE@
325 OPENMP_LIBS = @OPENMP_LIBS@
329 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
330 PACKAGE_NAME = @PACKAGE_NAME@
331 PACKAGE_STRING = @PACKAGE_STRING@
332 PACKAGE_TARNAME = @PACKAGE_TARNAME@
333 PACKAGE_URL = @PACKAGE_URL@
334 PACKAGE_VERSION = @PACKAGE_VERSION@
335 PATH_SEPARATOR = @PATH_SEPARATOR@
336 PCRE_CFLAGS = @PCRE_CFLAGS@
337 PCRE_CONFIG = @PCRE_CONFIG@
338 PCRE_LIBS = @PCRE_LIBS@
339 PCRE_VERSION = @PCRE_VERSION@
340 PKG_CONFIG = @PKG_CONFIG@
346 RELOCATABLE = @RELOCATABLE@
349 SCILAB_BINARY_VERSION = @SCILAB_BINARY_VERSION@
350 SCILAB_LIBRARY_VERSION = @SCILAB_LIBRARY_VERSION@
351 SCILAB_VERSION_MAINTENANCE = @SCILAB_VERSION_MAINTENANCE@
352 SCILAB_VERSION_MAJOR = @SCILAB_VERSION_MAJOR@
353 SCILAB_VERSION_MINOR = @SCILAB_VERSION_MINOR@
355 SET_MAKE = @SET_MAKE@
356 SET_RELOCATABLE = @SET_RELOCATABLE@
361 SWIG_BIN = @SWIG_BIN@
362 SWIG_JAVA = @SWIG_JAVA@
363 SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@
364 TCLTK_LIBS = @TCLTK_LIBS@
365 TCL_INC_PATH = @TCL_INC_PATH@
367 TK_INC_PATH = @TK_INC_PATH@
368 UMFPACK_ENABLE = @UMFPACK_ENABLE@
369 UMFPACK_LIB = @UMFPACK_LIB@
372 WITH_OCAML = @WITH_OCAML@
373 WITH_TKSCI = @WITH_TKSCI@
374 XCOS_ENABLE = @XCOS_ENABLE@
375 XGETTEXT = @XGETTEXT@
376 XGETTEXT_015 = @XGETTEXT_015@
377 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
379 XMLGRAPHICS_COMMONS = @XMLGRAPHICS_COMMONS@
380 XML_APIS_EXT = @XML_APIS_EXT@
381 XML_CONFIG = @XML_CONFIG@
382 XML_FLAGS = @XML_FLAGS@
383 XML_LIBS = @XML_LIBS@
384 XML_VERSION = @XML_VERSION@
385 X_CFLAGS = @X_CFLAGS@
386 X_EXTRA_LIBS = @X_EXTRA_LIBS@
388 X_PRE_LIBS = @X_PRE_LIBS@
389 abs_builddir = @abs_builddir@
390 abs_srcdir = @abs_srcdir@
391 abs_top_builddir = @abs_top_builddir@
392 abs_top_srcdir = @abs_top_srcdir@
393 ac_ct_CC = @ac_ct_CC@
394 ac_ct_CXX = @ac_ct_CXX@
395 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
396 ac_ct_F77 = @ac_ct_F77@
397 am__include = @am__include@
398 am__leading_dot = @am__leading_dot@
399 am__quote = @am__quote@
401 am__untar = @am__untar@
404 build_alias = @build_alias@
405 build_cpu = @build_cpu@
406 build_os = @build_os@
407 build_vendor = @build_vendor@
408 builddir = @builddir@
409 cxx_present = @cxx_present@
411 datarootdir = @datarootdir@
414 exec_prefix = @exec_prefix@
416 host_alias = @host_alias@
417 host_cpu = @host_cpu@
419 host_vendor = @host_vendor@
421 includedir = @includedir@
423 install_sh = @install_sh@
425 libexecdir = @libexecdir@
426 localedir = @localedir@
427 localstatedir = @localstatedir@
430 oldincludedir = @oldincludedir@
433 program_transform_name = @program_transform_name@
436 sharedstatedir = @sharedstatedir@
438 sysconfdir = @sysconfdir@
439 target_alias = @target_alias@
440 top_build_prefix = @top_build_prefix@
441 top_builddir = @top_builddir@
442 top_srcdir = @top_srcdir@
443 SUBDIRS = prebuildjava fileio mexlib functions parameters boolean \
444 cacsd signal_processing core call_scilab api_scilab \
445 data_structures differential_equations double \
446 elementary_functions integer intersci io linear_algebra \
447 localization polynomials special_functions time windows_tools \
448 sparse completion history_manager output_stream string hdf5 \
449 fftw statistics dynamic_link console arnoldi spreadsheet \
450 tclsci commons jvm action_binding renderer graphic_export gui \
451 graphics optimization symbolic randlib interpolation sound \
452 overloading m2sci development_tools compatibility_functions \
453 helptools umfpack demo_tools genetic_algorithms \
454 simulated_annealing matio atoms hdf5 graph xcos scinotes \
455 parallel modules_manager ui_data history_browser xml types \
456 $(am__append_1) scicos . $(am__append_2)
458 #### Basic files ####
459 libscilab_la_rootdir = $(mydatadir)
461 # libscilab is the full library with the GUI
462 # libscilab-cli is for scilab-cli (without GUI)
463 pkglib_LTLIBRARIES = libscilab-cli.la libscilab.la
464 libscilab_la_SOURCES =
465 #libscilab_cli_la_SOURCES =
466 libscilab_la_LDFLAGS = $(LAPACK_LIBS) $(BLAS_LIBS)
467 #libscilab_cli_la_LDFLAGS = $(LAPACK_LIBS) $(BLAS_LIBS) -lstdc++
468 EXTERNAL_LIBS = $(top_builddir)/libs/hashtable/libscihashtable.la \
469 $(top_builddir)/libs/MALLOC/libscimalloc.la \
470 $(top_builddir)/libs/doublylinkedlist/libscidoublylinkedlist.la \
471 $(top_builddir)/libs/libst/libscilibst.la
473 GUI_LIBS = $(top_builddir)/modules/gui/libscigui.la \
474 $(top_builddir)/modules/renderer/libscirenderer.la \
475 $(top_builddir)/modules/graphics/libscigraphics.la \
476 $(top_builddir)/modules/graphic_export/libscigraphic_export.la \
477 $(top_builddir)/modules/console/libsciconsole.la \
478 $(top_builddir)/modules/action_binding/libsciaction_binding.la \
479 $(top_builddir)/modules/jvm/libscijvm.la \
480 $(top_builddir)/modules/scinotes/libsciscinotes.la \
481 $(top_builddir)/modules/ui_data/libsciui_data.la \
482 $(top_builddir)/modules/history_browser/libscihistory_browser.la \
483 $(top_builddir)/modules/commons/libscicommons.la \
484 $(top_builddir)/modules/tclsci/libscitclsci.la $(am__append_3)
485 # HDF5 is here because it needs the JVM (see bug #5481)
486 NO_GUI_LIBS = $(top_builddir)/modules/gui/libscigui-disable.la \
487 $(top_builddir)/modules/graphics/libscigraphics-disable.la \
488 $(top_builddir)/modules/graphic_export/libscigraphic_export-disable.la \
489 $(top_builddir)/modules/console/libsciconsole-disable.la \
490 $(top_builddir)/modules/action_binding/libsciaction_binding-disable.la \
491 $(top_builddir)/modules/jvm/libscijvm-disable.la \
492 $(top_builddir)/modules/xcos/libscixcos-disable.la \
493 $(top_builddir)/modules/scinotes/libsciscinotes-disable.la \
494 $(top_builddir)/modules/ui_data/libsciui_data-disable.la \
495 $(top_builddir)/modules/history_browser/libscihistory_browser-disable.la \
496 $(top_builddir)/modules/commons/libscicommons-disable.la \
498 # HDF5 is here because it needs the JVM (see bug #5481)
499 ENGINE_LIBS = $(top_builddir)/modules/fileio/libscifileio.la \
500 $(top_builddir)/modules/mexlib/libmex.la \
501 $(top_builddir)/modules/functions/libscifunctions.la \
502 $(top_builddir)/modules/parameters/libsciparameters.la \
503 $(top_builddir)/modules/boolean/libsciboolean.la \
504 $(top_builddir)/modules/cacsd/libscicacsd.la \
505 $(top_builddir)/modules/core/libscicore.la \
506 $(top_builddir)/modules/call_scilab/libscicall_scilab.la \
507 $(top_builddir)/modules/api_scilab/libsciapi_scilab.la \
508 $(top_builddir)/modules/data_structures/libscidata_structures.la \
509 $(top_builddir)/modules/differential_equations/libscidifferential_equations.la \
510 $(top_builddir)/modules/double/libscidouble.la \
511 $(top_builddir)/modules/elementary_functions/libscielementary_functions.la \
512 $(top_builddir)/modules/integer/libsciinteger.la \
513 $(top_builddir)/modules/intersci/libsciintersci.la \
514 $(top_builddir)/modules/io/libsciio.la \
515 $(top_builddir)/modules/linear_algebra/libscilinear_algebra.la \
516 $(top_builddir)/modules/localization/libscilocalization.la \
517 $(top_builddir)/modules/polynomials/libscipolynomials.la \
518 $(top_builddir)/modules/special_functions/libscispecial_functions.la \
519 $(top_builddir)/modules/time/libscitime.la \
520 $(top_builddir)/modules/windows_tools/libsciwindows_tools.la \
521 $(top_builddir)/modules/sparse/libscisparse.la \
522 $(top_builddir)/modules/completion/libscicompletion.la \
523 $(top_builddir)/modules/history_manager/libscihistory_manager.la \
524 $(top_builddir)/modules/output_stream/libscioutput_stream.la \
525 $(top_builddir)/modules/string/libscistring.la \
526 $(top_builddir)/modules/hdf5/libscihdf5.la \
527 $(top_builddir)/modules/fftw/libscifftw.la \
528 $(top_builddir)/modules/statistics/libscistatistics.la \
529 $(top_builddir)/modules/dynamic_link/libscidynamic_link.la \
530 $(top_builddir)/libs/dynamiclibrary/libscidynamiclibrary.la
533 # These libraries are loaded dynamically from Scilab.
534 ENGINE_LIBS_DYNAMIC_LOAD = \
535 $(top_builddir)/modules/optimization/libscioptimization.la \
536 $(top_builddir)/modules/signal_processing/libscisignal_processing.la \
537 $(top_builddir)/modules/interpolation/libsciinterpolation.la \
538 $(top_builddir)/modules/symbolic/libscisymbolic.la \
539 $(top_builddir)/modules/arnoldi/libsciarnoldi.la \
540 $(top_builddir)/modules/randlib/libscirandlib.la \
541 $(top_builddir)/modules/xcos/libscixcos.la \
542 $(top_builddir)/modules/scicos_blocks/libsciscicos_blocks.la \
543 $(top_builddir)/modules/scicos/libsciscicos.la \
544 $(top_builddir)/modules/sound/libscisound.la \
545 $(top_builddir)/modules/spreadsheet/libscispreadsheet.la \
546 $(top_builddir)/modules/umfpack/libsciumfpack.la \
547 $(top_builddir)/modules/matio/libscimatio.la \
548 $(top_builddir)/modules/helptools/libscihelptools.la \
549 $(top_builddir)/modules/xml/libscixml.la \
550 $(top_builddir)/modules/parallel/libsciparallel.la
554 #libscilab_cli_la_LIBADD = $(ENGINE_LIBS) $(NO_GUI_LIBS) $(OTHER_LIBS) $(EXTERNAL_LIBS)
557 libscilab_la_LIBADD = $(am__append_5) $(am__append_6) $(OTHER_LIBS) \
558 $(EXTERNAL_LIBS) $(top_builddir)/modules/types/libscitypes.la \
559 $(top_builddir)/modules/libscilab-cli.la
561 ################## libscilab-cli ##################
562 libscilab_cli_la_SOURCES =
563 libscilab_cli_la_LDFLAGS = $(LAPACK_LIBS) $(BLAS_LIBS) -lstdc++
566 libscilab_cli_la_LIBADD = $(ENGINE_LIBS) $(NO_GUI_LIBS) $(OTHER_LIBS) $(EXTERNAL_LIBS)
570 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
572 case '$(am__configure_deps)' in \
574 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
575 && { if test -f $@; then exit 0; else break; fi; }; \
579 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/Makefile'; \
580 $(am__cd) $(top_srcdir) && \
581 $(AUTOMAKE) --foreign modules/Makefile
583 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
586 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
588 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
589 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
592 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
593 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
595 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
596 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
597 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
598 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
599 $(am__aclocal_m4_deps):
600 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
602 test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
603 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
604 list2=; for p in $$list; do \
605 if test -f $$p; then \
606 list2="$$list2 $$p"; \
609 test -z "$$list2" || { \
610 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
611 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
614 uninstall-pkglibLTLIBRARIES:
616 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
617 for p in $$list; do \
619 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
620 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
623 clean-pkglibLTLIBRARIES:
624 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
625 @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
626 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
627 test "$$dir" != "$$p" || dir=.; \
628 echo "rm -f \"$${dir}/so_locations\""; \
629 rm -f "$${dir}/so_locations"; \
631 libscilab-cli.la: $(libscilab_cli_la_OBJECTS) $(libscilab_cli_la_DEPENDENCIES)
632 $(libscilab_cli_la_LINK) -rpath $(pkglibdir) $(libscilab_cli_la_OBJECTS) $(libscilab_cli_la_LIBADD) $(LIBS)
633 libscilab.la: $(libscilab_la_OBJECTS) $(libscilab_la_DEPENDENCIES)
634 $(libscilab_la_LINK) -rpath $(pkglibdir) $(libscilab_la_OBJECTS) $(libscilab_la_LIBADD) $(LIBS)
648 # This directory's subdirectories are mostly independent; you can cd
649 # into them and run `make' without going through this Makefile.
650 # To change the values of `make' variables: instead of editing Makefiles,
651 # (1) if the variable is set in `config.status', edit `config.status'
652 # (which will cause the Makefiles to be regenerated when you run `make');
653 # (2) otherwise, pass the desired values on the `make' command line.
654 $(RECURSIVE_TARGETS):
655 @fail= failcom='exit 1'; \
656 for f in x $$MAKEFLAGS; do \
659 *k*) failcom='fail=yes';; \
663 target=`echo $@ | sed s/-recursive//`; \
664 list='$(SUBDIRS)'; for subdir in $$list; do \
665 echo "Making $$target in $$subdir"; \
666 if test "$$subdir" = "."; then \
668 local_target="$$target-am"; \
670 local_target="$$target"; \
672 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
675 if test "$$dot_seen" = "no"; then \
676 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
679 $(RECURSIVE_CLEAN_TARGETS):
680 @fail= failcom='exit 1'; \
681 for f in x $$MAKEFLAGS; do \
684 *k*) failcom='fail=yes';; \
689 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
690 *) list='$(SUBDIRS)' ;; \
692 rev=''; for subdir in $$list; do \
693 if test "$$subdir" = "."; then :; else \
694 rev="$$subdir $$rev"; \
698 target=`echo $@ | sed s/-recursive//`; \
699 for subdir in $$rev; do \
700 echo "Making $$target in $$subdir"; \
701 if test "$$subdir" = "."; then \
702 local_target="$$target-am"; \
704 local_target="$$target"; \
706 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
708 done && test -z "$$fail"
710 list='$(SUBDIRS)'; for subdir in $$list; do \
711 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
714 list='$(SUBDIRS)'; for subdir in $$list; do \
715 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
718 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
719 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
720 unique=`for i in $$list; do \
721 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
723 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
724 END { if (nonempty) { for (i in files) print i; }; }'`; \
728 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
729 $(TAGS_FILES) $(LISP)
732 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
733 include_option=--etags-include; \
736 include_option=--include; \
739 list='$(SUBDIRS)'; for subdir in $$list; do \
740 if test "$$subdir" = .; then :; else \
741 test ! -f $$subdir/TAGS || \
742 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
745 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
746 unique=`for i in $$list; do \
747 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
749 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
750 END { if (nonempty) { for (i in files) print i; }; }'`; \
752 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
753 test -n "$$unique" || unique=$$empty_fix; \
754 if test $$# -gt 0; then \
755 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
758 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
763 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
764 $(TAGS_FILES) $(LISP)
765 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
766 unique=`for i in $$list; do \
767 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
769 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
770 END { if (nonempty) { for (i in files) print i; }; }'`; \
771 test -z "$(CTAGS_ARGS)$$unique" \
772 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
776 here=`$(am__cd) $(top_builddir) && pwd` \
777 && $(am__cd) $(top_srcdir) \
778 && gtags -i $(GTAGS_ARGS) "$$here"
781 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
783 distdir: $(DISTFILES)
784 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
785 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
786 list='$(DISTFILES)'; \
787 dist_files=`for file in $$list; do echo $$file; done | \
788 sed -e "s|^$$srcdirstrip/||;t" \
789 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
790 case $$dist_files in \
791 */*) $(MKDIR_P) `echo "$$dist_files" | \
792 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
795 for file in $$dist_files; do \
796 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
797 if test -d $$d/$$file; then \
798 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
799 if test -d "$(distdir)/$$file"; then \
800 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
802 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
803 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
804 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
806 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
808 test -f "$(distdir)/$$file" \
809 || cp -p $$d/$$file "$(distdir)/$$file" \
813 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
814 if test "$$subdir" = .; then :; else \
815 test -d "$(distdir)/$$subdir" \
816 || $(MKDIR_P) "$(distdir)/$$subdir" \
820 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
821 if test "$$subdir" = .; then :; else \
822 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
824 new_distdir=$$reldir; \
825 dir1=$$subdir; dir2="$(top_distdir)"; \
827 new_top_distdir=$$reldir; \
828 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
829 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
830 ($(am__cd) $$subdir && \
831 $(MAKE) $(AM_MAKEFLAGS) \
832 top_distdir="$$new_top_distdir" \
833 distdir="$$new_distdir" \
834 am__remove_distdir=: \
835 am__skip_length_check=: \
836 am__skip_mode_fix=: \
842 check: check-recursive
843 all-am: Makefile $(LTLIBRARIES)
844 installdirs: installdirs-recursive
846 for dir in "$(DESTDIR)$(pkglibdir)"; do \
847 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
849 install: install-recursive
850 install-exec: install-exec-recursive
851 install-data: install-data-recursive
852 uninstall: uninstall-recursive
855 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
857 installcheck: installcheck-recursive
859 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
860 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
861 `test -z '$(STRIP)' || \
862 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
868 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
869 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
871 maintainer-clean-generic:
872 @echo "This command is intended for maintainers to use"
873 @echo "it deletes files that may require special tools to rebuild."
874 clean: clean-recursive
876 clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
879 distclean: distclean-recursive
881 distclean-am: clean-am distclean-compile distclean-generic \
898 install-dvi: install-dvi-recursive
902 install-exec-am: install-pkglibLTLIBRARIES
904 install-html: install-html-recursive
908 install-info: install-info-recursive
914 install-pdf: install-pdf-recursive
918 install-ps: install-ps-recursive
924 maintainer-clean: maintainer-clean-recursive
926 maintainer-clean-am: distclean-am maintainer-clean-generic
928 mostlyclean: mostlyclean-recursive
930 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
941 uninstall-am: uninstall-pkglibLTLIBRARIES
943 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
944 install-am install-strip tags-recursive
946 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
947 all all-am check check-am clean clean-generic clean-libtool \
948 clean-pkglibLTLIBRARIES ctags ctags-recursive distclean \
949 distclean-compile distclean-generic distclean-libtool \
950 distclean-tags distdir dvi dvi-am html html-am info info-am \
951 install install-am install-data install-data-am install-dvi \
952 install-dvi-am install-exec install-exec-am install-html \
953 install-html-am install-info install-info-am install-man \
954 install-pdf install-pdf-am install-pkglibLTLIBRARIES \
955 install-ps install-ps-am install-strip installcheck \
956 installcheck-am installdirs installdirs-am maintainer-clean \
957 maintainer-clean-generic mostlyclean mostlyclean-compile \
958 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
959 tags tags-recursive uninstall uninstall-am \
960 uninstall-pkglibLTLIBRARIES
963 # Tell versions [3.59,3.63) of GNU make to not export all variables.
964 # Otherwise a system limit (for SysV at least) may be exceeded.