1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
4 # Copyright (C) 1994-2017 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
20 # This file is distributed under the same license as the Scilab package.
22 # Localization of the module interpolation
23 # Please see in SCI/tools/localization for localization management
26 # Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
27 # Copyright (C) 2006-2008 - INRIA - Sylvestre LEDRU <sylvestre.ledru@inria.fr>
28 # Copyright (C) 2008 - INRIA - Pierre MARECHAL <pierre.marechal@inria.fr>
30 # Copyright (C) 2012 - 2016 - Scilab Enterprises
32 # This file is hereby licensed under the terms of the GNU GPL v2.0,
33 # pursuant to article 5.3.4 of the CeCILL v.2.1.
34 # This file was originally licensed under the terms of the CeCILL v2.1,
35 # and continues to be available under such terms.
36 # For more information, see the COPYING file which you should have received
37 # along with this program.
41 ### Makefile included stuff
42 ### Target, variable, suffixes which are supposed to be useful in every makefile.am
48 if test -z '$(MAKELEVEL)'; then \
50 elif test -n '$(MAKE_HOST)'; then \
52 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
58 am__make_running_with_option = \
59 case $${target_option-} in \
61 *) echo "am__make_running_with_option: internal error: invalid" \
62 "target option '$${target_option-}' specified" >&2; \
66 sane_makeflags=$$MAKEFLAGS; \
67 if $(am__is_gnu_make); then \
68 sane_makeflags=$$MFLAGS; \
73 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
74 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
80 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
82 for flg in $$sane_makeflags; do \
83 test $$skip_next = yes && { skip_next=no; continue; }; \
86 -*I) strip_trailopt 'I'; skip_next=yes;; \
87 -*I?*) strip_trailopt 'I';; \
88 -*O) strip_trailopt 'O'; skip_next=yes;; \
89 -*O?*) strip_trailopt 'O';; \
90 -*l) strip_trailopt 'l'; skip_next=yes;; \
91 -*l?*) strip_trailopt 'l';; \
92 -[dEDm]) skip_next=yes;; \
93 -[JT]) skip_next=yes;; \
96 *$$target_option*) has_opt=yes; break;; \
100 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
101 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
102 pkgdatadir = $(datadir)/@PACKAGE@
103 pkgincludedir = $(includedir)/@PACKAGE@
104 pkglibdir = $(libdir)/@PACKAGE@
105 pkglibexecdir = $(libexecdir)/@PACKAGE@
106 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
107 install_sh_DATA = $(install_sh) -c -m 644
108 install_sh_PROGRAM = $(install_sh) -c
109 install_sh_SCRIPT = $(install_sh) -c
110 INSTALL_HEADER = $(INSTALL_DATA)
111 transform = $(program_transform_name)
118 build_triplet = @build@
119 host_triplet = @host@
120 @NEED_JAVA_TRUE@am__append_1 = java
121 subdir = modules/interpolation
122 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
123 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
124 $(top_srcdir)/m4/backtrace.m4 $(top_srcdir)/m4/compiler.m4 \
125 $(top_srcdir)/m4/curl.m4 $(top_srcdir)/m4/docbook.m4 \
126 $(top_srcdir)/m4/doxygen.m4 $(top_srcdir)/m4/eigen.m4 \
127 $(top_srcdir)/m4/fftw.m4 $(top_srcdir)/m4/fortran.m4 \
128 $(top_srcdir)/m4/giws.m4 $(top_srcdir)/m4/hdf5.m4 \
129 $(top_srcdir)/m4/intel_compiler.m4 \
130 $(top_srcdir)/m4/java-thirdparty.m4 $(top_srcdir)/m4/java.m4 \
131 $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/lib-ld.m4 \
132 $(top_srcdir)/m4/libsmath.m4 $(top_srcdir)/m4/libtool.m4 \
133 $(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/ltoptions.m4 \
134 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
135 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/macosx.m4 \
136 $(top_srcdir)/m4/mpi.m4 $(top_srcdir)/m4/ocaml.m4 \
137 $(top_srcdir)/m4/pcre.m4 $(top_srcdir)/m4/pkg.m4 \
138 $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/swig.m4 \
139 $(top_srcdir)/m4/symlinks.m4 $(top_srcdir)/m4/tcltk.m4 \
140 $(top_srcdir)/m4/umfpack.m4 $(top_srcdir)/configure.ac
141 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
143 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
144 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
145 CONFIG_HEADER = $(top_builddir)/modules/core/includes/machine.h
147 CONFIG_CLEAN_VPATH_FILES =
148 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
149 am__vpath_adj = case $$p in \
150 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
153 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
155 am__nobase_strip_setup = \
156 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
158 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
159 am__nobase_list = $(am__nobase_strip_setup); \
160 for p in $$list; do echo "$$p $$p"; done | \
161 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
162 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
163 if (++n[$$2] == $(am__install_max)) \
164 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
165 END { for (dir in files) print dir, files[dir] }'
167 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
168 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
169 am__uninstall_files_from_dir = { \
171 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
172 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
173 $(am__cd) "$$dir" && rm -f $$files; }; \
175 am__installdirs = "$(DESTDIR)$(pkglibdir)" \
176 "$(DESTDIR)$(libsciinterpolation_la_etcdir)" \
177 "$(DESTDIR)$(libsciinterpolation_la_rootdir)" \
178 "$(DESTDIR)$(libsciinterpolation_la_sci_gatewaydir)"
179 LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkglib_LTLIBRARIES)
180 libsciinterpolation_algo_la_LIBADD =
181 am__dirstamp = $(am__leading_dot)dirstamp
182 am__objects_1 = src/c/libsciinterpolation_algo_la-interpolation.lo \
183 src/c/libsciinterpolation_algo_la-someinterp.lo
184 am__objects_2 = src/fortran/somespline.lo src/fortran/dspfit.lo \
185 src/fortran/cshep2d.lo
186 am_libsciinterpolation_algo_la_OBJECTS = $(am__objects_1) \
188 libsciinterpolation_algo_la_OBJECTS = \
189 $(am_libsciinterpolation_algo_la_OBJECTS)
190 AM_V_lt = $(am__v_lt_@AM_V@)
191 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
192 am__v_lt_0 = --silent
195 libsciinterpolation_la_DEPENDENCIES = libsciinterpolation-algo.la \
196 $(am__DEPENDENCIES_1)
198 sci_gateway/cpp/libsciinterpolation_la-sci_lsq_splin.lo \
199 sci_gateway/cpp/libsciinterpolation_la-sci_interp.lo \
200 sci_gateway/cpp/libsciinterpolation_la-sci_interp2d.lo \
201 sci_gateway/cpp/libsciinterpolation_la-sci_splin.lo \
202 sci_gateway/cpp/libsciinterpolation_la-sci_cshep2d.lo \
203 sci_gateway/cpp/libsciinterpolation_la-sci_interp3d.lo \
204 sci_gateway/cpp/libsciinterpolation_la-sci_linear_interpn.lo \
205 sci_gateway/cpp/libsciinterpolation_la-sci_splin2d.lo \
206 sci_gateway/cpp/libsciinterpolation_la-sci_splin3d.lo \
207 sci_gateway/cpp/libsciinterpolation_la-sci_bsplin3val.lo \
208 sci_gateway/cpp/libsciinterpolation_la-sci_eval_cshep2d.lo
209 am_libsciinterpolation_la_OBJECTS = $(am__objects_3)
210 libsciinterpolation_la_OBJECTS = $(am_libsciinterpolation_la_OBJECTS)
211 AM_V_P = $(am__v_P_@AM_V@)
212 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
215 AM_V_GEN = $(am__v_GEN_@AM_V@)
216 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
217 am__v_GEN_0 = @echo " GEN " $@;
219 AM_V_at = $(am__v_at_@AM_V@)
220 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
223 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/modules/core/includes
224 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
225 am__depfiles_maybe = depfiles
227 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
228 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
229 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
230 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
231 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
232 $(AM_CFLAGS) $(CFLAGS)
233 AM_V_CC = $(am__v_CC_@AM_V@)
234 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
235 am__v_CC_0 = @echo " CC " $@;
238 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
239 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
240 $(AM_LDFLAGS) $(LDFLAGS) -o $@
241 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
242 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
243 am__v_CCLD_0 = @echo " CCLD " $@;
245 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
246 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
247 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
248 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
249 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
250 $(AM_CXXFLAGS) $(CXXFLAGS)
251 AM_V_CXX = $(am__v_CXX_@AM_V@)
252 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
253 am__v_CXX_0 = @echo " CXX " $@;
256 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
257 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
258 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
259 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
260 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
261 am__v_CXXLD_0 = @echo " CXXLD " $@;
263 F77COMPILE = $(F77) $(AM_FFLAGS) $(FFLAGS)
264 LTF77COMPILE = $(LIBTOOL) $(AM_V_lt) --tag=F77 $(AM_LIBTOOLFLAGS) \
265 $(LIBTOOLFLAGS) --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS)
266 AM_V_F77 = $(am__v_F77_@AM_V@)
267 am__v_F77_ = $(am__v_F77_@AM_DEFAULT_V@)
268 am__v_F77_0 = @echo " F77 " $@;
271 F77LINK = $(LIBTOOL) $(AM_V_lt) --tag=F77 $(AM_LIBTOOLFLAGS) \
272 $(LIBTOOLFLAGS) --mode=link $(F77LD) $(AM_FFLAGS) $(FFLAGS) \
273 $(AM_LDFLAGS) $(LDFLAGS) -o $@
274 AM_V_F77LD = $(am__v_F77LD_@AM_V@)
275 am__v_F77LD_ = $(am__v_F77LD_@AM_DEFAULT_V@)
276 am__v_F77LD_0 = @echo " F77LD " $@;
278 SOURCES = $(libsciinterpolation_algo_la_SOURCES) \
279 $(libsciinterpolation_la_SOURCES)
280 DIST_SOURCES = $(libsciinterpolation_algo_la_SOURCES) \
281 $(libsciinterpolation_la_SOURCES)
282 am__can_run_installinfo = \
283 case $$AM_UPDATE_INFO_DIR in \
285 *) (install-info --version) >/dev/null 2>&1;; \
287 DATA = $(libsciinterpolation_la_etc_DATA) \
288 $(libsciinterpolation_la_root_DATA) \
289 $(libsciinterpolation_la_sci_gateway_DATA)
290 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
291 # Read a list of newline-separated strings from the standard input,
292 # and print each of them once, without duplicates. Input order is
294 am__uniquify_input = $(AWK) '\
295 BEGIN { nonempty = 0; } \
296 { items[$$0] = 1; nonempty = 1; } \
297 END { if (nonempty) { for (i in items) print i; }; } \
299 # Make sure the list of sources is unique. This is necessary because,
300 # e.g., the same source file might be shared among _SOURCES variables
301 # for different programs/libraries.
302 am__define_uniq_tagged_files = \
303 list='$(am__tagged_files)'; \
304 unique=`for i in $$list; do \
305 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
306 done | $(am__uniquify_input)`
309 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am \
310 $(top_srcdir)/config/depcomp \
311 $(top_srcdir)/config/mkinstalldirs
312 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
314 ALL_LINGUAS = @ALL_LINGUAS@
315 ALL_LINGUAS_DOC = @ALL_LINGUAS_DOC@
317 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
321 ARPACK_LIBS = @ARPACK_LIBS@
323 AUTOCONF = @AUTOCONF@
324 AUTOHEADER = @AUTOHEADER@
325 AUTOMAKE = @AUTOMAKE@
326 AVALON_FRAMEWORK = @AVALON_FRAMEWORK@
329 BLAS_CFLAGS = @BLAS_CFLAGS@
330 BLAS_LIBS = @BLAS_LIBS@
333 CCDEPMODE = @CCDEPMODE@
335 CHECKSTYLE = @CHECKSTYLE@
336 COBERTURA = @COBERTURA@
337 COMMONS_BEANUTILS = @COMMONS_BEANUTILS@
338 COMMONS_IO = @COMMONS_IO@
339 COMMONS_LOGGING = @COMMONS_LOGGING@
341 CPPFLAGS = @CPPFLAGS@
342 CURL_CFLAGS = @CURL_CFLAGS@
343 CURL_CONFIG = @CURL_CONFIG@
344 CURL_LIBS = @CURL_LIBS@
345 CURL_VERSION = @CURL_VERSION@
348 CXXDEPMODE = @CXXDEPMODE@
349 CXXFLAGS = @CXXFLAGS@
350 CYGPATH_W = @CYGPATH_W@
352 DEMOTOOLS_ENABLE = @DEMOTOOLS_ENABLE@
355 DOCBOOK_ROOT = @DOCBOOK_ROOT@
356 DOXYGEN_BIN = @DOXYGEN_BIN@
357 DSYMUTIL = @DSYMUTIL@
364 EIGEN_CPPFLAGS = @EIGEN_CPPFLAGS@
368 FFTW3_LIB = @FFTW3_LIB@
369 FFTW_ENABLE = @FFTW_ENABLE@
371 FLEXDOCK = @FLEXDOCK@
374 FREEHEP_GRAPHICS2D = @FREEHEP_GRAPHICS2D@
375 FREEHEP_GRAPHICSIO = @FREEHEP_GRAPHICSIO@
376 FREEHEP_GRAPHICSIO_EMF = @FREEHEP_GRAPHICSIO_EMF@
377 FREEHEP_IO = @FREEHEP_IO@
378 FREEHEP_UTIL = @FREEHEP_UTIL@
380 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
381 GIWS_BIN = @GIWS_BIN@
382 GLUEGEN2_RT = @GLUEGEN2_RT@
384 GMSGFMT_015 = @GMSGFMT_015@
385 GRAPHICS_ENABLE = @GRAPHICS_ENABLE@
387 GUI_ENABLE = @GUI_ENABLE@
388 HAMCREST = @HAMCREST@
389 HAVE_CXX11 = @HAVE_CXX11@
390 HDF5_CFLAGS = @HDF5_CFLAGS@
391 HDF5_LIBS = @HDF5_LIBS@
392 HELP_ENABLE = @HELP_ENABLE@
394 INSTALL_DATA = @INSTALL_DATA@
395 INSTALL_PROGRAM = @INSTALL_PROGRAM@
396 INSTALL_SCRIPT = @INSTALL_SCRIPT@
397 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
398 INTLLIBS = @INTLLIBS@
399 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
403 JAVAC_DEBUG = @JAVAC_DEBUG@
406 JAVASCI_ENABLE = @JAVASCI_ENABLE@
407 JAVA_ENABLE = @JAVA_ENABLE@
409 JAVA_HOME = @JAVA_HOME@
410 JAVA_JNI_INCLUDE = @JAVA_JNI_INCLUDE@
411 JAVA_JNI_LIBS = @JAVA_JNI_LIBS@
413 JEUCLID_CORE = @JEUCLID_CORE@
416 JLATEXMATH = @JLATEXMATH@
417 JLATEXMATH_FOP = @JLATEXMATH_FOP@
419 JROSETTA_API = @JROSETTA_API@
420 JROSETTA_ENGINE = @JROSETTA_ENGINE@
422 LAPACK_LIBS = @LAPACK_LIBS@
428 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
429 LIBICONV = @LIBICONV@
437 LOGGING_LEVEL = @LOGGING_LEVEL@
439 LTLIBICONV = @LTLIBICONV@
440 LTLIBINTL = @LTLIBINTL@
441 LTLIBOBJS = @LTLIBOBJS@
442 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
444 LUCENE_ANALYZER = @LUCENE_ANALYZER@
445 LUCENE_PARSER = @LUCENE_PARSER@
447 MAKEINFO = @MAKEINFO@
448 MANIFEST_TOOL = @MANIFEST_TOOL@
449 MATIO_CFLAGS = @MATIO_CFLAGS@
450 MATIO_ENABLE = @MATIO_ENABLE@
451 MATIO_LIBS = @MATIO_LIBS@
453 MPI_ENABLE = @MPI_ENABLE@
456 MSGFMT_015 = @MSGFMT_015@
457 MSGMERGE = @MSGMERGE@
463 OCAMLDEP = @OCAMLDEP@
464 OCAMLLEX = @OCAMLLEX@
465 OCAMLOPT = @OCAMLOPT@
466 OCAMLYACC = @OCAMLYACC@
467 OPENMPI_CC = @OPENMPI_CC@
468 OPENMPI_CFLAGS = @OPENMPI_CFLAGS@
469 OPENMPI_CXX = @OPENMPI_CXX@
470 OPENMPI_CXXFLAGS = @OPENMPI_CXXFLAGS@
471 OPENMPI_LIBS = @OPENMPI_LIBS@
472 OPENMP_CFLAGS = @OPENMP_CFLAGS@
473 OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@
474 OPENMP_ENABLE = @OPENMP_ENABLE@
475 OPENMP_LIBS = @OPENMP_LIBS@
479 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
480 PACKAGE_NAME = @PACKAGE_NAME@
481 PACKAGE_STRING = @PACKAGE_STRING@
482 PACKAGE_TARNAME = @PACKAGE_TARNAME@
483 PACKAGE_URL = @PACKAGE_URL@
484 PACKAGE_VERSION = @PACKAGE_VERSION@
485 PATH_SEPARATOR = @PATH_SEPARATOR@
486 PCRE_CFLAGS = @PCRE_CFLAGS@
487 PCRE_CONFIG = @PCRE_CONFIG@
488 PCRE_LIBS = @PCRE_LIBS@
489 PCRE_VERSION = @PCRE_VERSION@
490 PKG_CONFIG = @PKG_CONFIG@
495 RELOCATABLE = @RELOCATABLE@
498 SCILAB_BINARY_VERSION = @SCILAB_BINARY_VERSION@
499 SCILAB_LIBRARY_VERSION = @SCILAB_LIBRARY_VERSION@
500 SCILAB_VERSION_MAINTENANCE = @SCILAB_VERSION_MAINTENANCE@
501 SCILAB_VERSION_MAJOR = @SCILAB_VERSION_MAJOR@
502 SCILAB_VERSION_MINOR = @SCILAB_VERSION_MINOR@
503 SCIRENDERER = @SCIRENDERER@
504 SCIRENDERER_CP = @SCIRENDERER_CP@
505 SCI_CFLAGS = @SCI_CFLAGS@
506 SCI_CXXFLAGS = @SCI_CXXFLAGS@
507 SCI_FFLAGS = @SCI_FFLAGS@
508 SCI_LDFLAGS = @SCI_LDFLAGS@
510 SET_MAKE = @SET_MAKE@
511 SET_RELOCATABLE = @SET_RELOCATABLE@
516 SWIG_BIN = @SWIG_BIN@
517 SWIG_JAVA = @SWIG_JAVA@
518 SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@
519 SWIG_SCILAB = @SWIG_SCILAB@
520 TCLTK_LIBS = @TCLTK_LIBS@
521 TCL_INC_PATH = @TCL_INC_PATH@
522 TK_INC_PATH = @TK_INC_PATH@
523 UMFPACK_CFLAGS = @UMFPACK_CFLAGS@
524 UMFPACK_ENABLE = @UMFPACK_ENABLE@
525 UMFPACK_LIB = @UMFPACK_LIB@
527 VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
528 VALGRIND_LIBS = @VALGRIND_LIBS@
530 WITH_OCAML = @WITH_OCAML@
531 WITH_TKSCI = @WITH_TKSCI@
532 XCOS_ENABLE = @XCOS_ENABLE@
533 XGETTEXT = @XGETTEXT@
534 XGETTEXT_015 = @XGETTEXT_015@
535 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
537 XMLGRAPHICS_COMMONS = @XMLGRAPHICS_COMMONS@
538 XML_APIS_EXT = @XML_APIS_EXT@
539 XML_CONFIG = @XML_CONFIG@
540 XML_FLAGS = @XML_FLAGS@
541 XML_LIBS = @XML_LIBS@
542 XML_VERSION = @XML_VERSION@
543 X_CFLAGS = @X_CFLAGS@
544 X_EXTRA_LIBS = @X_EXTRA_LIBS@
546 X_PRE_LIBS = @X_PRE_LIBS@
549 abs_builddir = @abs_builddir@
550 abs_srcdir = @abs_srcdir@
551 abs_top_builddir = @abs_top_builddir@
552 abs_top_srcdir = @abs_top_srcdir@
553 ac_ct_AR = @ac_ct_AR@
554 ac_ct_CC = @ac_ct_CC@
555 ac_ct_CXX = @ac_ct_CXX@
556 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
557 ac_ct_F77 = @ac_ct_F77@
558 am__include = @am__include@
559 am__leading_dot = @am__leading_dot@
560 am__quote = @am__quote@
562 am__untar = @am__untar@
565 build_alias = @build_alias@
566 build_cpu = @build_cpu@
567 build_os = @build_os@
568 build_vendor = @build_vendor@
569 builddir = @builddir@
570 cxx_present = @cxx_present@
572 datarootdir = @datarootdir@
575 exec_prefix = @exec_prefix@
577 host_alias = @host_alias@
578 host_cpu = @host_cpu@
580 host_vendor = @host_vendor@
582 includedir = @includedir@
584 install_sh = @install_sh@
586 libexecdir = @libexecdir@
587 localedir = @localedir@
588 localstatedir = @localstatedir@
591 oldincludedir = @oldincludedir@
594 program_transform_name = @program_transform_name@
596 runstatedir = @runstatedir@
598 sharedstatedir = @sharedstatedir@
600 sysconfdir = @sysconfdir@
601 target_alias = @target_alias@
602 top_build_prefix = @top_build_prefix@
603 top_builddir = @top_builddir@
604 top_srcdir = @top_srcdir@
605 yacc_present = @yacc_present@
606 INTERPOLATION_FORTRAN_SOURCES = \
607 src/fortran/somespline.f \
608 src/fortran/dspfit.f \
609 src/fortran/cshep2d.f
611 INTERPOLATION_C_SOURCES = \
612 src/c/interpolation.c \
615 GATEWAY_CPP_SOURCES = \
616 sci_gateway/cpp/sci_lsq_splin.cpp \
617 sci_gateway/cpp/sci_interp.cpp \
618 sci_gateway/cpp/sci_interp2d.cpp \
619 sci_gateway/cpp/sci_splin.cpp \
620 sci_gateway/cpp/sci_cshep2d.cpp \
621 sci_gateway/cpp/sci_interp3d.cpp \
622 sci_gateway/cpp/sci_linear_interpn.cpp \
623 sci_gateway/cpp/sci_splin2d.cpp \
624 sci_gateway/cpp/sci_splin3d.cpp \
625 sci_gateway/cpp/sci_bsplin3val.cpp \
626 sci_gateway/cpp/sci_eval_cshep2d.cpp
628 libsciinterpolation_la_CPPFLAGS = \
629 -I$(srcdir)/includes/ \
631 -I$(top_srcdir)/modules/ast/includes/ast/ \
632 -I$(top_srcdir)/modules/ast/includes/exps/ \
633 -I$(top_srcdir)/modules/ast/includes/operations/ \
634 -I$(top_srcdir)/modules/ast/includes/parse/ \
635 -I$(top_srcdir)/modules/ast/includes/symbol/ \
636 -I$(top_srcdir)/modules/ast/includes/system_env/ \
637 -I$(top_srcdir)/modules/ast/includes/types/ \
638 -I$(top_srcdir)/modules/ast/includes/analysis/ \
639 -I$(top_srcdir)/modules/output_stream/includes \
640 -I$(top_srcdir)/modules/api_scilab/includes \
641 -I$(top_srcdir)/modules/localization/includes/ \
642 -I$(top_srcdir)/modules/dynamic_link/includes \
643 -I$(top_srcdir)/modules/threads/includes \
644 -I$(top_srcdir)/modules/dynamic_link/includes \
645 -I$(top_srcdir)/modules/string/includes \
646 -I$(top_srcdir)/modules/elementary_functions/includes
648 pkglib_LTLIBRARIES = libsciinterpolation.la
649 noinst_LTLIBRARIES = libsciinterpolation-algo.la
650 libsciinterpolation_algo_la_SOURCES = $(INTERPOLATION_C_SOURCES) $(INTERPOLATION_FORTRAN_SOURCES)
651 libsciinterpolation_la_SOURCES = $(GATEWAY_CPP_SOURCES)
652 libsciinterpolation_algo_la_CPPFLAGS = $(libsciinterpolation_la_CPPFLAGS)
654 # For the code check (splint)
655 CHECK_SRC = $(INTERPOLATION_C_SOURCES) $(GATEWAY_CPP_SOURCES)
656 INCLUDE_FLAGS = $(libsciinterpolation_la_CFLAGS)
657 libsciinterpolation_la_LIBADD = \
658 libsciinterpolation-algo.la \
663 modulename = interpolation
665 #### interpolation : Conf files ####
666 libsciinterpolation_la_rootdir = $(mydatadir)
667 libsciinterpolation_la_root_DATA = license.txt
669 ####�interpolation : init scripts ####
670 libsciinterpolation_la_etcdir = $(mydatadir)/etc
671 libsciinterpolation_la_etc_DATA = etc/interpolation.quit etc/interpolation.start
673 ####�interpolation : gateway declaration ####
674 libsciinterpolation_la_sci_gatewaydir = $(mydatadir)/sci_gateway
675 libsciinterpolation_la_sci_gateway_DATA = sci_gateway/interpolation_gateway.xml
677 # Where all the Scilab stuff is installed (macros, help, ...)
678 mydatadir = $(pkgdatadir)/modules/$(modulename)
680 # Set AM_* SCI detected settings
681 AM_CPPFLAGS = $(SCI_CPPFLAGS)
682 AM_CFLAGS = $(SCI_CFLAGS)
683 AM_CXXFLAGS = $(SCI_CXXFLAGS)
684 # append includes to AM_FFLAGS to manage fortran includes
685 AM_FFLAGS = $(SCI_FFLAGS) -I$(top_srcdir)/modules/core/includes/
687 # Tag shared libraries with the Scilab version
688 AM_LDFLAGS = $(SCI_LDFLAGS) -version-number $(SCILAB_LIBRARY_VERSION)
691 SPLINT_OPTIONS = -weak -booltype BOOL
693 ########################### JAVA ######################################
694 #### We are delegating java compilation to ant... Thanks to that
695 #### the procedure will be the same with Microsoft Windows (C)
697 #######################################################################
698 TARGETS_ALL = $(am__append_1)
700 ################ MACROS ######################
701 # Rule to build a macro
702 # NOT USED AT THE MOMENT
705 ########### INSTALL DOCUMENTATION ###################
707 # Install documentation files into the right target
708 # We do not use the automake mechanism (libxxxx_la_help_fr_DATA) because
709 # automake needs the html files to be present which is not the case when
710 # we are building Scilab
712 # Where it should be installed
713 pkgdocdir = $(mydatadir)
715 # What is the mask of the help source
718 # What is the mask of the MathML sources
721 ########### INSTALL DATA ###################
722 # Install macros, help & demos
723 # Where it should be installed
724 pkgmacrosdir = $(mydatadir)
725 # Which directory we process
727 # Mask of the Scilab sources macros
729 # Mask of the Scilab executable sources macros
730 MACROBUILDMASK = *.sce
731 # Mask of the Scilab compiled macros
733 # List of the standard directory for tests
734 TESTS_DIR = tests/benchmarks tests/nonreg_tests tests/unit_tests tests/java
735 # Where the demos should be installed
736 pkgdemosdir = $(mydatadir)
737 # List of the standard directory for demos
739 # List of the standard directory for examples
740 EXAMPLES_DIR = examples
741 # Where to export JAVA archives (.jar)
746 HELP_CHAPTERDIR = help/
747 HELP_CHAPTERFILE = addchapter.sce
748 HELP_CHAPTERLANG = en_US fr_FR pt_BR
752 .SUFFIXES: .sci .bin .c .cpp .f .lo .o .obj
753 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.incl.am $(am__configure_deps)
755 case '$(am__configure_deps)' in \
757 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
758 && { if test -f $@; then exit 0; else break; fi; }; \
762 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/interpolation/Makefile'; \
763 $(am__cd) $(top_srcdir) && \
764 $(AUTOMAKE) --foreign modules/interpolation/Makefile
765 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
768 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
770 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
771 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
773 $(top_srcdir)/Makefile.incl.am $(am__empty):
775 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
776 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
778 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
779 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
780 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
781 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
782 $(am__aclocal_m4_deps):
784 clean-noinstLTLIBRARIES:
785 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
786 @list='$(noinst_LTLIBRARIES)'; \
787 locs=`for p in $$list; do echo $$p; done | \
788 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
790 test -z "$$locs" || { \
791 echo rm -f $${locs}; \
795 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
797 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
798 list2=; for p in $$list; do \
799 if test -f $$p; then \
800 list2="$$list2 $$p"; \
803 test -z "$$list2" || { \
804 echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \
805 $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \
806 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
807 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
810 uninstall-pkglibLTLIBRARIES:
812 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
813 for p in $$list; do \
815 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
816 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
819 clean-pkglibLTLIBRARIES:
820 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
821 @list='$(pkglib_LTLIBRARIES)'; \
822 locs=`for p in $$list; do echo $$p; done | \
823 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
825 test -z "$$locs" || { \
826 echo rm -f $${locs}; \
829 src/c/$(am__dirstamp):
831 @: > src/c/$(am__dirstamp)
832 src/c/$(DEPDIR)/$(am__dirstamp):
833 @$(MKDIR_P) src/c/$(DEPDIR)
834 @: > src/c/$(DEPDIR)/$(am__dirstamp)
835 src/c/libsciinterpolation_algo_la-interpolation.lo: \
836 src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp)
837 src/c/libsciinterpolation_algo_la-someinterp.lo: \
838 src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp)
839 src/fortran/$(am__dirstamp):
840 @$(MKDIR_P) src/fortran
841 @: > src/fortran/$(am__dirstamp)
842 src/fortran/$(DEPDIR)/$(am__dirstamp):
843 @$(MKDIR_P) src/fortran/$(DEPDIR)
844 @: > src/fortran/$(DEPDIR)/$(am__dirstamp)
845 src/fortran/somespline.lo: src/fortran/$(am__dirstamp) \
846 src/fortran/$(DEPDIR)/$(am__dirstamp)
847 src/fortran/dspfit.lo: src/fortran/$(am__dirstamp) \
848 src/fortran/$(DEPDIR)/$(am__dirstamp)
849 src/fortran/cshep2d.lo: src/fortran/$(am__dirstamp) \
850 src/fortran/$(DEPDIR)/$(am__dirstamp)
852 libsciinterpolation-algo.la: $(libsciinterpolation_algo_la_OBJECTS) $(libsciinterpolation_algo_la_DEPENDENCIES) $(EXTRA_libsciinterpolation_algo_la_DEPENDENCIES)
853 $(AM_V_F77LD)$(F77LINK) $(libsciinterpolation_algo_la_OBJECTS) $(libsciinterpolation_algo_la_LIBADD) $(LIBS)
854 sci_gateway/cpp/$(am__dirstamp):
855 @$(MKDIR_P) sci_gateway/cpp
856 @: > sci_gateway/cpp/$(am__dirstamp)
857 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp):
858 @$(MKDIR_P) sci_gateway/cpp/$(DEPDIR)
859 @: > sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
860 sci_gateway/cpp/libsciinterpolation_la-sci_lsq_splin.lo: \
861 sci_gateway/cpp/$(am__dirstamp) \
862 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
863 sci_gateway/cpp/libsciinterpolation_la-sci_interp.lo: \
864 sci_gateway/cpp/$(am__dirstamp) \
865 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
866 sci_gateway/cpp/libsciinterpolation_la-sci_interp2d.lo: \
867 sci_gateway/cpp/$(am__dirstamp) \
868 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
869 sci_gateway/cpp/libsciinterpolation_la-sci_splin.lo: \
870 sci_gateway/cpp/$(am__dirstamp) \
871 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
872 sci_gateway/cpp/libsciinterpolation_la-sci_cshep2d.lo: \
873 sci_gateway/cpp/$(am__dirstamp) \
874 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
875 sci_gateway/cpp/libsciinterpolation_la-sci_interp3d.lo: \
876 sci_gateway/cpp/$(am__dirstamp) \
877 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
878 sci_gateway/cpp/libsciinterpolation_la-sci_linear_interpn.lo: \
879 sci_gateway/cpp/$(am__dirstamp) \
880 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
881 sci_gateway/cpp/libsciinterpolation_la-sci_splin2d.lo: \
882 sci_gateway/cpp/$(am__dirstamp) \
883 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
884 sci_gateway/cpp/libsciinterpolation_la-sci_splin3d.lo: \
885 sci_gateway/cpp/$(am__dirstamp) \
886 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
887 sci_gateway/cpp/libsciinterpolation_la-sci_bsplin3val.lo: \
888 sci_gateway/cpp/$(am__dirstamp) \
889 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
890 sci_gateway/cpp/libsciinterpolation_la-sci_eval_cshep2d.lo: \
891 sci_gateway/cpp/$(am__dirstamp) \
892 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
894 libsciinterpolation.la: $(libsciinterpolation_la_OBJECTS) $(libsciinterpolation_la_DEPENDENCIES) $(EXTRA_libsciinterpolation_la_DEPENDENCIES)
895 $(AM_V_CXXLD)$(CXXLINK) -rpath $(pkglibdir) $(libsciinterpolation_la_OBJECTS) $(libsciinterpolation_la_LIBADD) $(LIBS)
899 -rm -f sci_gateway/cpp/*.$(OBJEXT)
900 -rm -f sci_gateway/cpp/*.lo
901 -rm -f src/c/*.$(OBJEXT)
903 -rm -f src/fortran/*.$(OBJEXT)
904 -rm -f src/fortran/*.lo
909 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_bsplin3val.Plo@am__quote@
910 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_cshep2d.Plo@am__quote@
911 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_eval_cshep2d.Plo@am__quote@
912 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_interp.Plo@am__quote@
913 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_interp2d.Plo@am__quote@
914 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_interp3d.Plo@am__quote@
915 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_linear_interpn.Plo@am__quote@
916 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_lsq_splin.Plo@am__quote@
917 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_splin.Plo@am__quote@
918 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_splin2d.Plo@am__quote@
919 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_splin3d.Plo@am__quote@
920 @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciinterpolation_algo_la-interpolation.Plo@am__quote@
921 @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciinterpolation_algo_la-someinterp.Plo@am__quote@
924 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
925 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
926 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
927 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
928 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
929 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
932 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
933 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
934 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
935 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
936 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
937 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
940 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
941 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
942 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
943 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
944 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
945 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
947 src/c/libsciinterpolation_algo_la-interpolation.lo: src/c/interpolation.c
948 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciinterpolation_algo_la-interpolation.lo -MD -MP -MF src/c/$(DEPDIR)/libsciinterpolation_algo_la-interpolation.Tpo -c -o src/c/libsciinterpolation_algo_la-interpolation.lo `test -f 'src/c/interpolation.c' || echo '$(srcdir)/'`src/c/interpolation.c
949 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciinterpolation_algo_la-interpolation.Tpo src/c/$(DEPDIR)/libsciinterpolation_algo_la-interpolation.Plo
950 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/interpolation.c' object='src/c/libsciinterpolation_algo_la-interpolation.lo' libtool=yes @AMDEPBACKSLASH@
951 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
952 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciinterpolation_algo_la-interpolation.lo `test -f 'src/c/interpolation.c' || echo '$(srcdir)/'`src/c/interpolation.c
954 src/c/libsciinterpolation_algo_la-someinterp.lo: src/c/someinterp.c
955 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciinterpolation_algo_la-someinterp.lo -MD -MP -MF src/c/$(DEPDIR)/libsciinterpolation_algo_la-someinterp.Tpo -c -o src/c/libsciinterpolation_algo_la-someinterp.lo `test -f 'src/c/someinterp.c' || echo '$(srcdir)/'`src/c/someinterp.c
956 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciinterpolation_algo_la-someinterp.Tpo src/c/$(DEPDIR)/libsciinterpolation_algo_la-someinterp.Plo
957 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/someinterp.c' object='src/c/libsciinterpolation_algo_la-someinterp.lo' libtool=yes @AMDEPBACKSLASH@
958 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
959 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciinterpolation_algo_la-someinterp.lo `test -f 'src/c/someinterp.c' || echo '$(srcdir)/'`src/c/someinterp.c
962 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
963 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
964 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
965 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
966 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
967 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
970 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
971 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
972 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
973 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
974 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
975 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
978 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
979 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
980 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
981 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
982 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
983 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
985 sci_gateway/cpp/libsciinterpolation_la-sci_lsq_splin.lo: sci_gateway/cpp/sci_lsq_splin.cpp
986 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libsciinterpolation_la-sci_lsq_splin.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_lsq_splin.Tpo -c -o sci_gateway/cpp/libsciinterpolation_la-sci_lsq_splin.lo `test -f 'sci_gateway/cpp/sci_lsq_splin.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_lsq_splin.cpp
987 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_lsq_splin.Tpo sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_lsq_splin.Plo
988 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_lsq_splin.cpp' object='sci_gateway/cpp/libsciinterpolation_la-sci_lsq_splin.lo' libtool=yes @AMDEPBACKSLASH@
989 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
990 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libsciinterpolation_la-sci_lsq_splin.lo `test -f 'sci_gateway/cpp/sci_lsq_splin.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_lsq_splin.cpp
992 sci_gateway/cpp/libsciinterpolation_la-sci_interp.lo: sci_gateway/cpp/sci_interp.cpp
993 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libsciinterpolation_la-sci_interp.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_interp.Tpo -c -o sci_gateway/cpp/libsciinterpolation_la-sci_interp.lo `test -f 'sci_gateway/cpp/sci_interp.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_interp.cpp
994 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_interp.Tpo sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_interp.Plo
995 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_interp.cpp' object='sci_gateway/cpp/libsciinterpolation_la-sci_interp.lo' libtool=yes @AMDEPBACKSLASH@
996 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
997 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libsciinterpolation_la-sci_interp.lo `test -f 'sci_gateway/cpp/sci_interp.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_interp.cpp
999 sci_gateway/cpp/libsciinterpolation_la-sci_interp2d.lo: sci_gateway/cpp/sci_interp2d.cpp
1000 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libsciinterpolation_la-sci_interp2d.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_interp2d.Tpo -c -o sci_gateway/cpp/libsciinterpolation_la-sci_interp2d.lo `test -f 'sci_gateway/cpp/sci_interp2d.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_interp2d.cpp
1001 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_interp2d.Tpo sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_interp2d.Plo
1002 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_interp2d.cpp' object='sci_gateway/cpp/libsciinterpolation_la-sci_interp2d.lo' libtool=yes @AMDEPBACKSLASH@
1003 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1004 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libsciinterpolation_la-sci_interp2d.lo `test -f 'sci_gateway/cpp/sci_interp2d.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_interp2d.cpp
1006 sci_gateway/cpp/libsciinterpolation_la-sci_splin.lo: sci_gateway/cpp/sci_splin.cpp
1007 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libsciinterpolation_la-sci_splin.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_splin.Tpo -c -o sci_gateway/cpp/libsciinterpolation_la-sci_splin.lo `test -f 'sci_gateway/cpp/sci_splin.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_splin.cpp
1008 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_splin.Tpo sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_splin.Plo
1009 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_splin.cpp' object='sci_gateway/cpp/libsciinterpolation_la-sci_splin.lo' libtool=yes @AMDEPBACKSLASH@
1010 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1011 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libsciinterpolation_la-sci_splin.lo `test -f 'sci_gateway/cpp/sci_splin.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_splin.cpp
1013 sci_gateway/cpp/libsciinterpolation_la-sci_cshep2d.lo: sci_gateway/cpp/sci_cshep2d.cpp
1014 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libsciinterpolation_la-sci_cshep2d.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_cshep2d.Tpo -c -o sci_gateway/cpp/libsciinterpolation_la-sci_cshep2d.lo `test -f 'sci_gateway/cpp/sci_cshep2d.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_cshep2d.cpp
1015 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_cshep2d.Tpo sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_cshep2d.Plo
1016 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_cshep2d.cpp' object='sci_gateway/cpp/libsciinterpolation_la-sci_cshep2d.lo' libtool=yes @AMDEPBACKSLASH@
1017 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1018 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libsciinterpolation_la-sci_cshep2d.lo `test -f 'sci_gateway/cpp/sci_cshep2d.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_cshep2d.cpp
1020 sci_gateway/cpp/libsciinterpolation_la-sci_interp3d.lo: sci_gateway/cpp/sci_interp3d.cpp
1021 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libsciinterpolation_la-sci_interp3d.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_interp3d.Tpo -c -o sci_gateway/cpp/libsciinterpolation_la-sci_interp3d.lo `test -f 'sci_gateway/cpp/sci_interp3d.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_interp3d.cpp
1022 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_interp3d.Tpo sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_interp3d.Plo
1023 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_interp3d.cpp' object='sci_gateway/cpp/libsciinterpolation_la-sci_interp3d.lo' libtool=yes @AMDEPBACKSLASH@
1024 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1025 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libsciinterpolation_la-sci_interp3d.lo `test -f 'sci_gateway/cpp/sci_interp3d.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_interp3d.cpp
1027 sci_gateway/cpp/libsciinterpolation_la-sci_linear_interpn.lo: sci_gateway/cpp/sci_linear_interpn.cpp
1028 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libsciinterpolation_la-sci_linear_interpn.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_linear_interpn.Tpo -c -o sci_gateway/cpp/libsciinterpolation_la-sci_linear_interpn.lo `test -f 'sci_gateway/cpp/sci_linear_interpn.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_linear_interpn.cpp
1029 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_linear_interpn.Tpo sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_linear_interpn.Plo
1030 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_linear_interpn.cpp' object='sci_gateway/cpp/libsciinterpolation_la-sci_linear_interpn.lo' libtool=yes @AMDEPBACKSLASH@
1031 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1032 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libsciinterpolation_la-sci_linear_interpn.lo `test -f 'sci_gateway/cpp/sci_linear_interpn.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_linear_interpn.cpp
1034 sci_gateway/cpp/libsciinterpolation_la-sci_splin2d.lo: sci_gateway/cpp/sci_splin2d.cpp
1035 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libsciinterpolation_la-sci_splin2d.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_splin2d.Tpo -c -o sci_gateway/cpp/libsciinterpolation_la-sci_splin2d.lo `test -f 'sci_gateway/cpp/sci_splin2d.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_splin2d.cpp
1036 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_splin2d.Tpo sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_splin2d.Plo
1037 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_splin2d.cpp' object='sci_gateway/cpp/libsciinterpolation_la-sci_splin2d.lo' libtool=yes @AMDEPBACKSLASH@
1038 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1039 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libsciinterpolation_la-sci_splin2d.lo `test -f 'sci_gateway/cpp/sci_splin2d.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_splin2d.cpp
1041 sci_gateway/cpp/libsciinterpolation_la-sci_splin3d.lo: sci_gateway/cpp/sci_splin3d.cpp
1042 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libsciinterpolation_la-sci_splin3d.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_splin3d.Tpo -c -o sci_gateway/cpp/libsciinterpolation_la-sci_splin3d.lo `test -f 'sci_gateway/cpp/sci_splin3d.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_splin3d.cpp
1043 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_splin3d.Tpo sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_splin3d.Plo
1044 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_splin3d.cpp' object='sci_gateway/cpp/libsciinterpolation_la-sci_splin3d.lo' libtool=yes @AMDEPBACKSLASH@
1045 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1046 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libsciinterpolation_la-sci_splin3d.lo `test -f 'sci_gateway/cpp/sci_splin3d.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_splin3d.cpp
1048 sci_gateway/cpp/libsciinterpolation_la-sci_bsplin3val.lo: sci_gateway/cpp/sci_bsplin3val.cpp
1049 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libsciinterpolation_la-sci_bsplin3val.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_bsplin3val.Tpo -c -o sci_gateway/cpp/libsciinterpolation_la-sci_bsplin3val.lo `test -f 'sci_gateway/cpp/sci_bsplin3val.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_bsplin3val.cpp
1050 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_bsplin3val.Tpo sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_bsplin3val.Plo
1051 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_bsplin3val.cpp' object='sci_gateway/cpp/libsciinterpolation_la-sci_bsplin3val.lo' libtool=yes @AMDEPBACKSLASH@
1052 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1053 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libsciinterpolation_la-sci_bsplin3val.lo `test -f 'sci_gateway/cpp/sci_bsplin3val.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_bsplin3val.cpp
1055 sci_gateway/cpp/libsciinterpolation_la-sci_eval_cshep2d.lo: sci_gateway/cpp/sci_eval_cshep2d.cpp
1056 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libsciinterpolation_la-sci_eval_cshep2d.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_eval_cshep2d.Tpo -c -o sci_gateway/cpp/libsciinterpolation_la-sci_eval_cshep2d.lo `test -f 'sci_gateway/cpp/sci_eval_cshep2d.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_eval_cshep2d.cpp
1057 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_eval_cshep2d.Tpo sci_gateway/cpp/$(DEPDIR)/libsciinterpolation_la-sci_eval_cshep2d.Plo
1058 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_eval_cshep2d.cpp' object='sci_gateway/cpp/libsciinterpolation_la-sci_eval_cshep2d.lo' libtool=yes @AMDEPBACKSLASH@
1059 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1060 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciinterpolation_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libsciinterpolation_la-sci_eval_cshep2d.lo `test -f 'sci_gateway/cpp/sci_eval_cshep2d.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_eval_cshep2d.cpp
1063 $(AM_V_F77)$(F77COMPILE) -c -o $@ $<
1066 $(AM_V_F77)$(F77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1069 $(AM_V_F77)$(LTF77COMPILE) -c -o $@ $<
1071 mostlyclean-libtool:
1076 -rm -rf sci_gateway/cpp/.libs sci_gateway/cpp/_libs
1077 -rm -rf src/c/.libs src/c/_libs
1078 -rm -rf src/fortran/.libs src/fortran/_libs
1079 install-libsciinterpolation_la_etcDATA: $(libsciinterpolation_la_etc_DATA)
1081 @list='$(libsciinterpolation_la_etc_DATA)'; test -n "$(libsciinterpolation_la_etcdir)" || list=; \
1082 if test -n "$$list"; then \
1083 echo " $(MKDIR_P) '$(DESTDIR)$(libsciinterpolation_la_etcdir)'"; \
1084 $(MKDIR_P) "$(DESTDIR)$(libsciinterpolation_la_etcdir)" || exit 1; \
1086 for p in $$list; do \
1087 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1089 done | $(am__base_list) | \
1090 while read files; do \
1091 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libsciinterpolation_la_etcdir)'"; \
1092 $(INSTALL_DATA) $$files "$(DESTDIR)$(libsciinterpolation_la_etcdir)" || exit $$?; \
1095 uninstall-libsciinterpolation_la_etcDATA:
1096 @$(NORMAL_UNINSTALL)
1097 @list='$(libsciinterpolation_la_etc_DATA)'; test -n "$(libsciinterpolation_la_etcdir)" || list=; \
1098 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1099 dir='$(DESTDIR)$(libsciinterpolation_la_etcdir)'; $(am__uninstall_files_from_dir)
1100 install-libsciinterpolation_la_rootDATA: $(libsciinterpolation_la_root_DATA)
1102 @list='$(libsciinterpolation_la_root_DATA)'; test -n "$(libsciinterpolation_la_rootdir)" || list=; \
1103 if test -n "$$list"; then \
1104 echo " $(MKDIR_P) '$(DESTDIR)$(libsciinterpolation_la_rootdir)'"; \
1105 $(MKDIR_P) "$(DESTDIR)$(libsciinterpolation_la_rootdir)" || exit 1; \
1107 for p in $$list; do \
1108 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1110 done | $(am__base_list) | \
1111 while read files; do \
1112 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libsciinterpolation_la_rootdir)'"; \
1113 $(INSTALL_DATA) $$files "$(DESTDIR)$(libsciinterpolation_la_rootdir)" || exit $$?; \
1116 uninstall-libsciinterpolation_la_rootDATA:
1117 @$(NORMAL_UNINSTALL)
1118 @list='$(libsciinterpolation_la_root_DATA)'; test -n "$(libsciinterpolation_la_rootdir)" || list=; \
1119 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1120 dir='$(DESTDIR)$(libsciinterpolation_la_rootdir)'; $(am__uninstall_files_from_dir)
1121 install-libsciinterpolation_la_sci_gatewayDATA: $(libsciinterpolation_la_sci_gateway_DATA)
1123 @list='$(libsciinterpolation_la_sci_gateway_DATA)'; test -n "$(libsciinterpolation_la_sci_gatewaydir)" || list=; \
1124 if test -n "$$list"; then \
1125 echo " $(MKDIR_P) '$(DESTDIR)$(libsciinterpolation_la_sci_gatewaydir)'"; \
1126 $(MKDIR_P) "$(DESTDIR)$(libsciinterpolation_la_sci_gatewaydir)" || exit 1; \
1128 for p in $$list; do \
1129 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1131 done | $(am__base_list) | \
1132 while read files; do \
1133 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libsciinterpolation_la_sci_gatewaydir)'"; \
1134 $(INSTALL_DATA) $$files "$(DESTDIR)$(libsciinterpolation_la_sci_gatewaydir)" || exit $$?; \
1137 uninstall-libsciinterpolation_la_sci_gatewayDATA:
1138 @$(NORMAL_UNINSTALL)
1139 @list='$(libsciinterpolation_la_sci_gateway_DATA)'; test -n "$(libsciinterpolation_la_sci_gatewaydir)" || list=; \
1140 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1141 dir='$(DESTDIR)$(libsciinterpolation_la_sci_gatewaydir)'; $(am__uninstall_files_from_dir)
1143 ID: $(am__tagged_files)
1144 $(am__define_uniq_tagged_files); mkid -fID $$unique
1148 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1151 $(am__define_uniq_tagged_files); \
1153 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1154 test -n "$$unique" || unique=$$empty_fix; \
1155 if test $$# -gt 0; then \
1156 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1159 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1166 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1167 $(am__define_uniq_tagged_files); \
1168 test -z "$(CTAGS_ARGS)$$unique" \
1169 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1173 here=`$(am__cd) $(top_builddir) && pwd` \
1174 && $(am__cd) $(top_srcdir) \
1175 && gtags -i $(GTAGS_ARGS) "$$here"
1176 cscopelist: cscopelist-am
1178 cscopelist-am: $(am__tagged_files)
1179 list='$(am__tagged_files)'; \
1180 case "$(srcdir)" in \
1181 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1182 *) sdir=$(subdir)/$(srcdir) ;; \
1184 for i in $$list; do \
1185 if test -f "$$i"; then \
1186 echo "$(subdir)/$$i"; \
1188 echo "$$sdir/$$i"; \
1190 done >> $(top_builddir)/cscope.files
1193 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1195 distdir: $(DISTFILES)
1196 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1197 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1198 list='$(DISTFILES)'; \
1199 dist_files=`for file in $$list; do echo $$file; done | \
1200 sed -e "s|^$$srcdirstrip/||;t" \
1201 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1202 case $$dist_files in \
1203 */*) $(MKDIR_P) `echo "$$dist_files" | \
1204 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1207 for file in $$dist_files; do \
1208 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1209 if test -d $$d/$$file; then \
1210 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1211 if test -d "$(distdir)/$$file"; then \
1212 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1214 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1215 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1216 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1218 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1220 test -f "$(distdir)/$$file" \
1221 || cp -p $$d/$$file "$(distdir)/$$file" \
1226 $(MAKE) $(AM_MAKEFLAGS) check-local
1228 all-am: Makefile $(LTLIBRARIES) $(DATA) all-local
1230 for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(libsciinterpolation_la_etcdir)" "$(DESTDIR)$(libsciinterpolation_la_rootdir)" "$(DESTDIR)$(libsciinterpolation_la_sci_gatewaydir)"; do \
1231 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1234 install-exec: install-exec-am
1235 install-data: install-data-am
1236 uninstall: uninstall-am
1239 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1241 installcheck: installcheck-am
1243 if test -z '$(STRIP)'; then \
1244 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1245 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1248 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1249 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1250 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1252 mostlyclean-generic:
1257 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1258 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1259 -rm -f sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1260 -rm -f sci_gateway/cpp/$(am__dirstamp)
1261 -rm -f src/c/$(DEPDIR)/$(am__dirstamp)
1262 -rm -f src/c/$(am__dirstamp)
1263 -rm -f src/fortran/$(DEPDIR)/$(am__dirstamp)
1264 -rm -f src/fortran/$(am__dirstamp)
1266 maintainer-clean-generic:
1267 @echo "This command is intended for maintainers to use"
1268 @echo "it deletes files that may require special tools to rebuild."
1271 clean-am: clean-generic clean-libtool clean-local \
1272 clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES mostlyclean-am
1274 distclean: distclean-am
1275 -rm -rf sci_gateway/cpp/$(DEPDIR) src/c/$(DEPDIR)
1277 distclean-am: clean-am distclean-compile distclean-generic \
1278 distclean-local distclean-tags
1292 install-data-am: install-data-local \
1293 install-libsciinterpolation_la_etcDATA \
1294 install-libsciinterpolation_la_rootDATA \
1295 install-libsciinterpolation_la_sci_gatewayDATA
1297 install-dvi: install-dvi-am
1301 install-exec-am: install-pkglibLTLIBRARIES
1303 install-html: install-html-am
1305 install-html-am: install-html-local
1307 install-info: install-info-am
1313 install-pdf: install-pdf-am
1317 install-ps: install-ps-am
1323 maintainer-clean: maintainer-clean-am
1324 -rm -rf sci_gateway/cpp/$(DEPDIR) src/c/$(DEPDIR)
1326 maintainer-clean-am: distclean-am maintainer-clean-generic
1328 mostlyclean: mostlyclean-am
1330 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1341 uninstall-am: uninstall-libsciinterpolation_la_etcDATA \
1342 uninstall-libsciinterpolation_la_rootDATA \
1343 uninstall-libsciinterpolation_la_sci_gatewayDATA \
1344 uninstall-pkglibLTLIBRARIES
1346 .MAKE: check-am install-am install-strip
1348 .PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am \
1349 check-local clean clean-generic clean-libtool clean-local \
1350 clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES cscopelist-am \
1351 ctags ctags-am distclean distclean-compile distclean-generic \
1352 distclean-libtool distclean-local distclean-tags distdir dvi \
1353 dvi-am html html-am info info-am install install-am \
1354 install-data install-data-am install-data-local install-dvi \
1355 install-dvi-am install-exec install-exec-am install-html \
1356 install-html-am install-html-local install-info \
1357 install-info-am install-libsciinterpolation_la_etcDATA \
1358 install-libsciinterpolation_la_rootDATA \
1359 install-libsciinterpolation_la_sci_gatewayDATA install-man \
1360 install-pdf install-pdf-am install-pkglibLTLIBRARIES \
1361 install-ps install-ps-am install-strip installcheck \
1362 installcheck-am installdirs maintainer-clean \
1363 maintainer-clean-generic mostlyclean mostlyclean-compile \
1364 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1365 tags tags-am uninstall uninstall-am \
1366 uninstall-libsciinterpolation_la_etcDATA \
1367 uninstall-libsciinterpolation_la_rootDATA \
1368 uninstall-libsciinterpolation_la_sci_gatewayDATA \
1369 uninstall-pkglibLTLIBRARIES
1374 # This target enables tests for Scilab
1375 check-local: $(top_builddir)/scilab-bin test
1376 if test -d $(mydatadir)/tests; then \
1377 @COMMAND="try test_run('$(modulename)');catch exit(-1);end;exit(0)"; export LANG=C; $(top_builddir)/bin/scilab -nwni -nb -e "$$COMMAND"; \
1380 if test -f build.xml; then \
1381 $(ANT) checkstyle; \
1383 if test -x "$(SPLINT)"; then \
1384 $(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); \
1386 @NEED_JAVA_TRUE@java:
1387 # Some configurations needs to export JAVA_HOME in the current env
1388 @NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
1389 @NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
1390 @NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \
1391 @NEED_JAVA_TRUE@ $(ANT); \
1394 @NEED_JAVA_TRUE@clean-java:
1395 # Some configurations needs to export JAVA_HOME in the current env
1396 @NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
1397 @NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
1398 @NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \
1399 @NEED_JAVA_TRUE@ $(ANT) clean; \
1400 @NEED_JAVA_TRUE@ fi;
1402 # If the user request for the SWIG generation of the wrappers Java => C/C++
1403 # We call the target swig-build on the variable SWIG_WRAPPERS
1405 @SWIG_TRUE@swig: $(SWIG_WRAPPERS)
1406 @SWIG_TRUE@ @SWIG_PACKAGENAME=org.scilab.modules.$(modulename); \
1407 @SWIG_TRUE@ SWIG_OUTDIR=src/java/org/scilab/modules/$(modulename)/; \
1408 @SWIG_TRUE@ if test -n "$(SWIG_WRAPPERS)"; then \
1409 @SWIG_TRUE@ for file in $(SWIG_WRAPPERS) ; do \
1410 @SWIG_TRUE@ echo "Swig process of $$file (Java) ..."; \
1411 @SWIG_TRUE@ $(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_JAVA) -package $$SWIG_PACKAGENAME -outdir $$SWIG_OUTDIR $$file; \
1415 @SWIG_TRUE@swig-scilab: $(SWIG_SCILAB_WRAPPERS)
1416 @SWIG_TRUE@ @SWIG_OUTDIR=src/swig/; \
1417 @SWIG_TRUE@ if test -n "$(SWIG_SCILAB_WRAPPERS)"; then \
1418 @SWIG_TRUE@ for file in $(SWIG_SCILAB_WRAPPERS) ; do \
1419 @SWIG_TRUE@ echo "Swig process of $$file (Scilab) ..."; \
1420 @SWIG_TRUE@ $(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_SCILAB) -outdir $$SWIG_OUTDIR $$file; \
1424 # If the user request for the SWIG generation of the wrappers Java => C/C++
1425 # We call the target swig-build on the variable SWIG_WRAPPERS
1427 @GIWS_TRUE@giws: $(GIWS_WRAPPERS)
1428 @GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/; \
1429 @GIWS_TRUE@ MANDATORY_OPTIONS="--throws-exception-on-error --description-file"; \
1430 @GIWS_TRUE@ if test -n "$(GIWS_WRAPPERS)"; then \
1431 @GIWS_TRUE@ for file in $(GIWS_WRAPPERS) ; do \
1432 @GIWS_TRUE@ echo "GIWS process of $$file ..."; \
1433 @GIWS_TRUE@ if test -z "$(GIWS_OPTIONS)"; then \
1434 @GIWS_TRUE@ $(GIWS_BIN) --disable-return-size-array --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \
1436 @GIWS_TRUE@ echo "Custom GIWS call with '$$GIWS_OPTIONS'"; \
1437 @GIWS_TRUE@ $(GIWS_BIN) $$GIWS_OPTIONS --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \
1442 @GIWS_TRUE@giws-exception:
1443 @GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/;\
1444 @GIWS_TRUE@ echo "GIWS: Generation of exception class ..."; \
1445 @GIWS_TRUE@ $(GIWS_BIN) --generate-exception-class --output-dir $$GIWS_OUTPUTDIR
1448 -@( if test ! -x $(top_builddir)/scilab-bin; then \
1449 echo "Error : Cannot build $< : Scilab has not been built"; \
1451 $(top_builddir)/bin/scilab -ns -nwni -e "exec('macros/buildmacros.sce');quit;";\
1454 # Removes the macros
1456 # Removes macros (*.bin generated from .sci)
1457 @for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
1458 echo "rm -f $(builddir)/$$dir/$(MACROBINMASK)"; \
1459 rm -f $(builddir)/$$dir/$(MACROBINMASK); \
1463 # More tests could be added here
1464 @if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
1465 if test -f build.xml -a $$USEANT -eq 1; then \
1469 all-local: $(TARGETS_ALL)
1472 -@( if test ! -x $(top_builddir)/scilab-bin; then \
1473 echo "Error : Cannot build $< : Scilab has not been build"; \
1475 echo "Creating $@"; \
1476 $(top_builddir)/bin/scilab -ns -nwni -e "exec('$(abs_srcdir)/$<');save('$(abs_srcdir)/$@');exit;"; \
1481 install-data-local-local:
1482 # Mainly for javasci
1483 @if test -d $(srcdir)/javadoc; then \
1484 cp -R $(srcdir)/javadoc $(DESTDIR)/$(mydatadir)/; \
1486 # If the user wants the help sources to be installed
1487 @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of XML sources of help files --------"; \
1488 @INSTALL_HELP_XML_TRUE@ for lang in $(ALL_LINGUAS); do \
1489 @INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/$$lang; then \
1490 @INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/$$lang && \
1491 @INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/$$lang/$(DOCMASKXML) >/dev/null 2>&1; then \
1492 @INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/$$lang/$(DOCMASKXML) ; do \
1493 @INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/$$lang" ; \
1494 @INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/$$lang ; \
1495 @INSTALL_HELP_XML_TRUE@ done ; \
1496 @INSTALL_HELP_XML_TRUE@ fi; \
1497 @INSTALL_HELP_XML_TRUE@ fi; \
1498 @INSTALL_HELP_XML_TRUE@ done; \
1499 @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of MathML sources --------"; \
1500 @INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/mml/; then \
1501 @INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/mml/ && \
1502 @INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/mml/$(DOCMASKMML) >/dev/null 2>&1; then \
1503 @INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/mml/$(DOCMASKMML) ; do \
1504 @INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/mml" ; \
1505 @INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/mml ; \
1506 @INSTALL_HELP_XML_TRUE@ done ; \
1507 @INSTALL_HELP_XML_TRUE@ fi; \
1508 @INSTALL_HELP_XML_TRUE@ fi
1511 @echo "-------- Install tests (if any) --------"; \
1512 for dir in $(TESTS_DIR) $(TESTS_DIREXT) ; do \
1513 if test -d $(srcdir)/$$dir/; then \
1514 $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
1515 for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
1516 if test -d "$(srcdir)/$$dir/$$file"; then \
1517 echo $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir/$$file; \
1518 $(mkinstalldirs) "$(DESTDIR)$(pkgmacrosdir)/$$dir/$$file"; \
1520 echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
1521 $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
1526 # Install the help chapter
1527 @echo "-------- Install the help chapter (if any) --------"; \
1528 for lang in $(HELP_CHAPTERLANG); do \
1529 HELPFILE=$(srcdir)/$(HELP_CHAPTERDIR)$$lang/$(HELP_CHAPTERFILE); \
1530 if test -f $$HELPFILE; then \
1531 echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
1532 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
1533 echo $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
1534 $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
1537 # Install the demos & examples
1538 @echo "-------- Install demos & examples (if any) --------"; \
1539 for dir in $(DEMOS_DIR) $(DEMOS_DIREXT) $(EXAMPLES_DIR) $(EXAMPLES_DIREXT) ; do \
1540 if test -d $(srcdir)/$$dir/; then \
1541 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir && \
1542 for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
1543 if test -d "$(srcdir)/$$dir/$$file"; then \
1544 echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir/$$file; \
1545 $(mkinstalldirs) "$(DESTDIR)$(pkgdocdir)/$$dir/$$file"; \
1547 echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
1548 $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
1553 # Install the macros
1554 @echo "-------- Install macros (if any) --------"; \
1555 for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
1556 $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
1557 if test -d $(srcdir)/$$dir/; then \
1558 FILELIST="$(srcdir)/$$dir/$(MACROMASK) $(srcdir)/$$dir/$(MACROBINMASK) $(srcdir)/$$dir/$(MACROBUILDMASK) $(srcdir)/$$dir/names $(srcdir)/$$dir/lib";\
1559 if test -n "$(MACROSSPECIALEXT)"; then \
1561 for specialExt in $(MACROSSPECIALEXT); do \
1562 specialExtDir="$$specialExtDir $(srcdir)/$$dir/$$specialExt"; \
1564 FILELIST="$$FILELIST $$specialExtDir"; \
1566 for file in `ls -1 $$FILELIST 2>/dev/null`; do \
1567 echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgmacrosdir)/$$dir" ; \
1568 $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgmacrosdir)/$$dir ; \
1572 # Install java files (.jar)
1573 @if ls -lLd $(srcdir)/$(JARDIR)$(JARMASK) >/dev/null 2>&1; then \
1574 echo "-------- Install jar files --------"; \
1575 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(JARDIR); \
1576 for file in $(srcdir)/$(JARDIR)$(JARMASK); do\
1577 echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/$(JARDIR)" ; \
1578 $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/$(JARDIR) ; \
1582 ########### CLEAN ###################
1583 # Clean help (generated automatically by Scilab)
1584 # It used to clean the macro (clean-macros) but this was causing
1585 # make clean && make to fail Scilab startup
1586 @NEED_JAVA_TRUE@clean-local: clean-java
1587 @NEED_JAVA_FALSE@clean-local:
1590 rm -f $(builddir)/help/*/.last_successful_build_javaHelp $(builddir)/help/*/.list_*
1592 .PHONY: macros java swig giws
1594 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1595 # Otherwise a system limit (for SysV at least) may be exceeded.