1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17 # Copyright (C) 2012 - 2016 - Scilab Enterprises
19 # This file is hereby licensed under the terms of the GNU GPL v2.0,
20 # pursuant to article 5.3.4 of the CeCILL v.2.1.
21 # This file was originally licensed under the terms of the CeCILL v2.1,
22 # and continues to be available under such terms.
23 # For more information, see the COPYING file which you should have received
24 # along with this program.
26 # Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
27 # Copyright (C) 2006-2008 - INRIA - Sylvestre LEDRU <sylvestre.ledru@inria.fr>
28 # Copyright (C) 2008 - INRIA - Pierre MARECHAL <pierre.marechal@inria.fr>
30 # Copyright (C) 2012 - 2016 - Scilab Enterprises
32 # This file is hereby licensed under the terms of the GNU GPL v2.0,
33 # pursuant to article 5.3.4 of the CeCILL v.2.1.
34 # This file was originally licensed under the terms of the CeCILL v2.1,
35 # and continues to be available under such terms.
36 # For more information, see the COPYING file which you should have received
37 # along with this program.
41 ### Makefile included stuff
42 ### Target, variable, suffixes which are supposed to be useful in every makefile.am
48 if test -z '$(MAKELEVEL)'; then \
50 elif test -n '$(MAKE_HOST)'; then \
52 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
58 am__make_running_with_option = \
59 case $${target_option-} in \
61 *) echo "am__make_running_with_option: internal error: invalid" \
62 "target option '$${target_option-}' specified" >&2; \
66 sane_makeflags=$$MAKEFLAGS; \
67 if $(am__is_gnu_make); then \
68 sane_makeflags=$$MFLAGS; \
73 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
74 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
80 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
82 for flg in $$sane_makeflags; do \
83 test $$skip_next = yes && { skip_next=no; continue; }; \
86 -*I) strip_trailopt 'I'; skip_next=yes;; \
87 -*I?*) strip_trailopt 'I';; \
88 -*O) strip_trailopt 'O'; skip_next=yes;; \
89 -*O?*) strip_trailopt 'O';; \
90 -*l) strip_trailopt 'l'; skip_next=yes;; \
91 -*l?*) strip_trailopt 'l';; \
92 -[dEDm]) skip_next=yes;; \
93 -[JT]) skip_next=yes;; \
96 *$$target_option*) has_opt=yes; break;; \
100 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
101 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
102 pkgdatadir = $(datadir)/@PACKAGE@
103 pkgincludedir = $(includedir)/@PACKAGE@
104 pkglibdir = $(libdir)/@PACKAGE@
105 pkglibexecdir = $(libexecdir)/@PACKAGE@
106 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
107 install_sh_DATA = $(install_sh) -c -m 644
108 install_sh_PROGRAM = $(install_sh) -c
109 install_sh_SCRIPT = $(install_sh) -c
110 INSTALL_HEADER = $(INSTALL_DATA)
111 transform = $(program_transform_name)
118 build_triplet = @build@
119 host_triplet = @host@
120 @NEED_JAVA_TRUE@am__append_1 = java
121 subdir = modules/coverage
122 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
123 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
124 $(top_srcdir)/m4/backtrace.m4 $(top_srcdir)/m4/compiler.m4 \
125 $(top_srcdir)/m4/curl.m4 $(top_srcdir)/m4/docbook.m4 \
126 $(top_srcdir)/m4/doxygen.m4 $(top_srcdir)/m4/eigen.m4 \
127 $(top_srcdir)/m4/fftw.m4 $(top_srcdir)/m4/fortran.m4 \
128 $(top_srcdir)/m4/giws.m4 $(top_srcdir)/m4/hdf5.m4 \
129 $(top_srcdir)/m4/intel_compiler.m4 \
130 $(top_srcdir)/m4/java-thirdparty.m4 $(top_srcdir)/m4/java.m4 \
131 $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/lib-ld.m4 \
132 $(top_srcdir)/m4/libsmath.m4 $(top_srcdir)/m4/libtool.m4 \
133 $(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/ltoptions.m4 \
134 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
135 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/macosx.m4 \
136 $(top_srcdir)/m4/mpi.m4 $(top_srcdir)/m4/ocaml.m4 \
137 $(top_srcdir)/m4/pcre.m4 $(top_srcdir)/m4/pkg.m4 \
138 $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/swig.m4 \
139 $(top_srcdir)/m4/symlinks.m4 $(top_srcdir)/m4/tcltk.m4 \
140 $(top_srcdir)/m4/umfpack.m4 $(top_srcdir)/configure.ac
141 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
143 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
144 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
145 CONFIG_HEADER = $(top_builddir)/modules/core/includes/machine.h
147 CONFIG_CLEAN_VPATH_FILES =
148 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
149 am__vpath_adj = case $$p in \
150 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
153 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
155 am__nobase_strip_setup = \
156 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
158 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
159 am__nobase_list = $(am__nobase_strip_setup); \
160 for p in $$list; do echo "$$p $$p"; done | \
161 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
162 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
163 if (++n[$$2] == $(am__install_max)) \
164 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
165 END { for (dir in files) print dir, files[dir] }'
167 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
168 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
169 am__uninstall_files_from_dir = { \
171 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
172 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
173 $(am__cd) "$$dir" && rm -f $$files; }; \
175 am__installdirs = "$(DESTDIR)$(pkglibdir)" \
176 "$(DESTDIR)$(libscicoverage_la_etcdir)" \
177 "$(DESTDIR)$(libscicoverage_la_sci_gatewaydir)"
178 LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkglib_LTLIBRARIES)
179 libscicoverage_algo_la_LIBADD =
180 am__dirstamp = $(am__leading_dot)dirstamp
181 am__objects_1 = src/cpp/libscicoverage_algo_la-CoverModule.lo \
182 src/cpp/libscicoverage_algo_la-InstrumentVisitor.lo \
183 src/cpp/libscicoverage_algo_la-CoverResult.lo \
184 src/cpp/libscicoverage_algo_la-CodePrinterVisitor.lo \
185 src/cpp/libscicoverage_algo_la-CovHTMLCodePrinter.lo \
186 src/cpp/libscicoverage_algo_la-CoverMacroInfo.lo \
187 src/cpp/libscicoverage_algo_la-URLEncoder.lo \
188 src/cpp/libscicoverage_algo_la-CoverModule_interface.lo
189 am_libscicoverage_algo_la_OBJECTS = $(am__objects_1)
190 libscicoverage_algo_la_OBJECTS = $(am_libscicoverage_algo_la_OBJECTS)
191 AM_V_lt = $(am__v_lt_@AM_V@)
192 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
193 am__v_lt_0 = --silent
196 libscicoverage_la_DEPENDENCIES = libscicoverage-algo.la \
197 $(am__DEPENDENCIES_1)
198 am__objects_2 = sci_gateway/cpp/libscicoverage_la-sci_covStart.lo \
199 sci_gateway/cpp/libscicoverage_la-sci_covWrite.lo \
200 sci_gateway/cpp/libscicoverage_la-sci_covStop.lo \
201 sci_gateway/cpp/libscicoverage_la-sci_covMerge.lo \
202 sci_gateway/cpp/libscicoverage_la-sci_profileGetInfo.lo \
203 sci_gateway/cpp/libscicoverage_la-sci_profileEnable.lo \
204 sci_gateway/cpp/libscicoverage_la-sci_profileDisable.lo \
205 sci_gateway/cpp/libscicoverage_la-coverage_gw.lo
206 am_libscicoverage_la_OBJECTS = $(am__objects_2)
207 libscicoverage_la_OBJECTS = $(am_libscicoverage_la_OBJECTS)
208 libscicoverage_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
209 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
210 $(AM_CXXFLAGS) $(CXXFLAGS) $(libscicoverage_la_LDFLAGS) \
212 AM_V_P = $(am__v_P_@AM_V@)
213 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
216 AM_V_GEN = $(am__v_GEN_@AM_V@)
217 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
218 am__v_GEN_0 = @echo " GEN " $@;
220 AM_V_at = $(am__v_at_@AM_V@)
221 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
224 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/modules/core/includes
225 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
226 am__maybe_remake_depfiles = depfiles
227 am__depfiles_remade = \
228 sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-coverage_gw.Plo \
229 sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covMerge.Plo \
230 sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covStart.Plo \
231 sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covStop.Plo \
232 sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covWrite.Plo \
233 sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileDisable.Plo \
234 sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileEnable.Plo \
235 sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileGetInfo.Plo \
236 src/cpp/$(DEPDIR)/libscicoverage_algo_la-CodePrinterVisitor.Plo \
237 src/cpp/$(DEPDIR)/libscicoverage_algo_la-CovHTMLCodePrinter.Plo \
238 src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverMacroInfo.Plo \
239 src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverModule.Plo \
240 src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverModule_interface.Plo \
241 src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverResult.Plo \
242 src/cpp/$(DEPDIR)/libscicoverage_algo_la-InstrumentVisitor.Plo \
243 src/cpp/$(DEPDIR)/libscicoverage_algo_la-URLEncoder.Plo
245 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
246 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
247 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
248 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
249 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
250 $(AM_CXXFLAGS) $(CXXFLAGS)
251 AM_V_CXX = $(am__v_CXX_@AM_V@)
252 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
253 am__v_CXX_0 = @echo " CXX " $@;
256 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
257 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
258 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
259 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
260 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
261 am__v_CXXLD_0 = @echo " CXXLD " $@;
263 SOURCES = $(libscicoverage_algo_la_SOURCES) \
264 $(libscicoverage_la_SOURCES)
265 DIST_SOURCES = $(libscicoverage_algo_la_SOURCES) \
266 $(libscicoverage_la_SOURCES)
267 am__can_run_installinfo = \
268 case $$AM_UPDATE_INFO_DIR in \
270 *) (install-info --version) >/dev/null 2>&1;; \
272 DATA = $(libscicoverage_la_etc_DATA) \
273 $(libscicoverage_la_sci_gateway_DATA)
274 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
275 # Read a list of newline-separated strings from the standard input,
276 # and print each of them once, without duplicates. Input order is
278 am__uniquify_input = $(AWK) '\
279 BEGIN { nonempty = 0; } \
280 { items[$$0] = 1; nonempty = 1; } \
281 END { if (nonempty) { for (i in items) print i; }; } \
283 # Make sure the list of sources is unique. This is necessary because,
284 # e.g., the same source file might be shared among _SOURCES variables
285 # for different programs/libraries.
286 am__define_uniq_tagged_files = \
287 list='$(am__tagged_files)'; \
288 unique=`for i in $$list; do \
289 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
290 done | $(am__uniquify_input)`
293 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am \
294 $(top_srcdir)/config/depcomp \
295 $(top_srcdir)/config/mkinstalldirs
296 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
298 ALL_LINGUAS = @ALL_LINGUAS@
299 ALL_LINGUAS_DOC = @ALL_LINGUAS_DOC@
301 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
305 ARPACK_LIBS = @ARPACK_LIBS@
307 AUTOCONF = @AUTOCONF@
308 AUTOHEADER = @AUTOHEADER@
309 AUTOMAKE = @AUTOMAKE@
310 AVALON_FRAMEWORK = @AVALON_FRAMEWORK@
313 BLAS_CFLAGS = @BLAS_CFLAGS@
314 BLAS_LIBS = @BLAS_LIBS@
317 CCDEPMODE = @CCDEPMODE@
319 CHECKSTYLE = @CHECKSTYLE@
320 COBERTURA = @COBERTURA@
321 COMMONS_BEANUTILS = @COMMONS_BEANUTILS@
322 COMMONS_IO = @COMMONS_IO@
323 COMMONS_LOGGING = @COMMONS_LOGGING@
325 CPPFLAGS = @CPPFLAGS@
326 CURL_CFLAGS = @CURL_CFLAGS@
327 CURL_CONFIG = @CURL_CONFIG@
328 CURL_LIBS = @CURL_LIBS@
329 CURL_VERSION = @CURL_VERSION@
332 CXXDEPMODE = @CXXDEPMODE@
333 CXXFLAGS = @CXXFLAGS@
334 CYGPATH_W = @CYGPATH_W@
336 DEMOTOOLS_ENABLE = @DEMOTOOLS_ENABLE@
339 DOCBOOK_ROOT = @DOCBOOK_ROOT@
340 DOXYGEN_BIN = @DOXYGEN_BIN@
341 DSYMUTIL = @DSYMUTIL@
348 EIGEN_CPPFLAGS = @EIGEN_CPPFLAGS@
352 FFTW3_LIB = @FFTW3_LIB@
353 FFTW_ENABLE = @FFTW_ENABLE@
355 FLEXDOCK = @FLEXDOCK@
358 FREEHEP_GRAPHICS2D = @FREEHEP_GRAPHICS2D@
359 FREEHEP_GRAPHICSIO = @FREEHEP_GRAPHICSIO@
360 FREEHEP_GRAPHICSIO_EMF = @FREEHEP_GRAPHICSIO_EMF@
361 FREEHEP_IO = @FREEHEP_IO@
362 FREEHEP_UTIL = @FREEHEP_UTIL@
364 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
365 GIWS_BIN = @GIWS_BIN@
366 GLUEGEN2_RT = @GLUEGEN2_RT@
368 GMSGFMT_015 = @GMSGFMT_015@
369 GRAPHICS_ENABLE = @GRAPHICS_ENABLE@
371 GUI_ENABLE = @GUI_ENABLE@
372 HAMCREST = @HAMCREST@
373 HAVE_CXX17 = @HAVE_CXX17@
374 HDF5_CFLAGS = @HDF5_CFLAGS@
375 HDF5_LIBS = @HDF5_LIBS@
376 HELP_ENABLE = @HELP_ENABLE@
378 INSTALL_DATA = @INSTALL_DATA@
379 INSTALL_PROGRAM = @INSTALL_PROGRAM@
380 INSTALL_SCRIPT = @INSTALL_SCRIPT@
381 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
382 INTLLIBS = @INTLLIBS@
383 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
387 JAVAC_DEBUG = @JAVAC_DEBUG@
390 JAVASCI_ENABLE = @JAVASCI_ENABLE@
391 JAVA_ENABLE = @JAVA_ENABLE@
393 JAVA_HOME = @JAVA_HOME@
394 JAVA_JNI_INCLUDE = @JAVA_JNI_INCLUDE@
395 JAVA_JNI_LIBS = @JAVA_JNI_LIBS@
397 JEUCLID_CORE = @JEUCLID_CORE@
400 JLATEXMATH = @JLATEXMATH@
401 JLATEXMATH_FOP = @JLATEXMATH_FOP@
403 JROSETTA_API = @JROSETTA_API@
404 JROSETTA_ENGINE = @JROSETTA_ENGINE@
406 LAPACK_LIBS = @LAPACK_LIBS@
412 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
413 LIBICONV = @LIBICONV@
421 LOGGING_LEVEL = @LOGGING_LEVEL@
423 LTLIBICONV = @LTLIBICONV@
424 LTLIBINTL = @LTLIBINTL@
425 LTLIBOBJS = @LTLIBOBJS@
426 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
428 LUCENE_ANALYZER = @LUCENE_ANALYZER@
429 LUCENE_PARSER = @LUCENE_PARSER@
431 MAKEINFO = @MAKEINFO@
432 MANIFEST_TOOL = @MANIFEST_TOOL@
433 MATIO_CFLAGS = @MATIO_CFLAGS@
434 MATIO_ENABLE = @MATIO_ENABLE@
435 MATIO_LIBS = @MATIO_LIBS@
437 MPI_ENABLE = @MPI_ENABLE@
440 MSGFMT_015 = @MSGFMT_015@
441 MSGMERGE = @MSGMERGE@
447 OCAMLDEP = @OCAMLDEP@
448 OCAMLLEX = @OCAMLLEX@
449 OCAMLOPT = @OCAMLOPT@
450 OCAMLYACC = @OCAMLYACC@
451 OPENMPI_CC = @OPENMPI_CC@
452 OPENMPI_CFLAGS = @OPENMPI_CFLAGS@
453 OPENMPI_CXX = @OPENMPI_CXX@
454 OPENMPI_CXXFLAGS = @OPENMPI_CXXFLAGS@
455 OPENMPI_LIBS = @OPENMPI_LIBS@
456 OPENMP_CFLAGS = @OPENMP_CFLAGS@
457 OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@
458 OPENMP_ENABLE = @OPENMP_ENABLE@
459 OPENMP_LIBS = @OPENMP_LIBS@
463 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
464 PACKAGE_NAME = @PACKAGE_NAME@
465 PACKAGE_STRING = @PACKAGE_STRING@
466 PACKAGE_TARNAME = @PACKAGE_TARNAME@
467 PACKAGE_URL = @PACKAGE_URL@
468 PACKAGE_VERSION = @PACKAGE_VERSION@
469 PATH_SEPARATOR = @PATH_SEPARATOR@
470 PCRE_CFLAGS = @PCRE_CFLAGS@
471 PCRE_CONFIG = @PCRE_CONFIG@
472 PCRE_LIBS = @PCRE_LIBS@
473 PCRE_VERSION = @PCRE_VERSION@
474 PKG_CONFIG = @PKG_CONFIG@
479 RELOCATABLE = @RELOCATABLE@
482 SCILAB_BINARY_VERSION = @SCILAB_BINARY_VERSION@
483 SCILAB_LIBRARY_VERSION = @SCILAB_LIBRARY_VERSION@
484 SCILAB_VERSION_MAINTENANCE = @SCILAB_VERSION_MAINTENANCE@
485 SCILAB_VERSION_MAJOR = @SCILAB_VERSION_MAJOR@
486 SCILAB_VERSION_MINOR = @SCILAB_VERSION_MINOR@
487 SCIRENDERER = @SCIRENDERER@
488 SCIRENDERER_CP = @SCIRENDERER_CP@
489 SCI_CFLAGS = @SCI_CFLAGS@
490 SCI_CXXFLAGS = @SCI_CXXFLAGS@
491 SCI_FFLAGS = @SCI_FFLAGS@
492 SCI_LDFLAGS = @SCI_LDFLAGS@
494 SET_MAKE = @SET_MAKE@
495 SET_RELOCATABLE = @SET_RELOCATABLE@
500 SWIG_BIN = @SWIG_BIN@
501 SWIG_JAVA = @SWIG_JAVA@
502 SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@
503 SWIG_SCILAB = @SWIG_SCILAB@
504 TCLTK_LIBS = @TCLTK_LIBS@
505 TCL_INC_PATH = @TCL_INC_PATH@
506 TK_INC_PATH = @TK_INC_PATH@
507 UMFPACK_CFLAGS = @UMFPACK_CFLAGS@
508 UMFPACK_ENABLE = @UMFPACK_ENABLE@
509 UMFPACK_LIB = @UMFPACK_LIB@
511 VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
512 VALGRIND_LIBS = @VALGRIND_LIBS@
514 WITH_OCAML = @WITH_OCAML@
515 WITH_TKSCI = @WITH_TKSCI@
516 XCOS_ENABLE = @XCOS_ENABLE@
517 XGETTEXT = @XGETTEXT@
518 XGETTEXT_015 = @XGETTEXT_015@
519 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
521 XMLGRAPHICS_COMMONS = @XMLGRAPHICS_COMMONS@
522 XML_APIS_EXT = @XML_APIS_EXT@
523 XML_CONFIG = @XML_CONFIG@
524 XML_FLAGS = @XML_FLAGS@
525 XML_LIBS = @XML_LIBS@
526 XML_VERSION = @XML_VERSION@
527 X_CFLAGS = @X_CFLAGS@
528 X_EXTRA_LIBS = @X_EXTRA_LIBS@
530 X_PRE_LIBS = @X_PRE_LIBS@
533 abs_builddir = @abs_builddir@
534 abs_srcdir = @abs_srcdir@
535 abs_top_builddir = @abs_top_builddir@
536 abs_top_srcdir = @abs_top_srcdir@
537 ac_ct_AR = @ac_ct_AR@
538 ac_ct_CC = @ac_ct_CC@
539 ac_ct_CXX = @ac_ct_CXX@
540 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
541 ac_ct_F77 = @ac_ct_F77@
542 am__include = @am__include@
543 am__leading_dot = @am__leading_dot@
544 am__quote = @am__quote@
546 am__untar = @am__untar@
549 build_alias = @build_alias@
550 build_cpu = @build_cpu@
551 build_os = @build_os@
552 build_vendor = @build_vendor@
553 builddir = @builddir@
554 cxx_present = @cxx_present@
556 datarootdir = @datarootdir@
559 exec_prefix = @exec_prefix@
561 host_alias = @host_alias@
562 host_cpu = @host_cpu@
564 host_vendor = @host_vendor@
566 includedir = @includedir@
568 install_sh = @install_sh@
570 libexecdir = @libexecdir@
571 localedir = @localedir@
572 localstatedir = @localstatedir@
575 oldincludedir = @oldincludedir@
578 program_transform_name = @program_transform_name@
581 sharedstatedir = @sharedstatedir@
583 sysconfdir = @sysconfdir@
584 target_alias = @target_alias@
585 top_build_prefix = @top_build_prefix@
586 top_builddir = @top_builddir@
587 top_srcdir = @top_srcdir@
588 yacc_present = @yacc_present@
591 modulename = coverage
593 ####io : init scripts ####
594 libscicoverage_la_etcdir = $(mydatadir)/etc
595 libscicoverage_la_etc_DATA = \
600 # Where all the Scilab stuff is installed (macros, help, ...)
601 mydatadir = $(pkgdatadir)/modules/$(modulename)
603 # Set AM_* SCI detected settings
604 AM_CPPFLAGS = $(SCI_CPPFLAGS)
605 AM_CFLAGS = $(SCI_CFLAGS)
606 AM_CXXFLAGS = $(SCI_CXXFLAGS)
607 # append includes to AM_FFLAGS to manage fortran includes
608 AM_FFLAGS = $(SCI_FFLAGS) -I$(top_srcdir)/modules/core/includes/
610 # Tag shared libraries with the Scilab version
611 AM_LDFLAGS = $(SCI_LDFLAGS) -version-number $(SCILAB_LIBRARY_VERSION)
614 SPLINT_OPTIONS = -weak -booltype BOOL
616 ########################### JAVA ######################################
617 #### We are delegating java compilation to ant... Thanks to that
618 #### the procedure will be the same with Microsoft Windows (C)
620 #######################################################################
621 TARGETS_ALL = $(am__append_1)
623 ################ MACROS ######################
624 # Rule to build a macro
625 # NOT USED AT THE MOMENT
628 ########### INSTALL DOCUMENTATION ###################
630 # Install documentation files into the right target
631 # We do not use the automake mechanism (libxxxx_la_help_fr_DATA) because
632 # automake needs the html files to be present which is not the case when
633 # we are building Scilab
635 # Where it should be installed
636 pkgdocdir = $(mydatadir)
638 # What is the mask of the help source
641 # What is the mask of the MathML sources
644 ########### INSTALL DATA ###################
645 # Install macros, help & demos
646 # Where it should be installed
647 pkgmacrosdir = $(mydatadir)
648 # Which directory we process
650 # Mask of the Scilab sources macros
652 # Mask of the Scilab executable sources macros
653 MACROBUILDMASK = *.sce
654 # Mask of the Scilab compiled macros
656 # List of the standard directory for tests
657 TESTS_DIR = tests/benchmarks tests/nonreg_tests tests/unit_tests tests/java
658 # Where the demos should be installed
659 pkgdemosdir = $(mydatadir)
660 # List of the standard directory for demos
662 # List of the standard directory for examples
663 EXAMPLES_DIR = examples
664 # Where to export JAVA archives (.jar)
669 HELP_CHAPTERDIR = help/
670 HELP_CHAPTERFILE = addchapter.sce
671 HELP_CHAPTERLANG = en_US fr_FR pt_BR
672 COVERAGE_CXX_SOURCES = \
673 src/cpp/CoverModule.cpp \
674 src/cpp/InstrumentVisitor.cpp \
675 src/cpp/CoverResult.cpp \
676 src/cpp/CodePrinterVisitor.cpp \
677 src/cpp/CovHTMLCodePrinter.cpp \
678 src/cpp/CoverMacroInfo.cpp \
679 src/cpp/URLEncoder.cpp \
680 src/cpp/CoverModule_interface.cpp
682 GATEWAY_CXX_SOURCES = \
683 sci_gateway/cpp/sci_covStart.cpp \
684 sci_gateway/cpp/sci_covWrite.cpp \
685 sci_gateway/cpp/sci_covStop.cpp \
686 sci_gateway/cpp/sci_covMerge.cpp \
687 sci_gateway/cpp/sci_profileGetInfo.cpp \
688 sci_gateway/cpp/sci_profileEnable.cpp \
689 sci_gateway/cpp/sci_profileDisable.cpp \
690 sci_gateway/cpp/coverage_gw.cpp
692 libscicoverage_la_CPPFLAGS = \
693 -I$(srcdir)/includes/ \
694 -I$(srcdir)/src/cpp/ \
695 -I$(top_srcdir)/modules/ast/includes/ast/ \
696 -I$(top_srcdir)/modules/ast/includes/exps/ \
697 -I$(top_srcdir)/modules/ast/includes/analysis/ \
698 -I$(top_srcdir)/modules/ast/includes/operations/ \
699 -I$(top_srcdir)/modules/ast/includes/parse/ \
700 -I$(top_srcdir)/modules/ast/includes/symbol/ \
701 -I$(top_srcdir)/modules/ast/includes/system_env/ \
702 -I$(top_srcdir)/modules/ast/includes/types/ \
703 -I$(top_srcdir)/modules/core/includes/ \
704 -I$(top_srcdir)/modules/console/includes/ \
705 -I$(top_srcdir)/modules/api_scilab/includes/ \
706 -I$(top_srcdir)/modules/localization/includes/ \
707 -I$(top_srcdir)/modules/output_stream/includes/ \
708 -I$(top_srcdir)/modules/string/includes/ \
709 -I$(top_srcdir)/modules/fileio/includes/ \
710 -I$(top_srcdir)/modules/fileio/src/c/ \
711 -I$(top_srcdir)/modules/string/includes/ \
712 -I$(top_srcdir)/modules/dynamic_link/includes \
713 -I$(top_srcdir)/modules/threads/includes/ \
718 pkglib_LTLIBRARIES = libscicoverage.la
719 noinst_LTLIBRARIES = libscicoverage-algo.la
720 libscicoverage_algo_la_SOURCES = $(COVERAGE_CXX_SOURCES)
721 libscicoverage_la_SOURCES = $(GATEWAY_CXX_SOURCES)
722 libscicoverage_algo_la_CPPFLAGS = $(libscicoverage_la_CPPFLAGS)
723 libscicoverage_la_LDFLAGS = $(AM_LDFLAGS)
724 libscicoverage_la_LIBADD = libscicoverage-algo.la $(XML_LIBS)
726 # For the code check (splint)
727 INCLUDE_FLAGS = $(libscicoverage_la_CPPFLAGS)
729 #### coverage : include files ####
730 libscicoverage_la_includedir = $(pkgincludedir)
732 #### coverage : gateway declaration ####
733 libscicoverage_la_sci_gatewaydir = $(mydatadir)/sci_gateway
734 libscicoverage_la_sci_gateway_DATA =
738 .SUFFIXES: .sci .bin .cpp .lo .o .obj
739 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.incl.am $(am__configure_deps)
741 case '$(am__configure_deps)' in \
743 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
744 && { if test -f $@; then exit 0; else break; fi; }; \
748 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/coverage/Makefile'; \
749 $(am__cd) $(top_srcdir) && \
750 $(AUTOMAKE) --foreign modules/coverage/Makefile
751 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
754 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
756 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
757 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
759 $(top_srcdir)/Makefile.incl.am $(am__empty):
761 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
762 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
764 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
765 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
766 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
767 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
768 $(am__aclocal_m4_deps):
770 clean-noinstLTLIBRARIES:
771 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
772 @list='$(noinst_LTLIBRARIES)'; \
773 locs=`for p in $$list; do echo $$p; done | \
774 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
776 test -z "$$locs" || { \
777 echo rm -f $${locs}; \
781 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
783 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
784 list2=; for p in $$list; do \
785 if test -f $$p; then \
786 list2="$$list2 $$p"; \
789 test -z "$$list2" || { \
790 echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \
791 $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \
792 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
793 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
796 uninstall-pkglibLTLIBRARIES:
798 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
799 for p in $$list; do \
801 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
802 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
805 clean-pkglibLTLIBRARIES:
806 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
807 @list='$(pkglib_LTLIBRARIES)'; \
808 locs=`for p in $$list; do echo $$p; done | \
809 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
811 test -z "$$locs" || { \
812 echo rm -f $${locs}; \
815 src/cpp/$(am__dirstamp):
817 @: > src/cpp/$(am__dirstamp)
818 src/cpp/$(DEPDIR)/$(am__dirstamp):
819 @$(MKDIR_P) src/cpp/$(DEPDIR)
820 @: > src/cpp/$(DEPDIR)/$(am__dirstamp)
821 src/cpp/libscicoverage_algo_la-CoverModule.lo: \
822 src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp)
823 src/cpp/libscicoverage_algo_la-InstrumentVisitor.lo: \
824 src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp)
825 src/cpp/libscicoverage_algo_la-CoverResult.lo: \
826 src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp)
827 src/cpp/libscicoverage_algo_la-CodePrinterVisitor.lo: \
828 src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp)
829 src/cpp/libscicoverage_algo_la-CovHTMLCodePrinter.lo: \
830 src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp)
831 src/cpp/libscicoverage_algo_la-CoverMacroInfo.lo: \
832 src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp)
833 src/cpp/libscicoverage_algo_la-URLEncoder.lo: src/cpp/$(am__dirstamp) \
834 src/cpp/$(DEPDIR)/$(am__dirstamp)
835 src/cpp/libscicoverage_algo_la-CoverModule_interface.lo: \
836 src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp)
838 libscicoverage-algo.la: $(libscicoverage_algo_la_OBJECTS) $(libscicoverage_algo_la_DEPENDENCIES) $(EXTRA_libscicoverage_algo_la_DEPENDENCIES)
839 $(AM_V_CXXLD)$(CXXLINK) $(libscicoverage_algo_la_OBJECTS) $(libscicoverage_algo_la_LIBADD) $(LIBS)
840 sci_gateway/cpp/$(am__dirstamp):
841 @$(MKDIR_P) sci_gateway/cpp
842 @: > sci_gateway/cpp/$(am__dirstamp)
843 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp):
844 @$(MKDIR_P) sci_gateway/cpp/$(DEPDIR)
845 @: > sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
846 sci_gateway/cpp/libscicoverage_la-sci_covStart.lo: \
847 sci_gateway/cpp/$(am__dirstamp) \
848 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
849 sci_gateway/cpp/libscicoverage_la-sci_covWrite.lo: \
850 sci_gateway/cpp/$(am__dirstamp) \
851 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
852 sci_gateway/cpp/libscicoverage_la-sci_covStop.lo: \
853 sci_gateway/cpp/$(am__dirstamp) \
854 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
855 sci_gateway/cpp/libscicoverage_la-sci_covMerge.lo: \
856 sci_gateway/cpp/$(am__dirstamp) \
857 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
858 sci_gateway/cpp/libscicoverage_la-sci_profileGetInfo.lo: \
859 sci_gateway/cpp/$(am__dirstamp) \
860 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
861 sci_gateway/cpp/libscicoverage_la-sci_profileEnable.lo: \
862 sci_gateway/cpp/$(am__dirstamp) \
863 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
864 sci_gateway/cpp/libscicoverage_la-sci_profileDisable.lo: \
865 sci_gateway/cpp/$(am__dirstamp) \
866 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
867 sci_gateway/cpp/libscicoverage_la-coverage_gw.lo: \
868 sci_gateway/cpp/$(am__dirstamp) \
869 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
871 libscicoverage.la: $(libscicoverage_la_OBJECTS) $(libscicoverage_la_DEPENDENCIES) $(EXTRA_libscicoverage_la_DEPENDENCIES)
872 $(AM_V_CXXLD)$(libscicoverage_la_LINK) -rpath $(pkglibdir) $(libscicoverage_la_OBJECTS) $(libscicoverage_la_LIBADD) $(LIBS)
876 -rm -f sci_gateway/cpp/*.$(OBJEXT)
877 -rm -f sci_gateway/cpp/*.lo
878 -rm -f src/cpp/*.$(OBJEXT)
884 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-coverage_gw.Plo@am__quote@ # am--include-marker
885 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covMerge.Plo@am__quote@ # am--include-marker
886 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covStart.Plo@am__quote@ # am--include-marker
887 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covStop.Plo@am__quote@ # am--include-marker
888 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covWrite.Plo@am__quote@ # am--include-marker
889 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileDisable.Plo@am__quote@ # am--include-marker
890 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileEnable.Plo@am__quote@ # am--include-marker
891 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileGetInfo.Plo@am__quote@ # am--include-marker
892 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscicoverage_algo_la-CodePrinterVisitor.Plo@am__quote@ # am--include-marker
893 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscicoverage_algo_la-CovHTMLCodePrinter.Plo@am__quote@ # am--include-marker
894 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverMacroInfo.Plo@am__quote@ # am--include-marker
895 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverModule.Plo@am__quote@ # am--include-marker
896 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverModule_interface.Plo@am__quote@ # am--include-marker
897 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverResult.Plo@am__quote@ # am--include-marker
898 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscicoverage_algo_la-InstrumentVisitor.Plo@am__quote@ # am--include-marker
899 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscicoverage_algo_la-URLEncoder.Plo@am__quote@ # am--include-marker
901 $(am__depfiles_remade):
903 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
905 am--depfiles: $(am__depfiles_remade)
908 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
909 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
910 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
911 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
912 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
913 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
916 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
917 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
918 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
919 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
920 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
921 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
924 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
925 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
926 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
927 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
928 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
929 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
931 src/cpp/libscicoverage_algo_la-CoverModule.lo: src/cpp/CoverModule.cpp
932 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscicoverage_algo_la-CoverModule.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverModule.Tpo -c -o src/cpp/libscicoverage_algo_la-CoverModule.lo `test -f 'src/cpp/CoverModule.cpp' || echo '$(srcdir)/'`src/cpp/CoverModule.cpp
933 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverModule.Tpo src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverModule.Plo
934 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/CoverModule.cpp' object='src/cpp/libscicoverage_algo_la-CoverModule.lo' libtool=yes @AMDEPBACKSLASH@
935 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
936 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscicoverage_algo_la-CoverModule.lo `test -f 'src/cpp/CoverModule.cpp' || echo '$(srcdir)/'`src/cpp/CoverModule.cpp
938 src/cpp/libscicoverage_algo_la-InstrumentVisitor.lo: src/cpp/InstrumentVisitor.cpp
939 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscicoverage_algo_la-InstrumentVisitor.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscicoverage_algo_la-InstrumentVisitor.Tpo -c -o src/cpp/libscicoverage_algo_la-InstrumentVisitor.lo `test -f 'src/cpp/InstrumentVisitor.cpp' || echo '$(srcdir)/'`src/cpp/InstrumentVisitor.cpp
940 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscicoverage_algo_la-InstrumentVisitor.Tpo src/cpp/$(DEPDIR)/libscicoverage_algo_la-InstrumentVisitor.Plo
941 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/InstrumentVisitor.cpp' object='src/cpp/libscicoverage_algo_la-InstrumentVisitor.lo' libtool=yes @AMDEPBACKSLASH@
942 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
943 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscicoverage_algo_la-InstrumentVisitor.lo `test -f 'src/cpp/InstrumentVisitor.cpp' || echo '$(srcdir)/'`src/cpp/InstrumentVisitor.cpp
945 src/cpp/libscicoverage_algo_la-CoverResult.lo: src/cpp/CoverResult.cpp
946 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscicoverage_algo_la-CoverResult.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverResult.Tpo -c -o src/cpp/libscicoverage_algo_la-CoverResult.lo `test -f 'src/cpp/CoverResult.cpp' || echo '$(srcdir)/'`src/cpp/CoverResult.cpp
947 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverResult.Tpo src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverResult.Plo
948 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/CoverResult.cpp' object='src/cpp/libscicoverage_algo_la-CoverResult.lo' libtool=yes @AMDEPBACKSLASH@
949 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
950 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscicoverage_algo_la-CoverResult.lo `test -f 'src/cpp/CoverResult.cpp' || echo '$(srcdir)/'`src/cpp/CoverResult.cpp
952 src/cpp/libscicoverage_algo_la-CodePrinterVisitor.lo: src/cpp/CodePrinterVisitor.cpp
953 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscicoverage_algo_la-CodePrinterVisitor.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscicoverage_algo_la-CodePrinterVisitor.Tpo -c -o src/cpp/libscicoverage_algo_la-CodePrinterVisitor.lo `test -f 'src/cpp/CodePrinterVisitor.cpp' || echo '$(srcdir)/'`src/cpp/CodePrinterVisitor.cpp
954 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscicoverage_algo_la-CodePrinterVisitor.Tpo src/cpp/$(DEPDIR)/libscicoverage_algo_la-CodePrinterVisitor.Plo
955 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/CodePrinterVisitor.cpp' object='src/cpp/libscicoverage_algo_la-CodePrinterVisitor.lo' libtool=yes @AMDEPBACKSLASH@
956 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
957 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscicoverage_algo_la-CodePrinterVisitor.lo `test -f 'src/cpp/CodePrinterVisitor.cpp' || echo '$(srcdir)/'`src/cpp/CodePrinterVisitor.cpp
959 src/cpp/libscicoverage_algo_la-CovHTMLCodePrinter.lo: src/cpp/CovHTMLCodePrinter.cpp
960 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscicoverage_algo_la-CovHTMLCodePrinter.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscicoverage_algo_la-CovHTMLCodePrinter.Tpo -c -o src/cpp/libscicoverage_algo_la-CovHTMLCodePrinter.lo `test -f 'src/cpp/CovHTMLCodePrinter.cpp' || echo '$(srcdir)/'`src/cpp/CovHTMLCodePrinter.cpp
961 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscicoverage_algo_la-CovHTMLCodePrinter.Tpo src/cpp/$(DEPDIR)/libscicoverage_algo_la-CovHTMLCodePrinter.Plo
962 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/CovHTMLCodePrinter.cpp' object='src/cpp/libscicoverage_algo_la-CovHTMLCodePrinter.lo' libtool=yes @AMDEPBACKSLASH@
963 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
964 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscicoverage_algo_la-CovHTMLCodePrinter.lo `test -f 'src/cpp/CovHTMLCodePrinter.cpp' || echo '$(srcdir)/'`src/cpp/CovHTMLCodePrinter.cpp
966 src/cpp/libscicoverage_algo_la-CoverMacroInfo.lo: src/cpp/CoverMacroInfo.cpp
967 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscicoverage_algo_la-CoverMacroInfo.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverMacroInfo.Tpo -c -o src/cpp/libscicoverage_algo_la-CoverMacroInfo.lo `test -f 'src/cpp/CoverMacroInfo.cpp' || echo '$(srcdir)/'`src/cpp/CoverMacroInfo.cpp
968 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverMacroInfo.Tpo src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverMacroInfo.Plo
969 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/CoverMacroInfo.cpp' object='src/cpp/libscicoverage_algo_la-CoverMacroInfo.lo' libtool=yes @AMDEPBACKSLASH@
970 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
971 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscicoverage_algo_la-CoverMacroInfo.lo `test -f 'src/cpp/CoverMacroInfo.cpp' || echo '$(srcdir)/'`src/cpp/CoverMacroInfo.cpp
973 src/cpp/libscicoverage_algo_la-URLEncoder.lo: src/cpp/URLEncoder.cpp
974 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscicoverage_algo_la-URLEncoder.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscicoverage_algo_la-URLEncoder.Tpo -c -o src/cpp/libscicoverage_algo_la-URLEncoder.lo `test -f 'src/cpp/URLEncoder.cpp' || echo '$(srcdir)/'`src/cpp/URLEncoder.cpp
975 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscicoverage_algo_la-URLEncoder.Tpo src/cpp/$(DEPDIR)/libscicoverage_algo_la-URLEncoder.Plo
976 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/URLEncoder.cpp' object='src/cpp/libscicoverage_algo_la-URLEncoder.lo' libtool=yes @AMDEPBACKSLASH@
977 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
978 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscicoverage_algo_la-URLEncoder.lo `test -f 'src/cpp/URLEncoder.cpp' || echo '$(srcdir)/'`src/cpp/URLEncoder.cpp
980 src/cpp/libscicoverage_algo_la-CoverModule_interface.lo: src/cpp/CoverModule_interface.cpp
981 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscicoverage_algo_la-CoverModule_interface.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverModule_interface.Tpo -c -o src/cpp/libscicoverage_algo_la-CoverModule_interface.lo `test -f 'src/cpp/CoverModule_interface.cpp' || echo '$(srcdir)/'`src/cpp/CoverModule_interface.cpp
982 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverModule_interface.Tpo src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverModule_interface.Plo
983 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/CoverModule_interface.cpp' object='src/cpp/libscicoverage_algo_la-CoverModule_interface.lo' libtool=yes @AMDEPBACKSLASH@
984 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
985 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscicoverage_algo_la-CoverModule_interface.lo `test -f 'src/cpp/CoverModule_interface.cpp' || echo '$(srcdir)/'`src/cpp/CoverModule_interface.cpp
987 sci_gateway/cpp/libscicoverage_la-sci_covStart.lo: sci_gateway/cpp/sci_covStart.cpp
988 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscicoverage_la-sci_covStart.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covStart.Tpo -c -o sci_gateway/cpp/libscicoverage_la-sci_covStart.lo `test -f 'sci_gateway/cpp/sci_covStart.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_covStart.cpp
989 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covStart.Tpo sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covStart.Plo
990 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_covStart.cpp' object='sci_gateway/cpp/libscicoverage_la-sci_covStart.lo' libtool=yes @AMDEPBACKSLASH@
991 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
992 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscicoverage_la-sci_covStart.lo `test -f 'sci_gateway/cpp/sci_covStart.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_covStart.cpp
994 sci_gateway/cpp/libscicoverage_la-sci_covWrite.lo: sci_gateway/cpp/sci_covWrite.cpp
995 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscicoverage_la-sci_covWrite.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covWrite.Tpo -c -o sci_gateway/cpp/libscicoverage_la-sci_covWrite.lo `test -f 'sci_gateway/cpp/sci_covWrite.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_covWrite.cpp
996 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covWrite.Tpo sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covWrite.Plo
997 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_covWrite.cpp' object='sci_gateway/cpp/libscicoverage_la-sci_covWrite.lo' libtool=yes @AMDEPBACKSLASH@
998 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
999 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscicoverage_la-sci_covWrite.lo `test -f 'sci_gateway/cpp/sci_covWrite.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_covWrite.cpp
1001 sci_gateway/cpp/libscicoverage_la-sci_covStop.lo: sci_gateway/cpp/sci_covStop.cpp
1002 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscicoverage_la-sci_covStop.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covStop.Tpo -c -o sci_gateway/cpp/libscicoverage_la-sci_covStop.lo `test -f 'sci_gateway/cpp/sci_covStop.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_covStop.cpp
1003 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covStop.Tpo sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covStop.Plo
1004 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_covStop.cpp' object='sci_gateway/cpp/libscicoverage_la-sci_covStop.lo' libtool=yes @AMDEPBACKSLASH@
1005 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1006 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscicoverage_la-sci_covStop.lo `test -f 'sci_gateway/cpp/sci_covStop.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_covStop.cpp
1008 sci_gateway/cpp/libscicoverage_la-sci_covMerge.lo: sci_gateway/cpp/sci_covMerge.cpp
1009 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscicoverage_la-sci_covMerge.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covMerge.Tpo -c -o sci_gateway/cpp/libscicoverage_la-sci_covMerge.lo `test -f 'sci_gateway/cpp/sci_covMerge.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_covMerge.cpp
1010 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covMerge.Tpo sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covMerge.Plo
1011 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_covMerge.cpp' object='sci_gateway/cpp/libscicoverage_la-sci_covMerge.lo' libtool=yes @AMDEPBACKSLASH@
1012 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1013 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscicoverage_la-sci_covMerge.lo `test -f 'sci_gateway/cpp/sci_covMerge.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_covMerge.cpp
1015 sci_gateway/cpp/libscicoverage_la-sci_profileGetInfo.lo: sci_gateway/cpp/sci_profileGetInfo.cpp
1016 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscicoverage_la-sci_profileGetInfo.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileGetInfo.Tpo -c -o sci_gateway/cpp/libscicoverage_la-sci_profileGetInfo.lo `test -f 'sci_gateway/cpp/sci_profileGetInfo.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_profileGetInfo.cpp
1017 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileGetInfo.Tpo sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileGetInfo.Plo
1018 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_profileGetInfo.cpp' object='sci_gateway/cpp/libscicoverage_la-sci_profileGetInfo.lo' libtool=yes @AMDEPBACKSLASH@
1019 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1020 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscicoverage_la-sci_profileGetInfo.lo `test -f 'sci_gateway/cpp/sci_profileGetInfo.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_profileGetInfo.cpp
1022 sci_gateway/cpp/libscicoverage_la-sci_profileEnable.lo: sci_gateway/cpp/sci_profileEnable.cpp
1023 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscicoverage_la-sci_profileEnable.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileEnable.Tpo -c -o sci_gateway/cpp/libscicoverage_la-sci_profileEnable.lo `test -f 'sci_gateway/cpp/sci_profileEnable.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_profileEnable.cpp
1024 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileEnable.Tpo sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileEnable.Plo
1025 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_profileEnable.cpp' object='sci_gateway/cpp/libscicoverage_la-sci_profileEnable.lo' libtool=yes @AMDEPBACKSLASH@
1026 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1027 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscicoverage_la-sci_profileEnable.lo `test -f 'sci_gateway/cpp/sci_profileEnable.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_profileEnable.cpp
1029 sci_gateway/cpp/libscicoverage_la-sci_profileDisable.lo: sci_gateway/cpp/sci_profileDisable.cpp
1030 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscicoverage_la-sci_profileDisable.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileDisable.Tpo -c -o sci_gateway/cpp/libscicoverage_la-sci_profileDisable.lo `test -f 'sci_gateway/cpp/sci_profileDisable.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_profileDisable.cpp
1031 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileDisable.Tpo sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileDisable.Plo
1032 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_profileDisable.cpp' object='sci_gateway/cpp/libscicoverage_la-sci_profileDisable.lo' libtool=yes @AMDEPBACKSLASH@
1033 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1034 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscicoverage_la-sci_profileDisable.lo `test -f 'sci_gateway/cpp/sci_profileDisable.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_profileDisable.cpp
1036 sci_gateway/cpp/libscicoverage_la-coverage_gw.lo: sci_gateway/cpp/coverage_gw.cpp
1037 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscicoverage_la-coverage_gw.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-coverage_gw.Tpo -c -o sci_gateway/cpp/libscicoverage_la-coverage_gw.lo `test -f 'sci_gateway/cpp/coverage_gw.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/coverage_gw.cpp
1038 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-coverage_gw.Tpo sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-coverage_gw.Plo
1039 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/coverage_gw.cpp' object='sci_gateway/cpp/libscicoverage_la-coverage_gw.lo' libtool=yes @AMDEPBACKSLASH@
1040 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1041 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicoverage_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscicoverage_la-coverage_gw.lo `test -f 'sci_gateway/cpp/coverage_gw.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/coverage_gw.cpp
1043 mostlyclean-libtool:
1048 -rm -rf sci_gateway/cpp/.libs sci_gateway/cpp/_libs
1049 -rm -rf src/cpp/.libs src/cpp/_libs
1050 install-libscicoverage_la_etcDATA: $(libscicoverage_la_etc_DATA)
1052 @list='$(libscicoverage_la_etc_DATA)'; test -n "$(libscicoverage_la_etcdir)" || list=; \
1053 if test -n "$$list"; then \
1054 echo " $(MKDIR_P) '$(DESTDIR)$(libscicoverage_la_etcdir)'"; \
1055 $(MKDIR_P) "$(DESTDIR)$(libscicoverage_la_etcdir)" || exit 1; \
1057 for p in $$list; do \
1058 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1060 done | $(am__base_list) | \
1061 while read files; do \
1062 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscicoverage_la_etcdir)'"; \
1063 $(INSTALL_DATA) $$files "$(DESTDIR)$(libscicoverage_la_etcdir)" || exit $$?; \
1066 uninstall-libscicoverage_la_etcDATA:
1067 @$(NORMAL_UNINSTALL)
1068 @list='$(libscicoverage_la_etc_DATA)'; test -n "$(libscicoverage_la_etcdir)" || list=; \
1069 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1070 dir='$(DESTDIR)$(libscicoverage_la_etcdir)'; $(am__uninstall_files_from_dir)
1071 install-libscicoverage_la_sci_gatewayDATA: $(libscicoverage_la_sci_gateway_DATA)
1073 @list='$(libscicoverage_la_sci_gateway_DATA)'; test -n "$(libscicoverage_la_sci_gatewaydir)" || list=; \
1074 if test -n "$$list"; then \
1075 echo " $(MKDIR_P) '$(DESTDIR)$(libscicoverage_la_sci_gatewaydir)'"; \
1076 $(MKDIR_P) "$(DESTDIR)$(libscicoverage_la_sci_gatewaydir)" || exit 1; \
1078 for p in $$list; do \
1079 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1081 done | $(am__base_list) | \
1082 while read files; do \
1083 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscicoverage_la_sci_gatewaydir)'"; \
1084 $(INSTALL_DATA) $$files "$(DESTDIR)$(libscicoverage_la_sci_gatewaydir)" || exit $$?; \
1087 uninstall-libscicoverage_la_sci_gatewayDATA:
1088 @$(NORMAL_UNINSTALL)
1089 @list='$(libscicoverage_la_sci_gateway_DATA)'; test -n "$(libscicoverage_la_sci_gatewaydir)" || list=; \
1090 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1091 dir='$(DESTDIR)$(libscicoverage_la_sci_gatewaydir)'; $(am__uninstall_files_from_dir)
1093 ID: $(am__tagged_files)
1094 $(am__define_uniq_tagged_files); mkid -fID $$unique
1098 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1101 $(am__define_uniq_tagged_files); \
1103 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1104 test -n "$$unique" || unique=$$empty_fix; \
1105 if test $$# -gt 0; then \
1106 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1109 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1116 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1117 $(am__define_uniq_tagged_files); \
1118 test -z "$(CTAGS_ARGS)$$unique" \
1119 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1123 here=`$(am__cd) $(top_builddir) && pwd` \
1124 && $(am__cd) $(top_srcdir) \
1125 && gtags -i $(GTAGS_ARGS) "$$here"
1126 cscopelist: cscopelist-am
1128 cscopelist-am: $(am__tagged_files)
1129 list='$(am__tagged_files)'; \
1130 case "$(srcdir)" in \
1131 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1132 *) sdir=$(subdir)/$(srcdir) ;; \
1134 for i in $$list; do \
1135 if test -f "$$i"; then \
1136 echo "$(subdir)/$$i"; \
1138 echo "$$sdir/$$i"; \
1140 done >> $(top_builddir)/cscope.files
1143 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1145 distdir: $(BUILT_SOURCES)
1146 $(MAKE) $(AM_MAKEFLAGS) distdir-am
1148 distdir-am: $(DISTFILES)
1149 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1150 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1151 list='$(DISTFILES)'; \
1152 dist_files=`for file in $$list; do echo $$file; done | \
1153 sed -e "s|^$$srcdirstrip/||;t" \
1154 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1155 case $$dist_files in \
1156 */*) $(MKDIR_P) `echo "$$dist_files" | \
1157 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1160 for file in $$dist_files; do \
1161 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1162 if test -d $$d/$$file; then \
1163 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1164 if test -d "$(distdir)/$$file"; then \
1165 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1167 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1168 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1169 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1171 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1173 test -f "$(distdir)/$$file" \
1174 || cp -p $$d/$$file "$(distdir)/$$file" \
1179 $(MAKE) $(AM_MAKEFLAGS) check-local
1181 all-am: Makefile $(LTLIBRARIES) $(DATA) all-local
1183 for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(libscicoverage_la_etcdir)" "$(DESTDIR)$(libscicoverage_la_sci_gatewaydir)"; do \
1184 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1187 install-exec: install-exec-am
1188 install-data: install-data-am
1189 uninstall: uninstall-am
1192 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1194 installcheck: installcheck-am
1196 if test -z '$(STRIP)'; then \
1197 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1198 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1201 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1202 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1203 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1205 mostlyclean-generic:
1210 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1211 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1212 -rm -f sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1213 -rm -f sci_gateway/cpp/$(am__dirstamp)
1214 -rm -f src/cpp/$(DEPDIR)/$(am__dirstamp)
1215 -rm -f src/cpp/$(am__dirstamp)
1217 maintainer-clean-generic:
1218 @echo "This command is intended for maintainers to use"
1219 @echo "it deletes files that may require special tools to rebuild."
1222 clean-am: clean-generic clean-libtool clean-local \
1223 clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES mostlyclean-am
1225 distclean: distclean-am
1226 -rm -f sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-coverage_gw.Plo
1227 -rm -f sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covMerge.Plo
1228 -rm -f sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covStart.Plo
1229 -rm -f sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covStop.Plo
1230 -rm -f sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covWrite.Plo
1231 -rm -f sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileDisable.Plo
1232 -rm -f sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileEnable.Plo
1233 -rm -f sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileGetInfo.Plo
1234 -rm -f src/cpp/$(DEPDIR)/libscicoverage_algo_la-CodePrinterVisitor.Plo
1235 -rm -f src/cpp/$(DEPDIR)/libscicoverage_algo_la-CovHTMLCodePrinter.Plo
1236 -rm -f src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverMacroInfo.Plo
1237 -rm -f src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverModule.Plo
1238 -rm -f src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverModule_interface.Plo
1239 -rm -f src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverResult.Plo
1240 -rm -f src/cpp/$(DEPDIR)/libscicoverage_algo_la-InstrumentVisitor.Plo
1241 -rm -f src/cpp/$(DEPDIR)/libscicoverage_algo_la-URLEncoder.Plo
1243 distclean-am: clean-am distclean-compile distclean-generic \
1244 distclean-local distclean-tags
1258 install-data-am: install-data-local install-libscicoverage_la_etcDATA \
1259 install-libscicoverage_la_sci_gatewayDATA
1261 install-dvi: install-dvi-am
1265 install-exec-am: install-pkglibLTLIBRARIES
1267 install-html: install-html-am
1269 install-html-am: install-html-local
1271 install-info: install-info-am
1277 install-pdf: install-pdf-am
1281 install-ps: install-ps-am
1287 maintainer-clean: maintainer-clean-am
1288 -rm -f sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-coverage_gw.Plo
1289 -rm -f sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covMerge.Plo
1290 -rm -f sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covStart.Plo
1291 -rm -f sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covStop.Plo
1292 -rm -f sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_covWrite.Plo
1293 -rm -f sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileDisable.Plo
1294 -rm -f sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileEnable.Plo
1295 -rm -f sci_gateway/cpp/$(DEPDIR)/libscicoverage_la-sci_profileGetInfo.Plo
1296 -rm -f src/cpp/$(DEPDIR)/libscicoverage_algo_la-CodePrinterVisitor.Plo
1297 -rm -f src/cpp/$(DEPDIR)/libscicoverage_algo_la-CovHTMLCodePrinter.Plo
1298 -rm -f src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverMacroInfo.Plo
1299 -rm -f src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverModule.Plo
1300 -rm -f src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverModule_interface.Plo
1301 -rm -f src/cpp/$(DEPDIR)/libscicoverage_algo_la-CoverResult.Plo
1302 -rm -f src/cpp/$(DEPDIR)/libscicoverage_algo_la-InstrumentVisitor.Plo
1303 -rm -f src/cpp/$(DEPDIR)/libscicoverage_algo_la-URLEncoder.Plo
1305 maintainer-clean-am: distclean-am maintainer-clean-generic
1307 mostlyclean: mostlyclean-am
1309 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1320 uninstall-am: uninstall-libscicoverage_la_etcDATA \
1321 uninstall-libscicoverage_la_sci_gatewayDATA \
1322 uninstall-pkglibLTLIBRARIES
1324 .MAKE: check-am install-am install-strip
1326 .PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \
1327 check-am check-local clean clean-generic clean-libtool \
1328 clean-local clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES \
1329 cscopelist-am ctags ctags-am distclean distclean-compile \
1330 distclean-generic distclean-libtool distclean-local \
1331 distclean-tags distdir dvi dvi-am html html-am info info-am \
1332 install install-am install-data install-data-am \
1333 install-data-local install-dvi install-dvi-am install-exec \
1334 install-exec-am install-html install-html-am \
1335 install-html-local install-info install-info-am \
1336 install-libscicoverage_la_etcDATA \
1337 install-libscicoverage_la_sci_gatewayDATA install-man \
1338 install-pdf install-pdf-am install-pkglibLTLIBRARIES \
1339 install-ps install-ps-am install-strip installcheck \
1340 installcheck-am installdirs maintainer-clean \
1341 maintainer-clean-generic mostlyclean mostlyclean-compile \
1342 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1343 tags tags-am uninstall uninstall-am \
1344 uninstall-libscicoverage_la_etcDATA \
1345 uninstall-libscicoverage_la_sci_gatewayDATA \
1346 uninstall-pkglibLTLIBRARIES
1351 # This target enables tests for Scilab
1352 check-local: $(top_builddir)/scilab-bin test
1353 if test -d $(mydatadir)/tests; then \
1354 @COMMAND="try test_run('$(modulename)');catch exit(-1);end;exit(0)"; export LANG=C; $(top_builddir)/bin/scilab -nwni -nb -e "$$COMMAND"; \
1357 if test -f build.xml; then \
1358 $(ANT) checkstyle; \
1360 if test -x "$(SPLINT)"; then \
1361 $(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); \
1363 @NEED_JAVA_TRUE@java:
1364 # Some configurations needs to export JAVA_HOME in the current env
1365 @NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
1366 @NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
1367 @NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \
1368 @NEED_JAVA_TRUE@ $(ANT); \
1371 @NEED_JAVA_TRUE@clean-java:
1372 # Some configurations needs to export JAVA_HOME in the current env
1373 @NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
1374 @NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
1375 @NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \
1376 @NEED_JAVA_TRUE@ $(ANT) clean; \
1377 @NEED_JAVA_TRUE@ fi;
1379 # If the user request for the SWIG generation of the wrappers Java => C/C++
1380 # We call the target swig-build on the variable SWIG_WRAPPERS
1382 @SWIG_TRUE@swig: $(SWIG_WRAPPERS)
1383 @SWIG_TRUE@ @SWIG_PACKAGENAME=org.scilab.modules.$(modulename); \
1384 @SWIG_TRUE@ SWIG_OUTDIR=src/java/org/scilab/modules/$(modulename)/; \
1385 @SWIG_TRUE@ if test -n "$(SWIG_WRAPPERS)"; then \
1386 @SWIG_TRUE@ for file in $(SWIG_WRAPPERS) ; do \
1387 @SWIG_TRUE@ echo "Swig process of $$file (Java) ..."; \
1388 @SWIG_TRUE@ $(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_JAVA) -package $$SWIG_PACKAGENAME -outdir $$SWIG_OUTDIR $$file; \
1392 @SWIG_TRUE@swig-scilab: $(SWIG_SCILAB_WRAPPERS)
1393 @SWIG_TRUE@ @SWIG_OUTDIR=src/swig/; \
1394 @SWIG_TRUE@ if test -n "$(SWIG_SCILAB_WRAPPERS)"; then \
1395 @SWIG_TRUE@ for file in $(SWIG_SCILAB_WRAPPERS) ; do \
1396 @SWIG_TRUE@ echo "Swig process of $$file (Scilab) ..."; \
1397 @SWIG_TRUE@ $(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_SCILAB) -outdir $$SWIG_OUTDIR $$file; \
1401 # If the user request for the SWIG generation of the wrappers Java => C/C++
1402 # We call the target swig-build on the variable SWIG_WRAPPERS
1404 @GIWS_TRUE@giws: $(GIWS_WRAPPERS)
1405 @GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/; \
1406 @GIWS_TRUE@ MANDATORY_OPTIONS="--throws-exception-on-error --description-file"; \
1407 @GIWS_TRUE@ if test -n "$(GIWS_WRAPPERS)"; then \
1408 @GIWS_TRUE@ for file in $(GIWS_WRAPPERS) ; do \
1409 @GIWS_TRUE@ echo "GIWS process of $$file ..."; \
1410 @GIWS_TRUE@ if test -z "$(GIWS_OPTIONS)"; then \
1411 @GIWS_TRUE@ $(GIWS_BIN) --disable-return-size-array --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \
1413 @GIWS_TRUE@ echo "Custom GIWS call with '$$GIWS_OPTIONS'"; \
1414 @GIWS_TRUE@ $(GIWS_BIN) $$GIWS_OPTIONS --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \
1419 @GIWS_TRUE@giws-exception:
1420 @GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/;\
1421 @GIWS_TRUE@ echo "GIWS: Generation of exception class ..."; \
1422 @GIWS_TRUE@ $(GIWS_BIN) --generate-exception-class --output-dir $$GIWS_OUTPUTDIR
1425 -@( if test ! -x $(top_builddir)/scilab-bin; then \
1426 echo "Error : Cannot build $< : Scilab has not been built"; \
1428 $(top_builddir)/bin/scilab -ns -nwni -e "exec('macros/buildmacros.sce');quit;";\
1431 # Removes the macros
1433 # Removes macros (*.bin generated from .sci)
1434 @for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
1435 echo "rm -f $(builddir)/$$dir/$(MACROBINMASK)"; \
1436 rm -f $(builddir)/$$dir/$(MACROBINMASK); \
1440 # More tests could be added here
1441 @if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
1442 if test -f build.xml -a $$USEANT -eq 1; then \
1446 all-local: $(TARGETS_ALL)
1449 -@( if test ! -x $(top_builddir)/scilab-bin; then \
1450 echo "Error : Cannot build $< : Scilab has not been build"; \
1452 echo "Creating $@"; \
1453 $(top_builddir)/bin/scilab -ns -nwni -e "exec('$(abs_srcdir)/$<');save('$(abs_srcdir)/$@');exit;"; \
1458 install-data-local-local:
1459 # Mainly for javasci
1460 @if test -d $(srcdir)/javadoc; then \
1461 cp -R $(srcdir)/javadoc $(DESTDIR)/$(mydatadir)/; \
1463 # If the user wants the help sources to be installed
1464 @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of XML sources of help files --------"; \
1465 @INSTALL_HELP_XML_TRUE@ for lang in $(ALL_LINGUAS); do \
1466 @INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/$$lang; then \
1467 @INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/$$lang && \
1468 @INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/$$lang/$(DOCMASKXML) >/dev/null 2>&1; then \
1469 @INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/$$lang/$(DOCMASKXML) ; do \
1470 @INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/$$lang" ; \
1471 @INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/$$lang ; \
1472 @INSTALL_HELP_XML_TRUE@ done ; \
1473 @INSTALL_HELP_XML_TRUE@ fi; \
1474 @INSTALL_HELP_XML_TRUE@ fi; \
1475 @INSTALL_HELP_XML_TRUE@ done; \
1476 @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of MathML sources --------"; \
1477 @INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/mml/; then \
1478 @INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/mml/ && \
1479 @INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/mml/$(DOCMASKMML) >/dev/null 2>&1; then \
1480 @INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/mml/$(DOCMASKMML) ; do \
1481 @INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/mml" ; \
1482 @INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/mml ; \
1483 @INSTALL_HELP_XML_TRUE@ done ; \
1484 @INSTALL_HELP_XML_TRUE@ fi; \
1485 @INSTALL_HELP_XML_TRUE@ fi
1488 @echo "-------- Install tests (if any) --------"; \
1489 for dir in $(TESTS_DIR) $(TESTS_DIREXT) ; do \
1490 if test -d $(srcdir)/$$dir/; then \
1491 $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
1492 for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
1493 if test -d "$(srcdir)/$$dir/$$file"; then \
1494 echo $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir/$$file; \
1495 $(mkinstalldirs) "$(DESTDIR)$(pkgmacrosdir)/$$dir/$$file"; \
1497 echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
1498 $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
1503 # Install the help chapter
1504 @echo "-------- Install the help chapter (if any) --------"; \
1505 for lang in $(HELP_CHAPTERLANG); do \
1506 HELPFILE=$(srcdir)/$(HELP_CHAPTERDIR)$$lang/$(HELP_CHAPTERFILE); \
1507 if test -f $$HELPFILE; then \
1508 echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
1509 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
1510 echo $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
1511 $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
1514 # Install the demos & examples
1515 @echo "-------- Install demos & examples (if any) --------"; \
1516 for dir in $(DEMOS_DIR) $(DEMOS_DIREXT) $(EXAMPLES_DIR) $(EXAMPLES_DIREXT) ; do \
1517 if test -d $(srcdir)/$$dir/; then \
1518 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir && \
1519 for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
1520 if test -d "$(srcdir)/$$dir/$$file"; then \
1521 echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir/$$file; \
1522 $(mkinstalldirs) "$(DESTDIR)$(pkgdocdir)/$$dir/$$file"; \
1524 echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
1525 $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
1530 # Install the macros
1531 @echo "-------- Install macros (if any) --------"; \
1532 for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
1533 $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
1534 if test -d $(srcdir)/$$dir/; then \
1535 FILELIST="$(srcdir)/$$dir/$(MACROMASK) $(srcdir)/$$dir/$(MACROBINMASK) $(srcdir)/$$dir/$(MACROBUILDMASK) $(srcdir)/$$dir/names $(srcdir)/$$dir/lib";\
1536 if test -n "$(MACROSSPECIALEXT)"; then \
1538 for specialExt in $(MACROSSPECIALEXT); do \
1539 specialExtDir="$$specialExtDir $(srcdir)/$$dir/$$specialExt"; \
1541 FILELIST="$$FILELIST $$specialExtDir"; \
1543 for file in `ls -1 $$FILELIST 2>/dev/null`; do \
1544 echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgmacrosdir)/$$dir" ; \
1545 $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgmacrosdir)/$$dir ; \
1549 # Install java files (.jar)
1550 @if ls -lLd $(srcdir)/$(JARDIR)$(JARMASK) >/dev/null 2>&1; then \
1551 echo "-------- Install jar files --------"; \
1552 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(JARDIR); \
1553 for file in $(srcdir)/$(JARDIR)$(JARMASK); do\
1554 echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/$(JARDIR)" ; \
1555 $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/$(JARDIR) ; \
1559 ########### CLEAN ###################
1560 # Clean help (generated automatically by Scilab)
1561 # It used to clean the macro (clean-macros) but this was causing
1562 # make clean && make to fail Scilab startup
1563 @NEED_JAVA_TRUE@clean-local: clean-java
1564 @NEED_JAVA_FALSE@clean-local:
1567 rm -f $(builddir)/help/*/.last_successful_build_javaHelp $(builddir)/help/*/.list_*
1569 .PHONY: macros java swig giws
1571 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1572 # Otherwise a system limit (for SysV at least) may be exceeded.