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) 2011 - DIGITEO
21 # Copyright (C) 2012 - 2016 - Scilab Enterprises
23 # This file is hereby licensed under the terms of the GNU GPL v2.0,
24 # pursuant to article 5.3.4 of the CeCILL v.2.1.
25 # This file was originally licensed under the terms of the CeCILL v2.1,
26 # and continues to be available under such terms.
27 # For more information, see the COPYING file which you should have received
28 # along with this program.
31 # Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
32 # Copyright (C) 2006-2008 - INRIA - Sylvestre LEDRU <sylvestre.ledru@inria.fr>
33 # Copyright (C) 2008 - INRIA - Pierre MARECHAL <pierre.marechal@inria.fr>
35 # Copyright (C) 2012 - 2016 - Scilab Enterprises
37 # This file is hereby licensed under the terms of the GNU GPL v2.0,
38 # pursuant to article 5.3.4 of the CeCILL v.2.1.
39 # This file was originally licensed under the terms of the CeCILL v2.1,
40 # and continues to be available under such terms.
41 # For more information, see the COPYING file which you should have received
42 # along with this program.
46 ### Makefile included stuff
47 ### Target, variable, suffixes which are supposed to be useful in every makefile.am
53 if test -z '$(MAKELEVEL)'; then \
55 elif test -n '$(MAKE_HOST)'; then \
57 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
63 am__make_running_with_option = \
64 case $${target_option-} in \
66 *) echo "am__make_running_with_option: internal error: invalid" \
67 "target option '$${target_option-}' specified" >&2; \
71 sane_makeflags=$$MAKEFLAGS; \
72 if $(am__is_gnu_make); then \
73 sane_makeflags=$$MFLAGS; \
78 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
79 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
85 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
87 for flg in $$sane_makeflags; do \
88 test $$skip_next = yes && { skip_next=no; continue; }; \
91 -*I) strip_trailopt 'I'; skip_next=yes;; \
92 -*I?*) strip_trailopt 'I';; \
93 -*O) strip_trailopt 'O'; skip_next=yes;; \
94 -*O?*) strip_trailopt 'O';; \
95 -*l) strip_trailopt 'l'; skip_next=yes;; \
96 -*l?*) strip_trailopt 'l';; \
97 -[dEDm]) skip_next=yes;; \
98 -[JT]) skip_next=yes;; \
101 *$$target_option*) has_opt=yes; break;; \
105 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
106 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
107 pkgdatadir = $(datadir)/@PACKAGE@
108 pkgincludedir = $(includedir)/@PACKAGE@
109 pkglibdir = $(libdir)/@PACKAGE@
110 pkglibexecdir = $(libexecdir)/@PACKAGE@
111 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
112 install_sh_DATA = $(install_sh) -c -m 644
113 install_sh_PROGRAM = $(install_sh) -c
114 install_sh_SCRIPT = $(install_sh) -c
115 INSTALL_HEADER = $(INSTALL_DATA)
116 transform = $(program_transform_name)
123 build_triplet = @build@
124 host_triplet = @host@
125 @GUI_TRUE@am__append_1 = libscipreferences.la
126 @GIWS_TRUE@am__append_2 = giws
127 @SWIG_TRUE@am__append_3 = swig
128 @NEED_JAVA_TRUE@am__append_4 = java
129 subdir = modules/preferences
130 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
131 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
132 $(top_srcdir)/m4/backtrace.m4 $(top_srcdir)/m4/compiler.m4 \
133 $(top_srcdir)/m4/curl.m4 $(top_srcdir)/m4/docbook.m4 \
134 $(top_srcdir)/m4/doxygen.m4 $(top_srcdir)/m4/eigen.m4 \
135 $(top_srcdir)/m4/fftw.m4 $(top_srcdir)/m4/fortran.m4 \
136 $(top_srcdir)/m4/giws.m4 $(top_srcdir)/m4/hdf5.m4 \
137 $(top_srcdir)/m4/intel_compiler.m4 \
138 $(top_srcdir)/m4/java-thirdparty.m4 $(top_srcdir)/m4/java.m4 \
139 $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/lib-ld.m4 \
140 $(top_srcdir)/m4/libsmath.m4 $(top_srcdir)/m4/libtool.m4 \
141 $(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/ltoptions.m4 \
142 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
143 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/macosx.m4 \
144 $(top_srcdir)/m4/mpi.m4 $(top_srcdir)/m4/ocaml.m4 \
145 $(top_srcdir)/m4/pcre.m4 $(top_srcdir)/m4/pkg.m4 \
146 $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/swig.m4 \
147 $(top_srcdir)/m4/symlinks.m4 $(top_srcdir)/m4/tcltk.m4 \
148 $(top_srcdir)/m4/umfpack.m4 $(top_srcdir)/configure.ac
149 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
151 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
152 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
153 CONFIG_HEADER = $(top_builddir)/modules/core/includes/machine.h
155 CONFIG_CLEAN_VPATH_FILES =
156 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
157 am__vpath_adj = case $$p in \
158 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
161 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
163 am__nobase_strip_setup = \
164 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
166 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
167 am__nobase_list = $(am__nobase_strip_setup); \
168 for p in $$list; do echo "$$p $$p"; done | \
169 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
170 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
171 if (++n[$$2] == $(am__install_max)) \
172 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
173 END { for (dir in files) print dir, files[dir] }'
175 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
176 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
177 am__uninstall_files_from_dir = { \
179 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
180 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
181 $(am__cd) "$$dir" && rm -f $$files; }; \
183 am__installdirs = "$(DESTDIR)$(pkglibdir)" \
184 "$(DESTDIR)$(libscipreferences_la_etcdir)" \
185 "$(DESTDIR)$(libscipreferences_la_rootdir)" \
186 "$(DESTDIR)$(libscipreferences_la_src_xsltdir)" \
187 "$(DESTDIR)$(libscipreferences_la_src_xslt_xwizarddir)"
188 LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkglib_LTLIBRARIES)
189 libscipreferences_algo_la_LIBADD =
190 am__dirstamp = $(am__leading_dot)dirstamp
192 src/c/libscipreferences_algo_la-getScilabPreference.lo
193 am_libscipreferences_algo_la_OBJECTS = $(am__objects_1)
194 libscipreferences_algo_la_OBJECTS = \
195 $(am_libscipreferences_algo_la_OBJECTS)
196 AM_V_lt = $(am__v_lt_@AM_V@)
197 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
198 am__v_lt_0 = --silent
200 libscipreferences_algo_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
201 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
202 $(libscipreferences_algo_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
204 @GUI_TRUE@am_libscipreferences_algo_la_rpath =
205 libscipreferences_cli_la_DEPENDENCIES = libscipreferences-algo.la
207 src/nopreferences/libscipreferences_cli_la-nopreferences.lo \
208 sci_gateway/cpp/libscipreferences_cli_la-preferences_gw.lo
209 am_libscipreferences_cli_la_OBJECTS = $(am__objects_2)
210 libscipreferences_cli_la_OBJECTS = \
211 $(am_libscipreferences_cli_la_OBJECTS)
213 libscipreferences_la_DEPENDENCIES = libscipreferences-algo.la \
214 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
215 $(am__DEPENDENCIES_1)
216 am__objects_3 = sci_gateway/cpp/libscipreferences_la-sci_addModulePreferences.lo \
217 sci_gateway/cpp/libscipreferences_la-sci_removeModulePreferences.lo \
218 sci_gateway/cpp/libscipreferences_la-sci_preferences.lo \
219 sci_gateway/cpp/libscipreferences_la-preferences_gw.lo
220 am__objects_4 = src/jni/libscipreferences_la-ScilabPreferences.lo
221 am_libscipreferences_la_OBJECTS = $(am__objects_3) $(am__objects_4)
222 libscipreferences_la_OBJECTS = $(am_libscipreferences_la_OBJECTS)
223 libscipreferences_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
224 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
225 $(AM_CXXFLAGS) $(CXXFLAGS) $(libscipreferences_la_LDFLAGS) \
227 @GUI_TRUE@am_libscipreferences_la_rpath = -rpath $(pkglibdir)
228 AM_V_P = $(am__v_P_@AM_V@)
229 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
232 AM_V_GEN = $(am__v_GEN_@AM_V@)
233 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
234 am__v_GEN_0 = @echo " GEN " $@;
236 AM_V_at = $(am__v_at_@AM_V@)
237 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
240 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/modules/core/includes
241 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
242 am__maybe_remake_depfiles = depfiles
243 am__depfiles_remade = sci_gateway/cpp/$(DEPDIR)/libscipreferences_cli_la-preferences_gw.Plo \
244 sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-preferences_gw.Plo \
245 sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_addModulePreferences.Plo \
246 sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_preferences.Plo \
247 sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_removeModulePreferences.Plo \
248 src/c/$(DEPDIR)/libscipreferences_algo_la-getScilabPreference.Plo \
249 src/jni/$(DEPDIR)/libscipreferences_la-ScilabPreferences.Plo \
250 src/nopreferences/$(DEPDIR)/libscipreferences_cli_la-nopreferences.Plo
252 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
253 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
254 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
255 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
256 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
257 $(AM_CFLAGS) $(CFLAGS)
258 AM_V_CC = $(am__v_CC_@AM_V@)
259 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
260 am__v_CC_0 = @echo " CC " $@;
263 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
264 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
265 $(AM_LDFLAGS) $(LDFLAGS) -o $@
266 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
267 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
268 am__v_CCLD_0 = @echo " CCLD " $@;
270 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
271 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
272 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
273 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
274 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
275 $(AM_CXXFLAGS) $(CXXFLAGS)
276 AM_V_CXX = $(am__v_CXX_@AM_V@)
277 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
278 am__v_CXX_0 = @echo " CXX " $@;
281 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
282 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
283 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
284 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
285 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
286 am__v_CXXLD_0 = @echo " CXXLD " $@;
288 SOURCES = $(libscipreferences_algo_la_SOURCES) \
289 $(libscipreferences_cli_la_SOURCES) \
290 $(libscipreferences_la_SOURCES)
291 DIST_SOURCES = $(libscipreferences_algo_la_SOURCES) \
292 $(libscipreferences_cli_la_SOURCES) \
293 $(libscipreferences_la_SOURCES)
294 am__can_run_installinfo = \
295 case $$AM_UPDATE_INFO_DIR in \
297 *) (install-info --version) >/dev/null 2>&1;; \
299 DATA = $(libscipreferences_la_etc_DATA) \
300 $(libscipreferences_la_root_DATA) \
301 $(libscipreferences_la_src_xslt_DATA) \
302 $(libscipreferences_la_src_xslt_xwizard_DATA)
303 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
304 # Read a list of newline-separated strings from the standard input,
305 # and print each of them once, without duplicates. Input order is
307 am__uniquify_input = $(AWK) '\
308 BEGIN { nonempty = 0; } \
309 { items[$$0] = 1; nonempty = 1; } \
310 END { if (nonempty) { for (i in items) print i; }; } \
312 # Make sure the list of sources is unique. This is necessary because,
313 # e.g., the same source file might be shared among _SOURCES variables
314 # for different programs/libraries.
315 am__define_uniq_tagged_files = \
316 list='$(am__tagged_files)'; \
317 unique=`for i in $$list; do \
318 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
319 done | $(am__uniquify_input)`
322 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am \
323 $(top_srcdir)/config/depcomp \
324 $(top_srcdir)/config/mkinstalldirs
325 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
327 ALL_LINGUAS = @ALL_LINGUAS@
328 ALL_LINGUAS_DOC = @ALL_LINGUAS_DOC@
330 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
334 ARPACK_LIBS = @ARPACK_LIBS@
336 AUTOCONF = @AUTOCONF@
337 AUTOHEADER = @AUTOHEADER@
338 AUTOMAKE = @AUTOMAKE@
339 AVALON_FRAMEWORK = @AVALON_FRAMEWORK@
342 BLAS_CFLAGS = @BLAS_CFLAGS@
343 BLAS_LIBS = @BLAS_LIBS@
346 CCDEPMODE = @CCDEPMODE@
348 CHECKSTYLE = @CHECKSTYLE@
349 COBERTURA = @COBERTURA@
350 COMMONS_BEANUTILS = @COMMONS_BEANUTILS@
351 COMMONS_IO = @COMMONS_IO@
352 COMMONS_LOGGING = @COMMONS_LOGGING@
354 CPPFLAGS = @CPPFLAGS@
355 CURL_CFLAGS = @CURL_CFLAGS@
356 CURL_CONFIG = @CURL_CONFIG@
357 CURL_LIBS = @CURL_LIBS@
358 CURL_VERSION = @CURL_VERSION@
361 CXXDEPMODE = @CXXDEPMODE@
362 CXXFLAGS = @CXXFLAGS@
363 CYGPATH_W = @CYGPATH_W@
365 DEMOTOOLS_ENABLE = @DEMOTOOLS_ENABLE@
368 DOCBOOK_ROOT = @DOCBOOK_ROOT@
369 DOXYGEN_BIN = @DOXYGEN_BIN@
370 DSYMUTIL = @DSYMUTIL@
377 EIGEN_CPPFLAGS = @EIGEN_CPPFLAGS@
381 FFTW3_LIB = @FFTW3_LIB@
382 FFTW_ENABLE = @FFTW_ENABLE@
384 FLEXDOCK = @FLEXDOCK@
387 FREEHEP_GRAPHICS2D = @FREEHEP_GRAPHICS2D@
388 FREEHEP_GRAPHICSIO = @FREEHEP_GRAPHICSIO@
389 FREEHEP_GRAPHICSIO_EMF = @FREEHEP_GRAPHICSIO_EMF@
390 FREEHEP_IO = @FREEHEP_IO@
391 FREEHEP_UTIL = @FREEHEP_UTIL@
393 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
394 GIWS_BIN = @GIWS_BIN@
395 GLUEGEN2_RT = @GLUEGEN2_RT@
397 GMSGFMT_015 = @GMSGFMT_015@
398 GRAPHICS_ENABLE = @GRAPHICS_ENABLE@
400 GUI_ENABLE = @GUI_ENABLE@
401 HAMCREST = @HAMCREST@
402 HAVE_CXX11 = @HAVE_CXX11@
403 HDF5_CFLAGS = @HDF5_CFLAGS@
404 HDF5_LIBS = @HDF5_LIBS@
405 HELP_ENABLE = @HELP_ENABLE@
407 INSTALL_DATA = @INSTALL_DATA@
408 INSTALL_PROGRAM = @INSTALL_PROGRAM@
409 INSTALL_SCRIPT = @INSTALL_SCRIPT@
410 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
411 INTLLIBS = @INTLLIBS@
412 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
416 JAVAC_DEBUG = @JAVAC_DEBUG@
419 JAVASCI_ENABLE = @JAVASCI_ENABLE@
420 JAVA_ENABLE = @JAVA_ENABLE@
422 JAVA_HOME = @JAVA_HOME@
423 JAVA_JNI_INCLUDE = @JAVA_JNI_INCLUDE@
424 JAVA_JNI_LIBS = @JAVA_JNI_LIBS@
426 JEUCLID_CORE = @JEUCLID_CORE@
429 JLATEXMATH = @JLATEXMATH@
430 JLATEXMATH_FOP = @JLATEXMATH_FOP@
432 JROSETTA_API = @JROSETTA_API@
433 JROSETTA_ENGINE = @JROSETTA_ENGINE@
435 LAPACK_LIBS = @LAPACK_LIBS@
441 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
442 LIBICONV = @LIBICONV@
450 LOGGING_LEVEL = @LOGGING_LEVEL@
452 LTLIBICONV = @LTLIBICONV@
453 LTLIBINTL = @LTLIBINTL@
454 LTLIBOBJS = @LTLIBOBJS@
455 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
457 LUCENE_ANALYZER = @LUCENE_ANALYZER@
458 LUCENE_PARSER = @LUCENE_PARSER@
460 MAKEINFO = @MAKEINFO@
461 MANIFEST_TOOL = @MANIFEST_TOOL@
462 MATIO_CFLAGS = @MATIO_CFLAGS@
463 MATIO_ENABLE = @MATIO_ENABLE@
464 MATIO_LIBS = @MATIO_LIBS@
466 MPI_ENABLE = @MPI_ENABLE@
469 MSGFMT_015 = @MSGFMT_015@
470 MSGMERGE = @MSGMERGE@
476 OCAMLDEP = @OCAMLDEP@
477 OCAMLLEX = @OCAMLLEX@
478 OCAMLOPT = @OCAMLOPT@
479 OCAMLYACC = @OCAMLYACC@
480 OPENMPI_CC = @OPENMPI_CC@
481 OPENMPI_CFLAGS = @OPENMPI_CFLAGS@
482 OPENMPI_CXX = @OPENMPI_CXX@
483 OPENMPI_CXXFLAGS = @OPENMPI_CXXFLAGS@
484 OPENMPI_LIBS = @OPENMPI_LIBS@
485 OPENMP_CFLAGS = @OPENMP_CFLAGS@
486 OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@
487 OPENMP_ENABLE = @OPENMP_ENABLE@
488 OPENMP_LIBS = @OPENMP_LIBS@
492 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
493 PACKAGE_NAME = @PACKAGE_NAME@
494 PACKAGE_STRING = @PACKAGE_STRING@
495 PACKAGE_TARNAME = @PACKAGE_TARNAME@
496 PACKAGE_URL = @PACKAGE_URL@
497 PACKAGE_VERSION = @PACKAGE_VERSION@
498 PATH_SEPARATOR = @PATH_SEPARATOR@
499 PCRE_CFLAGS = @PCRE_CFLAGS@
500 PCRE_CONFIG = @PCRE_CONFIG@
501 PCRE_LIBS = @PCRE_LIBS@
502 PCRE_VERSION = @PCRE_VERSION@
503 PKG_CONFIG = @PKG_CONFIG@
508 RELOCATABLE = @RELOCATABLE@
511 SCILAB_BINARY_VERSION = @SCILAB_BINARY_VERSION@
512 SCILAB_LIBRARY_VERSION = @SCILAB_LIBRARY_VERSION@
513 SCILAB_VERSION_MAINTENANCE = @SCILAB_VERSION_MAINTENANCE@
514 SCILAB_VERSION_MAJOR = @SCILAB_VERSION_MAJOR@
515 SCILAB_VERSION_MINOR = @SCILAB_VERSION_MINOR@
516 SCIRENDERER = @SCIRENDERER@
517 SCIRENDERER_CP = @SCIRENDERER_CP@
518 SCI_CFLAGS = @SCI_CFLAGS@
519 SCI_CXXFLAGS = @SCI_CXXFLAGS@
520 SCI_FFLAGS = @SCI_FFLAGS@
521 SCI_LDFLAGS = @SCI_LDFLAGS@
523 SET_MAKE = @SET_MAKE@
524 SET_RELOCATABLE = @SET_RELOCATABLE@
529 SWIG_BIN = @SWIG_BIN@
530 SWIG_JAVA = @SWIG_JAVA@
531 SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@
532 SWIG_SCILAB = @SWIG_SCILAB@
533 TCLTK_LIBS = @TCLTK_LIBS@
534 TCL_INC_PATH = @TCL_INC_PATH@
535 TK_INC_PATH = @TK_INC_PATH@
536 UMFPACK_CFLAGS = @UMFPACK_CFLAGS@
537 UMFPACK_ENABLE = @UMFPACK_ENABLE@
538 UMFPACK_LIB = @UMFPACK_LIB@
540 VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
541 VALGRIND_LIBS = @VALGRIND_LIBS@
543 WITH_OCAML = @WITH_OCAML@
544 WITH_TKSCI = @WITH_TKSCI@
545 XCOS_ENABLE = @XCOS_ENABLE@
546 XGETTEXT = @XGETTEXT@
547 XGETTEXT_015 = @XGETTEXT_015@
548 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
550 XMLGRAPHICS_COMMONS = @XMLGRAPHICS_COMMONS@
551 XML_APIS_EXT = @XML_APIS_EXT@
552 XML_CONFIG = @XML_CONFIG@
553 XML_FLAGS = @XML_FLAGS@
554 XML_LIBS = @XML_LIBS@
555 XML_VERSION = @XML_VERSION@
556 X_CFLAGS = @X_CFLAGS@
557 X_EXTRA_LIBS = @X_EXTRA_LIBS@
559 X_PRE_LIBS = @X_PRE_LIBS@
562 abs_builddir = @abs_builddir@
563 abs_srcdir = @abs_srcdir@
564 abs_top_builddir = @abs_top_builddir@
565 abs_top_srcdir = @abs_top_srcdir@
566 ac_ct_AR = @ac_ct_AR@
567 ac_ct_CC = @ac_ct_CC@
568 ac_ct_CXX = @ac_ct_CXX@
569 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
570 ac_ct_F77 = @ac_ct_F77@
571 am__include = @am__include@
572 am__leading_dot = @am__leading_dot@
573 am__quote = @am__quote@
575 am__untar = @am__untar@
578 build_alias = @build_alias@
579 build_cpu = @build_cpu@
580 build_os = @build_os@
581 build_vendor = @build_vendor@
582 builddir = @builddir@
583 cxx_present = @cxx_present@
585 datarootdir = @datarootdir@
588 exec_prefix = @exec_prefix@
590 host_alias = @host_alias@
591 host_cpu = @host_cpu@
593 host_vendor = @host_vendor@
595 includedir = @includedir@
597 install_sh = @install_sh@
599 libexecdir = @libexecdir@
600 localedir = @localedir@
601 localstatedir = @localstatedir@
604 oldincludedir = @oldincludedir@
607 program_transform_name = @program_transform_name@
610 sharedstatedir = @sharedstatedir@
612 sysconfdir = @sysconfdir@
613 target_alias = @target_alias@
614 top_build_prefix = @top_build_prefix@
615 top_builddir = @top_builddir@
616 top_srcdir = @top_srcdir@
617 yacc_present = @yacc_present@
620 modulename = preferences
622 #### preferences : Conf files ####
623 libscipreferences_la_rootdir = $(mydatadir)
624 libscipreferences_la_root_DATA = license.txt
626 #### preferences : init scripts & configuration files ####
627 libscipreferences_la_etcdir = $(mydatadir)/etc
628 libscipreferences_la_etc_DATA = \
629 etc/preferences.quit \
630 etc/preferences.start \
631 etc/XConfiguration.xml \
632 etc/XConfiguration-preference.xml \
633 etc/XConfiguration-preference.xsl \
634 etc/XWizard-expression.xml \
635 etc/XWizard-function.xml \
636 etc/XWizard-xcos.xml \
640 #### preferences : xslt files ####
641 libscipreferences_la_src_xsltdir = $(mydatadir)/src/xslt
642 libscipreferences_la_src_xslt_DATA = \
643 src/xslt/XCommon-toolbars.xsl \
644 src/xslt/XCommon.xsl \
645 src/xslt/XConfiguration.xsl \
646 src/xslt/XGeneric.xsl \
649 libscipreferences_la_src_xslt_xwizarddir = $(mydatadir)/src/xslt/XWizard
650 libscipreferences_la_src_xslt_xwizard_DATA = \
651 src/xslt/XWizard/XWizard-any.xsl \
652 src/xslt/XWizard/XWizard-expression.xsl \
653 src/xslt/XWizard/XWizard-function.xsl \
654 src/xslt/XWizard/XWizard-xcos.xsl
656 PREFERENCES_JNI_SOURCES = src/jni/ScilabPreferences.cpp
657 PREFERENCES_C_SOURCES = src/c/getScilabPreference.c
658 GATEWAY_CPP_SOURCES = \
659 sci_gateway/cpp/sci_addModulePreferences.cpp \
660 sci_gateway/cpp/sci_removeModulePreferences.cpp \
661 sci_gateway/cpp/sci_preferences.cpp \
662 sci_gateway/cpp/preferences_gw.cpp
664 libscipreferences_la_CPPFLAGS = \
665 $(JAVA_JNI_INCLUDE) \
666 -I$(srcdir)/includes/ \
668 -I$(srcdir)/src/jni/ \
670 -I$(top_srcdir)/modules/ast/includes/ast/ \
671 -I$(top_srcdir)/modules/ast/includes/analysis/ \
672 -I$(top_srcdir)/modules/ast/includes/exps/ \
673 -I$(top_srcdir)/modules/ast/includes/operations/ \
674 -I$(top_srcdir)/modules/ast/includes/parse/ \
675 -I$(top_srcdir)/modules/ast/includes/symbol/ \
676 -I$(top_srcdir)/modules/ast/includes/system_env/ \
677 -I$(top_srcdir)/modules/ast/includes/types/ \
678 -I$(top_srcdir)/modules/commons/src/jni/ \
679 -I$(top_srcdir)/modules/localization/includes/ \
680 -I$(top_srcdir)/modules/output_stream/includes/ \
681 -I$(top_srcdir)/modules/string/includes/ \
682 -I$(top_srcdir)/modules/dynamic_link/includes/ \
683 -I$(top_srcdir)/modules/fileio/includes/ \
684 -I$(top_srcdir)/modules/api_scilab/includes/ \
685 -I$(top_srcdir)/modules/jvm/includes/ \
686 -I$(top_srcdir)/modules/threads/includes/ \
690 # Without the preferences module
691 libscipreferences_cli_la_CPPFLAGS = \
692 -I$(srcdir)/includes/ \
693 -I$(top_srcdir)/modules/ast/includes/ast/ \
694 -I$(top_srcdir)/modules/ast/includes/exps/ \
695 -I$(top_srcdir)/modules/ast/includes/operations/ \
696 -I$(top_srcdir)/modules/ast/includes/parse/ \
697 -I$(top_srcdir)/modules/ast/includes/symbol/ \
698 -I$(top_srcdir)/modules/ast/includes/system_env/ \
699 -I$(top_srcdir)/modules/ast/includes/types/ \
700 -I$(top_srcdir)/modules/ast/includes/analysis/ \
701 -I$(top_srcdir)/modules/localization/includes/ \
702 -I$(top_srcdir)/modules/output_stream/includes \
703 -I$(top_srcdir)/modules/string/includes/ \
704 -I$(top_srcdir)/modules/dynamic_link/includes/ \
705 -I$(top_srcdir)/modules/threads/includes/ \
708 PREFERENCES_CLI_CPP_SOURCES = src/nopreferences/nopreferences.cpp \
709 sci_gateway/cpp/preferences_gw.cpp
711 libscipreferences_cli_la_SOURCES = $(PREFERENCES_CLI_CPP_SOURCES)
712 libscipreferences_la_LDFLAGS = $(AM_LDFLAGS)
713 pkglib_LTLIBRARIES = libscipreferences-cli.la $(am__append_1)
714 @GUI_TRUE@noinst_LTLIBRARIES = libscipreferences-algo.la
715 libscipreferences_algo_la_SOURCES = $(PREFERENCES_C_SOURCES)
716 libscipreferences_la_SOURCES = $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES) $(PREFERENCES_JNI_SOURCES)
717 libscipreferences_algo_la_CFLAGS = $(libscipreferences_la_CFLAGS)
718 libscipreferences_algo_la_CPPFLAGS = $(libscipreferences_la_CPPFLAGS)
720 # For the code check (splint)
721 CHECK_SRC = $(PREFERENCES_C_SOURCES) $(GATEWAY_C_SOURCES)
722 INCLUDE_FLAGS = $(libscipreferences_la_CPPFLAGS)
723 GIWS_WRAPPERS = src/jni/ScilabPreferences.giws.xml
725 BUILT_SOURCES = $(am__append_2) $(am__append_3)
726 libscipreferences_cli_la_LIBADD = libscipreferences-algo.la
727 libscipreferences_la_LIBADD = libscipreferences-algo.la $(X_LIBS) $(X_EXTRA_LIBS) $(XML_LIBS)
730 # Where all the Scilab stuff is installed (macros, help, ...)
731 mydatadir = $(pkgdatadir)/modules/$(modulename)
733 # Set AM_* SCI detected settings
734 AM_CPPFLAGS = $(SCI_CPPFLAGS)
735 AM_CFLAGS = $(SCI_CFLAGS)
736 AM_CXXFLAGS = $(SCI_CXXFLAGS)
737 # append includes to AM_FFLAGS to manage fortran includes
738 AM_FFLAGS = $(SCI_FFLAGS) -I$(top_srcdir)/modules/core/includes/
740 # Tag shared libraries with the Scilab version
741 AM_LDFLAGS = $(SCI_LDFLAGS) -version-number $(SCILAB_LIBRARY_VERSION)
744 SPLINT_OPTIONS = -weak -booltype BOOL
746 ########################### JAVA ######################################
747 #### We are delegating java compilation to ant... Thanks to that
748 #### the procedure will be the same with Microsoft Windows (C)
750 #######################################################################
751 TARGETS_ALL = $(am__append_4)
753 ################ MACROS ######################
754 # Rule to build a macro
755 # NOT USED AT THE MOMENT
758 ########### INSTALL DOCUMENTATION ###################
760 # Install documentation files into the right target
761 # We do not use the automake mechanism (libxxxx_la_help_fr_DATA) because
762 # automake needs the html files to be present which is not the case when
763 # we are building Scilab
765 # Where it should be installed
766 pkgdocdir = $(mydatadir)
768 # What is the mask of the help source
771 # What is the mask of the MathML sources
774 ########### INSTALL DATA ###################
775 # Install macros, help & demos
776 # Where it should be installed
777 pkgmacrosdir = $(mydatadir)
778 # Which directory we process
780 # Mask of the Scilab sources macros
782 # Mask of the Scilab executable sources macros
783 MACROBUILDMASK = *.sce
784 # Mask of the Scilab compiled macros
786 # List of the standard directory for tests
787 TESTS_DIR = tests/benchmarks tests/nonreg_tests tests/unit_tests tests/java
788 # Where the demos should be installed
789 pkgdemosdir = $(mydatadir)
790 # List of the standard directory for demos
792 # List of the standard directory for examples
793 EXAMPLES_DIR = examples
794 # Where to export JAVA archives (.jar)
799 HELP_CHAPTERDIR = help/
800 HELP_CHAPTERFILE = addchapter.sce
801 HELP_CHAPTERLANG = en_US fr_FR pt_BR
802 all: $(BUILT_SOURCES)
803 $(MAKE) $(AM_MAKEFLAGS) all-am
806 .SUFFIXES: .sci .bin .c .cpp .lo .o .obj
807 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.incl.am $(am__configure_deps)
809 case '$(am__configure_deps)' in \
811 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
812 && { if test -f $@; then exit 0; else break; fi; }; \
816 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/preferences/Makefile'; \
817 $(am__cd) $(top_srcdir) && \
818 $(AUTOMAKE) --foreign modules/preferences/Makefile
819 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
822 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
824 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
825 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
827 $(top_srcdir)/Makefile.incl.am $(am__empty):
829 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
830 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
832 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
833 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
834 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
835 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
836 $(am__aclocal_m4_deps):
838 clean-noinstLTLIBRARIES:
839 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
840 @list='$(noinst_LTLIBRARIES)'; \
841 locs=`for p in $$list; do echo $$p; done | \
842 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
844 test -z "$$locs" || { \
845 echo rm -f $${locs}; \
849 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
851 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
852 list2=; for p in $$list; do \
853 if test -f $$p; then \
854 list2="$$list2 $$p"; \
857 test -z "$$list2" || { \
858 echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \
859 $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \
860 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
861 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
864 uninstall-pkglibLTLIBRARIES:
866 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
867 for p in $$list; do \
869 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
870 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
873 clean-pkglibLTLIBRARIES:
874 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
875 @list='$(pkglib_LTLIBRARIES)'; \
876 locs=`for p in $$list; do echo $$p; done | \
877 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
879 test -z "$$locs" || { \
880 echo rm -f $${locs}; \
883 src/c/$(am__dirstamp):
885 @: > src/c/$(am__dirstamp)
886 src/c/$(DEPDIR)/$(am__dirstamp):
887 @$(MKDIR_P) src/c/$(DEPDIR)
888 @: > src/c/$(DEPDIR)/$(am__dirstamp)
889 src/c/libscipreferences_algo_la-getScilabPreference.lo: \
890 src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp)
892 libscipreferences-algo.la: $(libscipreferences_algo_la_OBJECTS) $(libscipreferences_algo_la_DEPENDENCIES) $(EXTRA_libscipreferences_algo_la_DEPENDENCIES)
893 $(AM_V_CCLD)$(libscipreferences_algo_la_LINK) $(am_libscipreferences_algo_la_rpath) $(libscipreferences_algo_la_OBJECTS) $(libscipreferences_algo_la_LIBADD) $(LIBS)
894 src/nopreferences/$(am__dirstamp):
895 @$(MKDIR_P) src/nopreferences
896 @: > src/nopreferences/$(am__dirstamp)
897 src/nopreferences/$(DEPDIR)/$(am__dirstamp):
898 @$(MKDIR_P) src/nopreferences/$(DEPDIR)
899 @: > src/nopreferences/$(DEPDIR)/$(am__dirstamp)
900 src/nopreferences/libscipreferences_cli_la-nopreferences.lo: \
901 src/nopreferences/$(am__dirstamp) \
902 src/nopreferences/$(DEPDIR)/$(am__dirstamp)
903 sci_gateway/cpp/$(am__dirstamp):
904 @$(MKDIR_P) sci_gateway/cpp
905 @: > sci_gateway/cpp/$(am__dirstamp)
906 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp):
907 @$(MKDIR_P) sci_gateway/cpp/$(DEPDIR)
908 @: > sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
909 sci_gateway/cpp/libscipreferences_cli_la-preferences_gw.lo: \
910 sci_gateway/cpp/$(am__dirstamp) \
911 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
913 libscipreferences-cli.la: $(libscipreferences_cli_la_OBJECTS) $(libscipreferences_cli_la_DEPENDENCIES) $(EXTRA_libscipreferences_cli_la_DEPENDENCIES)
914 $(AM_V_CXXLD)$(CXXLINK) -rpath $(pkglibdir) $(libscipreferences_cli_la_OBJECTS) $(libscipreferences_cli_la_LIBADD) $(LIBS)
915 sci_gateway/cpp/libscipreferences_la-sci_addModulePreferences.lo: \
916 sci_gateway/cpp/$(am__dirstamp) \
917 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
918 sci_gateway/cpp/libscipreferences_la-sci_removeModulePreferences.lo: \
919 sci_gateway/cpp/$(am__dirstamp) \
920 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
921 sci_gateway/cpp/libscipreferences_la-sci_preferences.lo: \
922 sci_gateway/cpp/$(am__dirstamp) \
923 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
924 sci_gateway/cpp/libscipreferences_la-preferences_gw.lo: \
925 sci_gateway/cpp/$(am__dirstamp) \
926 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
927 src/jni/$(am__dirstamp):
929 @: > src/jni/$(am__dirstamp)
930 src/jni/$(DEPDIR)/$(am__dirstamp):
931 @$(MKDIR_P) src/jni/$(DEPDIR)
932 @: > src/jni/$(DEPDIR)/$(am__dirstamp)
933 src/jni/libscipreferences_la-ScilabPreferences.lo: \
934 src/jni/$(am__dirstamp) src/jni/$(DEPDIR)/$(am__dirstamp)
936 libscipreferences.la: $(libscipreferences_la_OBJECTS) $(libscipreferences_la_DEPENDENCIES) $(EXTRA_libscipreferences_la_DEPENDENCIES)
937 $(AM_V_CXXLD)$(libscipreferences_la_LINK) $(am_libscipreferences_la_rpath) $(libscipreferences_la_OBJECTS) $(libscipreferences_la_LIBADD) $(LIBS)
941 -rm -f sci_gateway/cpp/*.$(OBJEXT)
942 -rm -f sci_gateway/cpp/*.lo
943 -rm -f src/c/*.$(OBJEXT)
945 -rm -f src/jni/*.$(OBJEXT)
947 -rm -f src/nopreferences/*.$(OBJEXT)
948 -rm -f src/nopreferences/*.lo
953 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscipreferences_cli_la-preferences_gw.Plo@am__quote@ # am--include-marker
954 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-preferences_gw.Plo@am__quote@ # am--include-marker
955 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_addModulePreferences.Plo@am__quote@ # am--include-marker
956 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_preferences.Plo@am__quote@ # am--include-marker
957 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_removeModulePreferences.Plo@am__quote@ # am--include-marker
958 @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscipreferences_algo_la-getScilabPreference.Plo@am__quote@ # am--include-marker
959 @AMDEP_TRUE@@am__include@ @am__quote@src/jni/$(DEPDIR)/libscipreferences_la-ScilabPreferences.Plo@am__quote@ # am--include-marker
960 @AMDEP_TRUE@@am__include@ @am__quote@src/nopreferences/$(DEPDIR)/libscipreferences_cli_la-nopreferences.Plo@am__quote@ # am--include-marker
962 $(am__depfiles_remade):
964 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
966 am--depfiles: $(am__depfiles_remade)
969 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
970 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
971 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
972 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
973 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
974 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
977 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
978 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
979 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
980 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
981 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
982 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
985 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
986 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
987 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
988 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
989 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
990 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
992 src/c/libscipreferences_algo_la-getScilabPreference.lo: src/c/getScilabPreference.c
993 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscipreferences_algo_la_CPPFLAGS) $(CPPFLAGS) $(libscipreferences_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscipreferences_algo_la-getScilabPreference.lo -MD -MP -MF src/c/$(DEPDIR)/libscipreferences_algo_la-getScilabPreference.Tpo -c -o src/c/libscipreferences_algo_la-getScilabPreference.lo `test -f 'src/c/getScilabPreference.c' || echo '$(srcdir)/'`src/c/getScilabPreference.c
994 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscipreferences_algo_la-getScilabPreference.Tpo src/c/$(DEPDIR)/libscipreferences_algo_la-getScilabPreference.Plo
995 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/getScilabPreference.c' object='src/c/libscipreferences_algo_la-getScilabPreference.lo' libtool=yes @AMDEPBACKSLASH@
996 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
997 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscipreferences_algo_la_CPPFLAGS) $(CPPFLAGS) $(libscipreferences_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscipreferences_algo_la-getScilabPreference.lo `test -f 'src/c/getScilabPreference.c' || echo '$(srcdir)/'`src/c/getScilabPreference.c
1000 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1001 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1002 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1003 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1004 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1005 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
1008 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1009 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1010 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1011 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1012 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1013 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1016 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1017 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1018 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
1019 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1020 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1021 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
1023 src/nopreferences/libscipreferences_cli_la-nopreferences.lo: src/nopreferences/nopreferences.cpp
1024 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscipreferences_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/nopreferences/libscipreferences_cli_la-nopreferences.lo -MD -MP -MF src/nopreferences/$(DEPDIR)/libscipreferences_cli_la-nopreferences.Tpo -c -o src/nopreferences/libscipreferences_cli_la-nopreferences.lo `test -f 'src/nopreferences/nopreferences.cpp' || echo '$(srcdir)/'`src/nopreferences/nopreferences.cpp
1025 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/nopreferences/$(DEPDIR)/libscipreferences_cli_la-nopreferences.Tpo src/nopreferences/$(DEPDIR)/libscipreferences_cli_la-nopreferences.Plo
1026 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/nopreferences/nopreferences.cpp' object='src/nopreferences/libscipreferences_cli_la-nopreferences.lo' libtool=yes @AMDEPBACKSLASH@
1027 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1028 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscipreferences_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/nopreferences/libscipreferences_cli_la-nopreferences.lo `test -f 'src/nopreferences/nopreferences.cpp' || echo '$(srcdir)/'`src/nopreferences/nopreferences.cpp
1030 sci_gateway/cpp/libscipreferences_cli_la-preferences_gw.lo: sci_gateway/cpp/preferences_gw.cpp
1031 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscipreferences_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscipreferences_cli_la-preferences_gw.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscipreferences_cli_la-preferences_gw.Tpo -c -o sci_gateway/cpp/libscipreferences_cli_la-preferences_gw.lo `test -f 'sci_gateway/cpp/preferences_gw.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/preferences_gw.cpp
1032 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscipreferences_cli_la-preferences_gw.Tpo sci_gateway/cpp/$(DEPDIR)/libscipreferences_cli_la-preferences_gw.Plo
1033 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/preferences_gw.cpp' object='sci_gateway/cpp/libscipreferences_cli_la-preferences_gw.lo' libtool=yes @AMDEPBACKSLASH@
1034 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1035 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscipreferences_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscipreferences_cli_la-preferences_gw.lo `test -f 'sci_gateway/cpp/preferences_gw.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/preferences_gw.cpp
1037 sci_gateway/cpp/libscipreferences_la-sci_addModulePreferences.lo: sci_gateway/cpp/sci_addModulePreferences.cpp
1038 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscipreferences_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscipreferences_la-sci_addModulePreferences.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_addModulePreferences.Tpo -c -o sci_gateway/cpp/libscipreferences_la-sci_addModulePreferences.lo `test -f 'sci_gateway/cpp/sci_addModulePreferences.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_addModulePreferences.cpp
1039 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_addModulePreferences.Tpo sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_addModulePreferences.Plo
1040 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_addModulePreferences.cpp' object='sci_gateway/cpp/libscipreferences_la-sci_addModulePreferences.lo' libtool=yes @AMDEPBACKSLASH@
1041 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1042 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscipreferences_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscipreferences_la-sci_addModulePreferences.lo `test -f 'sci_gateway/cpp/sci_addModulePreferences.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_addModulePreferences.cpp
1044 sci_gateway/cpp/libscipreferences_la-sci_removeModulePreferences.lo: sci_gateway/cpp/sci_removeModulePreferences.cpp
1045 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscipreferences_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscipreferences_la-sci_removeModulePreferences.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_removeModulePreferences.Tpo -c -o sci_gateway/cpp/libscipreferences_la-sci_removeModulePreferences.lo `test -f 'sci_gateway/cpp/sci_removeModulePreferences.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_removeModulePreferences.cpp
1046 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_removeModulePreferences.Tpo sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_removeModulePreferences.Plo
1047 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_removeModulePreferences.cpp' object='sci_gateway/cpp/libscipreferences_la-sci_removeModulePreferences.lo' libtool=yes @AMDEPBACKSLASH@
1048 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1049 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscipreferences_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscipreferences_la-sci_removeModulePreferences.lo `test -f 'sci_gateway/cpp/sci_removeModulePreferences.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_removeModulePreferences.cpp
1051 sci_gateway/cpp/libscipreferences_la-sci_preferences.lo: sci_gateway/cpp/sci_preferences.cpp
1052 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscipreferences_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscipreferences_la-sci_preferences.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_preferences.Tpo -c -o sci_gateway/cpp/libscipreferences_la-sci_preferences.lo `test -f 'sci_gateway/cpp/sci_preferences.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_preferences.cpp
1053 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_preferences.Tpo sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_preferences.Plo
1054 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_preferences.cpp' object='sci_gateway/cpp/libscipreferences_la-sci_preferences.lo' libtool=yes @AMDEPBACKSLASH@
1055 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1056 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscipreferences_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscipreferences_la-sci_preferences.lo `test -f 'sci_gateway/cpp/sci_preferences.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_preferences.cpp
1058 sci_gateway/cpp/libscipreferences_la-preferences_gw.lo: sci_gateway/cpp/preferences_gw.cpp
1059 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscipreferences_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscipreferences_la-preferences_gw.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-preferences_gw.Tpo -c -o sci_gateway/cpp/libscipreferences_la-preferences_gw.lo `test -f 'sci_gateway/cpp/preferences_gw.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/preferences_gw.cpp
1060 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-preferences_gw.Tpo sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-preferences_gw.Plo
1061 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/preferences_gw.cpp' object='sci_gateway/cpp/libscipreferences_la-preferences_gw.lo' libtool=yes @AMDEPBACKSLASH@
1062 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1063 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscipreferences_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscipreferences_la-preferences_gw.lo `test -f 'sci_gateway/cpp/preferences_gw.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/preferences_gw.cpp
1065 src/jni/libscipreferences_la-ScilabPreferences.lo: src/jni/ScilabPreferences.cpp
1066 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscipreferences_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/jni/libscipreferences_la-ScilabPreferences.lo -MD -MP -MF src/jni/$(DEPDIR)/libscipreferences_la-ScilabPreferences.Tpo -c -o src/jni/libscipreferences_la-ScilabPreferences.lo `test -f 'src/jni/ScilabPreferences.cpp' || echo '$(srcdir)/'`src/jni/ScilabPreferences.cpp
1067 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/jni/$(DEPDIR)/libscipreferences_la-ScilabPreferences.Tpo src/jni/$(DEPDIR)/libscipreferences_la-ScilabPreferences.Plo
1068 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/jni/ScilabPreferences.cpp' object='src/jni/libscipreferences_la-ScilabPreferences.lo' libtool=yes @AMDEPBACKSLASH@
1069 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1070 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscipreferences_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/jni/libscipreferences_la-ScilabPreferences.lo `test -f 'src/jni/ScilabPreferences.cpp' || echo '$(srcdir)/'`src/jni/ScilabPreferences.cpp
1072 mostlyclean-libtool:
1077 -rm -rf sci_gateway/cpp/.libs sci_gateway/cpp/_libs
1078 -rm -rf src/c/.libs src/c/_libs
1079 -rm -rf src/jni/.libs src/jni/_libs
1080 -rm -rf src/nopreferences/.libs src/nopreferences/_libs
1081 install-libscipreferences_la_etcDATA: $(libscipreferences_la_etc_DATA)
1083 @list='$(libscipreferences_la_etc_DATA)'; test -n "$(libscipreferences_la_etcdir)" || list=; \
1084 if test -n "$$list"; then \
1085 echo " $(MKDIR_P) '$(DESTDIR)$(libscipreferences_la_etcdir)'"; \
1086 $(MKDIR_P) "$(DESTDIR)$(libscipreferences_la_etcdir)" || exit 1; \
1088 for p in $$list; do \
1089 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1091 done | $(am__base_list) | \
1092 while read files; do \
1093 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscipreferences_la_etcdir)'"; \
1094 $(INSTALL_DATA) $$files "$(DESTDIR)$(libscipreferences_la_etcdir)" || exit $$?; \
1097 uninstall-libscipreferences_la_etcDATA:
1098 @$(NORMAL_UNINSTALL)
1099 @list='$(libscipreferences_la_etc_DATA)'; test -n "$(libscipreferences_la_etcdir)" || list=; \
1100 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1101 dir='$(DESTDIR)$(libscipreferences_la_etcdir)'; $(am__uninstall_files_from_dir)
1102 install-libscipreferences_la_rootDATA: $(libscipreferences_la_root_DATA)
1104 @list='$(libscipreferences_la_root_DATA)'; test -n "$(libscipreferences_la_rootdir)" || list=; \
1105 if test -n "$$list"; then \
1106 echo " $(MKDIR_P) '$(DESTDIR)$(libscipreferences_la_rootdir)'"; \
1107 $(MKDIR_P) "$(DESTDIR)$(libscipreferences_la_rootdir)" || exit 1; \
1109 for p in $$list; do \
1110 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1112 done | $(am__base_list) | \
1113 while read files; do \
1114 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscipreferences_la_rootdir)'"; \
1115 $(INSTALL_DATA) $$files "$(DESTDIR)$(libscipreferences_la_rootdir)" || exit $$?; \
1118 uninstall-libscipreferences_la_rootDATA:
1119 @$(NORMAL_UNINSTALL)
1120 @list='$(libscipreferences_la_root_DATA)'; test -n "$(libscipreferences_la_rootdir)" || list=; \
1121 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1122 dir='$(DESTDIR)$(libscipreferences_la_rootdir)'; $(am__uninstall_files_from_dir)
1123 install-libscipreferences_la_src_xsltDATA: $(libscipreferences_la_src_xslt_DATA)
1125 @list='$(libscipreferences_la_src_xslt_DATA)'; test -n "$(libscipreferences_la_src_xsltdir)" || list=; \
1126 if test -n "$$list"; then \
1127 echo " $(MKDIR_P) '$(DESTDIR)$(libscipreferences_la_src_xsltdir)'"; \
1128 $(MKDIR_P) "$(DESTDIR)$(libscipreferences_la_src_xsltdir)" || exit 1; \
1130 for p in $$list; do \
1131 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1133 done | $(am__base_list) | \
1134 while read files; do \
1135 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscipreferences_la_src_xsltdir)'"; \
1136 $(INSTALL_DATA) $$files "$(DESTDIR)$(libscipreferences_la_src_xsltdir)" || exit $$?; \
1139 uninstall-libscipreferences_la_src_xsltDATA:
1140 @$(NORMAL_UNINSTALL)
1141 @list='$(libscipreferences_la_src_xslt_DATA)'; test -n "$(libscipreferences_la_src_xsltdir)" || list=; \
1142 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1143 dir='$(DESTDIR)$(libscipreferences_la_src_xsltdir)'; $(am__uninstall_files_from_dir)
1144 install-libscipreferences_la_src_xslt_xwizardDATA: $(libscipreferences_la_src_xslt_xwizard_DATA)
1146 @list='$(libscipreferences_la_src_xslt_xwizard_DATA)'; test -n "$(libscipreferences_la_src_xslt_xwizarddir)" || list=; \
1147 if test -n "$$list"; then \
1148 echo " $(MKDIR_P) '$(DESTDIR)$(libscipreferences_la_src_xslt_xwizarddir)'"; \
1149 $(MKDIR_P) "$(DESTDIR)$(libscipreferences_la_src_xslt_xwizarddir)" || exit 1; \
1151 for p in $$list; do \
1152 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1154 done | $(am__base_list) | \
1155 while read files; do \
1156 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscipreferences_la_src_xslt_xwizarddir)'"; \
1157 $(INSTALL_DATA) $$files "$(DESTDIR)$(libscipreferences_la_src_xslt_xwizarddir)" || exit $$?; \
1160 uninstall-libscipreferences_la_src_xslt_xwizardDATA:
1161 @$(NORMAL_UNINSTALL)
1162 @list='$(libscipreferences_la_src_xslt_xwizard_DATA)'; test -n "$(libscipreferences_la_src_xslt_xwizarddir)" || list=; \
1163 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1164 dir='$(DESTDIR)$(libscipreferences_la_src_xslt_xwizarddir)'; $(am__uninstall_files_from_dir)
1166 ID: $(am__tagged_files)
1167 $(am__define_uniq_tagged_files); mkid -fID $$unique
1171 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1174 $(am__define_uniq_tagged_files); \
1176 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1177 test -n "$$unique" || unique=$$empty_fix; \
1178 if test $$# -gt 0; then \
1179 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1182 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1189 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1190 $(am__define_uniq_tagged_files); \
1191 test -z "$(CTAGS_ARGS)$$unique" \
1192 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1196 here=`$(am__cd) $(top_builddir) && pwd` \
1197 && $(am__cd) $(top_srcdir) \
1198 && gtags -i $(GTAGS_ARGS) "$$here"
1199 cscopelist: cscopelist-am
1201 cscopelist-am: $(am__tagged_files)
1202 list='$(am__tagged_files)'; \
1203 case "$(srcdir)" in \
1204 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1205 *) sdir=$(subdir)/$(srcdir) ;; \
1207 for i in $$list; do \
1208 if test -f "$$i"; then \
1209 echo "$(subdir)/$$i"; \
1211 echo "$$sdir/$$i"; \
1213 done >> $(top_builddir)/cscope.files
1216 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1218 distdir: $(BUILT_SOURCES)
1219 $(MAKE) $(AM_MAKEFLAGS) distdir-am
1221 distdir-am: $(DISTFILES)
1222 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1223 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1224 list='$(DISTFILES)'; \
1225 dist_files=`for file in $$list; do echo $$file; done | \
1226 sed -e "s|^$$srcdirstrip/||;t" \
1227 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1228 case $$dist_files in \
1229 */*) $(MKDIR_P) `echo "$$dist_files" | \
1230 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1233 for file in $$dist_files; do \
1234 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1235 if test -d $$d/$$file; then \
1236 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1237 if test -d "$(distdir)/$$file"; then \
1238 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1240 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1241 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1242 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1244 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1246 test -f "$(distdir)/$$file" \
1247 || cp -p $$d/$$file "$(distdir)/$$file" \
1252 $(MAKE) $(AM_MAKEFLAGS) check-local
1253 check: $(BUILT_SOURCES)
1254 $(MAKE) $(AM_MAKEFLAGS) check-am
1255 all-am: Makefile $(LTLIBRARIES) $(DATA) all-local
1257 for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(libscipreferences_la_etcdir)" "$(DESTDIR)$(libscipreferences_la_rootdir)" "$(DESTDIR)$(libscipreferences_la_src_xsltdir)" "$(DESTDIR)$(libscipreferences_la_src_xslt_xwizarddir)"; do \
1258 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1260 install: $(BUILT_SOURCES)
1261 $(MAKE) $(AM_MAKEFLAGS) install-am
1262 install-exec: install-exec-am
1263 install-data: install-data-am
1264 uninstall: uninstall-am
1267 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1269 installcheck: installcheck-am
1271 if test -z '$(STRIP)'; then \
1272 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1273 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1276 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1277 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1278 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1280 mostlyclean-generic:
1285 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1286 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1287 -rm -f sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1288 -rm -f sci_gateway/cpp/$(am__dirstamp)
1289 -rm -f src/c/$(DEPDIR)/$(am__dirstamp)
1290 -rm -f src/c/$(am__dirstamp)
1291 -rm -f src/jni/$(DEPDIR)/$(am__dirstamp)
1292 -rm -f src/jni/$(am__dirstamp)
1293 -rm -f src/nopreferences/$(DEPDIR)/$(am__dirstamp)
1294 -rm -f src/nopreferences/$(am__dirstamp)
1296 maintainer-clean-generic:
1297 @echo "This command is intended for maintainers to use"
1298 @echo "it deletes files that may require special tools to rebuild."
1299 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1302 clean-am: clean-generic clean-libtool clean-local \
1303 clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES mostlyclean-am
1305 distclean: distclean-am
1306 -rm -f sci_gateway/cpp/$(DEPDIR)/libscipreferences_cli_la-preferences_gw.Plo
1307 -rm -f sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-preferences_gw.Plo
1308 -rm -f sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_addModulePreferences.Plo
1309 -rm -f sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_preferences.Plo
1310 -rm -f sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_removeModulePreferences.Plo
1311 -rm -f src/c/$(DEPDIR)/libscipreferences_algo_la-getScilabPreference.Plo
1312 -rm -f src/jni/$(DEPDIR)/libscipreferences_la-ScilabPreferences.Plo
1313 -rm -f src/nopreferences/$(DEPDIR)/libscipreferences_cli_la-nopreferences.Plo
1315 distclean-am: clean-am distclean-compile distclean-generic \
1316 distclean-local distclean-tags
1330 install-data-am: install-data-local \
1331 install-libscipreferences_la_etcDATA \
1332 install-libscipreferences_la_rootDATA \
1333 install-libscipreferences_la_src_xsltDATA \
1334 install-libscipreferences_la_src_xslt_xwizardDATA
1336 install-dvi: install-dvi-am
1340 install-exec-am: install-pkglibLTLIBRARIES
1342 install-html: install-html-am
1344 install-html-am: install-html-local
1346 install-info: install-info-am
1352 install-pdf: install-pdf-am
1356 install-ps: install-ps-am
1362 maintainer-clean: maintainer-clean-am
1363 -rm -f sci_gateway/cpp/$(DEPDIR)/libscipreferences_cli_la-preferences_gw.Plo
1364 -rm -f sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-preferences_gw.Plo
1365 -rm -f sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_addModulePreferences.Plo
1366 -rm -f sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_preferences.Plo
1367 -rm -f sci_gateway/cpp/$(DEPDIR)/libscipreferences_la-sci_removeModulePreferences.Plo
1368 -rm -f src/c/$(DEPDIR)/libscipreferences_algo_la-getScilabPreference.Plo
1369 -rm -f src/jni/$(DEPDIR)/libscipreferences_la-ScilabPreferences.Plo
1370 -rm -f src/nopreferences/$(DEPDIR)/libscipreferences_cli_la-nopreferences.Plo
1372 maintainer-clean-am: distclean-am maintainer-clean-generic
1374 mostlyclean: mostlyclean-am
1376 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1387 uninstall-am: uninstall-libscipreferences_la_etcDATA \
1388 uninstall-libscipreferences_la_rootDATA \
1389 uninstall-libscipreferences_la_src_xsltDATA \
1390 uninstall-libscipreferences_la_src_xslt_xwizardDATA \
1391 uninstall-pkglibLTLIBRARIES
1393 .MAKE: all check check-am install install-am install-strip
1395 .PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \
1396 check-am check-local clean clean-generic clean-libtool \
1397 clean-local clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES \
1398 cscopelist-am ctags ctags-am distclean distclean-compile \
1399 distclean-generic distclean-libtool distclean-local \
1400 distclean-tags distdir dvi dvi-am html html-am info info-am \
1401 install install-am install-data install-data-am \
1402 install-data-local install-dvi install-dvi-am install-exec \
1403 install-exec-am install-html install-html-am \
1404 install-html-local install-info install-info-am \
1405 install-libscipreferences_la_etcDATA \
1406 install-libscipreferences_la_rootDATA \
1407 install-libscipreferences_la_src_xsltDATA \
1408 install-libscipreferences_la_src_xslt_xwizardDATA install-man \
1409 install-pdf install-pdf-am install-pkglibLTLIBRARIES \
1410 install-ps install-ps-am install-strip installcheck \
1411 installcheck-am installdirs maintainer-clean \
1412 maintainer-clean-generic mostlyclean mostlyclean-compile \
1413 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1414 tags tags-am uninstall uninstall-am \
1415 uninstall-libscipreferences_la_etcDATA \
1416 uninstall-libscipreferences_la_rootDATA \
1417 uninstall-libscipreferences_la_src_xsltDATA \
1418 uninstall-libscipreferences_la_src_xslt_xwizardDATA \
1419 uninstall-pkglibLTLIBRARIES
1424 # This target enables tests for Scilab
1425 check-local: $(top_builddir)/scilab-bin test
1426 if test -d $(mydatadir)/tests; then \
1427 @COMMAND="try test_run('$(modulename)');catch exit(-1);end;exit(0)"; export LANG=C; $(top_builddir)/bin/scilab -nwni -nb -e "$$COMMAND"; \
1430 if test -f build.xml; then \
1431 $(ANT) checkstyle; \
1433 if test -x "$(SPLINT)"; then \
1434 $(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); \
1436 @NEED_JAVA_TRUE@java:
1437 # Some configurations needs to export JAVA_HOME in the current env
1438 @NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
1439 @NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
1440 @NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \
1441 @NEED_JAVA_TRUE@ $(ANT); \
1444 @NEED_JAVA_TRUE@clean-java:
1445 # Some configurations needs to export JAVA_HOME in the current env
1446 @NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
1447 @NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
1448 @NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \
1449 @NEED_JAVA_TRUE@ $(ANT) clean; \
1450 @NEED_JAVA_TRUE@ fi;
1452 # If the user request for the SWIG generation of the wrappers Java => C/C++
1453 # We call the target swig-build on the variable SWIG_WRAPPERS
1455 @SWIG_TRUE@swig: $(SWIG_WRAPPERS)
1456 @SWIG_TRUE@ @SWIG_PACKAGENAME=org.scilab.modules.$(modulename); \
1457 @SWIG_TRUE@ SWIG_OUTDIR=src/java/org/scilab/modules/$(modulename)/; \
1458 @SWIG_TRUE@ if test -n "$(SWIG_WRAPPERS)"; then \
1459 @SWIG_TRUE@ for file in $(SWIG_WRAPPERS) ; do \
1460 @SWIG_TRUE@ echo "Swig process of $$file (Java) ..."; \
1461 @SWIG_TRUE@ $(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_JAVA) -package $$SWIG_PACKAGENAME -outdir $$SWIG_OUTDIR $$file; \
1465 @SWIG_TRUE@swig-scilab: $(SWIG_SCILAB_WRAPPERS)
1466 @SWIG_TRUE@ @SWIG_OUTDIR=src/swig/; \
1467 @SWIG_TRUE@ if test -n "$(SWIG_SCILAB_WRAPPERS)"; then \
1468 @SWIG_TRUE@ for file in $(SWIG_SCILAB_WRAPPERS) ; do \
1469 @SWIG_TRUE@ echo "Swig process of $$file (Scilab) ..."; \
1470 @SWIG_TRUE@ $(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_SCILAB) -outdir $$SWIG_OUTDIR $$file; \
1474 # If the user request for the SWIG generation of the wrappers Java => C/C++
1475 # We call the target swig-build on the variable SWIG_WRAPPERS
1477 @GIWS_TRUE@giws: $(GIWS_WRAPPERS)
1478 @GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/; \
1479 @GIWS_TRUE@ MANDATORY_OPTIONS="--throws-exception-on-error --description-file"; \
1480 @GIWS_TRUE@ if test -n "$(GIWS_WRAPPERS)"; then \
1481 @GIWS_TRUE@ for file in $(GIWS_WRAPPERS) ; do \
1482 @GIWS_TRUE@ echo "GIWS process of $$file ..."; \
1483 @GIWS_TRUE@ if test -z "$(GIWS_OPTIONS)"; then \
1484 @GIWS_TRUE@ $(GIWS_BIN) --disable-return-size-array --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \
1486 @GIWS_TRUE@ echo "Custom GIWS call with '$$GIWS_OPTIONS'"; \
1487 @GIWS_TRUE@ $(GIWS_BIN) $$GIWS_OPTIONS --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \
1492 @GIWS_TRUE@giws-exception:
1493 @GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/;\
1494 @GIWS_TRUE@ echo "GIWS: Generation of exception class ..."; \
1495 @GIWS_TRUE@ $(GIWS_BIN) --generate-exception-class --output-dir $$GIWS_OUTPUTDIR
1498 -@( if test ! -x $(top_builddir)/scilab-bin; then \
1499 echo "Error : Cannot build $< : Scilab has not been built"; \
1501 $(top_builddir)/bin/scilab -ns -nwni -e "exec('macros/buildmacros.sce');quit;";\
1504 # Removes the macros
1506 # Removes macros (*.bin generated from .sci)
1507 @for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
1508 echo "rm -f $(builddir)/$$dir/$(MACROBINMASK)"; \
1509 rm -f $(builddir)/$$dir/$(MACROBINMASK); \
1513 # More tests could be added here
1514 @if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
1515 if test -f build.xml -a $$USEANT -eq 1; then \
1519 all-local: $(TARGETS_ALL)
1522 -@( if test ! -x $(top_builddir)/scilab-bin; then \
1523 echo "Error : Cannot build $< : Scilab has not been build"; \
1525 echo "Creating $@"; \
1526 $(top_builddir)/bin/scilab -ns -nwni -e "exec('$(abs_srcdir)/$<');save('$(abs_srcdir)/$@');exit;"; \
1531 install-data-local-local:
1532 # Mainly for javasci
1533 @if test -d $(srcdir)/javadoc; then \
1534 cp -R $(srcdir)/javadoc $(DESTDIR)/$(mydatadir)/; \
1536 # If the user wants the help sources to be installed
1537 @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of XML sources of help files --------"; \
1538 @INSTALL_HELP_XML_TRUE@ for lang in $(ALL_LINGUAS); do \
1539 @INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/$$lang; then \
1540 @INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/$$lang && \
1541 @INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/$$lang/$(DOCMASKXML) >/dev/null 2>&1; then \
1542 @INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/$$lang/$(DOCMASKXML) ; do \
1543 @INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/$$lang" ; \
1544 @INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/$$lang ; \
1545 @INSTALL_HELP_XML_TRUE@ done ; \
1546 @INSTALL_HELP_XML_TRUE@ fi; \
1547 @INSTALL_HELP_XML_TRUE@ fi; \
1548 @INSTALL_HELP_XML_TRUE@ done; \
1549 @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of MathML sources --------"; \
1550 @INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/mml/; then \
1551 @INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/mml/ && \
1552 @INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/mml/$(DOCMASKMML) >/dev/null 2>&1; then \
1553 @INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/mml/$(DOCMASKMML) ; do \
1554 @INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/mml" ; \
1555 @INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/mml ; \
1556 @INSTALL_HELP_XML_TRUE@ done ; \
1557 @INSTALL_HELP_XML_TRUE@ fi; \
1558 @INSTALL_HELP_XML_TRUE@ fi
1561 @echo "-------- Install tests (if any) --------"; \
1562 for dir in $(TESTS_DIR) $(TESTS_DIREXT) ; do \
1563 if test -d $(srcdir)/$$dir/; then \
1564 $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
1565 for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
1566 if test -d "$(srcdir)/$$dir/$$file"; then \
1567 echo $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir/$$file; \
1568 $(mkinstalldirs) "$(DESTDIR)$(pkgmacrosdir)/$$dir/$$file"; \
1570 echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
1571 $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
1576 # Install the help chapter
1577 @echo "-------- Install the help chapter (if any) --------"; \
1578 for lang in $(HELP_CHAPTERLANG); do \
1579 HELPFILE=$(srcdir)/$(HELP_CHAPTERDIR)$$lang/$(HELP_CHAPTERFILE); \
1580 if test -f $$HELPFILE; then \
1581 echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
1582 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
1583 echo $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
1584 $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
1587 # Install the demos & examples
1588 @echo "-------- Install demos & examples (if any) --------"; \
1589 for dir in $(DEMOS_DIR) $(DEMOS_DIREXT) $(EXAMPLES_DIR) $(EXAMPLES_DIREXT) ; do \
1590 if test -d $(srcdir)/$$dir/; then \
1591 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir && \
1592 for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
1593 if test -d "$(srcdir)/$$dir/$$file"; then \
1594 echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir/$$file; \
1595 $(mkinstalldirs) "$(DESTDIR)$(pkgdocdir)/$$dir/$$file"; \
1597 echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
1598 $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
1603 # Install the macros
1604 @echo "-------- Install macros (if any) --------"; \
1605 for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
1606 $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
1607 if test -d $(srcdir)/$$dir/; then \
1608 FILELIST="$(srcdir)/$$dir/$(MACROMASK) $(srcdir)/$$dir/$(MACROBINMASK) $(srcdir)/$$dir/$(MACROBUILDMASK) $(srcdir)/$$dir/names $(srcdir)/$$dir/lib";\
1609 if test -n "$(MACROSSPECIALEXT)"; then \
1611 for specialExt in $(MACROSSPECIALEXT); do \
1612 specialExtDir="$$specialExtDir $(srcdir)/$$dir/$$specialExt"; \
1614 FILELIST="$$FILELIST $$specialExtDir"; \
1616 for file in `ls -1 $$FILELIST 2>/dev/null`; do \
1617 echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgmacrosdir)/$$dir" ; \
1618 $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgmacrosdir)/$$dir ; \
1622 # Install java files (.jar)
1623 @if ls -lLd $(srcdir)/$(JARDIR)$(JARMASK) >/dev/null 2>&1; then \
1624 echo "-------- Install jar files --------"; \
1625 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(JARDIR); \
1626 for file in $(srcdir)/$(JARDIR)$(JARMASK); do\
1627 echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/$(JARDIR)" ; \
1628 $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/$(JARDIR) ; \
1632 ########### CLEAN ###################
1633 # Clean help (generated automatically by Scilab)
1634 # It used to clean the macro (clean-macros) but this was causing
1635 # make clean && make to fail Scilab startup
1636 @NEED_JAVA_TRUE@clean-local: clean-java
1637 @NEED_JAVA_FALSE@clean-local:
1640 rm -f $(builddir)/help/*/.last_successful_build_javaHelp $(builddir)/help/*/.list_*
1642 .PHONY: macros java swig giws
1644 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1645 # Otherwise a system limit (for SysV at least) may be exceeded.