1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
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.
9
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
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
18# Copyright (C) 2006-2007 - INRIA - Sylvestre LEDRU
19#
20# This file is distributed under the same license as the Scilab package.
21
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>
25#
26# Copyright (C) 2012 - 2016 - Scilab Enterprises
27#
28# This file is hereby licensed under the terms of the GNU GPL v2.0,
29# pursuant to article 5.3.4 of the CeCILL v.2.1.
30# This file was originally licensed under the terms of the CeCILL v2.1,
31# and continues to be available under such terms.
32# For more information, see the COPYING file which you should have received
33# along with this program.
34#
35
36##########
37### Makefile included stuff
38### Target, variable, suffixes which are supposed to be useful in every makefile.am
39##########
40
41
42
43VPATH = @srcdir@
44am__is_gnu_make = { \
45  if test -z '$(MAKELEVEL)'; then \
46    false; \
47  elif test -n '$(MAKE_HOST)'; then \
48    true; \
49  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
50    true; \
51  else \
52    false; \
53  fi; \
54}
55am__make_running_with_option = \
56  case $${target_option-} in \
57      ?) ;; \
58      *) echo "am__make_running_with_option: internal error: invalid" \
59              "target option '$${target_option-}' specified" >&2; \
60         exit 1;; \
61  esac; \
62  has_opt=no; \
63  sane_makeflags=$$MAKEFLAGS; \
64  if $(am__is_gnu_make); then \
65    sane_makeflags=$$MFLAGS; \
66  else \
67    case $$MAKEFLAGS in \
68      *\\[\ \	]*) \
69        bs=\\; \
70        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
71          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
72    esac; \
73  fi; \
74  skip_next=no; \
75  strip_trailopt () \
76  { \
77    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
78  }; \
79  for flg in $$sane_makeflags; do \
80    test $$skip_next = yes && { skip_next=no; continue; }; \
81    case $$flg in \
82      *=*|--*) continue;; \
83        -*I) strip_trailopt 'I'; skip_next=yes;; \
84      -*I?*) strip_trailopt 'I';; \
85        -*O) strip_trailopt 'O'; skip_next=yes;; \
86      -*O?*) strip_trailopt 'O';; \
87        -*l) strip_trailopt 'l'; skip_next=yes;; \
88      -*l?*) strip_trailopt 'l';; \
89      -[dEDm]) skip_next=yes;; \
90      -[JT]) skip_next=yes;; \
91    esac; \
92    case $$flg in \
93      *$$target_option*) has_opt=yes; break;; \
94    esac; \
95  done; \
96  test $$has_opt = yes
97am__make_dryrun = (target_option=n; $(am__make_running_with_option))
98am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
99pkgdatadir = $(datadir)/@PACKAGE@
100pkgincludedir = $(includedir)/@PACKAGE@
101pkglibdir = $(libdir)/@PACKAGE@
102pkglibexecdir = $(libexecdir)/@PACKAGE@
103am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
104install_sh_DATA = $(install_sh) -c -m 644
105install_sh_PROGRAM = $(install_sh) -c
106install_sh_SCRIPT = $(install_sh) -c
107INSTALL_HEADER = $(INSTALL_DATA)
108transform = $(program_transform_name)
109NORMAL_INSTALL = :
110PRE_INSTALL = :
111POST_INSTALL = :
112NORMAL_UNINSTALL = :
113PRE_UNINSTALL = :
114POST_UNINSTALL = :
115build_triplet = @build@
116host_triplet = @host@
117@NEED_JAVA_TRUE@am__append_1 = java
118subdir = modules/string
119ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
120am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
121	$(top_srcdir)/m4/backtrace.m4 $(top_srcdir)/m4/compiler.m4 \
122	$(top_srcdir)/m4/curl.m4 $(top_srcdir)/m4/docbook.m4 \
123	$(top_srcdir)/m4/doxygen.m4 $(top_srcdir)/m4/eigen.m4 \
124	$(top_srcdir)/m4/fftw.m4 $(top_srcdir)/m4/fortran.m4 \
125	$(top_srcdir)/m4/giws.m4 $(top_srcdir)/m4/hdf5.m4 \
126	$(top_srcdir)/m4/intel_compiler.m4 \
127	$(top_srcdir)/m4/java-thirdparty.m4 $(top_srcdir)/m4/java.m4 \
128	$(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/lib-ld.m4 \
129	$(top_srcdir)/m4/libsmath.m4 $(top_srcdir)/m4/libtool.m4 \
130	$(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/ltoptions.m4 \
131	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
132	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/macosx.m4 \
133	$(top_srcdir)/m4/mpi.m4 $(top_srcdir)/m4/ocaml.m4 \
134	$(top_srcdir)/m4/pcre.m4 $(top_srcdir)/m4/pkg.m4 \
135	$(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/swig.m4 \
136	$(top_srcdir)/m4/symlinks.m4 $(top_srcdir)/m4/tcltk.m4 \
137	$(top_srcdir)/m4/umfpack.m4 $(top_srcdir)/configure.ac
138am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
139	$(ACLOCAL_M4)
140DIST_COMMON = $(srcdir)/Makefile.am $(libscistring_la_include_HEADERS) \
141	$(am__DIST_COMMON)
142mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
143CONFIG_HEADER = $(top_builddir)/modules/core/includes/machine.h
144CONFIG_CLEAN_FILES =
145CONFIG_CLEAN_VPATH_FILES =
146am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
147am__vpath_adj = case $$p in \
148    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
149    *) f=$$p;; \
150  esac;
151am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
152am__install_max = 40
153am__nobase_strip_setup = \
154  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
155am__nobase_strip = \
156  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
157am__nobase_list = $(am__nobase_strip_setup); \
158  for p in $$list; do echo "$$p $$p"; done | \
159  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
160  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
161    if (++n[$$2] == $(am__install_max)) \
162      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
163    END { for (dir in files) print dir, files[dir] }'
164am__base_list = \
165  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
166  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
167am__uninstall_files_from_dir = { \
168  test -z "$$files" \
169    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
170    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
171         $(am__cd) "$$dir" && rm -f $$files; }; \
172  }
173am__installdirs = "$(DESTDIR)$(pkglibdir)" \
174	"$(DESTDIR)$(libscistring_la_etcdir)" \
175	"$(DESTDIR)$(libscistring_la_rootdir)" \
176	"$(DESTDIR)$(libscistring_la_includedir)"
177LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkglib_LTLIBRARIES)
178libscistring_algo_la_LIBADD =
179am__dirstamp = $(am__leading_dot)dirstamp
180am__objects_1 = src/c/libscistring_algo_la-convstr.lo \
181	src/c/libscistring_algo_la-men_Sutils.lo \
182	src/c/libscistring_algo_la-tokens.lo \
183	src/c/libscistring_algo_la-strsplit.lo \
184	src/c/libscistring_algo_la-partfunction.lo \
185	src/c/libscistring_algo_la-cvstr.lo \
186	src/c/libscistring_algo_la-getfastcode.lo \
187	src/c/libscistring_algo_la-pcre_private.lo \
188	src/c/libscistring_algo_la-pcre_error.lo \
189	src/c/libscistring_algo_la-isletter.lo \
190	src/c/libscistring_algo_la-isdigit.lo \
191	src/c/libscistring_algo_la-strsubst.lo \
192	src/c/libscistring_algo_la-stristr.lo \
193	src/c/libscistring_algo_la-stringsstrrev.lo \
194	src/c/libscistring_algo_la-stringsCompare.lo \
195	src/c/libscistring_algo_la-isalphanum.lo \
196	src/c/libscistring_algo_la-StringConvert.lo \
197	src/c/libscistring_algo_la-os_wcsdup.lo \
198	src/c/libscistring_algo_la-os_wcstok.lo \
199	src/c/libscistring_algo_la-os_wcstod.lo \
200	src/c/libscistring_algo_la-scistrtostr.lo \
201	src/c/libscistring_algo_la-stringToDouble.lo \
202	src/c/libscistring_algo_la-stringToComplex.lo \
203	src/c/libscistring_algo_la-complex_array.lo \
204	src/c/libscistring_algo_la-isascii.lo \
205	src/c/libscistring_algo_la-isnum.lo
206am__objects_2 = src/cpp/libscistring_algo_la-stripblanks.lo \
207	src/cpp/libscistring_algo_la-sort_inter.lo \
208	src/cpp/libscistring_algo_la-os_wtoi.lo
209am_libscistring_algo_la_OBJECTS = $(am__objects_1) $(am__objects_2)
210libscistring_algo_la_OBJECTS = $(am_libscistring_algo_la_OBJECTS)
211AM_V_lt = $(am__v_lt_@AM_V@)
212am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
213am__v_lt_0 = --silent
214am__v_lt_1 =
215@MAINTAINER_MODE_FALSE@am_libscistring_algo_la_rpath =
216@MAINTAINER_MODE_TRUE@am_libscistring_algo_la_rpath =
217am__DEPENDENCIES_1 =
218libscistring_la_DEPENDENCIES = libscistring-algo.la \
219	$(am__DEPENDENCIES_1)
220am__objects_3 = sci_gateway/cpp/libscistring_la-sci_stripblanks.lo \
221	sci_gateway/cpp/libscistring_la-sci_grep.lo \
222	sci_gateway/cpp/libscistring_la-string_gw.lo \
223	sci_gateway/cpp/libscistring_la-sci_regexp.lo \
224	sci_gateway/cpp/libscistring_la-sci_part.lo \
225	sci_gateway/cpp/libscistring_la-sci_length.lo \
226	sci_gateway/cpp/libscistring_la-sci_strindex.lo \
227	sci_gateway/cpp/libscistring_la-sci_strsubst.lo \
228	sci_gateway/cpp/libscistring_la-sci_ascii.lo \
229	sci_gateway/cpp/libscistring_la-sci_strcat.lo \
230	sci_gateway/cpp/libscistring_la-sci_string.lo \
231	sci_gateway/cpp/libscistring_la-sci_convstr.lo \
232	sci_gateway/cpp/libscistring_la-sci_strncpy.lo \
233	sci_gateway/cpp/libscistring_la-sci_strrchr.lo \
234	sci_gateway/cpp/libscistring_la-sci_strchr.lo \
235	sci_gateway/cpp/libscistring_la-sci_strstr.lo \
236	sci_gateway/cpp/libscistring_la-sci_strrev.lo \
237	sci_gateway/cpp/libscistring_la-sci_strtod.lo \
238	sci_gateway/cpp/libscistring_la-sci_tokens.lo \
239	sci_gateway/cpp/libscistring_la-sci_strcmp.lo \
240	sci_gateway/cpp/libscistring_la-sci_isletter.lo \
241	sci_gateway/cpp/libscistring_la-sci_strcspn.lo \
242	sci_gateway/cpp/libscistring_la-sci_strtok.lo \
243	sci_gateway/cpp/libscistring_la-sci_strspn.lo \
244	sci_gateway/cpp/libscistring_la-sci_isalphanum.lo \
245	sci_gateway/cpp/libscistring_la-sci_isdigit.lo \
246	sci_gateway/cpp/libscistring_la-sci_isascii.lo \
247	sci_gateway/cpp/libscistring_la-sci_strsplit.lo \
248	sci_gateway/cpp/libscistring_la-sci_isnum.lo \
249	sci_gateway/cpp/libscistring_la-sci_emptystr.lo
250am_libscistring_la_OBJECTS = $(am__objects_3)
251libscistring_la_OBJECTS = $(am_libscistring_la_OBJECTS)
252libscistring_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
253	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
254	$(AM_CXXFLAGS) $(CXXFLAGS) $(libscistring_la_LDFLAGS) \
255	$(LDFLAGS) -o $@
256@MAINTAINER_MODE_FALSE@am_libscistring_la_rpath =
257@MAINTAINER_MODE_TRUE@am_libscistring_la_rpath = -rpath $(pkglibdir)
258AM_V_P = $(am__v_P_@AM_V@)
259am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
260am__v_P_0 = false
261am__v_P_1 = :
262AM_V_GEN = $(am__v_GEN_@AM_V@)
263am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
264am__v_GEN_0 = @echo "  GEN     " $@;
265am__v_GEN_1 =
266AM_V_at = $(am__v_at_@AM_V@)
267am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
268am__v_at_0 = @
269am__v_at_1 =
270DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/modules/core/includes
271depcomp = $(SHELL) $(top_srcdir)/config/depcomp
272am__maybe_remake_depfiles = depfiles
273am__depfiles_remade =  \
274	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_ascii.Plo \
275	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_convstr.Plo \
276	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_emptystr.Plo \
277	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_grep.Plo \
278	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isalphanum.Plo \
279	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isascii.Plo \
280	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isdigit.Plo \
281	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isletter.Plo \
282	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isnum.Plo \
283	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_length.Plo \
284	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_part.Plo \
285	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_regexp.Plo \
286	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcat.Plo \
287	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strchr.Plo \
288	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcmp.Plo \
289	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcspn.Plo \
290	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strindex.Plo \
291	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_string.Plo \
292	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_stripblanks.Plo \
293	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strncpy.Plo \
294	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strrchr.Plo \
295	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strrev.Plo \
296	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strsplit.Plo \
297	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strspn.Plo \
298	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strstr.Plo \
299	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strsubst.Plo \
300	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strtod.Plo \
301	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strtok.Plo \
302	sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_tokens.Plo \
303	sci_gateway/cpp/$(DEPDIR)/libscistring_la-string_gw.Plo \
304	src/c/$(DEPDIR)/libscistring_algo_la-StringConvert.Plo \
305	src/c/$(DEPDIR)/libscistring_algo_la-complex_array.Plo \
306	src/c/$(DEPDIR)/libscistring_algo_la-convstr.Plo \
307	src/c/$(DEPDIR)/libscistring_algo_la-cvstr.Plo \
308	src/c/$(DEPDIR)/libscistring_algo_la-getfastcode.Plo \
309	src/c/$(DEPDIR)/libscistring_algo_la-isalphanum.Plo \
310	src/c/$(DEPDIR)/libscistring_algo_la-isascii.Plo \
311	src/c/$(DEPDIR)/libscistring_algo_la-isdigit.Plo \
312	src/c/$(DEPDIR)/libscistring_algo_la-isletter.Plo \
313	src/c/$(DEPDIR)/libscistring_algo_la-isnum.Plo \
314	src/c/$(DEPDIR)/libscistring_algo_la-men_Sutils.Plo \
315	src/c/$(DEPDIR)/libscistring_algo_la-os_wcsdup.Plo \
316	src/c/$(DEPDIR)/libscistring_algo_la-os_wcstod.Plo \
317	src/c/$(DEPDIR)/libscistring_algo_la-os_wcstok.Plo \
318	src/c/$(DEPDIR)/libscistring_algo_la-partfunction.Plo \
319	src/c/$(DEPDIR)/libscistring_algo_la-pcre_error.Plo \
320	src/c/$(DEPDIR)/libscistring_algo_la-pcre_private.Plo \
321	src/c/$(DEPDIR)/libscistring_algo_la-scistrtostr.Plo \
322	src/c/$(DEPDIR)/libscistring_algo_la-stringToComplex.Plo \
323	src/c/$(DEPDIR)/libscistring_algo_la-stringToDouble.Plo \
324	src/c/$(DEPDIR)/libscistring_algo_la-stringsCompare.Plo \
325	src/c/$(DEPDIR)/libscistring_algo_la-stringsstrrev.Plo \
326	src/c/$(DEPDIR)/libscistring_algo_la-stristr.Plo \
327	src/c/$(DEPDIR)/libscistring_algo_la-strsplit.Plo \
328	src/c/$(DEPDIR)/libscistring_algo_la-strsubst.Plo \
329	src/c/$(DEPDIR)/libscistring_algo_la-tokens.Plo \
330	src/cpp/$(DEPDIR)/libscistring_algo_la-os_wtoi.Plo \
331	src/cpp/$(DEPDIR)/libscistring_algo_la-sort_inter.Plo \
332	src/cpp/$(DEPDIR)/libscistring_algo_la-stripblanks.Plo
333am__mv = mv -f
334COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
335	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
336LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
337	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
338	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
339	$(AM_CFLAGS) $(CFLAGS)
340AM_V_CC = $(am__v_CC_@AM_V@)
341am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
342am__v_CC_0 = @echo "  CC      " $@;
343am__v_CC_1 =
344CCLD = $(CC)
345LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
346	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
347	$(AM_LDFLAGS) $(LDFLAGS) -o $@
348AM_V_CCLD = $(am__v_CCLD_@AM_V@)
349am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
350am__v_CCLD_0 = @echo "  CCLD    " $@;
351am__v_CCLD_1 =
352CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
353	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
354LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
355	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
356	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
357	$(AM_CXXFLAGS) $(CXXFLAGS)
358AM_V_CXX = $(am__v_CXX_@AM_V@)
359am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
360am__v_CXX_0 = @echo "  CXX     " $@;
361am__v_CXX_1 =
362CXXLD = $(CXX)
363CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
364	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
365	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
366AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
367am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
368am__v_CXXLD_0 = @echo "  CXXLD   " $@;
369am__v_CXXLD_1 =
370SOURCES = $(libscistring_algo_la_SOURCES) $(libscistring_la_SOURCES)
371DIST_SOURCES = $(libscistring_algo_la_SOURCES) \
372	$(libscistring_la_SOURCES)
373am__can_run_installinfo = \
374  case $$AM_UPDATE_INFO_DIR in \
375    n|no|NO) false;; \
376    *) (install-info --version) >/dev/null 2>&1;; \
377  esac
378DATA = $(libscistring_la_etc_DATA) $(libscistring_la_root_DATA)
379HEADERS = $(libscistring_la_include_HEADERS)
380am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
381# Read a list of newline-separated strings from the standard input,
382# and print each of them once, without duplicates.  Input order is
383# *not* preserved.
384am__uniquify_input = $(AWK) '\
385  BEGIN { nonempty = 0; } \
386  { items[$$0] = 1; nonempty = 1; } \
387  END { if (nonempty) { for (i in items) print i; }; } \
388'
389# Make sure the list of sources is unique.  This is necessary because,
390# e.g., the same source file might be shared among _SOURCES variables
391# for different programs/libraries.
392am__define_uniq_tagged_files = \
393  list='$(am__tagged_files)'; \
394  unique=`for i in $$list; do \
395    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
396  done | $(am__uniquify_input)`
397ETAGS = etags
398CTAGS = ctags
399am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am \
400	$(top_srcdir)/config/depcomp \
401	$(top_srcdir)/config/mkinstalldirs
402DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
403ACLOCAL = @ACLOCAL@
404ALL_LINGUAS = @ALL_LINGUAS@
405ALL_LINGUAS_DOC = @ALL_LINGUAS_DOC@
406AMTAR = @AMTAR@
407AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
408ANT = @ANT@
409ANTLR = @ANTLR@
410AR = @AR@
411ARPACK_LIBS = @ARPACK_LIBS@
412ASM3 = @ASM3@
413AUTOCONF = @AUTOCONF@
414AUTOHEADER = @AUTOHEADER@
415AUTOMAKE = @AUTOMAKE@
416AVALON_FRAMEWORK = @AVALON_FRAMEWORK@
417AWK = @AWK@
418BATIK = @BATIK@
419BLAS_CFLAGS = @BLAS_CFLAGS@
420BLAS_LIBS = @BLAS_LIBS@
421CC = @CC@
422CCACHE = @CCACHE@
423CCDEPMODE = @CCDEPMODE@
424CFLAGS = @CFLAGS@
425CHECKSTYLE = @CHECKSTYLE@
426COBERTURA = @COBERTURA@
427COMMONS_BEANUTILS = @COMMONS_BEANUTILS@
428COMMONS_IO = @COMMONS_IO@
429COMMONS_LOGGING = @COMMONS_LOGGING@
430CPP = @CPP@
431CPPFLAGS = @CPPFLAGS@
432CURL_CFLAGS = @CURL_CFLAGS@
433CURL_CONFIG = @CURL_CONFIG@
434CURL_LIBS = @CURL_LIBS@
435CURL_VERSION = @CURL_VERSION@
436CXX = @CXX@
437CXXCPP = @CXXCPP@
438CXXDEPMODE = @CXXDEPMODE@
439CXXFLAGS = @CXXFLAGS@
440CYGPATH_W = @CYGPATH_W@
441DEFS = @DEFS@
442DEMOTOOLS_ENABLE = @DEMOTOOLS_ENABLE@
443DEPDIR = @DEPDIR@
444DLLTOOL = @DLLTOOL@
445DOCBOOK_ROOT = @DOCBOOK_ROOT@
446DOXYGEN_BIN = @DOXYGEN_BIN@
447DSYMUTIL = @DSYMUTIL@
448DUMPBIN = @DUMPBIN@
449ECHO_C = @ECHO_C@
450ECHO_N = @ECHO_N@
451ECHO_T = @ECHO_T@
452ECJ = @ECJ@
453EGREP = @EGREP@
454EIGEN_CPPFLAGS = @EIGEN_CPPFLAGS@
455EXEEXT = @EXEEXT@
456F77 = @F77@
457FFLAGS = @FFLAGS@
458FFTW3_LIB = @FFTW3_LIB@
459FFTW_ENABLE = @FFTW_ENABLE@
460FGREP = @FGREP@
461FLEXDOCK = @FLEXDOCK@
462FLIBS = @FLIBS@
463FOP = @FOP@
464FREEHEP_GRAPHICS2D = @FREEHEP_GRAPHICS2D@
465FREEHEP_GRAPHICSIO = @FREEHEP_GRAPHICSIO@
466FREEHEP_GRAPHICSIO_EMF = @FREEHEP_GRAPHICSIO_EMF@
467FREEHEP_IO = @FREEHEP_IO@
468FREEHEP_UTIL = @FREEHEP_UTIL@
469GENHTML = @GENHTML@
470GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
471GIWS_BIN = @GIWS_BIN@
472GLUEGEN2_RT = @GLUEGEN2_RT@
473GMSGFMT = @GMSGFMT@
474GMSGFMT_015 = @GMSGFMT_015@
475GRAPHICS_ENABLE = @GRAPHICS_ENABLE@
476GREP = @GREP@
477GUI_ENABLE = @GUI_ENABLE@
478HAMCREST = @HAMCREST@
479HAVE_CXX17 = @HAVE_CXX17@
480HDF5_CFLAGS = @HDF5_CFLAGS@
481HDF5_LIBS = @HDF5_LIBS@
482HELP_ENABLE = @HELP_ENABLE@
483INSTALL = @INSTALL@
484INSTALL_DATA = @INSTALL_DATA@
485INSTALL_PROGRAM = @INSTALL_PROGRAM@
486INSTALL_SCRIPT = @INSTALL_SCRIPT@
487INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
488INTLLIBS = @INTLLIBS@
489INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
490JAR = @JAR@
491JAVA = @JAVA@
492JAVAC = @JAVAC@
493JAVAC_DEBUG = @JAVAC_DEBUG@
494JAVADOC = @JAVADOC@
495JAVASCI_ENABLE = @JAVASCI_ENABLE@
496JAVA_ENABLE = @JAVA_ENABLE@
497JAVA_G = @JAVA_G@
498JAVA_HOME = @JAVA_HOME@
499JAVA_JNI_INCLUDE = @JAVA_JNI_INCLUDE@
500JAVA_JNI_LIBS = @JAVA_JNI_LIBS@
501JDB = @JDB@
502JEUCLID_CORE = @JEUCLID_CORE@
503JGRAPHX = @JGRAPHX@
504JHALL = @JHALL@
505JLATEXMATH = @JLATEXMATH@
506JLATEXMATH_FOP = @JLATEXMATH_FOP@
507JOGL2 = @JOGL2@
508JROSETTA_API = @JROSETTA_API@
509JROSETTA_ENGINE = @JROSETTA_ENGINE@
510JUNIT4 = @JUNIT4@
511LAPACK_LIBS = @LAPACK_LIBS@
512LCOV = @LCOV@
513LD = @LD@
514LDFLAGS = @LDFLAGS@
515LEX = @LEX@
516LEXLIB = @LEXLIB@
517LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
518LIBICONV = @LIBICONV@
519LIBINTL = @LIBINTL@
520LIBM = @LIBM@
521LIBOBJS = @LIBOBJS@
522LIBS = @LIBS@
523LIBTOOL = @LIBTOOL@
524LIPO = @LIPO@
525LN_S = @LN_S@
526LOGGING_LEVEL = @LOGGING_LEVEL@
527LOOKS = @LOOKS@
528LTLIBICONV = @LTLIBICONV@
529LTLIBINTL = @LTLIBINTL@
530LTLIBOBJS = @LTLIBOBJS@
531LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
532LUCENE = @LUCENE@
533LUCENE_ANALYZER = @LUCENE_ANALYZER@
534LUCENE_PARSER = @LUCENE_PARSER@
535MAINT = @MAINT@
536MAKEINFO = @MAKEINFO@
537MANIFEST_TOOL = @MANIFEST_TOOL@
538MATIO_CFLAGS = @MATIO_CFLAGS@
539MATIO_ENABLE = @MATIO_ENABLE@
540MATIO_LIBS = @MATIO_LIBS@
541MKDIR_P = @MKDIR_P@
542MPI_ENABLE = @MPI_ENABLE@
543MSGCAT = @MSGCAT@
544MSGFMT = @MSGFMT@
545MSGFMT_015 = @MSGFMT_015@
546MSGMERGE = @MSGMERGE@
547NM = @NM@
548NMEDIT = @NMEDIT@
549OBJDUMP = @OBJDUMP@
550OBJEXT = @OBJEXT@
551OCAMLC = @OCAMLC@
552OCAMLCFLAGS = @OCAMLCFLAGS@
553OCAMLDEP = @OCAMLDEP@
554OCAMLLEX = @OCAMLLEX@
555OCAMLOPT = @OCAMLOPT@
556OCAMLOPTFLAGS = @OCAMLOPTFLAGS@
557OCAMLYACC = @OCAMLYACC@
558OPENMPI_CC = @OPENMPI_CC@
559OPENMPI_CFLAGS = @OPENMPI_CFLAGS@
560OPENMPI_CXX = @OPENMPI_CXX@
561OPENMPI_CXXFLAGS = @OPENMPI_CXXFLAGS@
562OPENMPI_LIBS = @OPENMPI_LIBS@
563OPENMP_CFLAGS = @OPENMP_CFLAGS@
564OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@
565OPENMP_ENABLE = @OPENMP_ENABLE@
566OPENMP_LIBS = @OPENMP_LIBS@
567OTOOL = @OTOOL@
568OTOOL64 = @OTOOL64@
569PACKAGE = @PACKAGE@
570PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
571PACKAGE_NAME = @PACKAGE_NAME@
572PACKAGE_STRING = @PACKAGE_STRING@
573PACKAGE_TARNAME = @PACKAGE_TARNAME@
574PACKAGE_URL = @PACKAGE_URL@
575PACKAGE_VERSION = @PACKAGE_VERSION@
576PATH_SEPARATOR = @PATH_SEPARATOR@
577PCRE_CFLAGS = @PCRE_CFLAGS@
578PCRE_CONFIG = @PCRE_CONFIG@
579PCRE_LIBS = @PCRE_LIBS@
580PCRE_VERSION = @PCRE_VERSION@
581PKG_CONFIG = @PKG_CONFIG@
582POSUB = @POSUB@
583POW_LIB = @POW_LIB@
584PYTHON = @PYTHON@
585RANLIB = @RANLIB@
586RELOCATABLE = @RELOCATABLE@
587RT_LIB = @RT_LIB@
588SAXON = @SAXON@
589SCILAB_BINARY_VERSION = @SCILAB_BINARY_VERSION@
590SCILAB_LIBRARY_VERSION = @SCILAB_LIBRARY_VERSION@
591SCILAB_VERSION_MAINTENANCE = @SCILAB_VERSION_MAINTENANCE@
592SCILAB_VERSION_MAJOR = @SCILAB_VERSION_MAJOR@
593SCILAB_VERSION_MINOR = @SCILAB_VERSION_MINOR@
594SCIRENDERER = @SCIRENDERER@
595SCIRENDERER_CP = @SCIRENDERER_CP@
596SCI_CFLAGS = @SCI_CFLAGS@
597SCI_CXXFLAGS = @SCI_CXXFLAGS@
598SCI_FFLAGS = @SCI_FFLAGS@
599SCI_LDFLAGS = @SCI_LDFLAGS@
600SED = @SED@
601SET_MAKE = @SET_MAKE@
602SET_RELOCATABLE = @SET_RELOCATABLE@
603SHELL = @SHELL@
604SKINLF = @SKINLF@
605SPLINT = @SPLINT@
606STRIP = @STRIP@
607SWIG_BIN = @SWIG_BIN@
608SWIG_JAVA = @SWIG_JAVA@
609SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@
610SWIG_SCILAB = @SWIG_SCILAB@
611TCLTK_LIBS = @TCLTK_LIBS@
612TCL_INC_PATH = @TCL_INC_PATH@
613TK_INC_PATH = @TK_INC_PATH@
614UMFPACK_CFLAGS = @UMFPACK_CFLAGS@
615UMFPACK_ENABLE = @UMFPACK_ENABLE@
616UMFPACK_LIB = @UMFPACK_LIB@
617USE_NLS = @USE_NLS@
618VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
619VALGRIND_LIBS = @VALGRIND_LIBS@
620VERSION = @VERSION@
621WITH_OCAML = @WITH_OCAML@
622WITH_TKSCI = @WITH_TKSCI@
623XCOS_ENABLE = @XCOS_ENABLE@
624XGETTEXT = @XGETTEXT@
625XGETTEXT_015 = @XGETTEXT_015@
626XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
627XMKMF = @XMKMF@
628XMLGRAPHICS_COMMONS = @XMLGRAPHICS_COMMONS@
629XML_APIS_EXT = @XML_APIS_EXT@
630XML_CONFIG = @XML_CONFIG@
631XML_FLAGS = @XML_FLAGS@
632XML_LIBS = @XML_LIBS@
633XML_VERSION = @XML_VERSION@
634X_CFLAGS = @X_CFLAGS@
635X_EXTRA_LIBS = @X_EXTRA_LIBS@
636X_LIBS = @X_LIBS@
637X_PRE_LIBS = @X_PRE_LIBS@
638YACC = @YACC@
639YFLAGS = @YFLAGS@
640abs_builddir = @abs_builddir@
641abs_srcdir = @abs_srcdir@
642abs_top_builddir = @abs_top_builddir@
643abs_top_srcdir = @abs_top_srcdir@
644ac_ct_AR = @ac_ct_AR@
645ac_ct_CC = @ac_ct_CC@
646ac_ct_CXX = @ac_ct_CXX@
647ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
648ac_ct_F77 = @ac_ct_F77@
649am__include = @am__include@
650am__leading_dot = @am__leading_dot@
651am__quote = @am__quote@
652am__tar = @am__tar@
653am__untar = @am__untar@
654bindir = @bindir@
655build = @build@
656build_alias = @build_alias@
657build_cpu = @build_cpu@
658build_os = @build_os@
659build_vendor = @build_vendor@
660builddir = @builddir@
661cxx_present = @cxx_present@
662datadir = @datadir@
663datarootdir = @datarootdir@
664docdir = @docdir@
665dvidir = @dvidir@
666exec_prefix = @exec_prefix@
667host = @host@
668host_alias = @host_alias@
669host_cpu = @host_cpu@
670host_os = @host_os@
671host_vendor = @host_vendor@
672htmldir = @htmldir@
673includedir = @includedir@
674infodir = @infodir@
675install_sh = @install_sh@
676libdir = @libdir@
677libexecdir = @libexecdir@
678localedir = @localedir@
679localstatedir = @localstatedir@
680mandir = @mandir@
681mkdir_p = @mkdir_p@
682oldincludedir = @oldincludedir@
683pdfdir = @pdfdir@
684prefix = @prefix@
685program_transform_name = @program_transform_name@
686psdir = @psdir@
687runstatedir = @runstatedir@
688sbindir = @sbindir@
689sharedstatedir = @sharedstatedir@
690srcdir = @srcdir@
691sysconfdir = @sysconfdir@
692target_alias = @target_alias@
693top_build_prefix = @top_build_prefix@
694top_builddir = @top_builddir@
695top_srcdir = @top_srcdir@
696yacc_present = @yacc_present@
697STRING_CPP_SOURCES = \
698    src/cpp/stripblanks.cpp \
699    src/cpp/sort_inter.cpp \
700    src/cpp/os_wtoi.cpp
701
702STRING_C_SOURCES = \
703    src/c/convstr.c \
704    src/c/men_Sutils.c \
705    src/c/tokens.c \
706    src/c/strsplit.c \
707    src/c/partfunction.c \
708    src/c/cvstr.c \
709    src/c/getfastcode.c \
710    src/c/pcre_private.c \
711    src/c/pcre_error.c \
712    src/c/isletter.c \
713    src/c/isdigit.c \
714    src/c/strsubst.c \
715    src/c/stristr.c \
716    src/c/stringsstrrev.c \
717    src/c/stringsCompare.c \
718    src/c/isalphanum.c \
719    src/c/StringConvert.c \
720    src/c/os_wcsdup.c \
721    src/c/os_wcstok.c \
722    src/c/os_wcstod.c \
723    src/c/scistrtostr.c \
724    src/c/stringToDouble.c \
725    src/c/stringToComplex.c \
726    src/c/complex_array.c \
727    src/c/isascii.c \
728    src/c/isnum.c
729
730GATEWAY_CPP_SOURCES = \
731    sci_gateway/cpp/sci_stripblanks.cpp \
732    sci_gateway/cpp/sci_grep.cpp \
733    sci_gateway/cpp/string_gw.cpp \
734    sci_gateway/cpp/sci_regexp.cpp \
735    sci_gateway/cpp/sci_part.cpp \
736    sci_gateway/cpp/sci_length.cpp \
737    sci_gateway/cpp/sci_strindex.cpp \
738    sci_gateway/cpp/sci_strsubst.cpp \
739    sci_gateway/cpp/sci_ascii.cpp \
740    sci_gateway/cpp/sci_strcat.cpp \
741    sci_gateway/cpp/sci_string.cpp \
742    sci_gateway/cpp/sci_convstr.cpp \
743    sci_gateway/cpp/sci_strncpy.cpp \
744    sci_gateway/cpp/sci_strrchr.cpp \
745    sci_gateway/cpp/sci_strchr.cpp \
746    sci_gateway/cpp/sci_strstr.cpp \
747    sci_gateway/cpp/sci_strrev.cpp \
748    sci_gateway/cpp/sci_strtod.cpp \
749    sci_gateway/cpp/sci_tokens.cpp \
750    sci_gateway/cpp/sci_strcmp.cpp \
751    sci_gateway/cpp/sci_isletter.cpp \
752    sci_gateway/cpp/sci_strcspn.cpp \
753    sci_gateway/cpp/sci_strtok.cpp \
754    sci_gateway/cpp/sci_strspn.cpp \
755    sci_gateway/cpp/sci_isalphanum.cpp \
756    sci_gateway/cpp/sci_isdigit.cpp \
757    sci_gateway/cpp/sci_isascii.cpp \
758    sci_gateway/cpp/sci_strsplit.cpp \
759    sci_gateway/cpp/sci_isnum.cpp \
760    sci_gateway/cpp/sci_emptystr.cpp
761
762libscistring_la_CFLAGS = \
763    $(PCRE_CFLAGS) \
764	-I$(srcdir)/src/c \
765	-I$(srcdir)/includes/ \
766    -I$(top_srcdir)/modules/ast/includes/ast/ \
767    -I$(top_srcdir)/modules/ast/includes/exps/ \
768    -I$(top_srcdir)/modules/ast/includes/operations/ \
769    -I$(top_srcdir)/modules/ast/includes/parse/ \
770    -I$(top_srcdir)/modules/ast/includes/symbol/ \
771    -I$(top_srcdir)/modules/ast/includes/system_env/ \
772    -I$(top_srcdir)/modules/ast/includes/types/ \
773	-I$(top_srcdir)/modules/functions/includes \
774	-I$(top_srcdir)/modules/api_scilab/includes \
775	-I$(top_srcdir)/modules/localization/includes \
776	-I$(top_srcdir)/modules/output_stream/includes
777
778libscistring_la_CPPFLAGS = \
779    $(PCRE_CFLAGS) \
780	-I$(srcdir)/src/c \
781	-I$(srcdir)/src/cpp \
782	-I$(srcdir)/includes/ \
783    -I$(top_srcdir)/modules/ast/includes/ast/ \
784    -I$(top_srcdir)/modules/ast/includes/exps/ \
785    -I$(top_srcdir)/modules/ast/includes/operations/ \
786    -I$(top_srcdir)/modules/ast/includes/parse/ \
787    -I$(top_srcdir)/modules/ast/includes/symbol/ \
788    -I$(top_srcdir)/modules/ast/includes/system_env/ \
789    -I$(top_srcdir)/modules/ast/includes/types/ \
790    -I$(top_srcdir)/modules/ast/includes/analysis/ \
791	-I$(top_srcdir)/modules/api_scilab/includes \
792	-I$(top_srcdir)/modules/localization/includes \
793	-I$(top_srcdir)/modules/output_stream/includes \
794	-I$(top_srcdir)/modules/functions_manager/includes \
795	-I$(top_srcdir)/modules/core/includes \
796    -I$(top_srcdir)/modules/dynamic_link/includes \
797    -I$(top_srcdir)/modules/threads/includes \
798    -I$(top_srcdir)/modules/console/includes \
799    -I$(top_srcdir)/modules/dynamic_link/includes
800
801libscistring_algo_la_CPPFLAGS = $(libscistring_la_CPPFLAGS)
802@MAINTAINER_MODE_TRUE@pkglib_LTLIBRARIES = libscistring.la
803@MAINTAINER_MODE_FALSE@noinst_LTLIBRARIES = libscistring-algo.la libscistring.la
804@MAINTAINER_MODE_TRUE@noinst_LTLIBRARIES = libscistring-algo.la
805libscistring_la_LDFLAGS = $(AM_LDFLAGS)
806libscistring_algo_la_SOURCES = $(STRING_C_SOURCES) $(STRING_CPP_SOURCES)
807libscistring_la_SOURCES = $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES)
808libscistring_algo_la_CFLAGS = $(libscistring_la_CFLAGS)
809
810# For the code check (splint)
811CHECK_SRC = $(STRING_C_SOURCES) $(GATEWAY_C_SOURCES)
812INCLUDE_FLAGS = $(libscistring_la_CFLAGS)
813
814# commented since it is the first module to be processed
815libscistring_la_LIBADD = libscistring-algo.la $(PCRE_LIBS)
816
817#### Target ######
818modulename = string
819
820#### string : Conf files ####
821libscistring_la_rootdir = $(mydatadir)
822libscistring_la_root_DATA = license.txt
823
824####�string : init scripts ####
825libscistring_la_etcdir = $(mydatadir)/etc
826libscistring_la_etc_DATA = \
827    etc/string.quit \
828    etc/string.start
829
830
831#### string : include files ####
832libscistring_la_includedir = $(pkgincludedir)
833libscistring_la_include_HEADERS = \
834includes/complex_array.h \
835includes/convstr.h \
836includes/cvstr.h \
837includes/dynlib_string_gw.h \
838includes/dynlib_string.h \
839includes/getfastcode.h \
840includes/men_Sutils.h \
841includes/os_string.h \
842includes/os_wcstok.h \
843includes/os_wcstod.h \
844includes/pcre_private.h \
845includes/scistrtostr.h \
846includes/StringConvert.h \
847includes/string_gw.hxx \
848includes/stringToComplex.h \
849includes/stringToDouble.h \
850includes/stristr.h \
851includes/strsubst.h
852
853
854# Where all the Scilab stuff is installed (macros, help, ...)
855mydatadir = $(pkgdatadir)/modules/$(modulename)
856
857# Set AM_* SCI detected settings
858AM_CPPFLAGS = $(SCI_CPPFLAGS)
859AM_CFLAGS = $(SCI_CFLAGS)
860AM_CXXFLAGS = $(SCI_CXXFLAGS)
861# append includes to AM_FFLAGS to manage fortran includes
862AM_FFLAGS = $(SCI_FFLAGS) -I$(top_srcdir)/modules/core/includes/
863
864# Tag shared libraries with the Scilab version
865AM_LDFLAGS = $(SCI_LDFLAGS) -version-number $(SCILAB_LIBRARY_VERSION)
866
867# splint options
868SPLINT_OPTIONS = -weak -booltype BOOL
869
870########################### JAVA ######################################
871#### We are delegating java compilation to ant... Thanks to that
872#### the procedure will be the same with Microsoft Windows (C)
873#### and Linux/Unix
874#######################################################################
875TARGETS_ALL = $(am__append_1)
876
877################ MACROS ######################
878# Rule to build a macro
879# NOT USED  AT THE MOMENT
880SUFFIXES = .sci
881
882########### INSTALL DOCUMENTATION ###################
883
884# Install documentation files into the right target
885# We do not use the automake mechanism (libxxxx_la_help_fr_DATA) because
886# automake needs the html files to be present which is not the case when
887# we are building Scilab
888
889# Where it should be installed
890pkgdocdir = $(mydatadir)
891
892# What is the mask of the help source
893DOCMASKXML = *.xml
894
895# What is the mask of the MathML sources
896DOCMASKMML = *.mml
897
898########### INSTALL DATA ###################
899# Install macros, help & demos
900# Where it should be installed
901pkgmacrosdir = $(mydatadir)
902# Which directory we process
903MACRODIRS = macros/
904# Mask of the Scilab sources macros
905MACROMASK = *.sci
906# Mask of the Scilab executable sources macros
907MACROBUILDMASK = *.sce
908# Mask of the Scilab compiled macros
909MACROBINMASK = *.bin
910# List of the standard directory for tests
911TESTS_DIR = tests/benchmarks tests/nonreg_tests tests/unit_tests tests/java
912# Where the demos should be installed
913pkgdemosdir = $(mydatadir)
914# List of the standard directory for demos
915DEMOS_DIR = demos
916# List of the standard directory for examples
917EXAMPLES_DIR = examples
918# Where to export JAVA archives (.jar)
919JARDIR = jar/
920# JAR files mask
921JARMASK = *.jar
922# Chapter file
923HELP_CHAPTERDIR = help/
924HELP_CHAPTERFILE = addchapter.sce
925HELP_CHAPTERLANG = en_US fr_FR pt_BR
926all: all-am
927
928.SUFFIXES:
929.SUFFIXES: .sci .bin .c .cpp .lo .o .obj
930$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.incl.am $(am__configure_deps)
931	@for dep in $?; do \
932	  case '$(am__configure_deps)' in \
933	    *$$dep*) \
934	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
935	        && { if test -f $@; then exit 0; else break; fi; }; \
936	      exit 1;; \
937	  esac; \
938	done; \
939	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/string/Makefile'; \
940	$(am__cd) $(top_srcdir) && \
941	  $(AUTOMAKE) --foreign modules/string/Makefile
942Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
943	@case '$?' in \
944	  *config.status*) \
945	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
946	  *) \
947	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
948	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
949	esac;
950$(top_srcdir)/Makefile.incl.am $(am__empty):
951
952$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
953	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
954
955$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
956	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
957$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
958	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
959$(am__aclocal_m4_deps):
960
961clean-noinstLTLIBRARIES:
962	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
963	@list='$(noinst_LTLIBRARIES)'; \
964	locs=`for p in $$list; do echo $$p; done | \
965	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
966	      sort -u`; \
967	test -z "$$locs" || { \
968	  echo rm -f $${locs}; \
969	  rm -f $${locs}; \
970	}
971
972install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
973	@$(NORMAL_INSTALL)
974	@list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
975	list2=; for p in $$list; do \
976	  if test -f $$p; then \
977	    list2="$$list2 $$p"; \
978	  else :; fi; \
979	done; \
980	test -z "$$list2" || { \
981	  echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \
982	  $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \
983	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
984	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
985	}
986
987uninstall-pkglibLTLIBRARIES:
988	@$(NORMAL_UNINSTALL)
989	@list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
990	for p in $$list; do \
991	  $(am__strip_dir) \
992	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
993	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
994	done
995
996clean-pkglibLTLIBRARIES:
997	-test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
998	@list='$(pkglib_LTLIBRARIES)'; \
999	locs=`for p in $$list; do echo $$p; done | \
1000	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1001	      sort -u`; \
1002	test -z "$$locs" || { \
1003	  echo rm -f $${locs}; \
1004	  rm -f $${locs}; \
1005	}
1006src/c/$(am__dirstamp):
1007	@$(MKDIR_P) src/c
1008	@: > src/c/$(am__dirstamp)
1009src/c/$(DEPDIR)/$(am__dirstamp):
1010	@$(MKDIR_P) src/c/$(DEPDIR)
1011	@: > src/c/$(DEPDIR)/$(am__dirstamp)
1012src/c/libscistring_algo_la-convstr.lo: src/c/$(am__dirstamp) \
1013	src/c/$(DEPDIR)/$(am__dirstamp)
1014src/c/libscistring_algo_la-men_Sutils.lo: src/c/$(am__dirstamp) \
1015	src/c/$(DEPDIR)/$(am__dirstamp)
1016src/c/libscistring_algo_la-tokens.lo: src/c/$(am__dirstamp) \
1017	src/c/$(DEPDIR)/$(am__dirstamp)
1018src/c/libscistring_algo_la-strsplit.lo: src/c/$(am__dirstamp) \
1019	src/c/$(DEPDIR)/$(am__dirstamp)
1020src/c/libscistring_algo_la-partfunction.lo: src/c/$(am__dirstamp) \
1021	src/c/$(DEPDIR)/$(am__dirstamp)
1022src/c/libscistring_algo_la-cvstr.lo: src/c/$(am__dirstamp) \
1023	src/c/$(DEPDIR)/$(am__dirstamp)
1024src/c/libscistring_algo_la-getfastcode.lo: src/c/$(am__dirstamp) \
1025	src/c/$(DEPDIR)/$(am__dirstamp)
1026src/c/libscistring_algo_la-pcre_private.lo: src/c/$(am__dirstamp) \
1027	src/c/$(DEPDIR)/$(am__dirstamp)
1028src/c/libscistring_algo_la-pcre_error.lo: src/c/$(am__dirstamp) \
1029	src/c/$(DEPDIR)/$(am__dirstamp)
1030src/c/libscistring_algo_la-isletter.lo: src/c/$(am__dirstamp) \
1031	src/c/$(DEPDIR)/$(am__dirstamp)
1032src/c/libscistring_algo_la-isdigit.lo: src/c/$(am__dirstamp) \
1033	src/c/$(DEPDIR)/$(am__dirstamp)
1034src/c/libscistring_algo_la-strsubst.lo: src/c/$(am__dirstamp) \
1035	src/c/$(DEPDIR)/$(am__dirstamp)
1036src/c/libscistring_algo_la-stristr.lo: src/c/$(am__dirstamp) \
1037	src/c/$(DEPDIR)/$(am__dirstamp)
1038src/c/libscistring_algo_la-stringsstrrev.lo: src/c/$(am__dirstamp) \
1039	src/c/$(DEPDIR)/$(am__dirstamp)
1040src/c/libscistring_algo_la-stringsCompare.lo: src/c/$(am__dirstamp) \
1041	src/c/$(DEPDIR)/$(am__dirstamp)
1042src/c/libscistring_algo_la-isalphanum.lo: src/c/$(am__dirstamp) \
1043	src/c/$(DEPDIR)/$(am__dirstamp)
1044src/c/libscistring_algo_la-StringConvert.lo: src/c/$(am__dirstamp) \
1045	src/c/$(DEPDIR)/$(am__dirstamp)
1046src/c/libscistring_algo_la-os_wcsdup.lo: src/c/$(am__dirstamp) \
1047	src/c/$(DEPDIR)/$(am__dirstamp)
1048src/c/libscistring_algo_la-os_wcstok.lo: src/c/$(am__dirstamp) \
1049	src/c/$(DEPDIR)/$(am__dirstamp)
1050src/c/libscistring_algo_la-os_wcstod.lo: src/c/$(am__dirstamp) \
1051	src/c/$(DEPDIR)/$(am__dirstamp)
1052src/c/libscistring_algo_la-scistrtostr.lo: src/c/$(am__dirstamp) \
1053	src/c/$(DEPDIR)/$(am__dirstamp)
1054src/c/libscistring_algo_la-stringToDouble.lo: src/c/$(am__dirstamp) \
1055	src/c/$(DEPDIR)/$(am__dirstamp)
1056src/c/libscistring_algo_la-stringToComplex.lo: src/c/$(am__dirstamp) \
1057	src/c/$(DEPDIR)/$(am__dirstamp)
1058src/c/libscistring_algo_la-complex_array.lo: src/c/$(am__dirstamp) \
1059	src/c/$(DEPDIR)/$(am__dirstamp)
1060src/c/libscistring_algo_la-isascii.lo: src/c/$(am__dirstamp) \
1061	src/c/$(DEPDIR)/$(am__dirstamp)
1062src/c/libscistring_algo_la-isnum.lo: src/c/$(am__dirstamp) \
1063	src/c/$(DEPDIR)/$(am__dirstamp)
1064src/cpp/$(am__dirstamp):
1065	@$(MKDIR_P) src/cpp
1066	@: > src/cpp/$(am__dirstamp)
1067src/cpp/$(DEPDIR)/$(am__dirstamp):
1068	@$(MKDIR_P) src/cpp/$(DEPDIR)
1069	@: > src/cpp/$(DEPDIR)/$(am__dirstamp)
1070src/cpp/libscistring_algo_la-stripblanks.lo: src/cpp/$(am__dirstamp) \
1071	src/cpp/$(DEPDIR)/$(am__dirstamp)
1072src/cpp/libscistring_algo_la-sort_inter.lo: src/cpp/$(am__dirstamp) \
1073	src/cpp/$(DEPDIR)/$(am__dirstamp)
1074src/cpp/libscistring_algo_la-os_wtoi.lo: src/cpp/$(am__dirstamp) \
1075	src/cpp/$(DEPDIR)/$(am__dirstamp)
1076
1077libscistring-algo.la: $(libscistring_algo_la_OBJECTS) $(libscistring_algo_la_DEPENDENCIES) $(EXTRA_libscistring_algo_la_DEPENDENCIES)
1078	$(AM_V_CXXLD)$(CXXLINK) $(am_libscistring_algo_la_rpath) $(libscistring_algo_la_OBJECTS) $(libscistring_algo_la_LIBADD) $(LIBS)
1079sci_gateway/cpp/$(am__dirstamp):
1080	@$(MKDIR_P) sci_gateway/cpp
1081	@: > sci_gateway/cpp/$(am__dirstamp)
1082sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp):
1083	@$(MKDIR_P) sci_gateway/cpp/$(DEPDIR)
1084	@: > sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1085sci_gateway/cpp/libscistring_la-sci_stripblanks.lo:  \
1086	sci_gateway/cpp/$(am__dirstamp) \
1087	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1088sci_gateway/cpp/libscistring_la-sci_grep.lo:  \
1089	sci_gateway/cpp/$(am__dirstamp) \
1090	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1091sci_gateway/cpp/libscistring_la-string_gw.lo:  \
1092	sci_gateway/cpp/$(am__dirstamp) \
1093	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1094sci_gateway/cpp/libscistring_la-sci_regexp.lo:  \
1095	sci_gateway/cpp/$(am__dirstamp) \
1096	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1097sci_gateway/cpp/libscistring_la-sci_part.lo:  \
1098	sci_gateway/cpp/$(am__dirstamp) \
1099	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1100sci_gateway/cpp/libscistring_la-sci_length.lo:  \
1101	sci_gateway/cpp/$(am__dirstamp) \
1102	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1103sci_gateway/cpp/libscistring_la-sci_strindex.lo:  \
1104	sci_gateway/cpp/$(am__dirstamp) \
1105	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1106sci_gateway/cpp/libscistring_la-sci_strsubst.lo:  \
1107	sci_gateway/cpp/$(am__dirstamp) \
1108	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1109sci_gateway/cpp/libscistring_la-sci_ascii.lo:  \
1110	sci_gateway/cpp/$(am__dirstamp) \
1111	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1112sci_gateway/cpp/libscistring_la-sci_strcat.lo:  \
1113	sci_gateway/cpp/$(am__dirstamp) \
1114	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1115sci_gateway/cpp/libscistring_la-sci_string.lo:  \
1116	sci_gateway/cpp/$(am__dirstamp) \
1117	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1118sci_gateway/cpp/libscistring_la-sci_convstr.lo:  \
1119	sci_gateway/cpp/$(am__dirstamp) \
1120	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1121sci_gateway/cpp/libscistring_la-sci_strncpy.lo:  \
1122	sci_gateway/cpp/$(am__dirstamp) \
1123	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1124sci_gateway/cpp/libscistring_la-sci_strrchr.lo:  \
1125	sci_gateway/cpp/$(am__dirstamp) \
1126	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1127sci_gateway/cpp/libscistring_la-sci_strchr.lo:  \
1128	sci_gateway/cpp/$(am__dirstamp) \
1129	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1130sci_gateway/cpp/libscistring_la-sci_strstr.lo:  \
1131	sci_gateway/cpp/$(am__dirstamp) \
1132	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1133sci_gateway/cpp/libscistring_la-sci_strrev.lo:  \
1134	sci_gateway/cpp/$(am__dirstamp) \
1135	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1136sci_gateway/cpp/libscistring_la-sci_strtod.lo:  \
1137	sci_gateway/cpp/$(am__dirstamp) \
1138	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1139sci_gateway/cpp/libscistring_la-sci_tokens.lo:  \
1140	sci_gateway/cpp/$(am__dirstamp) \
1141	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1142sci_gateway/cpp/libscistring_la-sci_strcmp.lo:  \
1143	sci_gateway/cpp/$(am__dirstamp) \
1144	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1145sci_gateway/cpp/libscistring_la-sci_isletter.lo:  \
1146	sci_gateway/cpp/$(am__dirstamp) \
1147	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1148sci_gateway/cpp/libscistring_la-sci_strcspn.lo:  \
1149	sci_gateway/cpp/$(am__dirstamp) \
1150	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1151sci_gateway/cpp/libscistring_la-sci_strtok.lo:  \
1152	sci_gateway/cpp/$(am__dirstamp) \
1153	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1154sci_gateway/cpp/libscistring_la-sci_strspn.lo:  \
1155	sci_gateway/cpp/$(am__dirstamp) \
1156	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1157sci_gateway/cpp/libscistring_la-sci_isalphanum.lo:  \
1158	sci_gateway/cpp/$(am__dirstamp) \
1159	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1160sci_gateway/cpp/libscistring_la-sci_isdigit.lo:  \
1161	sci_gateway/cpp/$(am__dirstamp) \
1162	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1163sci_gateway/cpp/libscistring_la-sci_isascii.lo:  \
1164	sci_gateway/cpp/$(am__dirstamp) \
1165	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1166sci_gateway/cpp/libscistring_la-sci_strsplit.lo:  \
1167	sci_gateway/cpp/$(am__dirstamp) \
1168	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1169sci_gateway/cpp/libscistring_la-sci_isnum.lo:  \
1170	sci_gateway/cpp/$(am__dirstamp) \
1171	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1172sci_gateway/cpp/libscistring_la-sci_emptystr.lo:  \
1173	sci_gateway/cpp/$(am__dirstamp) \
1174	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1175
1176libscistring.la: $(libscistring_la_OBJECTS) $(libscistring_la_DEPENDENCIES) $(EXTRA_libscistring_la_DEPENDENCIES)
1177	$(AM_V_CXXLD)$(libscistring_la_LINK) $(am_libscistring_la_rpath) $(libscistring_la_OBJECTS) $(libscistring_la_LIBADD) $(LIBS)
1178
1179mostlyclean-compile:
1180	-rm -f *.$(OBJEXT)
1181	-rm -f sci_gateway/cpp/*.$(OBJEXT)
1182	-rm -f sci_gateway/cpp/*.lo
1183	-rm -f src/c/*.$(OBJEXT)
1184	-rm -f src/c/*.lo
1185	-rm -f src/cpp/*.$(OBJEXT)
1186	-rm -f src/cpp/*.lo
1187
1188distclean-compile:
1189	-rm -f *.tab.c
1190
1191@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_ascii.Plo@am__quote@ # am--include-marker
1192@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_convstr.Plo@am__quote@ # am--include-marker
1193@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_emptystr.Plo@am__quote@ # am--include-marker
1194@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_grep.Plo@am__quote@ # am--include-marker
1195@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isalphanum.Plo@am__quote@ # am--include-marker
1196@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isascii.Plo@am__quote@ # am--include-marker
1197@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isdigit.Plo@am__quote@ # am--include-marker
1198@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isletter.Plo@am__quote@ # am--include-marker
1199@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isnum.Plo@am__quote@ # am--include-marker
1200@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_length.Plo@am__quote@ # am--include-marker
1201@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_part.Plo@am__quote@ # am--include-marker
1202@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_regexp.Plo@am__quote@ # am--include-marker
1203@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcat.Plo@am__quote@ # am--include-marker
1204@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strchr.Plo@am__quote@ # am--include-marker
1205@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcmp.Plo@am__quote@ # am--include-marker
1206@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcspn.Plo@am__quote@ # am--include-marker
1207@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strindex.Plo@am__quote@ # am--include-marker
1208@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_string.Plo@am__quote@ # am--include-marker
1209@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_stripblanks.Plo@am__quote@ # am--include-marker
1210@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strncpy.Plo@am__quote@ # am--include-marker
1211@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strrchr.Plo@am__quote@ # am--include-marker
1212@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strrev.Plo@am__quote@ # am--include-marker
1213@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strsplit.Plo@am__quote@ # am--include-marker
1214@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strspn.Plo@am__quote@ # am--include-marker
1215@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strstr.Plo@am__quote@ # am--include-marker
1216@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strsubst.Plo@am__quote@ # am--include-marker
1217@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strtod.Plo@am__quote@ # am--include-marker
1218@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strtok.Plo@am__quote@ # am--include-marker
1219@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_tokens.Plo@am__quote@ # am--include-marker
1220@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscistring_la-string_gw.Plo@am__quote@ # am--include-marker
1221@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-StringConvert.Plo@am__quote@ # am--include-marker
1222@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-complex_array.Plo@am__quote@ # am--include-marker
1223@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-convstr.Plo@am__quote@ # am--include-marker
1224@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-cvstr.Plo@am__quote@ # am--include-marker
1225@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-getfastcode.Plo@am__quote@ # am--include-marker
1226@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-isalphanum.Plo@am__quote@ # am--include-marker
1227@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-isascii.Plo@am__quote@ # am--include-marker
1228@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-isdigit.Plo@am__quote@ # am--include-marker
1229@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-isletter.Plo@am__quote@ # am--include-marker
1230@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-isnum.Plo@am__quote@ # am--include-marker
1231@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-men_Sutils.Plo@am__quote@ # am--include-marker
1232@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-os_wcsdup.Plo@am__quote@ # am--include-marker
1233@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-os_wcstod.Plo@am__quote@ # am--include-marker
1234@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-os_wcstok.Plo@am__quote@ # am--include-marker
1235@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-partfunction.Plo@am__quote@ # am--include-marker
1236@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-pcre_error.Plo@am__quote@ # am--include-marker
1237@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-pcre_private.Plo@am__quote@ # am--include-marker
1238@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-scistrtostr.Plo@am__quote@ # am--include-marker
1239@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-stringToComplex.Plo@am__quote@ # am--include-marker
1240@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-stringToDouble.Plo@am__quote@ # am--include-marker
1241@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-stringsCompare.Plo@am__quote@ # am--include-marker
1242@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-stringsstrrev.Plo@am__quote@ # am--include-marker
1243@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-stristr.Plo@am__quote@ # am--include-marker
1244@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-strsplit.Plo@am__quote@ # am--include-marker
1245@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-strsubst.Plo@am__quote@ # am--include-marker
1246@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscistring_algo_la-tokens.Plo@am__quote@ # am--include-marker
1247@AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscistring_algo_la-os_wtoi.Plo@am__quote@ # am--include-marker
1248@AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscistring_algo_la-sort_inter.Plo@am__quote@ # am--include-marker
1249@AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscistring_algo_la-stripblanks.Plo@am__quote@ # am--include-marker
1250
1251$(am__depfiles_remade):
1252	@$(MKDIR_P) $(@D)
1253	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
1254
1255am--depfiles: $(am__depfiles_remade)
1256
1257.c.o:
1258@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1259@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1260@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1261@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1262@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1263@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1264
1265.c.obj:
1266@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1267@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1268@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1269@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1270@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1271@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1272
1273.c.lo:
1274@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1275@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1276@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
1277@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1278@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1279@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1280
1281src/c/libscistring_algo_la-convstr.lo: src/c/convstr.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_algo_la_CPPFLAGS) $(CPPFLAGS) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-convstr.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-convstr.Tpo -c -o src/c/libscistring_algo_la-convstr.lo `test -f 'src/c/convstr.c' || echo '$(srcdir)/'`src/c/convstr.c
1283@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-convstr.Tpo src/c/$(DEPDIR)/libscistring_algo_la-convstr.Plo
1284@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/convstr.c' object='src/c/libscistring_algo_la-convstr.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_algo_la_CPPFLAGS) $(CPPFLAGS) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-convstr.lo `test -f 'src/c/convstr.c' || echo '$(srcdir)/'`src/c/convstr.c
1287
1288src/c/libscistring_algo_la-men_Sutils.lo: src/c/men_Sutils.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_algo_la_CPPFLAGS) $(CPPFLAGS) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-men_Sutils.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-men_Sutils.Tpo -c -o src/c/libscistring_algo_la-men_Sutils.lo `test -f 'src/c/men_Sutils.c' || echo '$(srcdir)/'`src/c/men_Sutils.c
1290@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-men_Sutils.Tpo src/c/$(DEPDIR)/libscistring_algo_la-men_Sutils.Plo
1291@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/men_Sutils.c' object='src/c/libscistring_algo_la-men_Sutils.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_algo_la_CPPFLAGS) $(CPPFLAGS) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-men_Sutils.lo `test -f 'src/c/men_Sutils.c' || echo '$(srcdir)/'`src/c/men_Sutils.c
1294
1295src/c/libscistring_algo_la-tokens.lo: src/c/tokens.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_algo_la_CPPFLAGS) $(CPPFLAGS) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-tokens.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-tokens.Tpo -c -o src/c/libscistring_algo_la-tokens.lo `test -f 'src/c/tokens.c' || echo '$(srcdir)/'`src/c/tokens.c
1297@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-tokens.Tpo src/c/$(DEPDIR)/libscistring_algo_la-tokens.Plo
1298@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/tokens.c' object='src/c/libscistring_algo_la-tokens.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_algo_la_CPPFLAGS) $(CPPFLAGS) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-tokens.lo `test -f 'src/c/tokens.c' || echo '$(srcdir)/'`src/c/tokens.c
1301
1302src/c/libscistring_algo_la-strsplit.lo: src/c/strsplit.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_algo_la_CPPFLAGS) $(CPPFLAGS) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-strsplit.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-strsplit.Tpo -c -o src/c/libscistring_algo_la-strsplit.lo `test -f 'src/c/strsplit.c' || echo '$(srcdir)/'`src/c/strsplit.c
1304@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-strsplit.Tpo src/c/$(DEPDIR)/libscistring_algo_la-strsplit.Plo
1305@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/strsplit.c' object='src/c/libscistring_algo_la-strsplit.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_algo_la_CPPFLAGS) $(CPPFLAGS) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-strsplit.lo `test -f 'src/c/strsplit.c' || echo '$(srcdir)/'`src/c/strsplit.c
1308
1309src/c/libscistring_algo_la-partfunction.lo: src/c/partfunction.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_algo_la_CPPFLAGS) $(CPPFLAGS) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-partfunction.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-partfunction.Tpo -c -o src/c/libscistring_algo_la-partfunction.lo `test -f 'src/c/partfunction.c' || echo '$(srcdir)/'`src/c/partfunction.c
1311@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-partfunction.Tpo src/c/$(DEPDIR)/libscistring_algo_la-partfunction.Plo
1312@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/partfunction.c' object='src/c/libscistring_algo_la-partfunction.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_algo_la_CPPFLAGS) $(CPPFLAGS) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-partfunction.lo `test -f 'src/c/partfunction.c' || echo '$(srcdir)/'`src/c/partfunction.c
1315
1316src/c/libscistring_algo_la-cvstr.lo: src/c/cvstr.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_algo_la_CPPFLAGS) $(CPPFLAGS) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-cvstr.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-cvstr.Tpo -c -o src/c/libscistring_algo_la-cvstr.lo `test -f 'src/c/cvstr.c' || echo '$(srcdir)/'`src/c/cvstr.c
1318@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-cvstr.Tpo src/c/$(DEPDIR)/libscistring_algo_la-cvstr.Plo
1319@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/cvstr.c' object='src/c/libscistring_algo_la-cvstr.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_algo_la_CPPFLAGS) $(CPPFLAGS) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-cvstr.lo `test -f 'src/c/cvstr.c' || echo '$(srcdir)/'`src/c/cvstr.c
1322
1323src/c/libscistring_algo_la-getfastcode.lo: src/c/getfastcode.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_algo_la_CPPFLAGS) $(CPPFLAGS) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-getfastcode.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-getfastcode.Tpo -c -o src/c/libscistring_algo_la-getfastcode.lo `test -f 'src/c/getfastcode.c' || echo '$(srcdir)/'`src/c/getfastcode.c
1325@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-getfastcode.Tpo src/c/$(DEPDIR)/libscistring_algo_la-getfastcode.Plo
1326@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/getfastcode.c' object='src/c/libscistring_algo_la-getfastcode.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_algo_la_CPPFLAGS) $(CPPFLAGS) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-getfastcode.lo `test -f 'src/c/getfastcode.c' || echo '$(srcdir)/'`src/c/getfastcode.c
1329
1330src/c/libscistring_algo_la-pcre_private.lo: src/c/pcre_private.c
1331@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-pcre_private.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-pcre_private.Tpo -c -o src/c/libscistring_algo_la-pcre_private.lo `test -f 'src/c/pcre_private.c' || echo '$(srcdir)/'`src/c/pcre_private.c
1332@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-pcre_private.Tpo src/c/$(DEPDIR)/libscistring_algo_la-pcre_private.Plo
1333@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/pcre_private.c' object='src/c/libscistring_algo_la-pcre_private.lo' libtool=yes @AMDEPBACKSLASH@
1334@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1335@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-pcre_private.lo `test -f 'src/c/pcre_private.c' || echo '$(srcdir)/'`src/c/pcre_private.c
1336
1337src/c/libscistring_algo_la-pcre_error.lo: src/c/pcre_error.c
1338@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-pcre_error.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-pcre_error.Tpo -c -o src/c/libscistring_algo_la-pcre_error.lo `test -f 'src/c/pcre_error.c' || echo '$(srcdir)/'`src/c/pcre_error.c
1339@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-pcre_error.Tpo src/c/$(DEPDIR)/libscistring_algo_la-pcre_error.Plo
1340@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/pcre_error.c' object='src/c/libscistring_algo_la-pcre_error.lo' libtool=yes @AMDEPBACKSLASH@
1341@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1342@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-pcre_error.lo `test -f 'src/c/pcre_error.c' || echo '$(srcdir)/'`src/c/pcre_error.c
1343
1344src/c/libscistring_algo_la-isletter.lo: src/c/isletter.c
1345@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-isletter.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-isletter.Tpo -c -o src/c/libscistring_algo_la-isletter.lo `test -f 'src/c/isletter.c' || echo '$(srcdir)/'`src/c/isletter.c
1346@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-isletter.Tpo src/c/$(DEPDIR)/libscistring_algo_la-isletter.Plo
1347@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/isletter.c' object='src/c/libscistring_algo_la-isletter.lo' libtool=yes @AMDEPBACKSLASH@
1348@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1349@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-isletter.lo `test -f 'src/c/isletter.c' || echo '$(srcdir)/'`src/c/isletter.c
1350
1351src/c/libscistring_algo_la-isdigit.lo: src/c/isdigit.c
1352@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-isdigit.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-isdigit.Tpo -c -o src/c/libscistring_algo_la-isdigit.lo `test -f 'src/c/isdigit.c' || echo '$(srcdir)/'`src/c/isdigit.c
1353@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-isdigit.Tpo src/c/$(DEPDIR)/libscistring_algo_la-isdigit.Plo
1354@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/isdigit.c' object='src/c/libscistring_algo_la-isdigit.lo' libtool=yes @AMDEPBACKSLASH@
1355@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1356@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-isdigit.lo `test -f 'src/c/isdigit.c' || echo '$(srcdir)/'`src/c/isdigit.c
1357
1358src/c/libscistring_algo_la-strsubst.lo: src/c/strsubst.c
1359@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-strsubst.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-strsubst.Tpo -c -o src/c/libscistring_algo_la-strsubst.lo `test -f 'src/c/strsubst.c' || echo '$(srcdir)/'`src/c/strsubst.c
1360@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-strsubst.Tpo src/c/$(DEPDIR)/libscistring_algo_la-strsubst.Plo
1361@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/strsubst.c' object='src/c/libscistring_algo_la-strsubst.lo' libtool=yes @AMDEPBACKSLASH@
1362@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1363@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-strsubst.lo `test -f 'src/c/strsubst.c' || echo '$(srcdir)/'`src/c/strsubst.c
1364
1365src/c/libscistring_algo_la-stristr.lo: src/c/stristr.c
1366@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-stristr.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-stristr.Tpo -c -o src/c/libscistring_algo_la-stristr.lo `test -f 'src/c/stristr.c' || echo '$(srcdir)/'`src/c/stristr.c
1367@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-stristr.Tpo src/c/$(DEPDIR)/libscistring_algo_la-stristr.Plo
1368@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/stristr.c' object='src/c/libscistring_algo_la-stristr.lo' libtool=yes @AMDEPBACKSLASH@
1369@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1370@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-stristr.lo `test -f 'src/c/stristr.c' || echo '$(srcdir)/'`src/c/stristr.c
1371
1372src/c/libscistring_algo_la-stringsstrrev.lo: src/c/stringsstrrev.c
1373@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-stringsstrrev.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-stringsstrrev.Tpo -c -o src/c/libscistring_algo_la-stringsstrrev.lo `test -f 'src/c/stringsstrrev.c' || echo '$(srcdir)/'`src/c/stringsstrrev.c
1374@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-stringsstrrev.Tpo src/c/$(DEPDIR)/libscistring_algo_la-stringsstrrev.Plo
1375@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/stringsstrrev.c' object='src/c/libscistring_algo_la-stringsstrrev.lo' libtool=yes @AMDEPBACKSLASH@
1376@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1377@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-stringsstrrev.lo `test -f 'src/c/stringsstrrev.c' || echo '$(srcdir)/'`src/c/stringsstrrev.c
1378
1379src/c/libscistring_algo_la-stringsCompare.lo: src/c/stringsCompare.c
1380@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-stringsCompare.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-stringsCompare.Tpo -c -o src/c/libscistring_algo_la-stringsCompare.lo `test -f 'src/c/stringsCompare.c' || echo '$(srcdir)/'`src/c/stringsCompare.c
1381@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-stringsCompare.Tpo src/c/$(DEPDIR)/libscistring_algo_la-stringsCompare.Plo
1382@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/stringsCompare.c' object='src/c/libscistring_algo_la-stringsCompare.lo' libtool=yes @AMDEPBACKSLASH@
1383@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1384@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-stringsCompare.lo `test -f 'src/c/stringsCompare.c' || echo '$(srcdir)/'`src/c/stringsCompare.c
1385
1386src/c/libscistring_algo_la-isalphanum.lo: src/c/isalphanum.c
1387@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-isalphanum.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-isalphanum.Tpo -c -o src/c/libscistring_algo_la-isalphanum.lo `test -f 'src/c/isalphanum.c' || echo '$(srcdir)/'`src/c/isalphanum.c
1388@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-isalphanum.Tpo src/c/$(DEPDIR)/libscistring_algo_la-isalphanum.Plo
1389@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/isalphanum.c' object='src/c/libscistring_algo_la-isalphanum.lo' libtool=yes @AMDEPBACKSLASH@
1390@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1391@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-isalphanum.lo `test -f 'src/c/isalphanum.c' || echo '$(srcdir)/'`src/c/isalphanum.c
1392
1393src/c/libscistring_algo_la-StringConvert.lo: src/c/StringConvert.c
1394@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-StringConvert.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-StringConvert.Tpo -c -o src/c/libscistring_algo_la-StringConvert.lo `test -f 'src/c/StringConvert.c' || echo '$(srcdir)/'`src/c/StringConvert.c
1395@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-StringConvert.Tpo src/c/$(DEPDIR)/libscistring_algo_la-StringConvert.Plo
1396@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/StringConvert.c' object='src/c/libscistring_algo_la-StringConvert.lo' libtool=yes @AMDEPBACKSLASH@
1397@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1398@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-StringConvert.lo `test -f 'src/c/StringConvert.c' || echo '$(srcdir)/'`src/c/StringConvert.c
1399
1400src/c/libscistring_algo_la-os_wcsdup.lo: src/c/os_wcsdup.c
1401@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-os_wcsdup.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-os_wcsdup.Tpo -c -o src/c/libscistring_algo_la-os_wcsdup.lo `test -f 'src/c/os_wcsdup.c' || echo '$(srcdir)/'`src/c/os_wcsdup.c
1402@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-os_wcsdup.Tpo src/c/$(DEPDIR)/libscistring_algo_la-os_wcsdup.Plo
1403@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/os_wcsdup.c' object='src/c/libscistring_algo_la-os_wcsdup.lo' libtool=yes @AMDEPBACKSLASH@
1404@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1405@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-os_wcsdup.lo `test -f 'src/c/os_wcsdup.c' || echo '$(srcdir)/'`src/c/os_wcsdup.c
1406
1407src/c/libscistring_algo_la-os_wcstok.lo: src/c/os_wcstok.c
1408@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-os_wcstok.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-os_wcstok.Tpo -c -o src/c/libscistring_algo_la-os_wcstok.lo `test -f 'src/c/os_wcstok.c' || echo '$(srcdir)/'`src/c/os_wcstok.c
1409@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-os_wcstok.Tpo src/c/$(DEPDIR)/libscistring_algo_la-os_wcstok.Plo
1410@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/os_wcstok.c' object='src/c/libscistring_algo_la-os_wcstok.lo' libtool=yes @AMDEPBACKSLASH@
1411@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1412@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-os_wcstok.lo `test -f 'src/c/os_wcstok.c' || echo '$(srcdir)/'`src/c/os_wcstok.c
1413
1414src/c/libscistring_algo_la-os_wcstod.lo: src/c/os_wcstod.c
1415@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-os_wcstod.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-os_wcstod.Tpo -c -o src/c/libscistring_algo_la-os_wcstod.lo `test -f 'src/c/os_wcstod.c' || echo '$(srcdir)/'`src/c/os_wcstod.c
1416@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-os_wcstod.Tpo src/c/$(DEPDIR)/libscistring_algo_la-os_wcstod.Plo
1417@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/os_wcstod.c' object='src/c/libscistring_algo_la-os_wcstod.lo' libtool=yes @AMDEPBACKSLASH@
1418@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1419@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-os_wcstod.lo `test -f 'src/c/os_wcstod.c' || echo '$(srcdir)/'`src/c/os_wcstod.c
1420
1421src/c/libscistring_algo_la-scistrtostr.lo: src/c/scistrtostr.c
1422@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-scistrtostr.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-scistrtostr.Tpo -c -o src/c/libscistring_algo_la-scistrtostr.lo `test -f 'src/c/scistrtostr.c' || echo '$(srcdir)/'`src/c/scistrtostr.c
1423@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-scistrtostr.Tpo src/c/$(DEPDIR)/libscistring_algo_la-scistrtostr.Plo
1424@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/scistrtostr.c' object='src/c/libscistring_algo_la-scistrtostr.lo' libtool=yes @AMDEPBACKSLASH@
1425@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1426@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-scistrtostr.lo `test -f 'src/c/scistrtostr.c' || echo '$(srcdir)/'`src/c/scistrtostr.c
1427
1428src/c/libscistring_algo_la-stringToDouble.lo: src/c/stringToDouble.c
1429@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-stringToDouble.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-stringToDouble.Tpo -c -o src/c/libscistring_algo_la-stringToDouble.lo `test -f 'src/c/stringToDouble.c' || echo '$(srcdir)/'`src/c/stringToDouble.c
1430@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-stringToDouble.Tpo src/c/$(DEPDIR)/libscistring_algo_la-stringToDouble.Plo
1431@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/stringToDouble.c' object='src/c/libscistring_algo_la-stringToDouble.lo' libtool=yes @AMDEPBACKSLASH@
1432@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1433@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-stringToDouble.lo `test -f 'src/c/stringToDouble.c' || echo '$(srcdir)/'`src/c/stringToDouble.c
1434
1435src/c/libscistring_algo_la-stringToComplex.lo: src/c/stringToComplex.c
1436@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-stringToComplex.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-stringToComplex.Tpo -c -o src/c/libscistring_algo_la-stringToComplex.lo `test -f 'src/c/stringToComplex.c' || echo '$(srcdir)/'`src/c/stringToComplex.c
1437@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-stringToComplex.Tpo src/c/$(DEPDIR)/libscistring_algo_la-stringToComplex.Plo
1438@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/stringToComplex.c' object='src/c/libscistring_algo_la-stringToComplex.lo' libtool=yes @AMDEPBACKSLASH@
1439@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1440@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-stringToComplex.lo `test -f 'src/c/stringToComplex.c' || echo '$(srcdir)/'`src/c/stringToComplex.c
1441
1442src/c/libscistring_algo_la-complex_array.lo: src/c/complex_array.c
1443@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-complex_array.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-complex_array.Tpo -c -o src/c/libscistring_algo_la-complex_array.lo `test -f 'src/c/complex_array.c' || echo '$(srcdir)/'`src/c/complex_array.c
1444@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-complex_array.Tpo src/c/$(DEPDIR)/libscistring_algo_la-complex_array.Plo
1445@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/complex_array.c' object='src/c/libscistring_algo_la-complex_array.lo' libtool=yes @AMDEPBACKSLASH@
1446@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1447@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-complex_array.lo `test -f 'src/c/complex_array.c' || echo '$(srcdir)/'`src/c/complex_array.c
1448
1449src/c/libscistring_algo_la-isascii.lo: src/c/isascii.c
1450@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-isascii.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-isascii.Tpo -c -o src/c/libscistring_algo_la-isascii.lo `test -f 'src/c/isascii.c' || echo '$(srcdir)/'`src/c/isascii.c
1451@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-isascii.Tpo src/c/$(DEPDIR)/libscistring_algo_la-isascii.Plo
1452@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/isascii.c' object='src/c/libscistring_algo_la-isascii.lo' libtool=yes @AMDEPBACKSLASH@
1453@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1454@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-isascii.lo `test -f 'src/c/isascii.c' || echo '$(srcdir)/'`src/c/isascii.c
1455
1456src/c/libscistring_algo_la-isnum.lo: src/c/isnum.c
1457@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -MT src/c/libscistring_algo_la-isnum.lo -MD -MP -MF src/c/$(DEPDIR)/libscistring_algo_la-isnum.Tpo -c -o src/c/libscistring_algo_la-isnum.lo `test -f 'src/c/isnum.c' || echo '$(srcdir)/'`src/c/isnum.c
1458@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscistring_algo_la-isnum.Tpo src/c/$(DEPDIR)/libscistring_algo_la-isnum.Plo
1459@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/isnum.c' object='src/c/libscistring_algo_la-isnum.lo' libtool=yes @AMDEPBACKSLASH@
1460@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1461@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) $(libscistring_algo_la_CFLAGS) $(CFLAGS) -c -o src/c/libscistring_algo_la-isnum.lo `test -f 'src/c/isnum.c' || echo '$(srcdir)/'`src/c/isnum.c
1462
1463.cpp.o:
1464@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1465@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1466@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1467@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1468@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1469@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
1470
1471.cpp.obj:
1472@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1473@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1474@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1475@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1476@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1477@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1478
1479.cpp.lo:
1480@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1481@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1482@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
1483@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1484@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1485@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
1486
1487src/cpp/libscistring_algo_la-stripblanks.lo: src/cpp/stripblanks.cpp
1488@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscistring_algo_la-stripblanks.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscistring_algo_la-stripblanks.Tpo -c -o src/cpp/libscistring_algo_la-stripblanks.lo `test -f 'src/cpp/stripblanks.cpp' || echo '$(srcdir)/'`src/cpp/stripblanks.cpp
1489@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscistring_algo_la-stripblanks.Tpo src/cpp/$(DEPDIR)/libscistring_algo_la-stripblanks.Plo
1490@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/cpp/stripblanks.cpp' object='src/cpp/libscistring_algo_la-stripblanks.lo' libtool=yes @AMDEPBACKSLASH@
1491@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1492@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscistring_algo_la-stripblanks.lo `test -f 'src/cpp/stripblanks.cpp' || echo '$(srcdir)/'`src/cpp/stripblanks.cpp
1493
1494src/cpp/libscistring_algo_la-sort_inter.lo: src/cpp/sort_inter.cpp
1495@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscistring_algo_la-sort_inter.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscistring_algo_la-sort_inter.Tpo -c -o src/cpp/libscistring_algo_la-sort_inter.lo `test -f 'src/cpp/sort_inter.cpp' || echo '$(srcdir)/'`src/cpp/sort_inter.cpp
1496@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscistring_algo_la-sort_inter.Tpo src/cpp/$(DEPDIR)/libscistring_algo_la-sort_inter.Plo
1497@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/cpp/sort_inter.cpp' object='src/cpp/libscistring_algo_la-sort_inter.lo' libtool=yes @AMDEPBACKSLASH@
1498@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1499@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscistring_algo_la-sort_inter.lo `test -f 'src/cpp/sort_inter.cpp' || echo '$(srcdir)/'`src/cpp/sort_inter.cpp
1500
1501src/cpp/libscistring_algo_la-os_wtoi.lo: src/cpp/os_wtoi.cpp
1502@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscistring_algo_la-os_wtoi.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscistring_algo_la-os_wtoi.Tpo -c -o src/cpp/libscistring_algo_la-os_wtoi.lo `test -f 'src/cpp/os_wtoi.cpp' || echo '$(srcdir)/'`src/cpp/os_wtoi.cpp
1503@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscistring_algo_la-os_wtoi.Tpo src/cpp/$(DEPDIR)/libscistring_algo_la-os_wtoi.Plo
1504@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/cpp/os_wtoi.cpp' object='src/cpp/libscistring_algo_la-os_wtoi.lo' libtool=yes @AMDEPBACKSLASH@
1505@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1506@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscistring_algo_la-os_wtoi.lo `test -f 'src/cpp/os_wtoi.cpp' || echo '$(srcdir)/'`src/cpp/os_wtoi.cpp
1507
1508sci_gateway/cpp/libscistring_la-sci_stripblanks.lo: sci_gateway/cpp/sci_stripblanks.cpp
1509@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_stripblanks.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_stripblanks.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_stripblanks.lo `test -f 'sci_gateway/cpp/sci_stripblanks.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_stripblanks.cpp
1510@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_stripblanks.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_stripblanks.Plo
1511@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_stripblanks.cpp' object='sci_gateway/cpp/libscistring_la-sci_stripblanks.lo' libtool=yes @AMDEPBACKSLASH@
1512@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1513@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_stripblanks.lo `test -f 'sci_gateway/cpp/sci_stripblanks.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_stripblanks.cpp
1514
1515sci_gateway/cpp/libscistring_la-sci_grep.lo: sci_gateway/cpp/sci_grep.cpp
1516@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_grep.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_grep.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_grep.lo `test -f 'sci_gateway/cpp/sci_grep.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_grep.cpp
1517@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_grep.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_grep.Plo
1518@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_grep.cpp' object='sci_gateway/cpp/libscistring_la-sci_grep.lo' libtool=yes @AMDEPBACKSLASH@
1519@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1520@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_grep.lo `test -f 'sci_gateway/cpp/sci_grep.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_grep.cpp
1521
1522sci_gateway/cpp/libscistring_la-string_gw.lo: sci_gateway/cpp/string_gw.cpp
1523@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-string_gw.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-string_gw.Tpo -c -o sci_gateway/cpp/libscistring_la-string_gw.lo `test -f 'sci_gateway/cpp/string_gw.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/string_gw.cpp
1524@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-string_gw.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-string_gw.Plo
1525@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/string_gw.cpp' object='sci_gateway/cpp/libscistring_la-string_gw.lo' libtool=yes @AMDEPBACKSLASH@
1526@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1527@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-string_gw.lo `test -f 'sci_gateway/cpp/string_gw.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/string_gw.cpp
1528
1529sci_gateway/cpp/libscistring_la-sci_regexp.lo: sci_gateway/cpp/sci_regexp.cpp
1530@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_regexp.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_regexp.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_regexp.lo `test -f 'sci_gateway/cpp/sci_regexp.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_regexp.cpp
1531@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_regexp.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_regexp.Plo
1532@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_regexp.cpp' object='sci_gateway/cpp/libscistring_la-sci_regexp.lo' libtool=yes @AMDEPBACKSLASH@
1533@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1534@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_regexp.lo `test -f 'sci_gateway/cpp/sci_regexp.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_regexp.cpp
1535
1536sci_gateway/cpp/libscistring_la-sci_part.lo: sci_gateway/cpp/sci_part.cpp
1537@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_part.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_part.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_part.lo `test -f 'sci_gateway/cpp/sci_part.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_part.cpp
1538@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_part.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_part.Plo
1539@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_part.cpp' object='sci_gateway/cpp/libscistring_la-sci_part.lo' libtool=yes @AMDEPBACKSLASH@
1540@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1541@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_part.lo `test -f 'sci_gateway/cpp/sci_part.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_part.cpp
1542
1543sci_gateway/cpp/libscistring_la-sci_length.lo: sci_gateway/cpp/sci_length.cpp
1544@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_length.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_length.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_length.lo `test -f 'sci_gateway/cpp/sci_length.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_length.cpp
1545@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_length.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_length.Plo
1546@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_length.cpp' object='sci_gateway/cpp/libscistring_la-sci_length.lo' libtool=yes @AMDEPBACKSLASH@
1547@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1548@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_length.lo `test -f 'sci_gateway/cpp/sci_length.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_length.cpp
1549
1550sci_gateway/cpp/libscistring_la-sci_strindex.lo: sci_gateway/cpp/sci_strindex.cpp
1551@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_strindex.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strindex.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_strindex.lo `test -f 'sci_gateway/cpp/sci_strindex.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strindex.cpp
1552@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strindex.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strindex.Plo
1553@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_strindex.cpp' object='sci_gateway/cpp/libscistring_la-sci_strindex.lo' libtool=yes @AMDEPBACKSLASH@
1554@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1555@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_strindex.lo `test -f 'sci_gateway/cpp/sci_strindex.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strindex.cpp
1556
1557sci_gateway/cpp/libscistring_la-sci_strsubst.lo: sci_gateway/cpp/sci_strsubst.cpp
1558@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_strsubst.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strsubst.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_strsubst.lo `test -f 'sci_gateway/cpp/sci_strsubst.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strsubst.cpp
1559@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strsubst.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strsubst.Plo
1560@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_strsubst.cpp' object='sci_gateway/cpp/libscistring_la-sci_strsubst.lo' libtool=yes @AMDEPBACKSLASH@
1561@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1562@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_strsubst.lo `test -f 'sci_gateway/cpp/sci_strsubst.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strsubst.cpp
1563
1564sci_gateway/cpp/libscistring_la-sci_ascii.lo: sci_gateway/cpp/sci_ascii.cpp
1565@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_ascii.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_ascii.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_ascii.lo `test -f 'sci_gateway/cpp/sci_ascii.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_ascii.cpp
1566@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_ascii.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_ascii.Plo
1567@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_ascii.cpp' object='sci_gateway/cpp/libscistring_la-sci_ascii.lo' libtool=yes @AMDEPBACKSLASH@
1568@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1569@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_ascii.lo `test -f 'sci_gateway/cpp/sci_ascii.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_ascii.cpp
1570
1571sci_gateway/cpp/libscistring_la-sci_strcat.lo: sci_gateway/cpp/sci_strcat.cpp
1572@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_strcat.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcat.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_strcat.lo `test -f 'sci_gateway/cpp/sci_strcat.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strcat.cpp
1573@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcat.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcat.Plo
1574@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_strcat.cpp' object='sci_gateway/cpp/libscistring_la-sci_strcat.lo' libtool=yes @AMDEPBACKSLASH@
1575@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1576@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_strcat.lo `test -f 'sci_gateway/cpp/sci_strcat.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strcat.cpp
1577
1578sci_gateway/cpp/libscistring_la-sci_string.lo: sci_gateway/cpp/sci_string.cpp
1579@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_string.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_string.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_string.lo `test -f 'sci_gateway/cpp/sci_string.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_string.cpp
1580@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_string.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_string.Plo
1581@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_string.cpp' object='sci_gateway/cpp/libscistring_la-sci_string.lo' libtool=yes @AMDEPBACKSLASH@
1582@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1583@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_string.lo `test -f 'sci_gateway/cpp/sci_string.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_string.cpp
1584
1585sci_gateway/cpp/libscistring_la-sci_convstr.lo: sci_gateway/cpp/sci_convstr.cpp
1586@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_convstr.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_convstr.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_convstr.lo `test -f 'sci_gateway/cpp/sci_convstr.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_convstr.cpp
1587@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_convstr.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_convstr.Plo
1588@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_convstr.cpp' object='sci_gateway/cpp/libscistring_la-sci_convstr.lo' libtool=yes @AMDEPBACKSLASH@
1589@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1590@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_convstr.lo `test -f 'sci_gateway/cpp/sci_convstr.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_convstr.cpp
1591
1592sci_gateway/cpp/libscistring_la-sci_strncpy.lo: sci_gateway/cpp/sci_strncpy.cpp
1593@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_strncpy.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strncpy.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_strncpy.lo `test -f 'sci_gateway/cpp/sci_strncpy.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strncpy.cpp
1594@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strncpy.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strncpy.Plo
1595@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_strncpy.cpp' object='sci_gateway/cpp/libscistring_la-sci_strncpy.lo' libtool=yes @AMDEPBACKSLASH@
1596@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1597@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_strncpy.lo `test -f 'sci_gateway/cpp/sci_strncpy.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strncpy.cpp
1598
1599sci_gateway/cpp/libscistring_la-sci_strrchr.lo: sci_gateway/cpp/sci_strrchr.cpp
1600@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_strrchr.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strrchr.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_strrchr.lo `test -f 'sci_gateway/cpp/sci_strrchr.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strrchr.cpp
1601@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strrchr.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strrchr.Plo
1602@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_strrchr.cpp' object='sci_gateway/cpp/libscistring_la-sci_strrchr.lo' libtool=yes @AMDEPBACKSLASH@
1603@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1604@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_strrchr.lo `test -f 'sci_gateway/cpp/sci_strrchr.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strrchr.cpp
1605
1606sci_gateway/cpp/libscistring_la-sci_strchr.lo: sci_gateway/cpp/sci_strchr.cpp
1607@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_strchr.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strchr.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_strchr.lo `test -f 'sci_gateway/cpp/sci_strchr.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strchr.cpp
1608@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strchr.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strchr.Plo
1609@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_strchr.cpp' object='sci_gateway/cpp/libscistring_la-sci_strchr.lo' libtool=yes @AMDEPBACKSLASH@
1610@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1611@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_strchr.lo `test -f 'sci_gateway/cpp/sci_strchr.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strchr.cpp
1612
1613sci_gateway/cpp/libscistring_la-sci_strstr.lo: sci_gateway/cpp/sci_strstr.cpp
1614@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_strstr.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strstr.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_strstr.lo `test -f 'sci_gateway/cpp/sci_strstr.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strstr.cpp
1615@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strstr.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strstr.Plo
1616@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_strstr.cpp' object='sci_gateway/cpp/libscistring_la-sci_strstr.lo' libtool=yes @AMDEPBACKSLASH@
1617@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1618@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_strstr.lo `test -f 'sci_gateway/cpp/sci_strstr.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strstr.cpp
1619
1620sci_gateway/cpp/libscistring_la-sci_strrev.lo: sci_gateway/cpp/sci_strrev.cpp
1621@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_strrev.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strrev.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_strrev.lo `test -f 'sci_gateway/cpp/sci_strrev.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strrev.cpp
1622@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strrev.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strrev.Plo
1623@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_strrev.cpp' object='sci_gateway/cpp/libscistring_la-sci_strrev.lo' libtool=yes @AMDEPBACKSLASH@
1624@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1625@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_strrev.lo `test -f 'sci_gateway/cpp/sci_strrev.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strrev.cpp
1626
1627sci_gateway/cpp/libscistring_la-sci_strtod.lo: sci_gateway/cpp/sci_strtod.cpp
1628@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_strtod.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strtod.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_strtod.lo `test -f 'sci_gateway/cpp/sci_strtod.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strtod.cpp
1629@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strtod.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strtod.Plo
1630@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_strtod.cpp' object='sci_gateway/cpp/libscistring_la-sci_strtod.lo' libtool=yes @AMDEPBACKSLASH@
1631@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1632@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_strtod.lo `test -f 'sci_gateway/cpp/sci_strtod.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strtod.cpp
1633
1634sci_gateway/cpp/libscistring_la-sci_tokens.lo: sci_gateway/cpp/sci_tokens.cpp
1635@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_tokens.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_tokens.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_tokens.lo `test -f 'sci_gateway/cpp/sci_tokens.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_tokens.cpp
1636@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_tokens.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_tokens.Plo
1637@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_tokens.cpp' object='sci_gateway/cpp/libscistring_la-sci_tokens.lo' libtool=yes @AMDEPBACKSLASH@
1638@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1639@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_tokens.lo `test -f 'sci_gateway/cpp/sci_tokens.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_tokens.cpp
1640
1641sci_gateway/cpp/libscistring_la-sci_strcmp.lo: sci_gateway/cpp/sci_strcmp.cpp
1642@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_strcmp.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcmp.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_strcmp.lo `test -f 'sci_gateway/cpp/sci_strcmp.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strcmp.cpp
1643@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcmp.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcmp.Plo
1644@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_strcmp.cpp' object='sci_gateway/cpp/libscistring_la-sci_strcmp.lo' libtool=yes @AMDEPBACKSLASH@
1645@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1646@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_strcmp.lo `test -f 'sci_gateway/cpp/sci_strcmp.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strcmp.cpp
1647
1648sci_gateway/cpp/libscistring_la-sci_isletter.lo: sci_gateway/cpp/sci_isletter.cpp
1649@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_isletter.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isletter.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_isletter.lo `test -f 'sci_gateway/cpp/sci_isletter.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_isletter.cpp
1650@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isletter.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isletter.Plo
1651@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_isletter.cpp' object='sci_gateway/cpp/libscistring_la-sci_isletter.lo' libtool=yes @AMDEPBACKSLASH@
1652@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1653@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_isletter.lo `test -f 'sci_gateway/cpp/sci_isletter.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_isletter.cpp
1654
1655sci_gateway/cpp/libscistring_la-sci_strcspn.lo: sci_gateway/cpp/sci_strcspn.cpp
1656@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_strcspn.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcspn.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_strcspn.lo `test -f 'sci_gateway/cpp/sci_strcspn.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strcspn.cpp
1657@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcspn.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcspn.Plo
1658@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_strcspn.cpp' object='sci_gateway/cpp/libscistring_la-sci_strcspn.lo' libtool=yes @AMDEPBACKSLASH@
1659@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1660@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_strcspn.lo `test -f 'sci_gateway/cpp/sci_strcspn.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strcspn.cpp
1661
1662sci_gateway/cpp/libscistring_la-sci_strtok.lo: sci_gateway/cpp/sci_strtok.cpp
1663@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_strtok.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strtok.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_strtok.lo `test -f 'sci_gateway/cpp/sci_strtok.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strtok.cpp
1664@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strtok.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strtok.Plo
1665@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_strtok.cpp' object='sci_gateway/cpp/libscistring_la-sci_strtok.lo' libtool=yes @AMDEPBACKSLASH@
1666@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1667@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_strtok.lo `test -f 'sci_gateway/cpp/sci_strtok.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strtok.cpp
1668
1669sci_gateway/cpp/libscistring_la-sci_strspn.lo: sci_gateway/cpp/sci_strspn.cpp
1670@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_strspn.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strspn.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_strspn.lo `test -f 'sci_gateway/cpp/sci_strspn.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strspn.cpp
1671@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strspn.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strspn.Plo
1672@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_strspn.cpp' object='sci_gateway/cpp/libscistring_la-sci_strspn.lo' libtool=yes @AMDEPBACKSLASH@
1673@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1674@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_strspn.lo `test -f 'sci_gateway/cpp/sci_strspn.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strspn.cpp
1675
1676sci_gateway/cpp/libscistring_la-sci_isalphanum.lo: sci_gateway/cpp/sci_isalphanum.cpp
1677@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_isalphanum.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isalphanum.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_isalphanum.lo `test -f 'sci_gateway/cpp/sci_isalphanum.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_isalphanum.cpp
1678@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isalphanum.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isalphanum.Plo
1679@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_isalphanum.cpp' object='sci_gateway/cpp/libscistring_la-sci_isalphanum.lo' libtool=yes @AMDEPBACKSLASH@
1680@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1681@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_isalphanum.lo `test -f 'sci_gateway/cpp/sci_isalphanum.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_isalphanum.cpp
1682
1683sci_gateway/cpp/libscistring_la-sci_isdigit.lo: sci_gateway/cpp/sci_isdigit.cpp
1684@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_isdigit.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isdigit.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_isdigit.lo `test -f 'sci_gateway/cpp/sci_isdigit.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_isdigit.cpp
1685@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isdigit.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isdigit.Plo
1686@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_isdigit.cpp' object='sci_gateway/cpp/libscistring_la-sci_isdigit.lo' libtool=yes @AMDEPBACKSLASH@
1687@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1688@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_isdigit.lo `test -f 'sci_gateway/cpp/sci_isdigit.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_isdigit.cpp
1689
1690sci_gateway/cpp/libscistring_la-sci_isascii.lo: sci_gateway/cpp/sci_isascii.cpp
1691@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_isascii.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isascii.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_isascii.lo `test -f 'sci_gateway/cpp/sci_isascii.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_isascii.cpp
1692@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isascii.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isascii.Plo
1693@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_isascii.cpp' object='sci_gateway/cpp/libscistring_la-sci_isascii.lo' libtool=yes @AMDEPBACKSLASH@
1694@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1695@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_isascii.lo `test -f 'sci_gateway/cpp/sci_isascii.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_isascii.cpp
1696
1697sci_gateway/cpp/libscistring_la-sci_strsplit.lo: sci_gateway/cpp/sci_strsplit.cpp
1698@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_strsplit.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strsplit.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_strsplit.lo `test -f 'sci_gateway/cpp/sci_strsplit.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strsplit.cpp
1699@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strsplit.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strsplit.Plo
1700@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_strsplit.cpp' object='sci_gateway/cpp/libscistring_la-sci_strsplit.lo' libtool=yes @AMDEPBACKSLASH@
1701@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1702@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_strsplit.lo `test -f 'sci_gateway/cpp/sci_strsplit.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_strsplit.cpp
1703
1704sci_gateway/cpp/libscistring_la-sci_isnum.lo: sci_gateway/cpp/sci_isnum.cpp
1705@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_isnum.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isnum.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_isnum.lo `test -f 'sci_gateway/cpp/sci_isnum.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_isnum.cpp
1706@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isnum.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isnum.Plo
1707@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_isnum.cpp' object='sci_gateway/cpp/libscistring_la-sci_isnum.lo' libtool=yes @AMDEPBACKSLASH@
1708@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1709@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_isnum.lo `test -f 'sci_gateway/cpp/sci_isnum.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_isnum.cpp
1710
1711sci_gateway/cpp/libscistring_la-sci_emptystr.lo: sci_gateway/cpp/sci_emptystr.cpp
1712@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscistring_la-sci_emptystr.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_emptystr.Tpo -c -o sci_gateway/cpp/libscistring_la-sci_emptystr.lo `test -f 'sci_gateway/cpp/sci_emptystr.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_emptystr.cpp
1713@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_emptystr.Tpo sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_emptystr.Plo
1714@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_emptystr.cpp' object='sci_gateway/cpp/libscistring_la-sci_emptystr.lo' libtool=yes @AMDEPBACKSLASH@
1715@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1716@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscistring_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscistring_la-sci_emptystr.lo `test -f 'sci_gateway/cpp/sci_emptystr.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_emptystr.cpp
1717
1718mostlyclean-libtool:
1719	-rm -f *.lo
1720
1721clean-libtool:
1722	-rm -rf .libs _libs
1723	-rm -rf sci_gateway/cpp/.libs sci_gateway/cpp/_libs
1724	-rm -rf src/c/.libs src/c/_libs
1725	-rm -rf src/cpp/.libs src/cpp/_libs
1726install-libscistring_la_etcDATA: $(libscistring_la_etc_DATA)
1727	@$(NORMAL_INSTALL)
1728	@list='$(libscistring_la_etc_DATA)'; test -n "$(libscistring_la_etcdir)" || list=; \
1729	if test -n "$$list"; then \
1730	  echo " $(MKDIR_P) '$(DESTDIR)$(libscistring_la_etcdir)'"; \
1731	  $(MKDIR_P) "$(DESTDIR)$(libscistring_la_etcdir)" || exit 1; \
1732	fi; \
1733	for p in $$list; do \
1734	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1735	  echo "$$d$$p"; \
1736	done | $(am__base_list) | \
1737	while read files; do \
1738	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscistring_la_etcdir)'"; \
1739	  $(INSTALL_DATA) $$files "$(DESTDIR)$(libscistring_la_etcdir)" || exit $$?; \
1740	done
1741
1742uninstall-libscistring_la_etcDATA:
1743	@$(NORMAL_UNINSTALL)
1744	@list='$(libscistring_la_etc_DATA)'; test -n "$(libscistring_la_etcdir)" || list=; \
1745	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1746	dir='$(DESTDIR)$(libscistring_la_etcdir)'; $(am__uninstall_files_from_dir)
1747install-libscistring_la_rootDATA: $(libscistring_la_root_DATA)
1748	@$(NORMAL_INSTALL)
1749	@list='$(libscistring_la_root_DATA)'; test -n "$(libscistring_la_rootdir)" || list=; \
1750	if test -n "$$list"; then \
1751	  echo " $(MKDIR_P) '$(DESTDIR)$(libscistring_la_rootdir)'"; \
1752	  $(MKDIR_P) "$(DESTDIR)$(libscistring_la_rootdir)" || exit 1; \
1753	fi; \
1754	for p in $$list; do \
1755	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1756	  echo "$$d$$p"; \
1757	done | $(am__base_list) | \
1758	while read files; do \
1759	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscistring_la_rootdir)'"; \
1760	  $(INSTALL_DATA) $$files "$(DESTDIR)$(libscistring_la_rootdir)" || exit $$?; \
1761	done
1762
1763uninstall-libscistring_la_rootDATA:
1764	@$(NORMAL_UNINSTALL)
1765	@list='$(libscistring_la_root_DATA)'; test -n "$(libscistring_la_rootdir)" || list=; \
1766	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1767	dir='$(DESTDIR)$(libscistring_la_rootdir)'; $(am__uninstall_files_from_dir)
1768install-libscistring_la_includeHEADERS: $(libscistring_la_include_HEADERS)
1769	@$(NORMAL_INSTALL)
1770	@list='$(libscistring_la_include_HEADERS)'; test -n "$(libscistring_la_includedir)" || list=; \
1771	if test -n "$$list"; then \
1772	  echo " $(MKDIR_P) '$(DESTDIR)$(libscistring_la_includedir)'"; \
1773	  $(MKDIR_P) "$(DESTDIR)$(libscistring_la_includedir)" || exit 1; \
1774	fi; \
1775	for p in $$list; do \
1776	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1777	  echo "$$d$$p"; \
1778	done | $(am__base_list) | \
1779	while read files; do \
1780	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libscistring_la_includedir)'"; \
1781	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libscistring_la_includedir)" || exit $$?; \
1782	done
1783
1784uninstall-libscistring_la_includeHEADERS:
1785	@$(NORMAL_UNINSTALL)
1786	@list='$(libscistring_la_include_HEADERS)'; test -n "$(libscistring_la_includedir)" || list=; \
1787	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1788	dir='$(DESTDIR)$(libscistring_la_includedir)'; $(am__uninstall_files_from_dir)
1789
1790ID: $(am__tagged_files)
1791	$(am__define_uniq_tagged_files); mkid -fID $$unique
1792tags: tags-am
1793TAGS: tags
1794
1795tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1796	set x; \
1797	here=`pwd`; \
1798	$(am__define_uniq_tagged_files); \
1799	shift; \
1800	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1801	  test -n "$$unique" || unique=$$empty_fix; \
1802	  if test $$# -gt 0; then \
1803	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1804	      "$$@" $$unique; \
1805	  else \
1806	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1807	      $$unique; \
1808	  fi; \
1809	fi
1810ctags: ctags-am
1811
1812CTAGS: ctags
1813ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1814	$(am__define_uniq_tagged_files); \
1815	test -z "$(CTAGS_ARGS)$$unique" \
1816	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1817	     $$unique
1818
1819GTAGS:
1820	here=`$(am__cd) $(top_builddir) && pwd` \
1821	  && $(am__cd) $(top_srcdir) \
1822	  && gtags -i $(GTAGS_ARGS) "$$here"
1823cscopelist: cscopelist-am
1824
1825cscopelist-am: $(am__tagged_files)
1826	list='$(am__tagged_files)'; \
1827	case "$(srcdir)" in \
1828	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1829	  *) sdir=$(subdir)/$(srcdir) ;; \
1830	esac; \
1831	for i in $$list; do \
1832	  if test -f "$$i"; then \
1833	    echo "$(subdir)/$$i"; \
1834	  else \
1835	    echo "$$sdir/$$i"; \
1836	  fi; \
1837	done >> $(top_builddir)/cscope.files
1838
1839distclean-tags:
1840	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1841
1842distdir: $(BUILT_SOURCES)
1843	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1844
1845distdir-am: $(DISTFILES)
1846	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1847	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1848	list='$(DISTFILES)'; \
1849	  dist_files=`for file in $$list; do echo $$file; done | \
1850	  sed -e "s|^$$srcdirstrip/||;t" \
1851	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1852	case $$dist_files in \
1853	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1854			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1855			   sort -u` ;; \
1856	esac; \
1857	for file in $$dist_files; do \
1858	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1859	  if test -d $$d/$$file; then \
1860	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1861	    if test -d "$(distdir)/$$file"; then \
1862	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1863	    fi; \
1864	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1865	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1866	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1867	    fi; \
1868	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1869	  else \
1870	    test -f "$(distdir)/$$file" \
1871	    || cp -p $$d/$$file "$(distdir)/$$file" \
1872	    || exit 1; \
1873	  fi; \
1874	done
1875check-am: all-am
1876	$(MAKE) $(AM_MAKEFLAGS) check-local
1877check: check-am
1878all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) all-local
1879installdirs:
1880	for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(libscistring_la_etcdir)" "$(DESTDIR)$(libscistring_la_rootdir)" "$(DESTDIR)$(libscistring_la_includedir)"; do \
1881	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1882	done
1883install: install-am
1884install-exec: install-exec-am
1885install-data: install-data-am
1886uninstall: uninstall-am
1887
1888install-am: all-am
1889	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1890
1891installcheck: installcheck-am
1892install-strip:
1893	if test -z '$(STRIP)'; then \
1894	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1895	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1896	      install; \
1897	else \
1898	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1899	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1900	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1901	fi
1902mostlyclean-generic:
1903
1904clean-generic:
1905
1906distclean-generic:
1907	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1908	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1909	-rm -f sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1910	-rm -f sci_gateway/cpp/$(am__dirstamp)
1911	-rm -f src/c/$(DEPDIR)/$(am__dirstamp)
1912	-rm -f src/c/$(am__dirstamp)
1913	-rm -f src/cpp/$(DEPDIR)/$(am__dirstamp)
1914	-rm -f src/cpp/$(am__dirstamp)
1915
1916maintainer-clean-generic:
1917	@echo "This command is intended for maintainers to use"
1918	@echo "it deletes files that may require special tools to rebuild."
1919clean: clean-am
1920
1921clean-am: clean-generic clean-libtool clean-local \
1922	clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES mostlyclean-am
1923
1924distclean: distclean-am
1925		-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_ascii.Plo
1926	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_convstr.Plo
1927	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_emptystr.Plo
1928	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_grep.Plo
1929	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isalphanum.Plo
1930	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isascii.Plo
1931	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isdigit.Plo
1932	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isletter.Plo
1933	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isnum.Plo
1934	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_length.Plo
1935	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_part.Plo
1936	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_regexp.Plo
1937	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcat.Plo
1938	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strchr.Plo
1939	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcmp.Plo
1940	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcspn.Plo
1941	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strindex.Plo
1942	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_string.Plo
1943	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_stripblanks.Plo
1944	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strncpy.Plo
1945	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strrchr.Plo
1946	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strrev.Plo
1947	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strsplit.Plo
1948	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strspn.Plo
1949	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strstr.Plo
1950	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strsubst.Plo
1951	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strtod.Plo
1952	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strtok.Plo
1953	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_tokens.Plo
1954	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-string_gw.Plo
1955	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-StringConvert.Plo
1956	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-complex_array.Plo
1957	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-convstr.Plo
1958	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-cvstr.Plo
1959	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-getfastcode.Plo
1960	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-isalphanum.Plo
1961	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-isascii.Plo
1962	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-isdigit.Plo
1963	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-isletter.Plo
1964	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-isnum.Plo
1965	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-men_Sutils.Plo
1966	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-os_wcsdup.Plo
1967	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-os_wcstod.Plo
1968	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-os_wcstok.Plo
1969	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-partfunction.Plo
1970	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-pcre_error.Plo
1971	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-pcre_private.Plo
1972	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-scistrtostr.Plo
1973	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-stringToComplex.Plo
1974	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-stringToDouble.Plo
1975	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-stringsCompare.Plo
1976	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-stringsstrrev.Plo
1977	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-stristr.Plo
1978	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-strsplit.Plo
1979	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-strsubst.Plo
1980	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-tokens.Plo
1981	-rm -f src/cpp/$(DEPDIR)/libscistring_algo_la-os_wtoi.Plo
1982	-rm -f src/cpp/$(DEPDIR)/libscistring_algo_la-sort_inter.Plo
1983	-rm -f src/cpp/$(DEPDIR)/libscistring_algo_la-stripblanks.Plo
1984	-rm -f Makefile
1985distclean-am: clean-am distclean-compile distclean-generic \
1986	distclean-local distclean-tags
1987
1988dvi: dvi-am
1989
1990dvi-am:
1991
1992html: html-am
1993
1994html-am:
1995
1996info: info-am
1997
1998info-am:
1999
2000install-data-am: install-data-local install-libscistring_la_etcDATA \
2001	install-libscistring_la_includeHEADERS \
2002	install-libscistring_la_rootDATA
2003
2004install-dvi: install-dvi-am
2005
2006install-dvi-am:
2007
2008install-exec-am: install-pkglibLTLIBRARIES
2009
2010install-html: install-html-am
2011
2012install-html-am: install-html-local
2013
2014install-info: install-info-am
2015
2016install-info-am:
2017
2018install-man:
2019
2020install-pdf: install-pdf-am
2021
2022install-pdf-am:
2023
2024install-ps: install-ps-am
2025
2026install-ps-am:
2027
2028installcheck-am:
2029
2030maintainer-clean: maintainer-clean-am
2031		-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_ascii.Plo
2032	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_convstr.Plo
2033	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_emptystr.Plo
2034	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_grep.Plo
2035	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isalphanum.Plo
2036	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isascii.Plo
2037	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isdigit.Plo
2038	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isletter.Plo
2039	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_isnum.Plo
2040	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_length.Plo
2041	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_part.Plo
2042	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_regexp.Plo
2043	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcat.Plo
2044	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strchr.Plo
2045	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcmp.Plo
2046	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strcspn.Plo
2047	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strindex.Plo
2048	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_string.Plo
2049	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_stripblanks.Plo
2050	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strncpy.Plo
2051	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strrchr.Plo
2052	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strrev.Plo
2053	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strsplit.Plo
2054	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strspn.Plo
2055	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strstr.Plo
2056	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strsubst.Plo
2057	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strtod.Plo
2058	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_strtok.Plo
2059	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-sci_tokens.Plo
2060	-rm -f sci_gateway/cpp/$(DEPDIR)/libscistring_la-string_gw.Plo
2061	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-StringConvert.Plo
2062	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-complex_array.Plo
2063	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-convstr.Plo
2064	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-cvstr.Plo
2065	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-getfastcode.Plo
2066	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-isalphanum.Plo
2067	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-isascii.Plo
2068	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-isdigit.Plo
2069	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-isletter.Plo
2070	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-isnum.Plo
2071	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-men_Sutils.Plo
2072	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-os_wcsdup.Plo
2073	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-os_wcstod.Plo
2074	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-os_wcstok.Plo
2075	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-partfunction.Plo
2076	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-pcre_error.Plo
2077	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-pcre_private.Plo
2078	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-scistrtostr.Plo
2079	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-stringToComplex.Plo
2080	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-stringToDouble.Plo
2081	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-stringsCompare.Plo
2082	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-stringsstrrev.Plo
2083	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-stristr.Plo
2084	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-strsplit.Plo
2085	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-strsubst.Plo
2086	-rm -f src/c/$(DEPDIR)/libscistring_algo_la-tokens.Plo
2087	-rm -f src/cpp/$(DEPDIR)/libscistring_algo_la-os_wtoi.Plo
2088	-rm -f src/cpp/$(DEPDIR)/libscistring_algo_la-sort_inter.Plo
2089	-rm -f src/cpp/$(DEPDIR)/libscistring_algo_la-stripblanks.Plo
2090	-rm -f Makefile
2091maintainer-clean-am: distclean-am maintainer-clean-generic
2092
2093mostlyclean: mostlyclean-am
2094
2095mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2096	mostlyclean-libtool
2097
2098pdf: pdf-am
2099
2100pdf-am:
2101
2102ps: ps-am
2103
2104ps-am:
2105
2106uninstall-am: uninstall-libscistring_la_etcDATA \
2107	uninstall-libscistring_la_includeHEADERS \
2108	uninstall-libscistring_la_rootDATA uninstall-pkglibLTLIBRARIES
2109
2110.MAKE: check-am install-am install-strip
2111
2112.PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \
2113	check-am check-local clean clean-generic clean-libtool \
2114	clean-local clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES \
2115	cscopelist-am ctags ctags-am distclean distclean-compile \
2116	distclean-generic distclean-libtool distclean-local \
2117	distclean-tags distdir dvi dvi-am html html-am info info-am \
2118	install install-am install-data install-data-am \
2119	install-data-local install-dvi install-dvi-am install-exec \
2120	install-exec-am install-html install-html-am \
2121	install-html-local install-info install-info-am \
2122	install-libscistring_la_etcDATA \
2123	install-libscistring_la_includeHEADERS \
2124	install-libscistring_la_rootDATA install-man install-pdf \
2125	install-pdf-am install-pkglibLTLIBRARIES install-ps \
2126	install-ps-am install-strip installcheck installcheck-am \
2127	installdirs maintainer-clean maintainer-clean-generic \
2128	mostlyclean mostlyclean-compile mostlyclean-generic \
2129	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
2130	uninstall-am uninstall-libscistring_la_etcDATA \
2131	uninstall-libscistring_la_includeHEADERS \
2132	uninstall-libscistring_la_rootDATA uninstall-pkglibLTLIBRARIES
2133
2134.PRECIOUS: Makefile
2135
2136
2137# This target enables tests for Scilab
2138check-local: $(top_builddir)/scilab-bin test
2139	if test -d $(mydatadir)/tests; then \
2140	  @COMMAND="try test_run('$(modulename)');catch exit(-1);end;exit(0)"; export LANG=C; $(top_builddir)/bin/scilab -nwni -nb -e "$$COMMAND"; \
2141	fi
2142check-code:
2143	if test -f build.xml; then \
2144		$(ANT) checkstyle; \
2145	fi
2146	if test -x "$(SPLINT)"; then \
2147		$(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); \
2148	fi
2149@NEED_JAVA_TRUE@java:
2150# Some configurations needs to export JAVA_HOME in the current env
2151@NEED_JAVA_TRUE@	@if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
2152@NEED_JAVA_TRUE@	if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
2153@NEED_JAVA_TRUE@	if test -f build.xml -a $$USEANT -eq 1; then \
2154@NEED_JAVA_TRUE@		$(ANT); \
2155@NEED_JAVA_TRUE@	fi
2156
2157@NEED_JAVA_TRUE@clean-java:
2158# Some configurations needs to export JAVA_HOME in the current env
2159@NEED_JAVA_TRUE@	@if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
2160@NEED_JAVA_TRUE@	if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
2161@NEED_JAVA_TRUE@	if test -f build.xml -a $$USEANT -eq 1; then \
2162@NEED_JAVA_TRUE@		$(ANT) clean; \
2163@NEED_JAVA_TRUE@	fi;
2164
2165# If the user request for the SWIG generation of the wrappers Java => C/C++
2166# We call the target swig-build on the variable SWIG_WRAPPERS
2167
2168@SWIG_TRUE@swig: $(SWIG_WRAPPERS)
2169@SWIG_TRUE@	@SWIG_PACKAGENAME=org.scilab.modules.$(modulename); \
2170@SWIG_TRUE@	SWIG_OUTDIR=src/java/org/scilab/modules/$(modulename)/; \
2171@SWIG_TRUE@	if test -n "$(SWIG_WRAPPERS)"; then \
2172@SWIG_TRUE@		for file in $(SWIG_WRAPPERS) ; do \
2173@SWIG_TRUE@			echo "Swig process of $$file (Java) ..."; \
2174@SWIG_TRUE@			$(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_JAVA) -package $$SWIG_PACKAGENAME  -outdir $$SWIG_OUTDIR $$file; \
2175@SWIG_TRUE@		done; \
2176@SWIG_TRUE@	fi
2177
2178@SWIG_TRUE@swig-scilab: $(SWIG_SCILAB_WRAPPERS)
2179@SWIG_TRUE@	@SWIG_OUTDIR=src/swig/; \
2180@SWIG_TRUE@	if test -n "$(SWIG_SCILAB_WRAPPERS)"; then \
2181@SWIG_TRUE@		for file in $(SWIG_SCILAB_WRAPPERS) ; do \
2182@SWIG_TRUE@			echo "Swig process of $$file (Scilab) ..."; \
2183@SWIG_TRUE@			$(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_SCILAB)  -outdir $$SWIG_OUTDIR $$file; \
2184@SWIG_TRUE@		done; \
2185@SWIG_TRUE@	fi
2186
2187# If the user request for the SWIG generation of the wrappers Java => C/C++
2188# We call the target swig-build on the variable SWIG_WRAPPERS
2189
2190@GIWS_TRUE@giws: $(GIWS_WRAPPERS)
2191@GIWS_TRUE@	@GIWS_OUTPUTDIR=src/jni/; \
2192@GIWS_TRUE@	MANDATORY_OPTIONS="--throws-exception-on-error --description-file"; \
2193@GIWS_TRUE@	if test -n "$(GIWS_WRAPPERS)"; then \
2194@GIWS_TRUE@		for file in $(GIWS_WRAPPERS) ; do \
2195@GIWS_TRUE@			echo "GIWS process of $$file ..."; \
2196@GIWS_TRUE@			if test -z "$(GIWS_OPTIONS)"; then \
2197@GIWS_TRUE@				$(GIWS_BIN) --disable-return-size-array --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \
2198@GIWS_TRUE@			else \
2199@GIWS_TRUE@				echo "Custom GIWS call with '$$GIWS_OPTIONS'"; \
2200@GIWS_TRUE@				$(GIWS_BIN) $$GIWS_OPTIONS --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \
2201@GIWS_TRUE@			fi \
2202@GIWS_TRUE@		done; \
2203@GIWS_TRUE@	fi
2204
2205@GIWS_TRUE@giws-exception:
2206@GIWS_TRUE@	@GIWS_OUTPUTDIR=src/jni/;\
2207@GIWS_TRUE@	echo "GIWS: Generation of exception class ..."; \
2208@GIWS_TRUE@	$(GIWS_BIN) --generate-exception-class --output-dir $$GIWS_OUTPUTDIR
2209
2210macros:
2211	-@( if test ! -x $(top_builddir)/scilab-bin; then \
2212		echo "Error : Cannot build $< : Scilab has not been built"; \
2213	else \
2214		$(top_builddir)/bin/scilab -ns -nwni -e "exec('macros/buildmacros.sce');quit;";\
2215	fi)
2216
2217# Removes the macros
2218clean-macros:
2219# Removes macros (*.bin generated from .sci)
2220	@for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
2221		echo "rm -f $(builddir)/$$dir/$(MACROBINMASK)"; \
2222		rm -f $(builddir)/$$dir/$(MACROBINMASK); \
2223	done
2224
2225test:
2226# More tests could be added here
2227	@if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
2228	if test -f build.xml -a $$USEANT -eq 1; then \
2229		$(ANT) test; \
2230	fi
2231
2232all-local: $(TARGETS_ALL)
2233
2234.sci.bin:
2235	-@( if test ! -x $(top_builddir)/scilab-bin; then \
2236	echo "Error : Cannot build $< : Scilab has not been build"; \
2237	else \
2238	echo "Creating $@"; \
2239	$(top_builddir)/bin/scilab -ns -nwni -e "exec('$(abs_srcdir)/$<');save('$(abs_srcdir)/$@');exit;"; \
2240	fi )
2241
2242install-html-local:
2243
2244install-data-local-local:
2245# Mainly for javasci
2246	@if test -d $(srcdir)/javadoc; then \
2247		cp -R $(srcdir)/javadoc $(DESTDIR)/$(mydatadir)/; \
2248	fi
2249# If the user wants the help sources to be installed
2250@INSTALL_HELP_XML_TRUE@	@echo "-------- Install of XML sources of help files --------"; \
2251@INSTALL_HELP_XML_TRUE@	for lang in $(ALL_LINGUAS); do \
2252@INSTALL_HELP_XML_TRUE@	 if test -d $(srcdir)/help/$$lang; then \
2253@INSTALL_HELP_XML_TRUE@	  $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/$$lang && \
2254@INSTALL_HELP_XML_TRUE@		if ls -lLd $(srcdir)/help/$$lang/$(DOCMASKXML) >/dev/null 2>&1; then \
2255@INSTALL_HELP_XML_TRUE@		  for file in $(srcdir)/help/$$lang/$(DOCMASKXML) ; do \
2256@INSTALL_HELP_XML_TRUE@		    echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/$$lang" ; \
2257@INSTALL_HELP_XML_TRUE@	    	$(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/$$lang ; \
2258@INSTALL_HELP_XML_TRUE@		  done ; \
2259@INSTALL_HELP_XML_TRUE@		fi; \
2260@INSTALL_HELP_XML_TRUE@	 fi; \
2261@INSTALL_HELP_XML_TRUE@	done; \
2262@INSTALL_HELP_XML_TRUE@	@echo "-------- Install of MathML sources --------"; \
2263@INSTALL_HELP_XML_TRUE@	 if test -d $(srcdir)/help/mml/; then \
2264@INSTALL_HELP_XML_TRUE@	  $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/mml/ && \
2265@INSTALL_HELP_XML_TRUE@		if ls -lLd $(srcdir)/help/mml/$(DOCMASKMML) >/dev/null 2>&1; then \
2266@INSTALL_HELP_XML_TRUE@		  for file in $(srcdir)/help/mml/$(DOCMASKMML) ; do \
2267@INSTALL_HELP_XML_TRUE@		    echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/mml" ; \
2268@INSTALL_HELP_XML_TRUE@	    	$(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/mml ; \
2269@INSTALL_HELP_XML_TRUE@		  done ; \
2270@INSTALL_HELP_XML_TRUE@		fi; \
2271@INSTALL_HELP_XML_TRUE@	fi
2272install-data-local:
2273# Install the tests
2274	@echo "-------- Install tests (if any) --------"; \
2275	for dir in $(TESTS_DIR) $(TESTS_DIREXT) ; do \
2276	  if test -d $(srcdir)/$$dir/; then \
2277	    $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
2278		  for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
2279		    if test -d "$(srcdir)/$$dir/$$file"; then \
2280			  echo $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir/$$file; \
2281			  $(mkinstalldirs) "$(DESTDIR)$(pkgmacrosdir)/$$dir/$$file"; \
2282		    else \
2283		      echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
2284	    	  $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
2285		    fi \
2286		  done; \
2287	  fi; \
2288	done
2289# Install the help chapter
2290	@echo "-------- Install the help chapter (if any) --------"; \
2291	for lang in $(HELP_CHAPTERLANG); do \
2292		HELPFILE=$(srcdir)/$(HELP_CHAPTERDIR)$$lang/$(HELP_CHAPTERFILE); \
2293		if test -f $$HELPFILE; then \
2294			echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
2295			$(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
2296			echo $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
2297			$(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
2298		fi; \
2299	done
2300# Install the demos & examples
2301	@echo "-------- Install demos & examples (if any) --------"; \
2302	for dir in $(DEMOS_DIR) $(DEMOS_DIREXT) $(EXAMPLES_DIR) $(EXAMPLES_DIREXT) ; do \
2303	  if test -d $(srcdir)/$$dir/; then \
2304	    $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir && \
2305		  for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
2306		    if test -d "$(srcdir)/$$dir/$$file"; then \
2307			  echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir/$$file; \
2308			  $(mkinstalldirs) "$(DESTDIR)$(pkgdocdir)/$$dir/$$file"; \
2309		    else \
2310		      echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
2311	    	  $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
2312		    fi \
2313		  done; \
2314	  fi; \
2315	done
2316# Install the macros
2317	@echo "-------- Install macros (if any) --------"; \
2318	for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
2319	  $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
2320		if test -d $(srcdir)/$$dir/; then \
2321			FILELIST="$(srcdir)/$$dir/$(MACROMASK) $(srcdir)/$$dir/$(MACROBINMASK) $(srcdir)/$$dir/$(MACROBUILDMASK) $(srcdir)/$$dir/names $(srcdir)/$$dir/lib";\
2322			if test -n "$(MACROSSPECIALEXT)"; then \
2323				specialExtDir=""; \
2324				for specialExt in $(MACROSSPECIALEXT); do \
2325					specialExtDir="$$specialExtDir $(srcdir)/$$dir/$$specialExt"; \
2326				done; \
2327				FILELIST="$$FILELIST $$specialExtDir"; \
2328			fi; \
2329		  for file in `ls -1 $$FILELIST 2>/dev/null`; do \
2330		    echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgmacrosdir)/$$dir" ; \
2331	    	$(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgmacrosdir)/$$dir ; \
2332		  done; \
2333		fi; \
2334	done
2335# Install java files (.jar)
2336	@if ls -lLd $(srcdir)/$(JARDIR)$(JARMASK) >/dev/null 2>&1; then \
2337	echo "-------- Install jar files --------"; \
2338    $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(JARDIR); \
2339	  for file in $(srcdir)/$(JARDIR)$(JARMASK); do\
2340		    echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/$(JARDIR)" ; \
2341	    	$(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/$(JARDIR) ; \
2342	  done ; \
2343	fi
2344
2345########### CLEAN ###################
2346# Clean help (generated automatically by Scilab)
2347# It used to clean the macro (clean-macros) but this was causing
2348# make clean && make to fail Scilab startup
2349@NEED_JAVA_TRUE@clean-local: clean-java
2350@NEED_JAVA_FALSE@clean-local:
2351
2352distclean-local:
2353	rm -f $(builddir)/help/*/.last_successful_build_javaHelp $(builddir)/help/*/.list_*
2354
2355.PHONY: macros java swig giws
2356
2357# Tell versions [3.59,3.63) of GNU make to not export all variables.
2358# Otherwise a system limit (for SysV at least) may be exceeded.
2359.NOEXPORT:
2360