1 # Makefile.in generated by automake 1.13.3 from Makefile.am.
4 # Copyright (C) 1994-2013 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-2007 - INRIA - Sylvestre LEDRU
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 # This file must be used under the terms of the CeCILL.
27 # This source file is licensed as described in the file COPYING, which
28 # you should have received as part of this distribution. The terms
29 # are also available at
30 # http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
34 ### Makefile included stuff
35 ### Target, variable, suffixes which are supposed to be useful in every makefile.am
40 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
41 am__make_running_with_option = \
42 case $${target_option-} in \
44 *) echo "am__make_running_with_option: internal error: invalid" \
45 "target option '$${target_option-}' specified" >&2; \
49 sane_makeflags=$$MAKEFLAGS; \
50 if $(am__is_gnu_make); then \
51 sane_makeflags=$$MFLAGS; \
56 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
57 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
63 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
65 for flg in $$sane_makeflags; do \
66 test $$skip_next = yes && { skip_next=no; continue; }; \
69 -*I) strip_trailopt 'I'; skip_next=yes;; \
70 -*I?*) strip_trailopt 'I';; \
71 -*O) strip_trailopt 'O'; skip_next=yes;; \
72 -*O?*) strip_trailopt 'O';; \
73 -*l) strip_trailopt 'l'; skip_next=yes;; \
74 -*l?*) strip_trailopt 'l';; \
75 -[dEDm]) skip_next=yes;; \
76 -[JT]) skip_next=yes;; \
79 *$$target_option*) has_opt=yes; break;; \
83 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
84 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
85 pkgdatadir = $(datadir)/@PACKAGE@
86 pkgincludedir = $(includedir)/@PACKAGE@
87 pkglibdir = $(libdir)/@PACKAGE@
88 pkglibexecdir = $(libexecdir)/@PACKAGE@
89 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90 install_sh_DATA = $(install_sh) -c -m 644
91 install_sh_PROGRAM = $(install_sh) -c
92 install_sh_SCRIPT = $(install_sh) -c
93 INSTALL_HEADER = $(INSTALL_DATA)
94 transform = $(program_transform_name)
101 build_triplet = @build@
102 host_triplet = @host@
103 DIST_COMMON = $(top_srcdir)/Makefile.incl.am $(srcdir)/Makefile.in \
104 $(srcdir)/Makefile.am $(top_srcdir)/config/mkinstalldirs \
105 $(top_srcdir)/config/depcomp
106 @NEED_JAVA_TRUE@am__append_1 = java
107 subdir = modules/string
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 am__aclocal_m4_deps = $(top_srcdir)/m4/backtrace.m4 \
110 $(top_srcdir)/m4/compiler.m4 $(top_srcdir)/m4/curl.m4 \
111 $(top_srcdir)/m4/docbook.m4 $(top_srcdir)/m4/doxygen.m4 \
112 $(top_srcdir)/m4/fftw.m4 $(top_srcdir)/m4/fortran.m4 \
113 $(top_srcdir)/m4/giws.m4 $(top_srcdir)/m4/hdf5.m4 \
114 $(top_srcdir)/m4/intel_compiler.m4 \
115 $(top_srcdir)/m4/java-thirdparty.m4 $(top_srcdir)/m4/java.m4 \
116 $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/lib-ld.m4 \
117 $(top_srcdir)/m4/libsmath.m4 $(top_srcdir)/m4/libtool.m4 \
118 $(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/ltoptions.m4 \
119 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
120 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/macosx.m4 \
121 $(top_srcdir)/m4/mpi.m4 $(top_srcdir)/m4/ocaml.m4 \
122 $(top_srcdir)/m4/pcre.m4 $(top_srcdir)/m4/pkg.m4 \
123 $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/swig.m4 \
124 $(top_srcdir)/m4/symlinks.m4 $(top_srcdir)/m4/tcltk.m4 \
125 $(top_srcdir)/m4/umfpack.m4 $(top_srcdir)/configure.ac
126 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
128 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
129 CONFIG_HEADER = $(top_builddir)/modules/core/includes/machine.h
131 CONFIG_CLEAN_VPATH_FILES =
132 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
133 am__vpath_adj = case $$p in \
134 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
137 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
139 am__nobase_strip_setup = \
140 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
142 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
143 am__nobase_list = $(am__nobase_strip_setup); \
144 for p in $$list; do echo "$$p $$p"; done | \
145 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
146 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
147 if (++n[$$2] == $(am__install_max)) \
148 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
149 END { for (dir in files) print dir, files[dir] }'
151 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
152 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
153 am__uninstall_files_from_dir = { \
155 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
156 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
157 $(am__cd) "$$dir" && rm -f $$files; }; \
159 am__installdirs = "$(DESTDIR)$(pkglibdir)" \
160 "$(DESTDIR)$(libscistring_la_etcdir)" \
161 "$(DESTDIR)$(libscistring_la_rootdir)" \
162 "$(DESTDIR)$(libscistring_la_sci_gatewaydir)"
163 LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkglib_LTLIBRARIES)
164 libscistring_algo_la_LIBADD =
165 am__objects_1 = libscistring_algo_la-code2str.lo \
166 libscistring_algo_la-stripblanks.lo \
167 libscistring_algo_la-convstr.lo \
168 libscistring_algo_la-men_Sutils.lo \
169 libscistring_algo_la-tokens.lo \
170 libscistring_algo_la-strsplit.lo \
171 libscistring_algo_la-partfunction.lo \
172 libscistring_algo_la-InitializeString.lo \
173 libscistring_algo_la-setScilabCharactersCodes.lo \
174 libscistring_algo_la-cvstr.lo \
175 libscistring_algo_la-getfastcode.lo \
176 libscistring_algo_la-pcre_private.lo \
177 libscistring_algo_la-pcre_error.lo \
178 libscistring_algo_la-isletter.lo \
179 libscistring_algo_la-isdigit.lo \
180 libscistring_algo_la-strsubst.lo \
181 libscistring_algo_la-stristr.lo \
182 libscistring_algo_la-stringsstrrchr.lo \
183 libscistring_algo_la-stringsstrrev.lo \
184 libscistring_algo_la-stringsCompare.lo \
185 libscistring_algo_la-isalphanum.lo \
186 libscistring_algo_la-StringConvert.lo \
187 libscistring_algo_la-scistrtostr.lo \
188 libscistring_algo_la-stringToDouble.lo \
189 libscistring_algo_la-isnum.lo \
190 libscistring_algo_la-stringToComplex.lo \
191 libscistring_algo_la-complex_array.lo
193 am_libscistring_algo_la_OBJECTS = $(am__objects_1) $(am__objects_2)
194 libscistring_algo_la_OBJECTS = $(am_libscistring_algo_la_OBJECTS)
195 AM_V_lt = $(am__v_lt_@AM_V@)
196 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
197 am__v_lt_0 = --silent
199 @MAINTAINER_MODE_FALSE@am_libscistring_algo_la_rpath =
200 @MAINTAINER_MODE_TRUE@am_libscistring_algo_la_rpath =
201 libscistring_la_DEPENDENCIES = libscistring-algo.la
202 am__objects_3 = libscistring_la-gw_string.lo \
203 libscistring_la-sci_ascii.lo libscistring_la-sci_code2str.lo \
204 libscistring_la-sci_convstr.lo libscistring_la-sci_emptystr.lo \
205 libscistring_la-sci_grep.lo libscistring_la-sci_length.lo \
206 libscistring_la-sci_part.lo libscistring_la-sci_str2code.lo \
207 libscistring_la-sci_strcat.lo libscistring_la-sci_strindex.lo \
208 libscistring_la-sci_string.lo \
209 libscistring_la-sci_stripblanks.lo \
210 libscistring_la-sci_strsplit.lo \
211 libscistring_la-sci_strsubst.lo libscistring_la-sci_tokens.lo \
212 libscistring_la-sci_strcmp.lo libscistring_la-sci_isletter.lo \
213 libscistring_la-sci_isdigit.lo \
214 libscistring_la-sci_isalphanum.lo \
215 libscistring_la-sci_isascii.lo libscistring_la-sci_strchr.lo \
216 libscistring_la-sci_strcspn.lo libscistring_la-sci_strncpy.lo \
217 libscistring_la-sci_strrev.lo libscistring_la-sci_strspn.lo \
218 libscistring_la-sci_strstr.lo libscistring_la-sci_strtod.lo \
219 libscistring_la-sci_strtok.lo libscistring_la-sci_regexp.lo \
220 libscistring_la-sci_isnum.lo
221 am__objects_4 = sci_f_string.lo strops.lo
222 am_libscistring_la_OBJECTS = $(am__objects_3) $(am__objects_4)
223 libscistring_la_OBJECTS = $(am_libscistring_la_OBJECTS)
224 libscistring_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=F77 \
225 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(F77LD) \
226 $(AM_FFLAGS) $(FFLAGS) $(libscistring_la_LDFLAGS) $(LDFLAGS) \
228 @MAINTAINER_MODE_FALSE@am_libscistring_la_rpath =
229 @MAINTAINER_MODE_TRUE@am_libscistring_la_rpath = -rpath $(pkglibdir)
230 AM_V_P = $(am__v_P_@AM_V@)
231 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
234 AM_V_GEN = $(am__v_GEN_@AM_V@)
235 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
236 am__v_GEN_0 = @echo " GEN " $@;
238 AM_V_at = $(am__v_at_@AM_V@)
239 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
242 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/modules/core/includes
243 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
244 am__depfiles_maybe = depfiles
246 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
247 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
248 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
249 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
250 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
251 $(AM_CFLAGS) $(CFLAGS)
252 AM_V_CC = $(am__v_CC_@AM_V@)
253 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
254 am__v_CC_0 = @echo " CC " $@;
257 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
258 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
259 $(AM_LDFLAGS) $(LDFLAGS) -o $@
260 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
261 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
262 am__v_CCLD_0 = @echo " CCLD " $@;
264 F77COMPILE = $(F77) $(AM_FFLAGS) $(FFLAGS)
265 LTF77COMPILE = $(LIBTOOL) $(AM_V_lt) --tag=F77 $(AM_LIBTOOLFLAGS) \
266 $(LIBTOOLFLAGS) --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS)
267 AM_V_F77 = $(am__v_F77_@AM_V@)
268 am__v_F77_ = $(am__v_F77_@AM_DEFAULT_V@)
269 am__v_F77_0 = @echo " F77 " $@;
272 F77LINK = $(LIBTOOL) $(AM_V_lt) --tag=F77 $(AM_LIBTOOLFLAGS) \
273 $(LIBTOOLFLAGS) --mode=link $(F77LD) $(AM_FFLAGS) $(FFLAGS) \
274 $(AM_LDFLAGS) $(LDFLAGS) -o $@
275 AM_V_F77LD = $(am__v_F77LD_@AM_V@)
276 am__v_F77LD_ = $(am__v_F77LD_@AM_DEFAULT_V@)
277 am__v_F77LD_0 = @echo " F77LD " $@;
279 SOURCES = $(libscistring_algo_la_SOURCES) $(libscistring_la_SOURCES)
280 DIST_SOURCES = $(libscistring_algo_la_SOURCES) \
281 $(libscistring_la_SOURCES)
282 am__can_run_installinfo = \
283 case $$AM_UPDATE_INFO_DIR in \
285 *) (install-info --version) >/dev/null 2>&1;; \
287 DATA = $(libscistring_la_etc_DATA) $(libscistring_la_root_DATA) \
288 $(libscistring_la_sci_gateway_DATA)
289 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
290 # Read a list of newline-separated strings from the standard input,
291 # and print each of them once, without duplicates. Input order is
293 am__uniquify_input = $(AWK) '\
294 BEGIN { nonempty = 0; } \
295 { items[$$0] = 1; nonempty = 1; } \
296 END { if (nonempty) { for (i in items) print i; }; } \
298 # Make sure the list of sources is unique. This is necessary because,
299 # e.g., the same source file might be shared among _SOURCES variables
300 # for different programs/libraries.
301 am__define_uniq_tagged_files = \
302 list='$(am__tagged_files)'; \
303 unique=`for i in $$list; do \
304 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
305 done | $(am__uniquify_input)`
308 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
310 ALL_LINGUAS = @ALL_LINGUAS@
311 ALL_LINGUAS_DOC = @ALL_LINGUAS_DOC@
313 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
317 ARPACK_LIBS = @ARPACK_LIBS@
319 AUTOCONF = @AUTOCONF@
320 AUTOHEADER = @AUTOHEADER@
321 AUTOMAKE = @AUTOMAKE@
322 AVALON_FRAMEWORK = @AVALON_FRAMEWORK@
325 BLAS_LIBS = @BLAS_LIBS@
328 CCDEPMODE = @CCDEPMODE@
330 CHECKSTYLE = @CHECKSTYLE@
331 COBERTURA = @COBERTURA@
332 COMMONS_BEANUTILS = @COMMONS_BEANUTILS@
333 COMMONS_IO = @COMMONS_IO@
334 COMMONS_LOGGING = @COMMONS_LOGGING@
336 CPPFLAGS = @CPPFLAGS@
337 CURL_CFLAGS = @CURL_CFLAGS@
338 CURL_CONFIG = @CURL_CONFIG@
339 CURL_LIBS = @CURL_LIBS@
340 CURL_VERSION = @CURL_VERSION@
343 CXXDEPMODE = @CXXDEPMODE@
344 CXXFLAGS = @CXXFLAGS@
345 CYGPATH_W = @CYGPATH_W@
347 DEMOTOOLS_ENABLE = @DEMOTOOLS_ENABLE@
349 DOCBOOK_ROOT = @DOCBOOK_ROOT@
350 DOXYGEN_BIN = @DOXYGEN_BIN@
351 DSYMUTIL = @DSYMUTIL@
360 FFTW3_LIB = @FFTW3_LIB@
361 FFTW_ENABLE = @FFTW_ENABLE@
363 FLEXDOCK = @FLEXDOCK@
367 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
368 GIWS_BIN = @GIWS_BIN@
369 GLUEGEN2_RT = @GLUEGEN2_RT@
371 GMSGFMT_015 = @GMSGFMT_015@
372 GRAPHICS_ENABLE = @GRAPHICS_ENABLE@
374 GUI_ENABLE = @GUI_ENABLE@
375 HDF5_CFLAGS = @HDF5_CFLAGS@
376 HDF5_LIBS = @HDF5_LIBS@
377 HELP_ENABLE = @HELP_ENABLE@
379 INSTALL_DATA = @INSTALL_DATA@
380 INSTALL_PROGRAM = @INSTALL_PROGRAM@
381 INSTALL_SCRIPT = @INSTALL_SCRIPT@
382 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
383 INTLLIBS = @INTLLIBS@
384 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
388 JAVAC_DEBUG = @JAVAC_DEBUG@
391 JAVASCI_ENABLE = @JAVASCI_ENABLE@
392 JAVA_ENABLE = @JAVA_ENABLE@
394 JAVA_HOME = @JAVA_HOME@
395 JAVA_JNI_INCLUDE = @JAVA_JNI_INCLUDE@
396 JAVA_JNI_LIBS = @JAVA_JNI_LIBS@
398 JEUCLID_CORE = @JEUCLID_CORE@
401 JLATEXMATH = @JLATEXMATH@
402 JLATEXMATH_FOP = @JLATEXMATH_FOP@
404 JROSETTA_API = @JROSETTA_API@
405 JROSETTA_ENGINE = @JROSETTA_ENGINE@
407 LAPACK_LIBS = @LAPACK_LIBS@
411 LIBICONV = @LIBICONV@
419 LOGGING_LEVEL = @LOGGING_LEVEL@
421 LTLIBICONV = @LTLIBICONV@
422 LTLIBINTL = @LTLIBINTL@
423 LTLIBOBJS = @LTLIBOBJS@
425 MAKEINFO = @MAKEINFO@
426 MATIO_CFLAGS = @MATIO_CFLAGS@
427 MATIO_ENABLE = @MATIO_ENABLE@
428 MATIO_LIBS = @MATIO_LIBS@
430 MPI_ENABLE = @MPI_ENABLE@
433 MSGFMT_015 = @MSGFMT_015@
434 MSGMERGE = @MSGMERGE@
440 OCAMLDEP = @OCAMLDEP@
441 OCAMLLEX = @OCAMLLEX@
442 OCAMLOPT = @OCAMLOPT@
443 OCAMLYACC = @OCAMLYACC@
444 OPENMPI_CC = @OPENMPI_CC@
445 OPENMPI_CXX = @OPENMPI_CXX@
446 OPENMPI_FLAGS = @OPENMPI_FLAGS@
447 OPENMPI_LIBS = @OPENMPI_LIBS@
448 OPENMP_CFLAGS = @OPENMP_CFLAGS@
449 OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@
450 OPENMP_ENABLE = @OPENMP_ENABLE@
451 OPENMP_LIBS = @OPENMP_LIBS@
455 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
456 PACKAGE_NAME = @PACKAGE_NAME@
457 PACKAGE_STRING = @PACKAGE_STRING@
458 PACKAGE_TARNAME = @PACKAGE_TARNAME@
459 PACKAGE_URL = @PACKAGE_URL@
460 PACKAGE_VERSION = @PACKAGE_VERSION@
461 PATH_SEPARATOR = @PATH_SEPARATOR@
462 PCRE_CFLAGS = @PCRE_CFLAGS@
463 PCRE_CONFIG = @PCRE_CONFIG@
464 PCRE_LIBS = @PCRE_LIBS@
465 PCRE_VERSION = @PCRE_VERSION@
466 PKG_CONFIG = @PKG_CONFIG@
471 RELOCATABLE = @RELOCATABLE@
474 SCILAB_BINARY_VERSION = @SCILAB_BINARY_VERSION@
475 SCILAB_LIBRARY_VERSION = @SCILAB_LIBRARY_VERSION@
476 SCILAB_VERSION_MAINTENANCE = @SCILAB_VERSION_MAINTENANCE@
477 SCILAB_VERSION_MAJOR = @SCILAB_VERSION_MAJOR@
478 SCILAB_VERSION_MINOR = @SCILAB_VERSION_MINOR@
479 SCIRENDERER = @SCIRENDERER@
480 SCIRENDERER_CP = @SCIRENDERER_CP@
481 SCI_CFLAGS = @SCI_CFLAGS@
482 SCI_CXXFLAGS = @SCI_CXXFLAGS@
483 SCI_FFLAGS = @SCI_FFLAGS@
484 SCI_LDFLAGS = @SCI_LDFLAGS@
486 SET_MAKE = @SET_MAKE@
487 SET_RELOCATABLE = @SET_RELOCATABLE@
492 SWIG_BIN = @SWIG_BIN@
493 SWIG_JAVA = @SWIG_JAVA@
494 SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@
495 TCLTK_LIBS = @TCLTK_LIBS@
496 TCL_INC_PATH = @TCL_INC_PATH@
497 TK_INC_PATH = @TK_INC_PATH@
498 UMFPACK_ENABLE = @UMFPACK_ENABLE@
499 UMFPACK_LIB = @UMFPACK_LIB@
502 WITH_OCAML = @WITH_OCAML@
503 WITH_TKSCI = @WITH_TKSCI@
504 XCOS_ENABLE = @XCOS_ENABLE@
505 XGETTEXT = @XGETTEXT@
506 XGETTEXT_015 = @XGETTEXT_015@
507 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
509 XMLGRAPHICS_COMMONS = @XMLGRAPHICS_COMMONS@
510 XML_APIS_EXT = @XML_APIS_EXT@
511 XML_CONFIG = @XML_CONFIG@
512 XML_FLAGS = @XML_FLAGS@
513 XML_LIBS = @XML_LIBS@
514 XML_VERSION = @XML_VERSION@
515 X_CFLAGS = @X_CFLAGS@
516 X_EXTRA_LIBS = @X_EXTRA_LIBS@
518 X_PRE_LIBS = @X_PRE_LIBS@
519 abs_builddir = @abs_builddir@
520 abs_srcdir = @abs_srcdir@
521 abs_top_builddir = @abs_top_builddir@
522 abs_top_srcdir = @abs_top_srcdir@
523 ac_ct_AR = @ac_ct_AR@
524 ac_ct_CC = @ac_ct_CC@
525 ac_ct_CXX = @ac_ct_CXX@
526 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
527 ac_ct_F77 = @ac_ct_F77@
528 am__include = @am__include@
529 am__leading_dot = @am__leading_dot@
530 am__quote = @am__quote@
532 am__untar = @am__untar@
535 build_alias = @build_alias@
536 build_cpu = @build_cpu@
537 build_os = @build_os@
538 build_vendor = @build_vendor@
539 builddir = @builddir@
540 cxx_present = @cxx_present@
542 datarootdir = @datarootdir@
545 exec_prefix = @exec_prefix@
547 host_alias = @host_alias@
548 host_cpu = @host_cpu@
550 host_vendor = @host_vendor@
552 includedir = @includedir@
554 install_sh = @install_sh@
556 libexecdir = @libexecdir@
557 localedir = @localedir@
558 localstatedir = @localstatedir@
561 oldincludedir = @oldincludedir@
564 program_transform_name = @program_transform_name@
567 sharedstatedir = @sharedstatedir@
569 sysconfdir = @sysconfdir@
570 target_alias = @target_alias@
571 top_build_prefix = @top_build_prefix@
572 top_builddir = @top_builddir@
573 top_srcdir = @top_srcdir@
574 STRING_C_SOURCES = src/c/code2str.c \
575 src/c/stripblanks.c \
580 src/c/partfunction.c \
581 src/c/InitializeString.c \
582 src/c/setScilabCharactersCodes.c \
584 src/c/getfastcode.c \
585 src/c/pcre_private.c \
591 src/c/stringsstrrchr.c \
592 src/c/stringsstrrev.c \
593 src/c/stringsCompare.c \
595 src/c/StringConvert.c \
596 src/c/scistrtostr.c \
597 src/c/stringToDouble.c \
599 src/c/stringToComplex.c \
600 src/c/complex_array.c
602 STRING_FORTRAN_SOURCES =
603 GATEWAY_C_SOURCES = sci_gateway/c/gw_string.c \
604 sci_gateway/c/sci_ascii.c \
605 sci_gateway/c/sci_code2str.c \
606 sci_gateway/c/sci_convstr.c \
607 sci_gateway/c/sci_emptystr.c \
608 sci_gateway/c/sci_grep.c \
609 sci_gateway/c/sci_length.c \
610 sci_gateway/c/sci_part.c \
611 sci_gateway/c/sci_str2code.c \
612 sci_gateway/c/sci_strcat.c \
613 sci_gateway/c/sci_strindex.c \
614 sci_gateway/c/sci_string.c \
615 sci_gateway/c/sci_stripblanks.c \
616 sci_gateway/c/sci_strsplit.c \
617 sci_gateway/c/sci_strsubst.c \
618 sci_gateway/c/sci_tokens.c \
619 sci_gateway/c/sci_strcmp.c \
620 sci_gateway/c/sci_isletter.c \
621 sci_gateway/c/sci_isdigit.c \
622 sci_gateway/c/sci_isalphanum.c \
623 sci_gateway/c/sci_isascii.c \
624 sci_gateway/c/sci_strchr.c \
625 sci_gateway/c/sci_strcspn.c \
626 sci_gateway/c/sci_strncpy.c \
627 sci_gateway/c/sci_strrev.c \
628 sci_gateway/c/sci_strspn.c \
629 sci_gateway/c/sci_strstr.c \
630 sci_gateway/c/sci_strtod.c \
631 sci_gateway/c/sci_strtok.c \
632 sci_gateway/c/sci_regexp.c \
633 sci_gateway/c/sci_isnum.c
635 GATEWAY_FORTRAN_SOURCES = sci_gateway/fortran/sci_f_string.f \
636 sci_gateway/fortran/strops.f
638 libscistring_la_CPPFLAGS = -I$(srcdir)/src/c \
639 -I$(srcdir)/includes/ \
640 -I$(top_srcdir)/modules/functions/includes/ \
641 -I$(top_srcdir)/modules/api_scilab/includes/ \
642 -I$(top_srcdir)/modules/localization/includes/ \
643 -I$(top_srcdir)/modules/spreadsheet/src/c/ \
644 -I$(top_srcdir)/modules/output_stream/includes/ \
648 @MAINTAINER_MODE_TRUE@pkglib_LTLIBRARIES = libscistring.la
649 @MAINTAINER_MODE_FALSE@noinst_LTLIBRARIES = libscistring-algo.la libscistring.la
650 @MAINTAINER_MODE_TRUE@noinst_LTLIBRARIES = libscistring-algo.la
651 libscistring_la_LDFLAGS = $(PCRE_LIBS) $(AM_LDFLAGS)
652 libscistring_algo_la_SOURCES = $(STRING_C_SOURCES) $(STRING_FORTRAN_SOURCES)
653 libscistring_la_SOURCES = $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES)
654 libscistring_algo_la_CPPFLAGS = $(libscistring_la_CPPFLAGS)
656 # For the code check (splint)
657 CHECK_SRC = $(STRING_C_SOURCES) $(GATEWAY_C_SOURCES)
658 INCLUDE_FLAGS = $(libscistring_la_CPPFLAGS)
660 # commented since it is the first module to be processed
661 libscistring_la_LIBADD = libscistring-algo.la
666 #### string : Conf files ####
667 libscistring_la_rootdir = $(mydatadir)
668 libscistring_la_root_DATA = license.txt
670 ####Â string : init scripts ####
671 libscistring_la_etcdir = $(mydatadir)/etc
672 libscistring_la_etc_DATA = etc/string.quit etc/string.start
674 ####Â string : gateway declaration ####
675 libscistring_la_sci_gatewaydir = $(mydatadir)/sci_gateway
676 libscistring_la_sci_gateway_DATA = sci_gateway/string_gateway.xml
678 # Where all the Scilab stuff is installed (macros, help, ...)
679 mydatadir = $(pkgdatadir)/modules/$(modulename)
681 # Set AM_* SCI detected settings
682 AM_CPPFLAGS = $(SCI_CPPFLAGS)
683 AM_CFLAGS = $(SCI_CFLAGS)
684 AM_CXXFLAGS = $(SCI_CXXFLAGS)
685 # append includes to AM_FFLAGS to manage fortran includes
686 AM_FFLAGS = $(SCI_FFLAGS) -I$(top_srcdir)/modules/core/includes/
688 # Tag shared libraries with the Scilab version
689 AM_LDFLAGS = $(SCI_LDFLAGS) -version-number $(SCILAB_LIBRARY_VERSION)
692 SPLINT_OPTIONS = -weak -booltype BOOL
694 ########################### JAVA ######################################
695 #### We are delegating java compilation to ant... Thanks to that
696 #### the procedure will be the same with Microsoft Windows (C)
698 #######################################################################
699 TARGETS_ALL = $(am__append_1)
701 ################ MACROS ######################
702 # Rule to build a macro
703 # NOT USED AT THE MOMENT
706 ########### INSTALL DOCUMENTATION ###################
708 # Install documentation files into the right target
709 # We do not use the automake mechanism (libxxxx_la_help_fr_DATA) because
710 # automake needs the html files to be present which is not the case when
711 # we are building Scilab
713 # Where it should be installed
714 pkgdocdir = $(mydatadir)
716 # What is the mask of the help source
719 # What is the mask of the MathML sources
722 ########### INSTALL DATA ###################
723 # Install macros, help & demos
724 # Where it should be installed
725 pkgmacrosdir = $(mydatadir)
726 # Which directory we process
728 # Mask of the Scilab sources macros
730 # Mask of the Scilab executable sources macros
731 MACROBUILDMASK = *.sce
732 # Mask of the Scilab compiled macros
734 # List of the standard directory for tests
735 TESTS_DIR = tests/benchmarks tests/nonreg_tests tests/unit_tests tests/java
736 # Where the demos should be installed
737 pkgdemosdir = $(mydatadir)
738 # List of the standard directory for demos
740 # List of the standard directory for examples
741 EXAMPLES_DIR = examples
742 # Where to export JAVA archives (.jar)
747 HELP_CHAPTERDIR = help/
748 HELP_CHAPTERFILE = addchapter.sce
749 HELP_CHAPTERLANG = en_US fr_FR pt_BR
753 .SUFFIXES: .sci .bin .c .f .lo .o .obj
754 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.incl.am $(am__configure_deps)
756 case '$(am__configure_deps)' in \
758 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
759 && { if test -f $@; then exit 0; else break; fi; }; \
763 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/string/Makefile'; \
764 $(am__cd) $(top_srcdir) && \
765 $(AUTOMAKE) --foreign modules/string/Makefile
767 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
770 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
772 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
773 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
775 $(top_srcdir)/Makefile.incl.am:
777 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
778 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
780 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
781 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
782 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
783 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
784 $(am__aclocal_m4_deps):
786 clean-noinstLTLIBRARIES:
787 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
788 @list='$(noinst_LTLIBRARIES)'; \
789 locs=`for p in $$list; do echo $$p; done | \
790 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
792 test -z "$$locs" || { \
793 echo rm -f $${locs}; \
797 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
799 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
800 list2=; for p in $$list; do \
801 if test -f $$p; then \
802 list2="$$list2 $$p"; \
805 test -z "$$list2" || { \
806 echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \
807 $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \
808 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
809 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
812 uninstall-pkglibLTLIBRARIES:
814 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
815 for p in $$list; do \
817 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
818 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
821 clean-pkglibLTLIBRARIES:
822 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
823 @list='$(pkglib_LTLIBRARIES)'; \
824 locs=`for p in $$list; do echo $$p; done | \
825 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
827 test -z "$$locs" || { \
828 echo rm -f $${locs}; \
832 libscistring-algo.la: $(libscistring_algo_la_OBJECTS) $(libscistring_algo_la_DEPENDENCIES) $(EXTRA_libscistring_algo_la_DEPENDENCIES)
833 $(AM_V_CCLD)$(LINK) $(am_libscistring_algo_la_rpath) $(libscistring_algo_la_OBJECTS) $(libscistring_algo_la_LIBADD) $(LIBS)
835 libscistring.la: $(libscistring_la_OBJECTS) $(libscistring_la_DEPENDENCIES) $(EXTRA_libscistring_la_DEPENDENCIES)
836 $(AM_V_F77LD)$(libscistring_la_LINK) $(am_libscistring_la_rpath) $(libscistring_la_OBJECTS) $(libscistring_la_LIBADD) $(LIBS)
844 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-InitializeString.Plo@am__quote@
845 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-StringConvert.Plo@am__quote@
846 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-code2str.Plo@am__quote@
847 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-complex_array.Plo@am__quote@
848 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-convstr.Plo@am__quote@
849 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-cvstr.Plo@am__quote@
850 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-getfastcode.Plo@am__quote@
851 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-isalphanum.Plo@am__quote@
852 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-isdigit.Plo@am__quote@
853 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-isletter.Plo@am__quote@
854 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-isnum.Plo@am__quote@
855 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-men_Sutils.Plo@am__quote@
856 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-partfunction.Plo@am__quote@
857 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-pcre_error.Plo@am__quote@
858 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-pcre_private.Plo@am__quote@
859 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-scistrtostr.Plo@am__quote@
860 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-setScilabCharactersCodes.Plo@am__quote@
861 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-stringToComplex.Plo@am__quote@
862 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-stringToDouble.Plo@am__quote@
863 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-stringsCompare.Plo@am__quote@
864 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-stringsstrrchr.Plo@am__quote@
865 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-stringsstrrev.Plo@am__quote@
866 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-stripblanks.Plo@am__quote@
867 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-stristr.Plo@am__quote@
868 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-strsplit.Plo@am__quote@
869 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-strsubst.Plo@am__quote@
870 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_algo_la-tokens.Plo@am__quote@
871 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-gw_string.Plo@am__quote@
872 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_ascii.Plo@am__quote@
873 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_code2str.Plo@am__quote@
874 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_convstr.Plo@am__quote@
875 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_emptystr.Plo@am__quote@
876 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_grep.Plo@am__quote@
877 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_isalphanum.Plo@am__quote@
878 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_isascii.Plo@am__quote@
879 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_isdigit.Plo@am__quote@
880 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_isletter.Plo@am__quote@
881 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_isnum.Plo@am__quote@
882 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_length.Plo@am__quote@
883 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_part.Plo@am__quote@
884 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_regexp.Plo@am__quote@
885 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_str2code.Plo@am__quote@
886 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_strcat.Plo@am__quote@
887 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_strchr.Plo@am__quote@
888 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_strcmp.Plo@am__quote@
889 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_strcspn.Plo@am__quote@
890 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_strindex.Plo@am__quote@
891 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_string.Plo@am__quote@
892 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_stripblanks.Plo@am__quote@
893 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_strncpy.Plo@am__quote@
894 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_strrev.Plo@am__quote@
895 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_strsplit.Plo@am__quote@
896 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_strspn.Plo@am__quote@
897 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_strstr.Plo@am__quote@
898 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_strsubst.Plo@am__quote@
899 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_strtod.Plo@am__quote@
900 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_strtok.Plo@am__quote@
901 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscistring_la-sci_tokens.Plo@am__quote@
904 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
905 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
906 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
907 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
908 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
911 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
912 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
913 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
914 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
915 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
918 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
919 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
920 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
921 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
922 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
924 libscistring_algo_la-code2str.lo: src/c/code2str.c
925 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-code2str.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-code2str.Tpo -c -o libscistring_algo_la-code2str.lo `test -f 'src/c/code2str.c' || echo '$(srcdir)/'`src/c/code2str.c
926 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-code2str.Tpo $(DEPDIR)/libscistring_algo_la-code2str.Plo
927 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/code2str.c' object='libscistring_algo_la-code2str.lo' libtool=yes @AMDEPBACKSLASH@
928 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
929 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-code2str.lo `test -f 'src/c/code2str.c' || echo '$(srcdir)/'`src/c/code2str.c
931 libscistring_algo_la-stripblanks.lo: src/c/stripblanks.c
932 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-stripblanks.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-stripblanks.Tpo -c -o libscistring_algo_la-stripblanks.lo `test -f 'src/c/stripblanks.c' || echo '$(srcdir)/'`src/c/stripblanks.c
933 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-stripblanks.Tpo $(DEPDIR)/libscistring_algo_la-stripblanks.Plo
934 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/stripblanks.c' object='libscistring_algo_la-stripblanks.lo' libtool=yes @AMDEPBACKSLASH@
935 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
936 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-stripblanks.lo `test -f 'src/c/stripblanks.c' || echo '$(srcdir)/'`src/c/stripblanks.c
938 libscistring_algo_la-convstr.lo: src/c/convstr.c
939 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-convstr.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-convstr.Tpo -c -o libscistring_algo_la-convstr.lo `test -f 'src/c/convstr.c' || echo '$(srcdir)/'`src/c/convstr.c
940 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-convstr.Tpo $(DEPDIR)/libscistring_algo_la-convstr.Plo
941 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/convstr.c' object='libscistring_algo_la-convstr.lo' libtool=yes @AMDEPBACKSLASH@
942 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
943 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-convstr.lo `test -f 'src/c/convstr.c' || echo '$(srcdir)/'`src/c/convstr.c
945 libscistring_algo_la-men_Sutils.lo: src/c/men_Sutils.c
946 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-men_Sutils.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-men_Sutils.Tpo -c -o libscistring_algo_la-men_Sutils.lo `test -f 'src/c/men_Sutils.c' || echo '$(srcdir)/'`src/c/men_Sutils.c
947 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-men_Sutils.Tpo $(DEPDIR)/libscistring_algo_la-men_Sutils.Plo
948 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/men_Sutils.c' object='libscistring_algo_la-men_Sutils.lo' libtool=yes @AMDEPBACKSLASH@
949 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
950 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-men_Sutils.lo `test -f 'src/c/men_Sutils.c' || echo '$(srcdir)/'`src/c/men_Sutils.c
952 libscistring_algo_la-tokens.lo: src/c/tokens.c
953 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-tokens.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-tokens.Tpo -c -o libscistring_algo_la-tokens.lo `test -f 'src/c/tokens.c' || echo '$(srcdir)/'`src/c/tokens.c
954 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-tokens.Tpo $(DEPDIR)/libscistring_algo_la-tokens.Plo
955 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/tokens.c' object='libscistring_algo_la-tokens.lo' libtool=yes @AMDEPBACKSLASH@
956 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
957 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-tokens.lo `test -f 'src/c/tokens.c' || echo '$(srcdir)/'`src/c/tokens.c
959 libscistring_algo_la-strsplit.lo: src/c/strsplit.c
960 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-strsplit.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-strsplit.Tpo -c -o libscistring_algo_la-strsplit.lo `test -f 'src/c/strsplit.c' || echo '$(srcdir)/'`src/c/strsplit.c
961 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-strsplit.Tpo $(DEPDIR)/libscistring_algo_la-strsplit.Plo
962 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/strsplit.c' object='libscistring_algo_la-strsplit.lo' libtool=yes @AMDEPBACKSLASH@
963 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
964 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-strsplit.lo `test -f 'src/c/strsplit.c' || echo '$(srcdir)/'`src/c/strsplit.c
966 libscistring_algo_la-partfunction.lo: src/c/partfunction.c
967 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-partfunction.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-partfunction.Tpo -c -o libscistring_algo_la-partfunction.lo `test -f 'src/c/partfunction.c' || echo '$(srcdir)/'`src/c/partfunction.c
968 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-partfunction.Tpo $(DEPDIR)/libscistring_algo_la-partfunction.Plo
969 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/partfunction.c' object='libscistring_algo_la-partfunction.lo' libtool=yes @AMDEPBACKSLASH@
970 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
971 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-partfunction.lo `test -f 'src/c/partfunction.c' || echo '$(srcdir)/'`src/c/partfunction.c
973 libscistring_algo_la-InitializeString.lo: src/c/InitializeString.c
974 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-InitializeString.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-InitializeString.Tpo -c -o libscistring_algo_la-InitializeString.lo `test -f 'src/c/InitializeString.c' || echo '$(srcdir)/'`src/c/InitializeString.c
975 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-InitializeString.Tpo $(DEPDIR)/libscistring_algo_la-InitializeString.Plo
976 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/InitializeString.c' object='libscistring_algo_la-InitializeString.lo' libtool=yes @AMDEPBACKSLASH@
977 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
978 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-InitializeString.lo `test -f 'src/c/InitializeString.c' || echo '$(srcdir)/'`src/c/InitializeString.c
980 libscistring_algo_la-setScilabCharactersCodes.lo: src/c/setScilabCharactersCodes.c
981 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-setScilabCharactersCodes.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-setScilabCharactersCodes.Tpo -c -o libscistring_algo_la-setScilabCharactersCodes.lo `test -f 'src/c/setScilabCharactersCodes.c' || echo '$(srcdir)/'`src/c/setScilabCharactersCodes.c
982 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-setScilabCharactersCodes.Tpo $(DEPDIR)/libscistring_algo_la-setScilabCharactersCodes.Plo
983 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/setScilabCharactersCodes.c' object='libscistring_algo_la-setScilabCharactersCodes.lo' libtool=yes @AMDEPBACKSLASH@
984 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
985 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-setScilabCharactersCodes.lo `test -f 'src/c/setScilabCharactersCodes.c' || echo '$(srcdir)/'`src/c/setScilabCharactersCodes.c
987 libscistring_algo_la-cvstr.lo: src/c/cvstr.c
988 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-cvstr.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-cvstr.Tpo -c -o libscistring_algo_la-cvstr.lo `test -f 'src/c/cvstr.c' || echo '$(srcdir)/'`src/c/cvstr.c
989 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-cvstr.Tpo $(DEPDIR)/libscistring_algo_la-cvstr.Plo
990 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/cvstr.c' object='libscistring_algo_la-cvstr.lo' libtool=yes @AMDEPBACKSLASH@
991 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
992 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-cvstr.lo `test -f 'src/c/cvstr.c' || echo '$(srcdir)/'`src/c/cvstr.c
994 libscistring_algo_la-getfastcode.lo: src/c/getfastcode.c
995 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-getfastcode.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-getfastcode.Tpo -c -o libscistring_algo_la-getfastcode.lo `test -f 'src/c/getfastcode.c' || echo '$(srcdir)/'`src/c/getfastcode.c
996 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-getfastcode.Tpo $(DEPDIR)/libscistring_algo_la-getfastcode.Plo
997 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/getfastcode.c' object='libscistring_algo_la-getfastcode.lo' libtool=yes @AMDEPBACKSLASH@
998 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
999 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-getfastcode.lo `test -f 'src/c/getfastcode.c' || echo '$(srcdir)/'`src/c/getfastcode.c
1001 libscistring_algo_la-pcre_private.lo: src/c/pcre_private.c
1002 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-pcre_private.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-pcre_private.Tpo -c -o libscistring_algo_la-pcre_private.lo `test -f 'src/c/pcre_private.c' || echo '$(srcdir)/'`src/c/pcre_private.c
1003 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-pcre_private.Tpo $(DEPDIR)/libscistring_algo_la-pcre_private.Plo
1004 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/pcre_private.c' object='libscistring_algo_la-pcre_private.lo' libtool=yes @AMDEPBACKSLASH@
1005 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1006 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-pcre_private.lo `test -f 'src/c/pcre_private.c' || echo '$(srcdir)/'`src/c/pcre_private.c
1008 libscistring_algo_la-pcre_error.lo: src/c/pcre_error.c
1009 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-pcre_error.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-pcre_error.Tpo -c -o libscistring_algo_la-pcre_error.lo `test -f 'src/c/pcre_error.c' || echo '$(srcdir)/'`src/c/pcre_error.c
1010 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-pcre_error.Tpo $(DEPDIR)/libscistring_algo_la-pcre_error.Plo
1011 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/pcre_error.c' object='libscistring_algo_la-pcre_error.lo' libtool=yes @AMDEPBACKSLASH@
1012 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1013 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-pcre_error.lo `test -f 'src/c/pcre_error.c' || echo '$(srcdir)/'`src/c/pcre_error.c
1015 libscistring_algo_la-isletter.lo: src/c/isletter.c
1016 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-isletter.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-isletter.Tpo -c -o libscistring_algo_la-isletter.lo `test -f 'src/c/isletter.c' || echo '$(srcdir)/'`src/c/isletter.c
1017 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-isletter.Tpo $(DEPDIR)/libscistring_algo_la-isletter.Plo
1018 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/isletter.c' object='libscistring_algo_la-isletter.lo' libtool=yes @AMDEPBACKSLASH@
1019 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1020 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-isletter.lo `test -f 'src/c/isletter.c' || echo '$(srcdir)/'`src/c/isletter.c
1022 libscistring_algo_la-isdigit.lo: src/c/isdigit.c
1023 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-isdigit.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-isdigit.Tpo -c -o libscistring_algo_la-isdigit.lo `test -f 'src/c/isdigit.c' || echo '$(srcdir)/'`src/c/isdigit.c
1024 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-isdigit.Tpo $(DEPDIR)/libscistring_algo_la-isdigit.Plo
1025 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/isdigit.c' object='libscistring_algo_la-isdigit.lo' libtool=yes @AMDEPBACKSLASH@
1026 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1027 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-isdigit.lo `test -f 'src/c/isdigit.c' || echo '$(srcdir)/'`src/c/isdigit.c
1029 libscistring_algo_la-strsubst.lo: src/c/strsubst.c
1030 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-strsubst.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-strsubst.Tpo -c -o libscistring_algo_la-strsubst.lo `test -f 'src/c/strsubst.c' || echo '$(srcdir)/'`src/c/strsubst.c
1031 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-strsubst.Tpo $(DEPDIR)/libscistring_algo_la-strsubst.Plo
1032 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/strsubst.c' object='libscistring_algo_la-strsubst.lo' libtool=yes @AMDEPBACKSLASH@
1033 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1034 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-strsubst.lo `test -f 'src/c/strsubst.c' || echo '$(srcdir)/'`src/c/strsubst.c
1036 libscistring_algo_la-stristr.lo: src/c/stristr.c
1037 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-stristr.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-stristr.Tpo -c -o libscistring_algo_la-stristr.lo `test -f 'src/c/stristr.c' || echo '$(srcdir)/'`src/c/stristr.c
1038 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-stristr.Tpo $(DEPDIR)/libscistring_algo_la-stristr.Plo
1039 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/stristr.c' object='libscistring_algo_la-stristr.lo' libtool=yes @AMDEPBACKSLASH@
1040 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1041 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-stristr.lo `test -f 'src/c/stristr.c' || echo '$(srcdir)/'`src/c/stristr.c
1043 libscistring_algo_la-stringsstrrchr.lo: src/c/stringsstrrchr.c
1044 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-stringsstrrchr.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-stringsstrrchr.Tpo -c -o libscistring_algo_la-stringsstrrchr.lo `test -f 'src/c/stringsstrrchr.c' || echo '$(srcdir)/'`src/c/stringsstrrchr.c
1045 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-stringsstrrchr.Tpo $(DEPDIR)/libscistring_algo_la-stringsstrrchr.Plo
1046 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/stringsstrrchr.c' object='libscistring_algo_la-stringsstrrchr.lo' libtool=yes @AMDEPBACKSLASH@
1047 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1048 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-stringsstrrchr.lo `test -f 'src/c/stringsstrrchr.c' || echo '$(srcdir)/'`src/c/stringsstrrchr.c
1050 libscistring_algo_la-stringsstrrev.lo: src/c/stringsstrrev.c
1051 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-stringsstrrev.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-stringsstrrev.Tpo -c -o libscistring_algo_la-stringsstrrev.lo `test -f 'src/c/stringsstrrev.c' || echo '$(srcdir)/'`src/c/stringsstrrev.c
1052 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-stringsstrrev.Tpo $(DEPDIR)/libscistring_algo_la-stringsstrrev.Plo
1053 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/stringsstrrev.c' object='libscistring_algo_la-stringsstrrev.lo' libtool=yes @AMDEPBACKSLASH@
1054 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1055 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-stringsstrrev.lo `test -f 'src/c/stringsstrrev.c' || echo '$(srcdir)/'`src/c/stringsstrrev.c
1057 libscistring_algo_la-stringsCompare.lo: src/c/stringsCompare.c
1058 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-stringsCompare.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-stringsCompare.Tpo -c -o libscistring_algo_la-stringsCompare.lo `test -f 'src/c/stringsCompare.c' || echo '$(srcdir)/'`src/c/stringsCompare.c
1059 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-stringsCompare.Tpo $(DEPDIR)/libscistring_algo_la-stringsCompare.Plo
1060 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/stringsCompare.c' object='libscistring_algo_la-stringsCompare.lo' libtool=yes @AMDEPBACKSLASH@
1061 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1062 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-stringsCompare.lo `test -f 'src/c/stringsCompare.c' || echo '$(srcdir)/'`src/c/stringsCompare.c
1064 libscistring_algo_la-isalphanum.lo: src/c/isalphanum.c
1065 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-isalphanum.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-isalphanum.Tpo -c -o libscistring_algo_la-isalphanum.lo `test -f 'src/c/isalphanum.c' || echo '$(srcdir)/'`src/c/isalphanum.c
1066 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-isalphanum.Tpo $(DEPDIR)/libscistring_algo_la-isalphanum.Plo
1067 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/isalphanum.c' object='libscistring_algo_la-isalphanum.lo' libtool=yes @AMDEPBACKSLASH@
1068 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1069 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-isalphanum.lo `test -f 'src/c/isalphanum.c' || echo '$(srcdir)/'`src/c/isalphanum.c
1071 libscistring_algo_la-StringConvert.lo: src/c/StringConvert.c
1072 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-StringConvert.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-StringConvert.Tpo -c -o libscistring_algo_la-StringConvert.lo `test -f 'src/c/StringConvert.c' || echo '$(srcdir)/'`src/c/StringConvert.c
1073 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-StringConvert.Tpo $(DEPDIR)/libscistring_algo_la-StringConvert.Plo
1074 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/StringConvert.c' object='libscistring_algo_la-StringConvert.lo' libtool=yes @AMDEPBACKSLASH@
1075 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1076 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-StringConvert.lo `test -f 'src/c/StringConvert.c' || echo '$(srcdir)/'`src/c/StringConvert.c
1078 libscistring_algo_la-scistrtostr.lo: src/c/scistrtostr.c
1079 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-scistrtostr.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-scistrtostr.Tpo -c -o libscistring_algo_la-scistrtostr.lo `test -f 'src/c/scistrtostr.c' || echo '$(srcdir)/'`src/c/scistrtostr.c
1080 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-scistrtostr.Tpo $(DEPDIR)/libscistring_algo_la-scistrtostr.Plo
1081 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/scistrtostr.c' object='libscistring_algo_la-scistrtostr.lo' libtool=yes @AMDEPBACKSLASH@
1082 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1083 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-scistrtostr.lo `test -f 'src/c/scistrtostr.c' || echo '$(srcdir)/'`src/c/scistrtostr.c
1085 libscistring_algo_la-stringToDouble.lo: src/c/stringToDouble.c
1086 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-stringToDouble.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-stringToDouble.Tpo -c -o libscistring_algo_la-stringToDouble.lo `test -f 'src/c/stringToDouble.c' || echo '$(srcdir)/'`src/c/stringToDouble.c
1087 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-stringToDouble.Tpo $(DEPDIR)/libscistring_algo_la-stringToDouble.Plo
1088 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/stringToDouble.c' object='libscistring_algo_la-stringToDouble.lo' libtool=yes @AMDEPBACKSLASH@
1089 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1090 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-stringToDouble.lo `test -f 'src/c/stringToDouble.c' || echo '$(srcdir)/'`src/c/stringToDouble.c
1092 libscistring_algo_la-isnum.lo: src/c/isnum.c
1093 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-isnum.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-isnum.Tpo -c -o libscistring_algo_la-isnum.lo `test -f 'src/c/isnum.c' || echo '$(srcdir)/'`src/c/isnum.c
1094 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-isnum.Tpo $(DEPDIR)/libscistring_algo_la-isnum.Plo
1095 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/isnum.c' object='libscistring_algo_la-isnum.lo' libtool=yes @AMDEPBACKSLASH@
1096 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1097 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-isnum.lo `test -f 'src/c/isnum.c' || echo '$(srcdir)/'`src/c/isnum.c
1099 libscistring_algo_la-stringToComplex.lo: src/c/stringToComplex.c
1100 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-stringToComplex.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-stringToComplex.Tpo -c -o libscistring_algo_la-stringToComplex.lo `test -f 'src/c/stringToComplex.c' || echo '$(srcdir)/'`src/c/stringToComplex.c
1101 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-stringToComplex.Tpo $(DEPDIR)/libscistring_algo_la-stringToComplex.Plo
1102 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/stringToComplex.c' object='libscistring_algo_la-stringToComplex.lo' libtool=yes @AMDEPBACKSLASH@
1103 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1104 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-stringToComplex.lo `test -f 'src/c/stringToComplex.c' || echo '$(srcdir)/'`src/c/stringToComplex.c
1106 libscistring_algo_la-complex_array.lo: src/c/complex_array.c
1107 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_algo_la-complex_array.lo -MD -MP -MF $(DEPDIR)/libscistring_algo_la-complex_array.Tpo -c -o libscistring_algo_la-complex_array.lo `test -f 'src/c/complex_array.c' || echo '$(srcdir)/'`src/c/complex_array.c
1108 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_algo_la-complex_array.Tpo $(DEPDIR)/libscistring_algo_la-complex_array.Plo
1109 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/complex_array.c' object='libscistring_algo_la-complex_array.lo' libtool=yes @AMDEPBACKSLASH@
1110 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1111 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_algo_la-complex_array.lo `test -f 'src/c/complex_array.c' || echo '$(srcdir)/'`src/c/complex_array.c
1113 libscistring_la-gw_string.lo: sci_gateway/c/gw_string.c
1114 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-gw_string.lo -MD -MP -MF $(DEPDIR)/libscistring_la-gw_string.Tpo -c -o libscistring_la-gw_string.lo `test -f 'sci_gateway/c/gw_string.c' || echo '$(srcdir)/'`sci_gateway/c/gw_string.c
1115 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-gw_string.Tpo $(DEPDIR)/libscistring_la-gw_string.Plo
1116 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/gw_string.c' object='libscistring_la-gw_string.lo' libtool=yes @AMDEPBACKSLASH@
1117 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1118 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-gw_string.lo `test -f 'sci_gateway/c/gw_string.c' || echo '$(srcdir)/'`sci_gateway/c/gw_string.c
1120 libscistring_la-sci_ascii.lo: sci_gateway/c/sci_ascii.c
1121 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_ascii.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_ascii.Tpo -c -o libscistring_la-sci_ascii.lo `test -f 'sci_gateway/c/sci_ascii.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ascii.c
1122 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_ascii.Tpo $(DEPDIR)/libscistring_la-sci_ascii.Plo
1123 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_ascii.c' object='libscistring_la-sci_ascii.lo' libtool=yes @AMDEPBACKSLASH@
1124 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1125 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_ascii.lo `test -f 'sci_gateway/c/sci_ascii.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ascii.c
1127 libscistring_la-sci_code2str.lo: sci_gateway/c/sci_code2str.c
1128 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_code2str.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_code2str.Tpo -c -o libscistring_la-sci_code2str.lo `test -f 'sci_gateway/c/sci_code2str.c' || echo '$(srcdir)/'`sci_gateway/c/sci_code2str.c
1129 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_code2str.Tpo $(DEPDIR)/libscistring_la-sci_code2str.Plo
1130 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_code2str.c' object='libscistring_la-sci_code2str.lo' libtool=yes @AMDEPBACKSLASH@
1131 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1132 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_code2str.lo `test -f 'sci_gateway/c/sci_code2str.c' || echo '$(srcdir)/'`sci_gateway/c/sci_code2str.c
1134 libscistring_la-sci_convstr.lo: sci_gateway/c/sci_convstr.c
1135 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_convstr.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_convstr.Tpo -c -o libscistring_la-sci_convstr.lo `test -f 'sci_gateway/c/sci_convstr.c' || echo '$(srcdir)/'`sci_gateway/c/sci_convstr.c
1136 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_convstr.Tpo $(DEPDIR)/libscistring_la-sci_convstr.Plo
1137 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_convstr.c' object='libscistring_la-sci_convstr.lo' libtool=yes @AMDEPBACKSLASH@
1138 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1139 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_convstr.lo `test -f 'sci_gateway/c/sci_convstr.c' || echo '$(srcdir)/'`sci_gateway/c/sci_convstr.c
1141 libscistring_la-sci_emptystr.lo: sci_gateway/c/sci_emptystr.c
1142 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_emptystr.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_emptystr.Tpo -c -o libscistring_la-sci_emptystr.lo `test -f 'sci_gateway/c/sci_emptystr.c' || echo '$(srcdir)/'`sci_gateway/c/sci_emptystr.c
1143 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_emptystr.Tpo $(DEPDIR)/libscistring_la-sci_emptystr.Plo
1144 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_emptystr.c' object='libscistring_la-sci_emptystr.lo' libtool=yes @AMDEPBACKSLASH@
1145 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1146 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_emptystr.lo `test -f 'sci_gateway/c/sci_emptystr.c' || echo '$(srcdir)/'`sci_gateway/c/sci_emptystr.c
1148 libscistring_la-sci_grep.lo: sci_gateway/c/sci_grep.c
1149 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_grep.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_grep.Tpo -c -o libscistring_la-sci_grep.lo `test -f 'sci_gateway/c/sci_grep.c' || echo '$(srcdir)/'`sci_gateway/c/sci_grep.c
1150 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_grep.Tpo $(DEPDIR)/libscistring_la-sci_grep.Plo
1151 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_grep.c' object='libscistring_la-sci_grep.lo' libtool=yes @AMDEPBACKSLASH@
1152 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1153 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_grep.lo `test -f 'sci_gateway/c/sci_grep.c' || echo '$(srcdir)/'`sci_gateway/c/sci_grep.c
1155 libscistring_la-sci_length.lo: sci_gateway/c/sci_length.c
1156 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_length.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_length.Tpo -c -o libscistring_la-sci_length.lo `test -f 'sci_gateway/c/sci_length.c' || echo '$(srcdir)/'`sci_gateway/c/sci_length.c
1157 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_length.Tpo $(DEPDIR)/libscistring_la-sci_length.Plo
1158 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_length.c' object='libscistring_la-sci_length.lo' libtool=yes @AMDEPBACKSLASH@
1159 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1160 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_length.lo `test -f 'sci_gateway/c/sci_length.c' || echo '$(srcdir)/'`sci_gateway/c/sci_length.c
1162 libscistring_la-sci_part.lo: sci_gateway/c/sci_part.c
1163 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_part.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_part.Tpo -c -o libscistring_la-sci_part.lo `test -f 'sci_gateway/c/sci_part.c' || echo '$(srcdir)/'`sci_gateway/c/sci_part.c
1164 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_part.Tpo $(DEPDIR)/libscistring_la-sci_part.Plo
1165 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_part.c' object='libscistring_la-sci_part.lo' libtool=yes @AMDEPBACKSLASH@
1166 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1167 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_part.lo `test -f 'sci_gateway/c/sci_part.c' || echo '$(srcdir)/'`sci_gateway/c/sci_part.c
1169 libscistring_la-sci_str2code.lo: sci_gateway/c/sci_str2code.c
1170 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_str2code.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_str2code.Tpo -c -o libscistring_la-sci_str2code.lo `test -f 'sci_gateway/c/sci_str2code.c' || echo '$(srcdir)/'`sci_gateway/c/sci_str2code.c
1171 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_str2code.Tpo $(DEPDIR)/libscistring_la-sci_str2code.Plo
1172 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_str2code.c' object='libscistring_la-sci_str2code.lo' libtool=yes @AMDEPBACKSLASH@
1173 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1174 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_str2code.lo `test -f 'sci_gateway/c/sci_str2code.c' || echo '$(srcdir)/'`sci_gateway/c/sci_str2code.c
1176 libscistring_la-sci_strcat.lo: sci_gateway/c/sci_strcat.c
1177 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_strcat.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_strcat.Tpo -c -o libscistring_la-sci_strcat.lo `test -f 'sci_gateway/c/sci_strcat.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strcat.c
1178 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_strcat.Tpo $(DEPDIR)/libscistring_la-sci_strcat.Plo
1179 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_strcat.c' object='libscistring_la-sci_strcat.lo' libtool=yes @AMDEPBACKSLASH@
1180 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1181 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_strcat.lo `test -f 'sci_gateway/c/sci_strcat.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strcat.c
1183 libscistring_la-sci_strindex.lo: sci_gateway/c/sci_strindex.c
1184 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_strindex.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_strindex.Tpo -c -o libscistring_la-sci_strindex.lo `test -f 'sci_gateway/c/sci_strindex.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strindex.c
1185 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_strindex.Tpo $(DEPDIR)/libscistring_la-sci_strindex.Plo
1186 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_strindex.c' object='libscistring_la-sci_strindex.lo' libtool=yes @AMDEPBACKSLASH@
1187 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1188 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_strindex.lo `test -f 'sci_gateway/c/sci_strindex.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strindex.c
1190 libscistring_la-sci_string.lo: sci_gateway/c/sci_string.c
1191 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_string.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_string.Tpo -c -o libscistring_la-sci_string.lo `test -f 'sci_gateway/c/sci_string.c' || echo '$(srcdir)/'`sci_gateway/c/sci_string.c
1192 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_string.Tpo $(DEPDIR)/libscistring_la-sci_string.Plo
1193 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_string.c' object='libscistring_la-sci_string.lo' libtool=yes @AMDEPBACKSLASH@
1194 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1195 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_string.lo `test -f 'sci_gateway/c/sci_string.c' || echo '$(srcdir)/'`sci_gateway/c/sci_string.c
1197 libscistring_la-sci_stripblanks.lo: sci_gateway/c/sci_stripblanks.c
1198 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_stripblanks.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_stripblanks.Tpo -c -o libscistring_la-sci_stripblanks.lo `test -f 'sci_gateway/c/sci_stripblanks.c' || echo '$(srcdir)/'`sci_gateway/c/sci_stripblanks.c
1199 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_stripblanks.Tpo $(DEPDIR)/libscistring_la-sci_stripblanks.Plo
1200 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_stripblanks.c' object='libscistring_la-sci_stripblanks.lo' libtool=yes @AMDEPBACKSLASH@
1201 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1202 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_stripblanks.lo `test -f 'sci_gateway/c/sci_stripblanks.c' || echo '$(srcdir)/'`sci_gateway/c/sci_stripblanks.c
1204 libscistring_la-sci_strsplit.lo: sci_gateway/c/sci_strsplit.c
1205 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_strsplit.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_strsplit.Tpo -c -o libscistring_la-sci_strsplit.lo `test -f 'sci_gateway/c/sci_strsplit.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strsplit.c
1206 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_strsplit.Tpo $(DEPDIR)/libscistring_la-sci_strsplit.Plo
1207 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_strsplit.c' object='libscistring_la-sci_strsplit.lo' libtool=yes @AMDEPBACKSLASH@
1208 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1209 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_strsplit.lo `test -f 'sci_gateway/c/sci_strsplit.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strsplit.c
1211 libscistring_la-sci_strsubst.lo: sci_gateway/c/sci_strsubst.c
1212 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_strsubst.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_strsubst.Tpo -c -o libscistring_la-sci_strsubst.lo `test -f 'sci_gateway/c/sci_strsubst.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strsubst.c
1213 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_strsubst.Tpo $(DEPDIR)/libscistring_la-sci_strsubst.Plo
1214 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_strsubst.c' object='libscistring_la-sci_strsubst.lo' libtool=yes @AMDEPBACKSLASH@
1215 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1216 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_strsubst.lo `test -f 'sci_gateway/c/sci_strsubst.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strsubst.c
1218 libscistring_la-sci_tokens.lo: sci_gateway/c/sci_tokens.c
1219 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_tokens.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_tokens.Tpo -c -o libscistring_la-sci_tokens.lo `test -f 'sci_gateway/c/sci_tokens.c' || echo '$(srcdir)/'`sci_gateway/c/sci_tokens.c
1220 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_tokens.Tpo $(DEPDIR)/libscistring_la-sci_tokens.Plo
1221 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_tokens.c' object='libscistring_la-sci_tokens.lo' libtool=yes @AMDEPBACKSLASH@
1222 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1223 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_tokens.lo `test -f 'sci_gateway/c/sci_tokens.c' || echo '$(srcdir)/'`sci_gateway/c/sci_tokens.c
1225 libscistring_la-sci_strcmp.lo: sci_gateway/c/sci_strcmp.c
1226 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_strcmp.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_strcmp.Tpo -c -o libscistring_la-sci_strcmp.lo `test -f 'sci_gateway/c/sci_strcmp.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strcmp.c
1227 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_strcmp.Tpo $(DEPDIR)/libscistring_la-sci_strcmp.Plo
1228 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_strcmp.c' object='libscistring_la-sci_strcmp.lo' libtool=yes @AMDEPBACKSLASH@
1229 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1230 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_strcmp.lo `test -f 'sci_gateway/c/sci_strcmp.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strcmp.c
1232 libscistring_la-sci_isletter.lo: sci_gateway/c/sci_isletter.c
1233 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_isletter.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_isletter.Tpo -c -o libscistring_la-sci_isletter.lo `test -f 'sci_gateway/c/sci_isletter.c' || echo '$(srcdir)/'`sci_gateway/c/sci_isletter.c
1234 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_isletter.Tpo $(DEPDIR)/libscistring_la-sci_isletter.Plo
1235 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_isletter.c' object='libscistring_la-sci_isletter.lo' libtool=yes @AMDEPBACKSLASH@
1236 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1237 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_isletter.lo `test -f 'sci_gateway/c/sci_isletter.c' || echo '$(srcdir)/'`sci_gateway/c/sci_isletter.c
1239 libscistring_la-sci_isdigit.lo: sci_gateway/c/sci_isdigit.c
1240 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_isdigit.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_isdigit.Tpo -c -o libscistring_la-sci_isdigit.lo `test -f 'sci_gateway/c/sci_isdigit.c' || echo '$(srcdir)/'`sci_gateway/c/sci_isdigit.c
1241 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_isdigit.Tpo $(DEPDIR)/libscistring_la-sci_isdigit.Plo
1242 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_isdigit.c' object='libscistring_la-sci_isdigit.lo' libtool=yes @AMDEPBACKSLASH@
1243 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1244 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_isdigit.lo `test -f 'sci_gateway/c/sci_isdigit.c' || echo '$(srcdir)/'`sci_gateway/c/sci_isdigit.c
1246 libscistring_la-sci_isalphanum.lo: sci_gateway/c/sci_isalphanum.c
1247 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_isalphanum.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_isalphanum.Tpo -c -o libscistring_la-sci_isalphanum.lo `test -f 'sci_gateway/c/sci_isalphanum.c' || echo '$(srcdir)/'`sci_gateway/c/sci_isalphanum.c
1248 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_isalphanum.Tpo $(DEPDIR)/libscistring_la-sci_isalphanum.Plo
1249 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_isalphanum.c' object='libscistring_la-sci_isalphanum.lo' libtool=yes @AMDEPBACKSLASH@
1250 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1251 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_isalphanum.lo `test -f 'sci_gateway/c/sci_isalphanum.c' || echo '$(srcdir)/'`sci_gateway/c/sci_isalphanum.c
1253 libscistring_la-sci_isascii.lo: sci_gateway/c/sci_isascii.c
1254 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_isascii.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_isascii.Tpo -c -o libscistring_la-sci_isascii.lo `test -f 'sci_gateway/c/sci_isascii.c' || echo '$(srcdir)/'`sci_gateway/c/sci_isascii.c
1255 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_isascii.Tpo $(DEPDIR)/libscistring_la-sci_isascii.Plo
1256 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_isascii.c' object='libscistring_la-sci_isascii.lo' libtool=yes @AMDEPBACKSLASH@
1257 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1258 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_isascii.lo `test -f 'sci_gateway/c/sci_isascii.c' || echo '$(srcdir)/'`sci_gateway/c/sci_isascii.c
1260 libscistring_la-sci_strchr.lo: sci_gateway/c/sci_strchr.c
1261 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_strchr.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_strchr.Tpo -c -o libscistring_la-sci_strchr.lo `test -f 'sci_gateway/c/sci_strchr.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strchr.c
1262 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_strchr.Tpo $(DEPDIR)/libscistring_la-sci_strchr.Plo
1263 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_strchr.c' object='libscistring_la-sci_strchr.lo' libtool=yes @AMDEPBACKSLASH@
1264 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1265 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_strchr.lo `test -f 'sci_gateway/c/sci_strchr.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strchr.c
1267 libscistring_la-sci_strcspn.lo: sci_gateway/c/sci_strcspn.c
1268 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_strcspn.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_strcspn.Tpo -c -o libscistring_la-sci_strcspn.lo `test -f 'sci_gateway/c/sci_strcspn.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strcspn.c
1269 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_strcspn.Tpo $(DEPDIR)/libscistring_la-sci_strcspn.Plo
1270 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_strcspn.c' object='libscistring_la-sci_strcspn.lo' libtool=yes @AMDEPBACKSLASH@
1271 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1272 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_strcspn.lo `test -f 'sci_gateway/c/sci_strcspn.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strcspn.c
1274 libscistring_la-sci_strncpy.lo: sci_gateway/c/sci_strncpy.c
1275 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_strncpy.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_strncpy.Tpo -c -o libscistring_la-sci_strncpy.lo `test -f 'sci_gateway/c/sci_strncpy.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strncpy.c
1276 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_strncpy.Tpo $(DEPDIR)/libscistring_la-sci_strncpy.Plo
1277 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_strncpy.c' object='libscistring_la-sci_strncpy.lo' libtool=yes @AMDEPBACKSLASH@
1278 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1279 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_strncpy.lo `test -f 'sci_gateway/c/sci_strncpy.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strncpy.c
1281 libscistring_la-sci_strrev.lo: sci_gateway/c/sci_strrev.c
1282 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_strrev.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_strrev.Tpo -c -o libscistring_la-sci_strrev.lo `test -f 'sci_gateway/c/sci_strrev.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strrev.c
1283 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_strrev.Tpo $(DEPDIR)/libscistring_la-sci_strrev.Plo
1284 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_strrev.c' object='libscistring_la-sci_strrev.lo' libtool=yes @AMDEPBACKSLASH@
1285 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1286 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_strrev.lo `test -f 'sci_gateway/c/sci_strrev.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strrev.c
1288 libscistring_la-sci_strspn.lo: sci_gateway/c/sci_strspn.c
1289 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_strspn.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_strspn.Tpo -c -o libscistring_la-sci_strspn.lo `test -f 'sci_gateway/c/sci_strspn.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strspn.c
1290 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_strspn.Tpo $(DEPDIR)/libscistring_la-sci_strspn.Plo
1291 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_strspn.c' object='libscistring_la-sci_strspn.lo' libtool=yes @AMDEPBACKSLASH@
1292 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1293 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_strspn.lo `test -f 'sci_gateway/c/sci_strspn.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strspn.c
1295 libscistring_la-sci_strstr.lo: sci_gateway/c/sci_strstr.c
1296 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_strstr.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_strstr.Tpo -c -o libscistring_la-sci_strstr.lo `test -f 'sci_gateway/c/sci_strstr.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strstr.c
1297 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_strstr.Tpo $(DEPDIR)/libscistring_la-sci_strstr.Plo
1298 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_strstr.c' object='libscistring_la-sci_strstr.lo' libtool=yes @AMDEPBACKSLASH@
1299 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1300 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_strstr.lo `test -f 'sci_gateway/c/sci_strstr.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strstr.c
1302 libscistring_la-sci_strtod.lo: sci_gateway/c/sci_strtod.c
1303 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_strtod.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_strtod.Tpo -c -o libscistring_la-sci_strtod.lo `test -f 'sci_gateway/c/sci_strtod.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strtod.c
1304 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_strtod.Tpo $(DEPDIR)/libscistring_la-sci_strtod.Plo
1305 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_strtod.c' object='libscistring_la-sci_strtod.lo' libtool=yes @AMDEPBACKSLASH@
1306 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1307 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_strtod.lo `test -f 'sci_gateway/c/sci_strtod.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strtod.c
1309 libscistring_la-sci_strtok.lo: sci_gateway/c/sci_strtok.c
1310 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_strtok.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_strtok.Tpo -c -o libscistring_la-sci_strtok.lo `test -f 'sci_gateway/c/sci_strtok.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strtok.c
1311 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_strtok.Tpo $(DEPDIR)/libscistring_la-sci_strtok.Plo
1312 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_strtok.c' object='libscistring_la-sci_strtok.lo' libtool=yes @AMDEPBACKSLASH@
1313 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1314 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_strtok.lo `test -f 'sci_gateway/c/sci_strtok.c' || echo '$(srcdir)/'`sci_gateway/c/sci_strtok.c
1316 libscistring_la-sci_regexp.lo: sci_gateway/c/sci_regexp.c
1317 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_regexp.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_regexp.Tpo -c -o libscistring_la-sci_regexp.lo `test -f 'sci_gateway/c/sci_regexp.c' || echo '$(srcdir)/'`sci_gateway/c/sci_regexp.c
1318 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_regexp.Tpo $(DEPDIR)/libscistring_la-sci_regexp.Plo
1319 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_regexp.c' object='libscistring_la-sci_regexp.lo' libtool=yes @AMDEPBACKSLASH@
1320 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1321 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_regexp.lo `test -f 'sci_gateway/c/sci_regexp.c' || echo '$(srcdir)/'`sci_gateway/c/sci_regexp.c
1323 libscistring_la-sci_isnum.lo: sci_gateway/c/sci_isnum.c
1324 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscistring_la-sci_isnum.lo -MD -MP -MF $(DEPDIR)/libscistring_la-sci_isnum.Tpo -c -o libscistring_la-sci_isnum.lo `test -f 'sci_gateway/c/sci_isnum.c' || echo '$(srcdir)/'`sci_gateway/c/sci_isnum.c
1325 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscistring_la-sci_isnum.Tpo $(DEPDIR)/libscistring_la-sci_isnum.Plo
1326 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_isnum.c' object='libscistring_la-sci_isnum.lo' libtool=yes @AMDEPBACKSLASH@
1327 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1328 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscistring_la-sci_isnum.lo `test -f 'sci_gateway/c/sci_isnum.c' || echo '$(srcdir)/'`sci_gateway/c/sci_isnum.c
1331 $(AM_V_F77)$(F77COMPILE) -c -o $@ $<
1334 $(AM_V_F77)$(F77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1337 $(AM_V_F77)$(LTF77COMPILE) -c -o $@ $<
1339 sci_f_string.lo: sci_gateway/fortran/sci_f_string.f
1340 $(AM_V_F77)$(LIBTOOL) $(AM_V_lt) --tag=F77 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sci_f_string.lo `test -f 'sci_gateway/fortran/sci_f_string.f' || echo '$(srcdir)/'`sci_gateway/fortran/sci_f_string.f
1342 strops.lo: sci_gateway/fortran/strops.f
1343 $(AM_V_F77)$(LIBTOOL) $(AM_V_lt) --tag=F77 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS) -c -o strops.lo `test -f 'sci_gateway/fortran/strops.f' || echo '$(srcdir)/'`sci_gateway/fortran/strops.f
1345 mostlyclean-libtool:
1350 install-libscistring_la_etcDATA: $(libscistring_la_etc_DATA)
1352 @list='$(libscistring_la_etc_DATA)'; test -n "$(libscistring_la_etcdir)" || list=; \
1353 if test -n "$$list"; then \
1354 echo " $(MKDIR_P) '$(DESTDIR)$(libscistring_la_etcdir)'"; \
1355 $(MKDIR_P) "$(DESTDIR)$(libscistring_la_etcdir)" || exit 1; \
1357 for p in $$list; do \
1358 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1360 done | $(am__base_list) | \
1361 while read files; do \
1362 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscistring_la_etcdir)'"; \
1363 $(INSTALL_DATA) $$files "$(DESTDIR)$(libscistring_la_etcdir)" || exit $$?; \
1366 uninstall-libscistring_la_etcDATA:
1367 @$(NORMAL_UNINSTALL)
1368 @list='$(libscistring_la_etc_DATA)'; test -n "$(libscistring_la_etcdir)" || list=; \
1369 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1370 dir='$(DESTDIR)$(libscistring_la_etcdir)'; $(am__uninstall_files_from_dir)
1371 install-libscistring_la_rootDATA: $(libscistring_la_root_DATA)
1373 @list='$(libscistring_la_root_DATA)'; test -n "$(libscistring_la_rootdir)" || list=; \
1374 if test -n "$$list"; then \
1375 echo " $(MKDIR_P) '$(DESTDIR)$(libscistring_la_rootdir)'"; \
1376 $(MKDIR_P) "$(DESTDIR)$(libscistring_la_rootdir)" || exit 1; \
1378 for p in $$list; do \
1379 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1381 done | $(am__base_list) | \
1382 while read files; do \
1383 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscistring_la_rootdir)'"; \
1384 $(INSTALL_DATA) $$files "$(DESTDIR)$(libscistring_la_rootdir)" || exit $$?; \
1387 uninstall-libscistring_la_rootDATA:
1388 @$(NORMAL_UNINSTALL)
1389 @list='$(libscistring_la_root_DATA)'; test -n "$(libscistring_la_rootdir)" || list=; \
1390 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1391 dir='$(DESTDIR)$(libscistring_la_rootdir)'; $(am__uninstall_files_from_dir)
1392 install-libscistring_la_sci_gatewayDATA: $(libscistring_la_sci_gateway_DATA)
1394 @list='$(libscistring_la_sci_gateway_DATA)'; test -n "$(libscistring_la_sci_gatewaydir)" || list=; \
1395 if test -n "$$list"; then \
1396 echo " $(MKDIR_P) '$(DESTDIR)$(libscistring_la_sci_gatewaydir)'"; \
1397 $(MKDIR_P) "$(DESTDIR)$(libscistring_la_sci_gatewaydir)" || exit 1; \
1399 for p in $$list; do \
1400 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1402 done | $(am__base_list) | \
1403 while read files; do \
1404 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscistring_la_sci_gatewaydir)'"; \
1405 $(INSTALL_DATA) $$files "$(DESTDIR)$(libscistring_la_sci_gatewaydir)" || exit $$?; \
1408 uninstall-libscistring_la_sci_gatewayDATA:
1409 @$(NORMAL_UNINSTALL)
1410 @list='$(libscistring_la_sci_gateway_DATA)'; test -n "$(libscistring_la_sci_gatewaydir)" || list=; \
1411 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1412 dir='$(DESTDIR)$(libscistring_la_sci_gatewaydir)'; $(am__uninstall_files_from_dir)
1414 ID: $(am__tagged_files)
1415 $(am__define_uniq_tagged_files); mkid -fID $$unique
1419 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1422 $(am__define_uniq_tagged_files); \
1424 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1425 test -n "$$unique" || unique=$$empty_fix; \
1426 if test $$# -gt 0; then \
1427 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1430 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1437 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1438 $(am__define_uniq_tagged_files); \
1439 test -z "$(CTAGS_ARGS)$$unique" \
1440 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1444 here=`$(am__cd) $(top_builddir) && pwd` \
1445 && $(am__cd) $(top_srcdir) \
1446 && gtags -i $(GTAGS_ARGS) "$$here"
1447 cscopelist: cscopelist-am
1449 cscopelist-am: $(am__tagged_files)
1450 list='$(am__tagged_files)'; \
1451 case "$(srcdir)" in \
1452 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1453 *) sdir=$(subdir)/$(srcdir) ;; \
1455 for i in $$list; do \
1456 if test -f "$$i"; then \
1457 echo "$(subdir)/$$i"; \
1459 echo "$$sdir/$$i"; \
1461 done >> $(top_builddir)/cscope.files
1464 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1466 distdir: $(DISTFILES)
1467 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1468 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1469 list='$(DISTFILES)'; \
1470 dist_files=`for file in $$list; do echo $$file; done | \
1471 sed -e "s|^$$srcdirstrip/||;t" \
1472 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1473 case $$dist_files in \
1474 */*) $(MKDIR_P) `echo "$$dist_files" | \
1475 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1478 for file in $$dist_files; do \
1479 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1480 if test -d $$d/$$file; then \
1481 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1482 if test -d "$(distdir)/$$file"; then \
1483 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1485 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1486 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1487 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1489 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1491 test -f "$(distdir)/$$file" \
1492 || cp -p $$d/$$file "$(distdir)/$$file" \
1497 $(MAKE) $(AM_MAKEFLAGS) check-local
1499 all-am: Makefile $(LTLIBRARIES) $(DATA) all-local
1501 for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(libscistring_la_etcdir)" "$(DESTDIR)$(libscistring_la_rootdir)" "$(DESTDIR)$(libscistring_la_sci_gatewaydir)"; do \
1502 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1505 install-exec: install-exec-am
1506 install-data: install-data-am
1507 uninstall: uninstall-am
1510 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1512 installcheck: installcheck-am
1514 if test -z '$(STRIP)'; then \
1515 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1516 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1519 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1520 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1521 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1523 mostlyclean-generic:
1528 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1529 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1531 maintainer-clean-generic:
1532 @echo "This command is intended for maintainers to use"
1533 @echo "it deletes files that may require special tools to rebuild."
1536 clean-am: clean-generic clean-libtool clean-local \
1537 clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES mostlyclean-am
1539 distclean: distclean-am
1542 distclean-am: clean-am distclean-compile distclean-generic \
1543 distclean-local distclean-tags
1557 install-data-am: install-data-local install-libscistring_la_etcDATA \
1558 install-libscistring_la_rootDATA \
1559 install-libscistring_la_sci_gatewayDATA
1561 install-dvi: install-dvi-am
1565 install-exec-am: install-pkglibLTLIBRARIES
1567 install-html: install-html-am
1569 install-html-am: install-html-local
1571 install-info: install-info-am
1577 install-pdf: install-pdf-am
1581 install-ps: install-ps-am
1587 maintainer-clean: maintainer-clean-am
1590 maintainer-clean-am: distclean-am maintainer-clean-generic
1592 mostlyclean: mostlyclean-am
1594 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1605 uninstall-am: uninstall-libscistring_la_etcDATA \
1606 uninstall-libscistring_la_rootDATA \
1607 uninstall-libscistring_la_sci_gatewayDATA \
1608 uninstall-pkglibLTLIBRARIES
1610 .MAKE: check-am install-am install-strip
1612 .PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am \
1613 check-local clean clean-generic clean-libtool clean-local \
1614 clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES cscopelist-am \
1615 ctags ctags-am distclean distclean-compile distclean-generic \
1616 distclean-libtool distclean-local distclean-tags distdir dvi \
1617 dvi-am html html-am info info-am install install-am \
1618 install-data install-data-am install-data-local install-dvi \
1619 install-dvi-am install-exec install-exec-am install-html \
1620 install-html-am install-html-local install-info \
1621 install-info-am install-libscistring_la_etcDATA \
1622 install-libscistring_la_rootDATA \
1623 install-libscistring_la_sci_gatewayDATA install-man \
1624 install-pdf install-pdf-am install-pkglibLTLIBRARIES \
1625 install-ps install-ps-am install-strip installcheck \
1626 installcheck-am installdirs maintainer-clean \
1627 maintainer-clean-generic mostlyclean mostlyclean-compile \
1628 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1629 tags tags-am uninstall uninstall-am \
1630 uninstall-libscistring_la_etcDATA \
1631 uninstall-libscistring_la_rootDATA \
1632 uninstall-libscistring_la_sci_gatewayDATA \
1633 uninstall-pkglibLTLIBRARIES
1636 # This target enables tests for Scilab
1637 check-local: $(top_builddir)/scilab-bin test
1638 if test -d $(mydatadir)/tests; then \
1639 @COMMAND="try test_run('$(modulename)');catch exit(-1);end;exit(0)"; export LANG=C; $(top_builddir)/bin/scilab -nwni -nb -e "$$COMMAND"; \
1642 if test -f build.xml; then \
1643 $(ANT) checkstyle; \
1645 if test -x "$(SPLINT)"; then \
1646 $(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); \
1648 @NEED_JAVA_TRUE@java:
1649 # Some configurations needs to export JAVA_HOME in the current env
1650 @NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
1651 @NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
1652 @NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \
1653 @NEED_JAVA_TRUE@ $(ANT); \
1656 @NEED_JAVA_TRUE@clean-java:
1657 # Some configurations needs to export JAVA_HOME in the current env
1658 @NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
1659 @NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
1660 @NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \
1661 @NEED_JAVA_TRUE@ $(ANT) clean; \
1662 @NEED_JAVA_TRUE@ fi;
1664 # If the user request for the SWIG generation of the wrappers Java => C/C++
1665 # We call the target swig-build on the variable SWIG_WRAPPERS
1667 @SWIG_TRUE@swig: $(SWIG_WRAPPERS)
1668 @SWIG_TRUE@ @SWIG_PACKAGENAME=org.scilab.modules.$(modulename); \
1669 @SWIG_TRUE@ SWIG_OUTDIR=src/java/org/scilab/modules/$(modulename)/; \
1670 @SWIG_TRUE@ if test -n "$(SWIG_WRAPPERS)"; then \
1671 @SWIG_TRUE@ for file in $(SWIG_WRAPPERS) ; do \
1672 @SWIG_TRUE@ echo "Swig process of $$file ..."; \
1673 @SWIG_TRUE@ $(SWIG_BIN) $(SWIG_JAVA) -package $$SWIG_PACKAGENAME -outdir $$SWIG_OUTDIR $$file; \
1677 # If the user request for the SWIG generation of the wrappers Java => C/C++
1678 # We call the target swig-build on the variable SWIG_WRAPPERS
1680 @GIWS_TRUE@giws: $(GIWS_WRAPPERS)
1681 @GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/;\
1682 @GIWS_TRUE@ if test -n "$(GIWS_WRAPPERS)"; then \
1683 @GIWS_TRUE@ for file in $(GIWS_WRAPPERS) ; do \
1684 @GIWS_TRUE@ echo "GIWS process of $$file ..."; \
1685 @GIWS_TRUE@ $(GIWS_BIN) --disable-return-size-array --output-dir $$GIWS_OUTPUTDIR --throws-exception-on-error --description-file $$file; \
1689 @GIWS_TRUE@giws-exception:
1690 @GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/;\
1691 @GIWS_TRUE@ echo "GIWS: Generation of exception class ..."; \
1692 @GIWS_TRUE@ $(GIWS_BIN) --generate-exception-class --output-dir $$GIWS_OUTPUTDIR
1695 -@( if test ! -x $(top_builddir)/scilab-bin; then \
1696 echo "Error : Cannot build $< : Scilab has not been built"; \
1698 $(top_builddir)/bin/scilab -ns -nwni -e "exec('macros/buildmacros.sce');quit;";\
1701 # Removes the macros
1703 # Removes macros (*.bin generated from .sci)
1704 @for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
1705 echo "rm -f $(builddir)/$$dir/$(MACROBINMASK)"; \
1706 rm -f $(builddir)/$$dir/$(MACROBINMASK); \
1710 # More tests could be added here
1711 @if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
1712 if test -f build.xml -a $$USEANT -eq 1; then \
1716 all-local: $(TARGETS_ALL)
1719 -@( if test ! -x $(top_builddir)/scilab-bin; then \
1720 echo "Error : Cannot build $< : Scilab has not been build"; \
1722 echo "Creating $@"; \
1723 $(top_builddir)/bin/scilab -ns -nwni -e "exec('$(abs_srcdir)/$<');save('$(abs_srcdir)/$@');exit;"; \
1728 install-data-local-local:
1729 # Mainly for javasci
1730 @if test -d $(srcdir)/javadoc; then \
1731 cp -R $(srcdir)/javadoc $(DESTDIR)/$(mydatadir)/; \
1733 # If the user wants the help sources to be installed
1734 @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of XML sources of help files --------"; \
1735 @INSTALL_HELP_XML_TRUE@ for lang in $(ALL_LINGUAS); do \
1736 @INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/$$lang; then \
1737 @INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/$$lang && \
1738 @INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/$$lang/$(DOCMASKXML) >/dev/null 2>&1; then \
1739 @INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/$$lang/$(DOCMASKXML) ; do \
1740 @INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/$$lang" ; \
1741 @INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/$$lang ; \
1742 @INSTALL_HELP_XML_TRUE@ done ; \
1743 @INSTALL_HELP_XML_TRUE@ fi; \
1744 @INSTALL_HELP_XML_TRUE@ fi; \
1745 @INSTALL_HELP_XML_TRUE@ done; \
1746 @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of MathML sources --------"; \
1747 @INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/mml/; then \
1748 @INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/mml/ && \
1749 @INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/mml/$(DOCMASKMML) >/dev/null 2>&1; then \
1750 @INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/mml/$(DOCMASKMML) ; do \
1751 @INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/mml" ; \
1752 @INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/mml ; \
1753 @INSTALL_HELP_XML_TRUE@ done ; \
1754 @INSTALL_HELP_XML_TRUE@ fi; \
1755 @INSTALL_HELP_XML_TRUE@ fi
1758 @echo "-------- Install tests (if any) --------"; \
1759 for dir in $(TESTS_DIR) $(TESTS_DIREXT) ; do \
1760 if test -d $(srcdir)/$$dir/; then \
1761 $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
1762 for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
1763 if test -d "$(srcdir)/$$dir/$$file"; then \
1764 echo $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir/$$file; \
1765 $(mkinstalldirs) "$(DESTDIR)$(pkgmacrosdir)/$$dir/$$file"; \
1767 echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
1768 $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
1773 # Install the help chapter
1774 @echo "-------- Install the help chapter (if any) --------"; \
1775 for lang in $(HELP_CHAPTERLANG); do \
1776 HELPFILE=$(srcdir)/$(HELP_CHAPTERDIR)$$lang/$(HELP_CHAPTERFILE); \
1777 if test -f $$HELPFILE; then \
1778 echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
1779 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
1780 echo $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
1781 $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
1784 # Install the demos & examples
1785 @echo "-------- Install demos & examples (if any) --------"; \
1786 for dir in $(DEMOS_DIR) $(DEMOS_DIREXT) $(EXAMPLES_DIR) $(EXAMPLES_DIREXT) ; do \
1787 if test -d $(srcdir)/$$dir/; then \
1788 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir && \
1789 for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
1790 if test -d "$(srcdir)/$$dir/$$file"; then \
1791 echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir/$$file; \
1792 $(mkinstalldirs) "$(DESTDIR)$(pkgdocdir)/$$dir/$$file"; \
1794 echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
1795 $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
1800 # Install the macros
1801 @echo "-------- Install macros (if any) --------"; \
1802 for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
1803 $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
1804 if test -d $(srcdir)/$$dir/; then \
1805 FILELIST="$(srcdir)/$$dir/$(MACROMASK) $(srcdir)/$$dir/$(MACROBINMASK) $(srcdir)/$$dir/$(MACROBUILDMASK) $(srcdir)/$$dir/names $(srcdir)/$$dir/lib";\
1806 if test -n "$(MACROSSPECIALEXT)"; then \
1808 for specialExt in $(MACROSSPECIALEXT); do \
1809 specialExtDir="$$specialExtDir $(srcdir)/$$dir/$$specialExt"; \
1811 FILELIST="$$FILELIST $$specialExtDir"; \
1813 for file in `ls -1 $$FILELIST 2>/dev/null`; do \
1814 echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgmacrosdir)/$$dir" ; \
1815 $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgmacrosdir)/$$dir ; \
1819 # Install java files (.jar)
1820 @if ls -lLd $(srcdir)/$(JARDIR)$(JARMASK) >/dev/null 2>&1; then \
1821 echo "-------- Install jar files --------"; \
1822 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(JARDIR); \
1823 for file in $(srcdir)/$(JARDIR)$(JARMASK); do\
1824 echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/$(JARDIR)" ; \
1825 $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/$(JARDIR) ; \
1829 ########### CLEAN ###################
1830 # Clean help (generated automatically by Scilab)
1831 # It used to clean the macro (clean-macros) but this was causing
1832 # make clean && make to fail Scilab startup
1833 @NEED_JAVA_TRUE@clean-local: clean-java
1834 @NEED_JAVA_FALSE@clean-local:
1837 rm -f $(builddir)/help/*/.last_successful_build_javaHelp $(builddir)/help/*/.list_*
1839 .PHONY: macros java swig giws
1841 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1842 # Otherwise a system limit (for SysV at least) may be exceeded.