1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17 # Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
18 # Copyright (C) 2006 - INRIA - Sylvestre Ledru <sylvestre.ledru@inria.fr>
20 # This file is distributed under the same license as the Scilab package.
22 # Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
23 # Copyright (C) 2006-2008 - INRIA - Sylvestre LEDRU <sylvestre.ledru@inria.fr>
24 # Copyright (C) 2008 - INRIA - Pierre MARECHAL <pierre.marechal@inria.fr>
26 # Copyright (C) 2012 - 2016 - Scilab Enterprises
28 # This file is hereby licensed under the terms of the GNU GPL v2.0,
29 # pursuant to article 5.3.4 of the CeCILL v.2.1.
30 # This file was originally licensed under the terms of the CeCILL v2.1,
31 # and continues to be available under such terms.
32 # For more information, see the COPYING file which you should have received
33 # along with this program.
37 ### Makefile included stuff
38 ### Target, variable, suffixes which are supposed to be useful in every makefile.am
44 if test -z '$(MAKELEVEL)'; then \
46 elif test -n '$(MAKE_HOST)'; then \
48 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
54 am__make_running_with_option = \
55 case $${target_option-} in \
57 *) echo "am__make_running_with_option: internal error: invalid" \
58 "target option '$${target_option-}' specified" >&2; \
62 sane_makeflags=$$MAKEFLAGS; \
63 if $(am__is_gnu_make); then \
64 sane_makeflags=$$MFLAGS; \
69 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
70 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
76 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
78 for flg in $$sane_makeflags; do \
79 test $$skip_next = yes && { skip_next=no; continue; }; \
82 -*I) strip_trailopt 'I'; skip_next=yes;; \
83 -*I?*) strip_trailopt 'I';; \
84 -*O) strip_trailopt 'O'; skip_next=yes;; \
85 -*O?*) strip_trailopt 'O';; \
86 -*l) strip_trailopt 'l'; skip_next=yes;; \
87 -*l?*) strip_trailopt 'l';; \
88 -[dEDm]) skip_next=yes;; \
89 -[JT]) skip_next=yes;; \
92 *$$target_option*) has_opt=yes; break;; \
96 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
97 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
98 pkgdatadir = $(datadir)/@PACKAGE@
99 pkgincludedir = $(includedir)/@PACKAGE@
100 pkglibdir = $(libdir)/@PACKAGE@
101 pkglibexecdir = $(libexecdir)/@PACKAGE@
102 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
103 install_sh_DATA = $(install_sh) -c -m 644
104 install_sh_PROGRAM = $(install_sh) -c
105 install_sh_SCRIPT = $(install_sh) -c
106 INSTALL_HEADER = $(INSTALL_DATA)
107 transform = $(program_transform_name)
114 build_triplet = @build@
115 host_triplet = @host@
116 @NEED_JAVA_TRUE@am__append_1 = java
117 subdir = modules/sound
118 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
119 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
120 $(top_srcdir)/m4/backtrace.m4 $(top_srcdir)/m4/compiler.m4 \
121 $(top_srcdir)/m4/curl.m4 $(top_srcdir)/m4/docbook.m4 \
122 $(top_srcdir)/m4/doxygen.m4 $(top_srcdir)/m4/eigen.m4 \
123 $(top_srcdir)/m4/fftw.m4 $(top_srcdir)/m4/fortran.m4 \
124 $(top_srcdir)/m4/giws.m4 $(top_srcdir)/m4/hdf5.m4 \
125 $(top_srcdir)/m4/intel_compiler.m4 \
126 $(top_srcdir)/m4/java-thirdparty.m4 $(top_srcdir)/m4/java.m4 \
127 $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/lib-ld.m4 \
128 $(top_srcdir)/m4/libsmath.m4 $(top_srcdir)/m4/libtool.m4 \
129 $(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/ltoptions.m4 \
130 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
131 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/macosx.m4 \
132 $(top_srcdir)/m4/mpi.m4 $(top_srcdir)/m4/ocaml.m4 \
133 $(top_srcdir)/m4/pcre.m4 $(top_srcdir)/m4/pkg.m4 \
134 $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/swig.m4 \
135 $(top_srcdir)/m4/symlinks.m4 $(top_srcdir)/m4/tcltk.m4 \
136 $(top_srcdir)/m4/umfpack.m4 $(top_srcdir)/configure.ac
137 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
139 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
140 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
141 CONFIG_HEADER = $(top_builddir)/modules/core/includes/machine.h
143 CONFIG_CLEAN_VPATH_FILES =
144 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
145 am__vpath_adj = case $$p in \
146 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
149 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
151 am__nobase_strip_setup = \
152 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
154 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
155 am__nobase_list = $(am__nobase_strip_setup); \
156 for p in $$list; do echo "$$p $$p"; done | \
157 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
158 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
159 if (++n[$$2] == $(am__install_max)) \
160 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
161 END { for (dir in files) print dir, files[dir] }'
163 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
164 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
165 am__uninstall_files_from_dir = { \
167 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
168 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
169 $(am__cd) "$$dir" && rm -f $$files; }; \
171 am__installdirs = "$(DESTDIR)$(pkglibdir)" \
172 "$(DESTDIR)$(libscisound_la_etcdir)" \
173 "$(DESTDIR)$(libscisound_la_rootdir)" \
174 "$(DESTDIR)$(libscisound_la_sci_gatewaydir)"
175 LTLIBRARIES = $(pkglib_LTLIBRARIES)
176 libscisound_la_LIBADD =
177 am__dirstamp = $(am__leading_dot)dirstamp
178 am__objects_1 = sci_gateway/c/libscisound_la-sci_beep.lo \
179 sci_gateway/c/libscisound_la-sci_PlaySound.lo
180 am_libscisound_la_OBJECTS = $(am__objects_1)
181 libscisound_la_OBJECTS = $(am_libscisound_la_OBJECTS)
182 AM_V_lt = $(am__v_lt_@AM_V@)
183 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
184 am__v_lt_0 = --silent
186 AM_V_P = $(am__v_P_@AM_V@)
187 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
190 AM_V_GEN = $(am__v_GEN_@AM_V@)
191 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
192 am__v_GEN_0 = @echo " GEN " $@;
194 AM_V_at = $(am__v_at_@AM_V@)
195 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
198 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/modules/core/includes
199 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
200 am__maybe_remake_depfiles = depfiles
201 am__depfiles_remade = \
202 sci_gateway/c/$(DEPDIR)/libscisound_la-sci_PlaySound.Plo \
203 sci_gateway/c/$(DEPDIR)/libscisound_la-sci_beep.Plo
205 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
206 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
207 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
208 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
209 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
210 $(AM_CFLAGS) $(CFLAGS)
211 AM_V_CC = $(am__v_CC_@AM_V@)
212 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
213 am__v_CC_0 = @echo " CC " $@;
216 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
217 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
218 $(AM_LDFLAGS) $(LDFLAGS) -o $@
219 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
220 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
221 am__v_CCLD_0 = @echo " CCLD " $@;
223 SOURCES = $(libscisound_la_SOURCES)
224 DIST_SOURCES = $(libscisound_la_SOURCES)
225 am__can_run_installinfo = \
226 case $$AM_UPDATE_INFO_DIR in \
228 *) (install-info --version) >/dev/null 2>&1;; \
230 DATA = $(libscisound_la_etc_DATA) $(libscisound_la_root_DATA) \
231 $(libscisound_la_sci_gateway_DATA)
232 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
233 # Read a list of newline-separated strings from the standard input,
234 # and print each of them once, without duplicates. Input order is
236 am__uniquify_input = $(AWK) '\
237 BEGIN { nonempty = 0; } \
238 { items[$$0] = 1; nonempty = 1; } \
239 END { if (nonempty) { for (i in items) print i; }; } \
241 # Make sure the list of sources is unique. This is necessary because,
242 # e.g., the same source file might be shared among _SOURCES variables
243 # for different programs/libraries.
244 am__define_uniq_tagged_files = \
245 list='$(am__tagged_files)'; \
246 unique=`for i in $$list; do \
247 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
248 done | $(am__uniquify_input)`
251 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am \
252 $(top_srcdir)/config/depcomp \
253 $(top_srcdir)/config/mkinstalldirs
254 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
256 ALL_LINGUAS = @ALL_LINGUAS@
257 ALL_LINGUAS_DOC = @ALL_LINGUAS_DOC@
259 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
263 ARPACK_LIBS = @ARPACK_LIBS@
265 AUTOCONF = @AUTOCONF@
266 AUTOHEADER = @AUTOHEADER@
267 AUTOMAKE = @AUTOMAKE@
268 AVALON_FRAMEWORK = @AVALON_FRAMEWORK@
271 BLAS_CFLAGS = @BLAS_CFLAGS@
272 BLAS_LIBS = @BLAS_LIBS@
275 CCDEPMODE = @CCDEPMODE@
277 CHECKSTYLE = @CHECKSTYLE@
278 COBERTURA = @COBERTURA@
279 COMMONS_BEANUTILS = @COMMONS_BEANUTILS@
280 COMMONS_IO = @COMMONS_IO@
281 COMMONS_LOGGING = @COMMONS_LOGGING@
283 CPPFLAGS = @CPPFLAGS@
284 CURL_CFLAGS = @CURL_CFLAGS@
285 CURL_CONFIG = @CURL_CONFIG@
286 CURL_LIBS = @CURL_LIBS@
287 CURL_VERSION = @CURL_VERSION@
290 CXXDEPMODE = @CXXDEPMODE@
291 CXXFLAGS = @CXXFLAGS@
292 CYGPATH_W = @CYGPATH_W@
294 DEMOTOOLS_ENABLE = @DEMOTOOLS_ENABLE@
297 DOCBOOK_ROOT = @DOCBOOK_ROOT@
298 DOXYGEN_BIN = @DOXYGEN_BIN@
299 DSYMUTIL = @DSYMUTIL@
306 EIGEN_CPPFLAGS = @EIGEN_CPPFLAGS@
310 FFTW3_LIB = @FFTW3_LIB@
311 FFTW_ENABLE = @FFTW_ENABLE@
313 FLEXDOCK = @FLEXDOCK@
316 FREEHEP_GRAPHICS2D = @FREEHEP_GRAPHICS2D@
317 FREEHEP_GRAPHICSIO = @FREEHEP_GRAPHICSIO@
318 FREEHEP_GRAPHICSIO_EMF = @FREEHEP_GRAPHICSIO_EMF@
319 FREEHEP_IO = @FREEHEP_IO@
320 FREEHEP_UTIL = @FREEHEP_UTIL@
322 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
323 GIWS_BIN = @GIWS_BIN@
324 GLUEGEN2_RT = @GLUEGEN2_RT@
326 GMSGFMT_015 = @GMSGFMT_015@
327 GRAPHICS_ENABLE = @GRAPHICS_ENABLE@
329 GUI_ENABLE = @GUI_ENABLE@
330 HAMCREST = @HAMCREST@
331 HAVE_CXX17 = @HAVE_CXX17@
332 HDF5_CFLAGS = @HDF5_CFLAGS@
333 HDF5_LIBS = @HDF5_LIBS@
334 HELP_ENABLE = @HELP_ENABLE@
336 INSTALL_DATA = @INSTALL_DATA@
337 INSTALL_PROGRAM = @INSTALL_PROGRAM@
338 INSTALL_SCRIPT = @INSTALL_SCRIPT@
339 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
340 INTLLIBS = @INTLLIBS@
341 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
345 JAVAC_DEBUG = @JAVAC_DEBUG@
348 JAVASCI_ENABLE = @JAVASCI_ENABLE@
349 JAVA_ENABLE = @JAVA_ENABLE@
351 JAVA_HOME = @JAVA_HOME@
352 JAVA_JNI_INCLUDE = @JAVA_JNI_INCLUDE@
353 JAVA_JNI_LIBS = @JAVA_JNI_LIBS@
355 JEUCLID_CORE = @JEUCLID_CORE@
358 JLATEXMATH = @JLATEXMATH@
359 JLATEXMATH_FOP = @JLATEXMATH_FOP@
361 JROSETTA_API = @JROSETTA_API@
362 JROSETTA_ENGINE = @JROSETTA_ENGINE@
364 LAPACK_LIBS = @LAPACK_LIBS@
370 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
371 LIBICONV = @LIBICONV@
379 LOGGING_LEVEL = @LOGGING_LEVEL@
381 LTLIBICONV = @LTLIBICONV@
382 LTLIBINTL = @LTLIBINTL@
383 LTLIBOBJS = @LTLIBOBJS@
384 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
386 LUCENE_ANALYZER = @LUCENE_ANALYZER@
387 LUCENE_PARSER = @LUCENE_PARSER@
389 MAKEINFO = @MAKEINFO@
390 MANIFEST_TOOL = @MANIFEST_TOOL@
391 MATIO_CFLAGS = @MATIO_CFLAGS@
392 MATIO_ENABLE = @MATIO_ENABLE@
393 MATIO_LIBS = @MATIO_LIBS@
395 MPI_ENABLE = @MPI_ENABLE@
398 MSGFMT_015 = @MSGFMT_015@
399 MSGMERGE = @MSGMERGE@
405 OCAMLDEP = @OCAMLDEP@
406 OCAMLLEX = @OCAMLLEX@
407 OCAMLOPT = @OCAMLOPT@
408 OCAMLYACC = @OCAMLYACC@
409 OPENMPI_CC = @OPENMPI_CC@
410 OPENMPI_CFLAGS = @OPENMPI_CFLAGS@
411 OPENMPI_CXX = @OPENMPI_CXX@
412 OPENMPI_CXXFLAGS = @OPENMPI_CXXFLAGS@
413 OPENMPI_LIBS = @OPENMPI_LIBS@
414 OPENMP_CFLAGS = @OPENMP_CFLAGS@
415 OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@
416 OPENMP_ENABLE = @OPENMP_ENABLE@
417 OPENMP_LIBS = @OPENMP_LIBS@
421 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
422 PACKAGE_NAME = @PACKAGE_NAME@
423 PACKAGE_STRING = @PACKAGE_STRING@
424 PACKAGE_TARNAME = @PACKAGE_TARNAME@
425 PACKAGE_URL = @PACKAGE_URL@
426 PACKAGE_VERSION = @PACKAGE_VERSION@
427 PATH_SEPARATOR = @PATH_SEPARATOR@
428 PCRE_CFLAGS = @PCRE_CFLAGS@
429 PCRE_CONFIG = @PCRE_CONFIG@
430 PCRE_LIBS = @PCRE_LIBS@
431 PCRE_VERSION = @PCRE_VERSION@
432 PKG_CONFIG = @PKG_CONFIG@
437 RELOCATABLE = @RELOCATABLE@
440 SCILAB_BINARY_VERSION = @SCILAB_BINARY_VERSION@
441 SCILAB_LIBRARY_VERSION = @SCILAB_LIBRARY_VERSION@
442 SCILAB_VERSION_MAINTENANCE = @SCILAB_VERSION_MAINTENANCE@
443 SCILAB_VERSION_MAJOR = @SCILAB_VERSION_MAJOR@
444 SCILAB_VERSION_MINOR = @SCILAB_VERSION_MINOR@
445 SCIRENDERER = @SCIRENDERER@
446 SCIRENDERER_CP = @SCIRENDERER_CP@
447 SCI_CFLAGS = @SCI_CFLAGS@
448 SCI_CXXFLAGS = @SCI_CXXFLAGS@
449 SCI_FFLAGS = @SCI_FFLAGS@
450 SCI_LDFLAGS = @SCI_LDFLAGS@
452 SET_MAKE = @SET_MAKE@
453 SET_RELOCATABLE = @SET_RELOCATABLE@
458 SWIG_BIN = @SWIG_BIN@
459 SWIG_JAVA = @SWIG_JAVA@
460 SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@
461 SWIG_SCILAB = @SWIG_SCILAB@
462 TCLTK_LIBS = @TCLTK_LIBS@
463 TCL_INC_PATH = @TCL_INC_PATH@
464 TK_INC_PATH = @TK_INC_PATH@
465 UMFPACK_CFLAGS = @UMFPACK_CFLAGS@
466 UMFPACK_ENABLE = @UMFPACK_ENABLE@
467 UMFPACK_LIB = @UMFPACK_LIB@
469 VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
470 VALGRIND_LIBS = @VALGRIND_LIBS@
472 WITH_OCAML = @WITH_OCAML@
473 WITH_TKSCI = @WITH_TKSCI@
474 XCOS_ENABLE = @XCOS_ENABLE@
475 XGETTEXT = @XGETTEXT@
476 XGETTEXT_015 = @XGETTEXT_015@
477 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
479 XMLGRAPHICS_COMMONS = @XMLGRAPHICS_COMMONS@
480 XML_APIS_EXT = @XML_APIS_EXT@
481 XML_CONFIG = @XML_CONFIG@
482 XML_FLAGS = @XML_FLAGS@
483 XML_LIBS = @XML_LIBS@
484 XML_VERSION = @XML_VERSION@
485 X_CFLAGS = @X_CFLAGS@
486 X_EXTRA_LIBS = @X_EXTRA_LIBS@
488 X_PRE_LIBS = @X_PRE_LIBS@
491 abs_builddir = @abs_builddir@
492 abs_srcdir = @abs_srcdir@
493 abs_top_builddir = @abs_top_builddir@
494 abs_top_srcdir = @abs_top_srcdir@
495 ac_ct_AR = @ac_ct_AR@
496 ac_ct_CC = @ac_ct_CC@
497 ac_ct_CXX = @ac_ct_CXX@
498 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
499 ac_ct_F77 = @ac_ct_F77@
500 am__include = @am__include@
501 am__leading_dot = @am__leading_dot@
502 am__quote = @am__quote@
504 am__untar = @am__untar@
507 build_alias = @build_alias@
508 build_cpu = @build_cpu@
509 build_os = @build_os@
510 build_vendor = @build_vendor@
511 builddir = @builddir@
512 cxx_present = @cxx_present@
514 datarootdir = @datarootdir@
517 exec_prefix = @exec_prefix@
519 host_alias = @host_alias@
520 host_cpu = @host_cpu@
522 host_vendor = @host_vendor@
524 includedir = @includedir@
526 install_sh = @install_sh@
528 libexecdir = @libexecdir@
529 localedir = @localedir@
530 localstatedir = @localstatedir@
533 oldincludedir = @oldincludedir@
536 program_transform_name = @program_transform_name@
539 sharedstatedir = @sharedstatedir@
541 sysconfdir = @sysconfdir@
542 target_alias = @target_alias@
543 top_build_prefix = @top_build_prefix@
544 top_builddir = @top_builddir@
545 top_srcdir = @top_srcdir@
546 yacc_present = @yacc_present@
547 GATEWAY_C_SOURCES = \
548 sci_gateway/c/sci_beep.c \
549 sci_gateway/c/sci_PlaySound.c
551 libscisound_la_CPPFLAGS = \
552 -I$(srcdir)/includes/ \
554 -I$(top_srcdir)/modules/ast/includes/ast/ \
555 -I$(top_srcdir)/modules/ast/includes/exps/ \
556 -I$(top_srcdir)/modules/ast/includes/operations/ \
557 -I$(top_srcdir)/modules/ast/includes/parse/ \
558 -I$(top_srcdir)/modules/ast/includes/symbol/ \
559 -I$(top_srcdir)/modules/ast/includes/system_env/ \
560 -I$(top_srcdir)/modules/ast/includes/types/ \
561 -I$(top_srcdir)/modules/ast/includes/analysis/ \
562 -I$(top_srcdir)/modules/output_stream/includes/ \
563 -I$(top_srcdir)/modules/fileio/includes \
564 -I$(top_srcdir)/modules/api_scilab/includes/ \
565 -I$(top_srcdir)/modules/localization/includes/ \
566 -I$(top_srcdir)/modules/string/includes \
569 pkglib_LTLIBRARIES = libscisound.la
570 libscisound_la_SOURCES = $(GATEWAY_C_SOURCES)
572 # For the code check (splint)
573 CHECK_SRC = $(libscisound_la_SOURCES)
574 INCLUDE_FLAGS = $(libscisound_la_CPPFLAGS)
579 #### sound : Conf files ####
580 libscisound_la_rootdir = $(mydatadir)
581 libscisound_la_root_DATA = license.txt
583 ####�sound : init scripts ####
584 libscisound_la_etcdir = $(mydatadir)/etc
585 libscisound_la_etc_DATA = etc/sound.quit etc/sound.start
587 ####�sound : gateway declaration ####
588 libscisound_la_sci_gatewaydir = $(mydatadir)/sci_gateway
589 libscisound_la_sci_gateway_DATA = sci_gateway/sound_gateway.xml
591 ####�sound : include files ####
592 libscisound_la_includedir = $(pkgincludedir)
594 # Where all the Scilab stuff is installed (macros, help, ...)
595 mydatadir = $(pkgdatadir)/modules/$(modulename)
597 # Set AM_* SCI detected settings
598 AM_CPPFLAGS = $(SCI_CPPFLAGS)
599 AM_CFLAGS = $(SCI_CFLAGS)
600 AM_CXXFLAGS = $(SCI_CXXFLAGS)
601 # append includes to AM_FFLAGS to manage fortran includes
602 AM_FFLAGS = $(SCI_FFLAGS) -I$(top_srcdir)/modules/core/includes/
604 # Tag shared libraries with the Scilab version
605 AM_LDFLAGS = $(SCI_LDFLAGS) -version-number $(SCILAB_LIBRARY_VERSION)
608 SPLINT_OPTIONS = -weak -booltype BOOL
610 ########################### JAVA ######################################
611 #### We are delegating java compilation to ant... Thanks to that
612 #### the procedure will be the same with Microsoft Windows (C)
614 #######################################################################
615 TARGETS_ALL = $(am__append_1)
617 ################ MACROS ######################
618 # Rule to build a macro
619 # NOT USED AT THE MOMENT
622 ########### INSTALL DOCUMENTATION ###################
624 # Install documentation files into the right target
625 # We do not use the automake mechanism (libxxxx_la_help_fr_DATA) because
626 # automake needs the html files to be present which is not the case when
627 # we are building Scilab
629 # Where it should be installed
630 pkgdocdir = $(mydatadir)
632 # What is the mask of the help source
635 # What is the mask of the MathML sources
638 ########### INSTALL DATA ###################
639 # Install macros, help & demos
640 # Where it should be installed
641 pkgmacrosdir = $(mydatadir)
642 # Which directory we process
644 # Mask of the Scilab sources macros
646 # Mask of the Scilab executable sources macros
647 MACROBUILDMASK = *.sce
648 # Mask of the Scilab compiled macros
650 # List of the standard directory for tests
651 TESTS_DIR = tests/benchmarks tests/nonreg_tests tests/unit_tests tests/java
652 # Where the demos should be installed
653 pkgdemosdir = $(mydatadir)
654 # List of the standard directory for demos
656 # List of the standard directory for examples
657 EXAMPLES_DIR = examples
658 # Where to export JAVA archives (.jar)
663 HELP_CHAPTERDIR = help/
664 HELP_CHAPTERFILE = addchapter.sce
665 HELP_CHAPTERLANG = en_US fr_FR pt_BR
669 .SUFFIXES: .sci .bin .c .lo .o .obj
670 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.incl.am $(am__configure_deps)
672 case '$(am__configure_deps)' in \
674 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
675 && { if test -f $@; then exit 0; else break; fi; }; \
679 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/sound/Makefile'; \
680 $(am__cd) $(top_srcdir) && \
681 $(AUTOMAKE) --foreign modules/sound/Makefile
682 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
685 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
687 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
688 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
690 $(top_srcdir)/Makefile.incl.am $(am__empty):
692 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
693 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
695 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
696 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
697 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
698 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
699 $(am__aclocal_m4_deps):
701 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
703 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
704 list2=; for p in $$list; do \
705 if test -f $$p; then \
706 list2="$$list2 $$p"; \
709 test -z "$$list2" || { \
710 echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \
711 $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \
712 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
713 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
716 uninstall-pkglibLTLIBRARIES:
718 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
719 for p in $$list; do \
721 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
722 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
725 clean-pkglibLTLIBRARIES:
726 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
727 @list='$(pkglib_LTLIBRARIES)'; \
728 locs=`for p in $$list; do echo $$p; done | \
729 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
731 test -z "$$locs" || { \
732 echo rm -f $${locs}; \
735 sci_gateway/c/$(am__dirstamp):
736 @$(MKDIR_P) sci_gateway/c
737 @: > sci_gateway/c/$(am__dirstamp)
738 sci_gateway/c/$(DEPDIR)/$(am__dirstamp):
739 @$(MKDIR_P) sci_gateway/c/$(DEPDIR)
740 @: > sci_gateway/c/$(DEPDIR)/$(am__dirstamp)
741 sci_gateway/c/libscisound_la-sci_beep.lo: \
742 sci_gateway/c/$(am__dirstamp) \
743 sci_gateway/c/$(DEPDIR)/$(am__dirstamp)
744 sci_gateway/c/libscisound_la-sci_PlaySound.lo: \
745 sci_gateway/c/$(am__dirstamp) \
746 sci_gateway/c/$(DEPDIR)/$(am__dirstamp)
748 libscisound.la: $(libscisound_la_OBJECTS) $(libscisound_la_DEPENDENCIES) $(EXTRA_libscisound_la_DEPENDENCIES)
749 $(AM_V_CCLD)$(LINK) -rpath $(pkglibdir) $(libscisound_la_OBJECTS) $(libscisound_la_LIBADD) $(LIBS)
753 -rm -f sci_gateway/c/*.$(OBJEXT)
754 -rm -f sci_gateway/c/*.lo
759 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libscisound_la-sci_PlaySound.Plo@am__quote@ # am--include-marker
760 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libscisound_la-sci_beep.Plo@am__quote@ # am--include-marker
762 $(am__depfiles_remade):
764 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
766 am--depfiles: $(am__depfiles_remade)
769 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
770 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
771 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
772 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
773 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
774 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
777 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
778 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
779 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
780 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
781 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
782 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
785 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
786 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
787 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
788 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
789 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
790 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
792 sci_gateway/c/libscisound_la-sci_beep.lo: sci_gateway/c/sci_beep.c
793 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisound_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscisound_la-sci_beep.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscisound_la-sci_beep.Tpo -c -o sci_gateway/c/libscisound_la-sci_beep.lo `test -f 'sci_gateway/c/sci_beep.c' || echo '$(srcdir)/'`sci_gateway/c/sci_beep.c
794 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscisound_la-sci_beep.Tpo sci_gateway/c/$(DEPDIR)/libscisound_la-sci_beep.Plo
795 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_beep.c' object='sci_gateway/c/libscisound_la-sci_beep.lo' libtool=yes @AMDEPBACKSLASH@
796 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
797 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisound_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscisound_la-sci_beep.lo `test -f 'sci_gateway/c/sci_beep.c' || echo '$(srcdir)/'`sci_gateway/c/sci_beep.c
799 sci_gateway/c/libscisound_la-sci_PlaySound.lo: sci_gateway/c/sci_PlaySound.c
800 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisound_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscisound_la-sci_PlaySound.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscisound_la-sci_PlaySound.Tpo -c -o sci_gateway/c/libscisound_la-sci_PlaySound.lo `test -f 'sci_gateway/c/sci_PlaySound.c' || echo '$(srcdir)/'`sci_gateway/c/sci_PlaySound.c
801 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscisound_la-sci_PlaySound.Tpo sci_gateway/c/$(DEPDIR)/libscisound_la-sci_PlaySound.Plo
802 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_PlaySound.c' object='sci_gateway/c/libscisound_la-sci_PlaySound.lo' libtool=yes @AMDEPBACKSLASH@
803 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
804 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisound_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscisound_la-sci_PlaySound.lo `test -f 'sci_gateway/c/sci_PlaySound.c' || echo '$(srcdir)/'`sci_gateway/c/sci_PlaySound.c
811 -rm -rf sci_gateway/c/.libs sci_gateway/c/_libs
812 install-libscisound_la_etcDATA: $(libscisound_la_etc_DATA)
814 @list='$(libscisound_la_etc_DATA)'; test -n "$(libscisound_la_etcdir)" || list=; \
815 if test -n "$$list"; then \
816 echo " $(MKDIR_P) '$(DESTDIR)$(libscisound_la_etcdir)'"; \
817 $(MKDIR_P) "$(DESTDIR)$(libscisound_la_etcdir)" || exit 1; \
819 for p in $$list; do \
820 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
822 done | $(am__base_list) | \
823 while read files; do \
824 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscisound_la_etcdir)'"; \
825 $(INSTALL_DATA) $$files "$(DESTDIR)$(libscisound_la_etcdir)" || exit $$?; \
828 uninstall-libscisound_la_etcDATA:
830 @list='$(libscisound_la_etc_DATA)'; test -n "$(libscisound_la_etcdir)" || list=; \
831 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
832 dir='$(DESTDIR)$(libscisound_la_etcdir)'; $(am__uninstall_files_from_dir)
833 install-libscisound_la_rootDATA: $(libscisound_la_root_DATA)
835 @list='$(libscisound_la_root_DATA)'; test -n "$(libscisound_la_rootdir)" || list=; \
836 if test -n "$$list"; then \
837 echo " $(MKDIR_P) '$(DESTDIR)$(libscisound_la_rootdir)'"; \
838 $(MKDIR_P) "$(DESTDIR)$(libscisound_la_rootdir)" || exit 1; \
840 for p in $$list; do \
841 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
843 done | $(am__base_list) | \
844 while read files; do \
845 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscisound_la_rootdir)'"; \
846 $(INSTALL_DATA) $$files "$(DESTDIR)$(libscisound_la_rootdir)" || exit $$?; \
849 uninstall-libscisound_la_rootDATA:
851 @list='$(libscisound_la_root_DATA)'; test -n "$(libscisound_la_rootdir)" || list=; \
852 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
853 dir='$(DESTDIR)$(libscisound_la_rootdir)'; $(am__uninstall_files_from_dir)
854 install-libscisound_la_sci_gatewayDATA: $(libscisound_la_sci_gateway_DATA)
856 @list='$(libscisound_la_sci_gateway_DATA)'; test -n "$(libscisound_la_sci_gatewaydir)" || list=; \
857 if test -n "$$list"; then \
858 echo " $(MKDIR_P) '$(DESTDIR)$(libscisound_la_sci_gatewaydir)'"; \
859 $(MKDIR_P) "$(DESTDIR)$(libscisound_la_sci_gatewaydir)" || exit 1; \
861 for p in $$list; do \
862 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
864 done | $(am__base_list) | \
865 while read files; do \
866 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscisound_la_sci_gatewaydir)'"; \
867 $(INSTALL_DATA) $$files "$(DESTDIR)$(libscisound_la_sci_gatewaydir)" || exit $$?; \
870 uninstall-libscisound_la_sci_gatewayDATA:
872 @list='$(libscisound_la_sci_gateway_DATA)'; test -n "$(libscisound_la_sci_gatewaydir)" || list=; \
873 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
874 dir='$(DESTDIR)$(libscisound_la_sci_gatewaydir)'; $(am__uninstall_files_from_dir)
876 ID: $(am__tagged_files)
877 $(am__define_uniq_tagged_files); mkid -fID $$unique
881 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
884 $(am__define_uniq_tagged_files); \
886 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
887 test -n "$$unique" || unique=$$empty_fix; \
888 if test $$# -gt 0; then \
889 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
892 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
899 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
900 $(am__define_uniq_tagged_files); \
901 test -z "$(CTAGS_ARGS)$$unique" \
902 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
906 here=`$(am__cd) $(top_builddir) && pwd` \
907 && $(am__cd) $(top_srcdir) \
908 && gtags -i $(GTAGS_ARGS) "$$here"
909 cscopelist: cscopelist-am
911 cscopelist-am: $(am__tagged_files)
912 list='$(am__tagged_files)'; \
913 case "$(srcdir)" in \
914 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
915 *) sdir=$(subdir)/$(srcdir) ;; \
917 for i in $$list; do \
918 if test -f "$$i"; then \
919 echo "$(subdir)/$$i"; \
923 done >> $(top_builddir)/cscope.files
926 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
928 distdir: $(BUILT_SOURCES)
929 $(MAKE) $(AM_MAKEFLAGS) distdir-am
931 distdir-am: $(DISTFILES)
932 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
933 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
934 list='$(DISTFILES)'; \
935 dist_files=`for file in $$list; do echo $$file; done | \
936 sed -e "s|^$$srcdirstrip/||;t" \
937 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
938 case $$dist_files in \
939 */*) $(MKDIR_P) `echo "$$dist_files" | \
940 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
943 for file in $$dist_files; do \
944 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
945 if test -d $$d/$$file; then \
946 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
947 if test -d "$(distdir)/$$file"; then \
948 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
950 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
951 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
952 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
954 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
956 test -f "$(distdir)/$$file" \
957 || cp -p $$d/$$file "$(distdir)/$$file" \
962 $(MAKE) $(AM_MAKEFLAGS) check-local
964 all-am: Makefile $(LTLIBRARIES) $(DATA) all-local
966 for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(libscisound_la_etcdir)" "$(DESTDIR)$(libscisound_la_rootdir)" "$(DESTDIR)$(libscisound_la_sci_gatewaydir)"; do \
967 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
970 install-exec: install-exec-am
971 install-data: install-data-am
972 uninstall: uninstall-am
975 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
977 installcheck: installcheck-am
979 if test -z '$(STRIP)'; then \
980 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
981 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
984 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
985 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
986 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
993 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
994 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
995 -rm -f sci_gateway/c/$(DEPDIR)/$(am__dirstamp)
996 -rm -f sci_gateway/c/$(am__dirstamp)
998 maintainer-clean-generic:
999 @echo "This command is intended for maintainers to use"
1000 @echo "it deletes files that may require special tools to rebuild."
1003 clean-am: clean-generic clean-libtool clean-local \
1004 clean-pkglibLTLIBRARIES mostlyclean-am
1006 distclean: distclean-am
1007 -rm -f sci_gateway/c/$(DEPDIR)/libscisound_la-sci_PlaySound.Plo
1008 -rm -f sci_gateway/c/$(DEPDIR)/libscisound_la-sci_beep.Plo
1010 distclean-am: clean-am distclean-compile distclean-generic \
1011 distclean-local distclean-tags
1025 install-data-am: install-data-local install-libscisound_la_etcDATA \
1026 install-libscisound_la_rootDATA \
1027 install-libscisound_la_sci_gatewayDATA
1029 install-dvi: install-dvi-am
1033 install-exec-am: install-pkglibLTLIBRARIES
1035 install-html: install-html-am
1037 install-html-am: install-html-local
1039 install-info: install-info-am
1045 install-pdf: install-pdf-am
1049 install-ps: install-ps-am
1055 maintainer-clean: maintainer-clean-am
1056 -rm -f sci_gateway/c/$(DEPDIR)/libscisound_la-sci_PlaySound.Plo
1057 -rm -f sci_gateway/c/$(DEPDIR)/libscisound_la-sci_beep.Plo
1059 maintainer-clean-am: distclean-am maintainer-clean-generic
1061 mostlyclean: mostlyclean-am
1063 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1074 uninstall-am: uninstall-libscisound_la_etcDATA \
1075 uninstall-libscisound_la_rootDATA \
1076 uninstall-libscisound_la_sci_gatewayDATA \
1077 uninstall-pkglibLTLIBRARIES
1079 .MAKE: check-am install-am install-strip
1081 .PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \
1082 check-am check-local clean clean-generic clean-libtool \
1083 clean-local clean-pkglibLTLIBRARIES cscopelist-am ctags \
1084 ctags-am distclean distclean-compile distclean-generic \
1085 distclean-libtool distclean-local distclean-tags distdir dvi \
1086 dvi-am html html-am info info-am install install-am \
1087 install-data install-data-am install-data-local install-dvi \
1088 install-dvi-am install-exec install-exec-am install-html \
1089 install-html-am install-html-local install-info \
1090 install-info-am install-libscisound_la_etcDATA \
1091 install-libscisound_la_rootDATA \
1092 install-libscisound_la_sci_gatewayDATA install-man install-pdf \
1093 install-pdf-am install-pkglibLTLIBRARIES install-ps \
1094 install-ps-am install-strip installcheck installcheck-am \
1095 installdirs maintainer-clean maintainer-clean-generic \
1096 mostlyclean mostlyclean-compile mostlyclean-generic \
1097 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1098 uninstall-am uninstall-libscisound_la_etcDATA \
1099 uninstall-libscisound_la_rootDATA \
1100 uninstall-libscisound_la_sci_gatewayDATA \
1101 uninstall-pkglibLTLIBRARIES
1106 # This target enables tests for Scilab
1107 check-local: $(top_builddir)/scilab-bin test
1108 if test -d $(mydatadir)/tests; then \
1109 @COMMAND="try test_run('$(modulename)');catch exit(-1);end;exit(0)"; export LANG=C; $(top_builddir)/bin/scilab -nwni -nb -e "$$COMMAND"; \
1112 if test -f build.xml; then \
1113 $(ANT) checkstyle; \
1115 if test -x "$(SPLINT)"; then \
1116 $(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); \
1118 @NEED_JAVA_TRUE@java:
1119 # Some configurations needs to export JAVA_HOME in the current env
1120 @NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
1121 @NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
1122 @NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \
1123 @NEED_JAVA_TRUE@ $(ANT); \
1126 @NEED_JAVA_TRUE@clean-java:
1127 # Some configurations needs to export JAVA_HOME in the current env
1128 @NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
1129 @NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
1130 @NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \
1131 @NEED_JAVA_TRUE@ $(ANT) clean; \
1132 @NEED_JAVA_TRUE@ fi;
1134 # If the user request for the SWIG generation of the wrappers Java => C/C++
1135 # We call the target swig-build on the variable SWIG_WRAPPERS
1137 @SWIG_TRUE@swig: $(SWIG_WRAPPERS)
1138 @SWIG_TRUE@ @SWIG_PACKAGENAME=org.scilab.modules.$(modulename); \
1139 @SWIG_TRUE@ SWIG_OUTDIR=src/java/org/scilab/modules/$(modulename)/; \
1140 @SWIG_TRUE@ if test -n "$(SWIG_WRAPPERS)"; then \
1141 @SWIG_TRUE@ for file in $(SWIG_WRAPPERS) ; do \
1142 @SWIG_TRUE@ echo "Swig process of $$file (Java) ..."; \
1143 @SWIG_TRUE@ $(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_JAVA) -package $$SWIG_PACKAGENAME -outdir $$SWIG_OUTDIR $$file; \
1147 @SWIG_TRUE@swig-scilab: $(SWIG_SCILAB_WRAPPERS)
1148 @SWIG_TRUE@ @SWIG_OUTDIR=src/swig/; \
1149 @SWIG_TRUE@ if test -n "$(SWIG_SCILAB_WRAPPERS)"; then \
1150 @SWIG_TRUE@ for file in $(SWIG_SCILAB_WRAPPERS) ; do \
1151 @SWIG_TRUE@ echo "Swig process of $$file (Scilab) ..."; \
1152 @SWIG_TRUE@ $(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_SCILAB) -outdir $$SWIG_OUTDIR $$file; \
1156 # If the user request for the SWIG generation of the wrappers Java => C/C++
1157 # We call the target swig-build on the variable SWIG_WRAPPERS
1159 @GIWS_TRUE@giws: $(GIWS_WRAPPERS)
1160 @GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/; \
1161 @GIWS_TRUE@ MANDATORY_OPTIONS="--throws-exception-on-error --description-file"; \
1162 @GIWS_TRUE@ if test -n "$(GIWS_WRAPPERS)"; then \
1163 @GIWS_TRUE@ for file in $(GIWS_WRAPPERS) ; do \
1164 @GIWS_TRUE@ echo "GIWS process of $$file ..."; \
1165 @GIWS_TRUE@ if test -z "$(GIWS_OPTIONS)"; then \
1166 @GIWS_TRUE@ $(GIWS_BIN) --disable-return-size-array --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \
1168 @GIWS_TRUE@ echo "Custom GIWS call with '$$GIWS_OPTIONS'"; \
1169 @GIWS_TRUE@ $(GIWS_BIN) $$GIWS_OPTIONS --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \
1174 @GIWS_TRUE@giws-exception:
1175 @GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/;\
1176 @GIWS_TRUE@ echo "GIWS: Generation of exception class ..."; \
1177 @GIWS_TRUE@ $(GIWS_BIN) --generate-exception-class --output-dir $$GIWS_OUTPUTDIR
1180 -@( if test ! -x $(top_builddir)/scilab-bin; then \
1181 echo "Error : Cannot build $< : Scilab has not been built"; \
1183 $(top_builddir)/bin/scilab -ns -nwni -e "exec('macros/buildmacros.sce');quit;";\
1186 # Removes the macros
1188 # Removes macros (*.bin generated from .sci)
1189 @for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
1190 echo "rm -f $(builddir)/$$dir/$(MACROBINMASK)"; \
1191 rm -f $(builddir)/$$dir/$(MACROBINMASK); \
1195 # More tests could be added here
1196 @if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
1197 if test -f build.xml -a $$USEANT -eq 1; then \
1201 all-local: $(TARGETS_ALL)
1204 -@( if test ! -x $(top_builddir)/scilab-bin; then \
1205 echo "Error : Cannot build $< : Scilab has not been build"; \
1207 echo "Creating $@"; \
1208 $(top_builddir)/bin/scilab -ns -nwni -e "exec('$(abs_srcdir)/$<');save('$(abs_srcdir)/$@');exit;"; \
1213 install-data-local-local:
1214 # Mainly for javasci
1215 @if test -d $(srcdir)/javadoc; then \
1216 cp -R $(srcdir)/javadoc $(DESTDIR)/$(mydatadir)/; \
1218 # If the user wants the help sources to be installed
1219 @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of XML sources of help files --------"; \
1220 @INSTALL_HELP_XML_TRUE@ for lang in $(ALL_LINGUAS); do \
1221 @INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/$$lang; then \
1222 @INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/$$lang && \
1223 @INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/$$lang/$(DOCMASKXML) >/dev/null 2>&1; then \
1224 @INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/$$lang/$(DOCMASKXML) ; do \
1225 @INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/$$lang" ; \
1226 @INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/$$lang ; \
1227 @INSTALL_HELP_XML_TRUE@ done ; \
1228 @INSTALL_HELP_XML_TRUE@ fi; \
1229 @INSTALL_HELP_XML_TRUE@ fi; \
1230 @INSTALL_HELP_XML_TRUE@ done; \
1231 @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of MathML sources --------"; \
1232 @INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/mml/; then \
1233 @INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/mml/ && \
1234 @INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/mml/$(DOCMASKMML) >/dev/null 2>&1; then \
1235 @INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/mml/$(DOCMASKMML) ; do \
1236 @INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/mml" ; \
1237 @INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/mml ; \
1238 @INSTALL_HELP_XML_TRUE@ done ; \
1239 @INSTALL_HELP_XML_TRUE@ fi; \
1240 @INSTALL_HELP_XML_TRUE@ fi
1243 @echo "-------- Install tests (if any) --------"; \
1244 for dir in $(TESTS_DIR) $(TESTS_DIREXT) ; do \
1245 if test -d $(srcdir)/$$dir/; then \
1246 $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
1247 for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
1248 if test -d "$(srcdir)/$$dir/$$file"; then \
1249 echo $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir/$$file; \
1250 $(mkinstalldirs) "$(DESTDIR)$(pkgmacrosdir)/$$dir/$$file"; \
1252 echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
1253 $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
1258 # Install the help chapter
1259 @echo "-------- Install the help chapter (if any) --------"; \
1260 for lang in $(HELP_CHAPTERLANG); do \
1261 HELPFILE=$(srcdir)/$(HELP_CHAPTERDIR)$$lang/$(HELP_CHAPTERFILE); \
1262 if test -f $$HELPFILE; then \
1263 echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
1264 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
1265 echo $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
1266 $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
1269 # Install the demos & examples
1270 @echo "-------- Install demos & examples (if any) --------"; \
1271 for dir in $(DEMOS_DIR) $(DEMOS_DIREXT) $(EXAMPLES_DIR) $(EXAMPLES_DIREXT) ; do \
1272 if test -d $(srcdir)/$$dir/; then \
1273 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir && \
1274 for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
1275 if test -d "$(srcdir)/$$dir/$$file"; then \
1276 echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir/$$file; \
1277 $(mkinstalldirs) "$(DESTDIR)$(pkgdocdir)/$$dir/$$file"; \
1279 echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
1280 $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
1285 # Install the macros
1286 @echo "-------- Install macros (if any) --------"; \
1287 for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
1288 $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
1289 if test -d $(srcdir)/$$dir/; then \
1290 FILELIST="$(srcdir)/$$dir/$(MACROMASK) $(srcdir)/$$dir/$(MACROBINMASK) $(srcdir)/$$dir/$(MACROBUILDMASK) $(srcdir)/$$dir/names $(srcdir)/$$dir/lib";\
1291 if test -n "$(MACROSSPECIALEXT)"; then \
1293 for specialExt in $(MACROSSPECIALEXT); do \
1294 specialExtDir="$$specialExtDir $(srcdir)/$$dir/$$specialExt"; \
1296 FILELIST="$$FILELIST $$specialExtDir"; \
1298 for file in `ls -1 $$FILELIST 2>/dev/null`; do \
1299 echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgmacrosdir)/$$dir" ; \
1300 $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgmacrosdir)/$$dir ; \
1304 # Install java files (.jar)
1305 @if ls -lLd $(srcdir)/$(JARDIR)$(JARMASK) >/dev/null 2>&1; then \
1306 echo "-------- Install jar files --------"; \
1307 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(JARDIR); \
1308 for file in $(srcdir)/$(JARDIR)$(JARMASK); do\
1309 echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/$(JARDIR)" ; \
1310 $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/$(JARDIR) ; \
1314 ########### CLEAN ###################
1315 # Clean help (generated automatically by Scilab)
1316 # It used to clean the macro (clean-macros) but this was causing
1317 # make clean && make to fail Scilab startup
1318 @NEED_JAVA_TRUE@clean-local: clean-java
1319 @NEED_JAVA_FALSE@clean-local:
1322 rm -f $(builddir)/help/*/.last_successful_build_javaHelp $(builddir)/help/*/.list_*
1324 .PHONY: macros java swig giws
1326 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1327 # Otherwise a system limit (for SysV at least) may be exceeded.