-# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# Copyright (C) INRIA - 2006 - Sylvestre Ledru
# Copyright (C) DIGITEO - 2009 - Pierre MARECHAL
#
-# This file must be used under the terms of the CeCILL.
-# This source file is licensed as described in the file COPYING, which
-# you should have received as part of this distribution. The terms
-# are also available at
-# http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
+# Copyright (C) 2012 - 2016 - Scilab Enterprises
+#
+# This file is hereby licensed under the terms of the GNU GPL v2.0,
+# pursuant to article 5.3.4 of the CeCILL v.2.1.
+# This file was originally licensed under the terms of the CeCILL v2.1,
+# and continues to be available under such terms.
+# For more information, see the COPYING file which you should have received
+# along with this program.
#
# Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
# Copyright (C) 2006-2008 - INRIA - Sylvestre LEDRU <sylvestre.ledru@inria.fr>
# Copyright (C) 2008 - INRIA - Pierre MARECHAL <pierre.marechal@inria.fr>
#
-# This file must be used under the terms of the CeCILL.
-# This source file is licensed as described in the file COPYING, which
-# you should have received as part of this distribution. The terms
-# are also available at
-# http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
+# Copyright (C) 2012 - 2016 - Scilab Enterprises
+#
+# This file is hereby licensed under the terms of the GNU GPL v2.0,
+# pursuant to article 5.3.4 of the CeCILL v.2.1.
+# This file was originally licensed under the terms of the CeCILL v2.1,
+# and continues to be available under such terms.
+# For more information, see the COPYING file which you should have received
+# along with this program.
#
##########
VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__is_gnu_make = { \
+ if test -z '$(MAKELEVEL)'; then \
+ false; \
+ elif test -n '$(MAKE_HOST)'; then \
+ true; \
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+ true; \
+ else \
+ false; \
+ fi; \
+}
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
build_triplet = @build@
host_triplet = @host@
@JAVASCI_TRUE@@SWIG_TRUE@am__append_1 = swig
-DIST_COMMON = $(top_srcdir)/Makefile.incl.am $(srcdir)/Makefile.in \
- $(srcdir)/Makefile.am $(top_srcdir)/config/mkinstalldirs \
- $(top_srcdir)/config/depcomp TODO
@JAVASCI_TRUE@@NEED_JAVA_TRUE@am__append_2 = java
subdir = modules/javasci
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/backtrace.m4 \
- $(top_srcdir)/m4/compiler.m4 $(top_srcdir)/m4/curl.m4 \
- $(top_srcdir)/m4/docbook.m4 $(top_srcdir)/m4/doxygen.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
+ $(top_srcdir)/m4/backtrace.m4 $(top_srcdir)/m4/compiler.m4 \
+ $(top_srcdir)/m4/curl.m4 $(top_srcdir)/m4/docbook.m4 \
+ $(top_srcdir)/m4/doxygen.m4 $(top_srcdir)/m4/eigen.m4 \
$(top_srcdir)/m4/fftw.m4 $(top_srcdir)/m4/fortran.m4 \
$(top_srcdir)/m4/giws.m4 $(top_srcdir)/m4/hdf5.m4 \
$(top_srcdir)/m4/intel_compiler.m4 \
$(top_srcdir)/m4/umfpack.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/modules/core/includes/machine.h
CONFIG_CLEAN_FILES =
am__v_at_1 =
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/modules/core/includes
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
+am__maybe_remake_depfiles = depfiles
+am__depfiles_remade = \
+ src/c/$(DEPDIR)/libjavasci2_la-javasci2_helper.Plo \
+ src/jni/$(DEPDIR)/libjavasci2_la-call_scilab_wrap.Plo \
+ src/jni/$(DEPDIR)/libjavasci2_la-putLists.Plo
am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
done | $(am__uniquify_input)`
ETAGS = etags
CTAGS = ctags
+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am \
+ $(top_srcdir)/config/depcomp \
+ $(top_srcdir)/config/mkinstalldirs TODO
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
ALL_LINGUAS = @ALL_LINGUAS@
AVALON_FRAMEWORK = @AVALON_FRAMEWORK@
AWK = @AWK@
BATIK = @BATIK@
+BLAS_CFLAGS = @BLAS_CFLAGS@
BLAS_LIBS = @BLAS_LIBS@
CC = @CC@
CCACHE = @CCACHE@
ECHO_T = @ECHO_T@
ECJ = @ECJ@
EGREP = @EGREP@
+EIGEN_CPPFLAGS = @EIGEN_CPPFLAGS@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
FLEXDOCK = @FLEXDOCK@
FLIBS = @FLIBS@
FOP = @FOP@
+FREEHEP_GRAPHICS2D = @FREEHEP_GRAPHICS2D@
+FREEHEP_GRAPHICSIO = @FREEHEP_GRAPHICSIO@
+FREEHEP_GRAPHICSIO_EMF = @FREEHEP_GRAPHICSIO_EMF@
+FREEHEP_IO = @FREEHEP_IO@
+FREEHEP_UTIL = @FREEHEP_UTIL@
GENHTML = @GENHTML@
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
GIWS_BIN = @GIWS_BIN@
GRAPHICS_ENABLE = @GRAPHICS_ENABLE@
GREP = @GREP@
GUI_ENABLE = @GUI_ENABLE@
+HAMCREST = @HAMCREST@
+HAVE_CXX17 = @HAVE_CXX17@
HDF5_CFLAGS = @HDF5_CFLAGS@
HDF5_LIBS = @HDF5_LIBS@
HELP_ENABLE = @HELP_ENABLE@
LCOV = @LCOV@
LD = @LD@
LDFLAGS = @LDFLAGS@
+LEX = @LEX@
+LEXLIB = @LEXLIB@
+LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
LIBM = @LIBM@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
+LUCENE = @LUCENE@
+LUCENE_ANALYZER = @LUCENE_ANALYZER@
+LUCENE_PARSER = @LUCENE_PARSER@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
UMFPACK_ENABLE = @UMFPACK_ENABLE@
UMFPACK_LIB = @UMFPACK_LIB@
USE_NLS = @USE_NLS@
+VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
+VALGRIND_LIBS = @VALGRIND_LIBS@
VERSION = @VERSION@
WITH_OCAML = @WITH_OCAML@
WITH_TKSCI = @WITH_TKSCI@
X_EXTRA_LIBS = @X_EXTRA_LIBS@
X_LIBS = @X_LIBS@
X_PRE_LIBS = @X_PRE_LIBS@
+YACC = @YACC@
+YFLAGS = @YFLAGS@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
+yacc_present = @yacc_present@
#### Target ######
modulename = javasci
#### javasci : init scripts ####
libjavasci2_la_etcdir = $(mydatadir)/etc
-libjavasci2_la_etc_DATA = etc/javasci.quit etc/javasci.start
+libjavasci2_la_etc_DATA = \
+ etc/javasci.quit \
+ etc/javasci.start
+
### All the compilation process of java is deleguated to ant
#### Javasci : sources ####
@JAVASCI_TRUE@JAVASCI_V2_C_SOURCES = \
-@JAVASCI_TRUE@src/jni/call_scilab_wrap.c \
-@JAVASCI_TRUE@src/jni/putLists.c \
-@JAVASCI_TRUE@src/c/javasci2_helper.c
+@JAVASCI_TRUE@ src/jni/call_scilab_wrap.c \
+@JAVASCI_TRUE@ src/jni/putLists.c \
+@JAVASCI_TRUE@ src/c/javasci2_helper.c
@JAVASCI_TRUE@pkglib_LTLIBRARIES = libjavasci2.la
@JAVASCI_TRUE@libjavasci2_la_SOURCES = $(JAVASCI_V2_C_SOURCES)
# For the code check (splint)
@JAVASCI_TRUE@CHECK_SRC = $(JAVASCI_C_SOURCES)
@JAVASCI_TRUE@INCLUDE_FLAGS = $(libjavasci2_la_CPPFLAGS)
-@JAVASCI_TRUE@libjavasci2_la_CPPFLAGS = -I$(srcdir)/includes/ \
-@JAVASCI_TRUE@ -I$(srcdir)/src/c/ \
-@JAVASCI_TRUE@ $(JAVA_JNI_INCLUDE) \
-@JAVASCI_TRUE@ $(TCL_INC_PATH) \
-@JAVASCI_TRUE@ $(TK_INC_PATH) \
-@JAVASCI_TRUE@ -I$(top_srcdir)/modules/tclsci/includes/ \
-@JAVASCI_TRUE@ -I$(top_srcdir)/modules/call_scilab/includes/ \
-@JAVASCI_TRUE@ -I$(top_srcdir)/modules/api_scilab/includes/ \
-@JAVASCI_TRUE@ -I$(top_srcdir)/modules/fileio/includes/ \
-@JAVASCI_TRUE@ -I$(top_srcdir)/modules/localization/includes/ \
-@JAVASCI_TRUE@ -I$(top_srcdir)/modules/output_stream/includes/ \
-@JAVASCI_TRUE@ $(AM_CPPFLAGS)
+@JAVASCI_TRUE@libjavasci2_la_CPPFLAGS = \
+@JAVASCI_TRUE@ -I$(srcdir)/includes/ \
+@JAVASCI_TRUE@ -I$(srcdir)/src/c/ \
+@JAVASCI_TRUE@ $(JAVA_JNI_INCLUDE) \
+@JAVASCI_TRUE@ $(TCL_INC_PATH) \
+@JAVASCI_TRUE@ $(TK_INC_PATH) \
+@JAVASCI_TRUE@ -I$(top_srcdir)/modules/ast/includes/ast/ \
+@JAVASCI_TRUE@ -I$(top_srcdir)/modules/ast/includes/exps/ \
+@JAVASCI_TRUE@ -I$(top_srcdir)/modules/ast/includes/operations/ \
+@JAVASCI_TRUE@ -I$(top_srcdir)/modules/ast/includes/parse/ \
+@JAVASCI_TRUE@ -I$(top_srcdir)/modules/ast/includes/symbol/ \
+@JAVASCI_TRUE@ -I$(top_srcdir)/modules/ast/includes/system_env/ \
+@JAVASCI_TRUE@ -I$(top_srcdir)/modules/ast/includes/types/ \
+@JAVASCI_TRUE@ -I$(top_srcdir)/modules/ast/includes/analysis/ \
+@JAVASCI_TRUE@ -I$(top_srcdir)/modules/tclsci/includes \
+@JAVASCI_TRUE@ -I$(top_srcdir)/modules/graphic_objects/includes \
+@JAVASCI_TRUE@ -I$(top_srcdir)/modules/call_scilab/includes \
+@JAVASCI_TRUE@ -I$(top_srcdir)/modules/api_scilab/includes \
+@JAVASCI_TRUE@ -I$(top_srcdir)/modules/fileio/includes/ \
+@JAVASCI_TRUE@ -I$(top_srcdir)/modules/localization/includes/ \
+@JAVASCI_TRUE@ -I$(top_srcdir)/modules/output_stream/includes/ \
+@JAVASCI_TRUE@ $(AM_CPPFLAGS)
@JAVASCI_TRUE@libjavasci2_la_LIBADD = \
@JAVASCI_TRUE@ $(top_builddir)/modules/api_scilab/libsciapi_scilab.la \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/javasci/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --foreign modules/javasci/Makefile
-.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
esac;
-$(top_srcdir)/Makefile.incl.am:
+$(top_srcdir)/Makefile.incl.am $(am__empty):
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
distclean-compile:
-rm -f *.tab.c
-@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libjavasci2_la-javasci2_helper.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@src/jni/$(DEPDIR)/libjavasci2_la-call_scilab_wrap.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@src/jni/$(DEPDIR)/libjavasci2_la-putLists.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libjavasci2_la-javasci2_helper.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@src/jni/$(DEPDIR)/libjavasci2_la-call_scilab_wrap.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@src/jni/$(DEPDIR)/libjavasci2_la-putLists.Plo@am__quote@ # am--include-marker
+
+$(am__depfiles_remade):
+ @$(MKDIR_P) $(@D)
+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@
+
+am--depfiles: $(am__depfiles_remade)
.c.o:
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-distdir: $(DISTFILES)
+distdir: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
+
+distdir-am: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
-@JAVASCI_FALSE@distclean-local:
-@JAVASCI_FALSE@install-data-local:
-@JAVASCI_FALSE@install-html-local:
@JAVASCI_FALSE@clean-local:
+@JAVASCI_FALSE@install-html-local:
+@JAVASCI_FALSE@install-data-local:
+@JAVASCI_FALSE@distclean-local:
clean: clean-am
clean-am: clean-generic clean-libtool clean-local \
clean-pkglibLTLIBRARIES mostlyclean-am
distclean: distclean-am
- -rm -rf src/c/$(DEPDIR) src/jni/$(DEPDIR)
+ -rm -f src/c/$(DEPDIR)/libjavasci2_la-javasci2_helper.Plo
+ -rm -f src/jni/$(DEPDIR)/libjavasci2_la-call_scilab_wrap.Plo
+ -rm -f src/jni/$(DEPDIR)/libjavasci2_la-putLists.Plo
-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
distclean-local distclean-tags
installcheck-am:
maintainer-clean: maintainer-clean-am
- -rm -rf src/c/$(DEPDIR) src/jni/$(DEPDIR)
+ -rm -f src/c/$(DEPDIR)/libjavasci2_la-javasci2_helper.Plo
+ -rm -f src/jni/$(DEPDIR)/libjavasci2_la-call_scilab_wrap.Plo
+ -rm -f src/jni/$(DEPDIR)/libjavasci2_la-putLists.Plo
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
.MAKE: all check check-am install install-am install-strip
-.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am \
- check-local clean clean-generic clean-libtool clean-local \
- clean-pkglibLTLIBRARIES cscopelist-am ctags ctags-am distclean \
- distclean-compile distclean-generic distclean-libtool \
- distclean-local distclean-tags distdir dvi dvi-am html html-am \
- info info-am install install-am install-data install-data-am \
- install-data-local install-dvi install-dvi-am install-exec \
- install-exec-am install-html install-html-am \
- install-html-local install-info install-info-am \
- install-libjavasci2_la_etcDATA install-libjavasci2_la_rootDATA \
- install-man install-pdf install-pdf-am \
- install-pkglibLTLIBRARIES install-ps install-ps-am \
- install-strip installcheck installcheck-am installdirs \
- maintainer-clean maintainer-clean-generic mostlyclean \
- mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
- pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
- uninstall-libjavasci2_la_etcDATA \
+.PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \
+ check-am check-local clean clean-generic clean-libtool \
+ clean-local clean-pkglibLTLIBRARIES cscopelist-am ctags \
+ ctags-am distclean distclean-compile distclean-generic \
+ distclean-libtool distclean-local distclean-tags distdir dvi \
+ dvi-am html html-am info info-am install install-am \
+ install-data install-data-am install-data-local install-dvi \
+ install-dvi-am install-exec install-exec-am install-html \
+ install-html-am install-html-local install-info \
+ install-info-am install-libjavasci2_la_etcDATA \
+ install-libjavasci2_la_rootDATA install-man install-pdf \
+ install-pdf-am install-pkglibLTLIBRARIES install-ps \
+ install-ps-am install-strip installcheck installcheck-am \
+ installdirs maintainer-clean maintainer-clean-generic \
+ mostlyclean mostlyclean-compile mostlyclean-generic \
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
+ uninstall-am uninstall-libjavasci2_la_etcDATA \
uninstall-libjavasci2_la_rootDATA uninstall-pkglibLTLIBRARIES
+.PRECIOUS: Makefile
+
# This target enables tests for Scilab
@JAVASCI_TRUE@check-local: $(top_builddir)/scilab-bin test
@JAVASCI_TRUE@@SWIG_TRUE@ if test -n "$(SWIG_WRAPPERS)"; then \
@JAVASCI_TRUE@@SWIG_TRUE@ for file in $(SWIG_WRAPPERS) ; do \
@JAVASCI_TRUE@@SWIG_TRUE@ echo "Swig process of $$file (Java) ..."; \
-@JAVASCI_TRUE@@SWIG_TRUE@ $(SWIG_BIN) $(SWIG_JAVA) -package $$SWIG_PACKAGENAME -outdir $$SWIG_OUTDIR $$file; \
+@JAVASCI_TRUE@@SWIG_TRUE@ $(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_JAVA) -package $$SWIG_PACKAGENAME -outdir $$SWIG_OUTDIR $$file; \
@JAVASCI_TRUE@@SWIG_TRUE@ done; \
@JAVASCI_TRUE@@SWIG_TRUE@ fi
@JAVASCI_TRUE@@SWIG_TRUE@ if test -n "$(SWIG_SCILAB_WRAPPERS)"; then \
@JAVASCI_TRUE@@SWIG_TRUE@ for file in $(SWIG_SCILAB_WRAPPERS) ; do \
@JAVASCI_TRUE@@SWIG_TRUE@ echo "Swig process of $$file (Scilab) ..."; \
-@JAVASCI_TRUE@@SWIG_TRUE@ $(SWIG_BIN) $(SWIG_SCILAB) -outdir $$SWIG_OUTDIR $$file; \
+@JAVASCI_TRUE@@SWIG_TRUE@ $(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_SCILAB) -outdir $$SWIG_OUTDIR $$file; \
@JAVASCI_TRUE@@SWIG_TRUE@ done; \
@JAVASCI_TRUE@@SWIG_TRUE@ fi