From 0345245e860375a32c9a437c4a9d9cae807134e9 Mon Sep 17 00:00:00 2001 From: Shashank Date: Mon, 29 May 2017 12:40:26 +0530 Subject: CMSCOPE changed --- modules/scicos/Makefile.in | 3812 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 3812 insertions(+) create mode 100755 modules/scicos/Makefile.in (limited to 'modules/scicos/Makefile.in') diff --git a/modules/scicos/Makefile.in b/modules/scicos/Makefile.in new file mode 100755 index 000000000..7fa95f92f --- /dev/null +++ b/modules/scicos/Makefile.in @@ -0,0 +1,3812 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +# Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +# Copyright (C) 2008 - INRIA - Sylvestre Ledru +# +# This file must be used under the terms of the CeCILL. +# This source file is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at +# http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt + +# Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +# Copyright (C) 2006-2008 - INRIA - Sylvestre LEDRU +# Copyright (C) 2008 - INRIA - Pierre MARECHAL +# +# This file must be used under the terms of the CeCILL. +# This source file is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at +# http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt +# + +########## +### Makefile included stuff +### Target, variable, suffixes which are supposed to be useful in every makefile.am +########## + +# Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +# Copyright (C) 2008 - INRIA - Sylvestre Ledru +# Copyright (C) 2010 - DIGITEO - Sylvestre Ledru +# Copyright (C) 2014 - Scilab Enterprises - Clement DAVID +# +# This file must be used under the terms of the CeCILL. +# This source file is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at +# http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt + +# TODO: +# * see if we can do more factorization (on the lexer for example) + +######### Common Modelica elements ############# + + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +@GUI_TRUE@@XCOS_TRUE@am__append_1 = libsciscicos.la +@XCOS_TRUE@am__append_2 = libscisundials.la \ +@XCOS_TRUE@ $(top_builddir)/modules/scicos_blocks/libsciscicos_blocks-cli.la + +@GUI_TRUE@@XCOS_TRUE@am__append_3 = libscisundials.la \ +@GUI_TRUE@@XCOS_TRUE@ $(top_builddir)/modules/scicos_blocks/libsciscicos_blocks.la + +DIST_COMMON = $(top_srcdir)/Makefile.incl.am \ + $(srcdir)/Makefile.modelica.am $(srcdir)/.depend \ + $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/config/mkinstalldirs \ + $(top_srcdir)/config/depcomp \ + $(libsciscicos_la_include_HEADERS) +@NEED_JAVA_TRUE@am__append_4 = java +@OCAML_TRUE@@XCOS_TRUE@bin_PROGRAMS = $(am__EXEEXT_1) + +########## COMMON +@OCAML_TRUE@@XCOS_TRUE@am__append_5 = .ml .mli .mll .mly .cmo .cmi .cmx +subdir = modules/scicos +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/backtrace.m4 \ + $(top_srcdir)/m4/compiler.m4 $(top_srcdir)/m4/curl.m4 \ + $(top_srcdir)/m4/docbook.m4 $(top_srcdir)/m4/doxygen.m4 \ + $(top_srcdir)/m4/fftw.m4 $(top_srcdir)/m4/fortran.m4 \ + $(top_srcdir)/m4/giws.m4 $(top_srcdir)/m4/hdf5.m4 \ + $(top_srcdir)/m4/intel_compiler.m4 \ + $(top_srcdir)/m4/java-thirdparty.m4 $(top_srcdir)/m4/java.m4 \ + $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/libsmath.m4 $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/macosx.m4 \ + $(top_srcdir)/m4/mpi.m4 $(top_srcdir)/m4/ocaml.m4 \ + $(top_srcdir)/m4/pcre.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/swig.m4 \ + $(top_srcdir)/m4/symlinks.m4 $(top_srcdir)/m4/tcltk.m4 \ + $(top_srcdir)/m4/umfpack.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/modules/core/includes/machine.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(bindir)" \ + "$(DESTDIR)$(libsciscicos_la_etcdir)" \ + "$(DESTDIR)$(libsciscicos_la_rootdir)" \ + "$(DESTDIR)$(libsciscicos_la_sci_gatewaydir)" \ + "$(DESTDIR)$(libsciscicos_la_cosfdir)" \ + "$(DESTDIR)$(libsciscicos_la_includedir)" +LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkglib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libsciscicos_algo_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__libsciscicos_algo_la_SOURCES_DIST = src/c/noscicos/noscicos.c \ + src/c/tree.c src/c/scicos_malloc.c src/c/scicos_print.c \ + src/c/import.c src/c/scicos.c src/c/scicos_free.c \ + src/c/sciblk2.c src/c/sciblk4.c src/c/ezxml.c src/c/il_state.c \ + src/c/il_sim.c src/c/createblklist.c src/c/var2sci.c \ + src/c/copyvarfromlistentry.c src/c/MlistGetFieldNumber.c \ + src/c/extractblklist.c src/c/lsodar.c src/c/ddaskr.c \ + src/fortran/scitovv.f src/fortran/vvtosci.f \ + src/fortran/skipvars.f src/fortran/coselm.f \ + src/fortran/scitod.f src/fortran/sctree.f src/fortran/scierr.f \ + src/fortran/ftree2.f src/fortran/ftree3.f \ + src/fortran/list2vars.f src/fortran/ftree4.f \ + src/fortran/scitoi.f src/fortran/scifunc.f +am__dirstamp = $(am__leading_dot)dirstamp +am__objects_1 = src/c/noscicos/libsciscicos_algo_la-noscicos.lo +am__objects_2 = src/c/libsciscicos_algo_la-tree.lo \ + src/c/libsciscicos_algo_la-scicos_malloc.lo \ + src/c/libsciscicos_algo_la-scicos_print.lo \ + src/c/libsciscicos_algo_la-import.lo \ + src/c/libsciscicos_algo_la-scicos.lo \ + src/c/libsciscicos_algo_la-scicos_free.lo \ + src/c/libsciscicos_algo_la-sciblk2.lo \ + src/c/libsciscicos_algo_la-sciblk4.lo \ + src/c/libsciscicos_algo_la-ezxml.lo \ + src/c/libsciscicos_algo_la-il_state.lo \ + src/c/libsciscicos_algo_la-il_sim.lo \ + src/c/libsciscicos_algo_la-createblklist.lo \ + src/c/libsciscicos_algo_la-var2sci.lo \ + src/c/libsciscicos_algo_la-copyvarfromlistentry.lo \ + src/c/libsciscicos_algo_la-MlistGetFieldNumber.lo \ + src/c/libsciscicos_algo_la-extractblklist.lo \ + src/c/libsciscicos_algo_la-lsodar.lo \ + src/c/libsciscicos_algo_la-ddaskr.lo +am__objects_3 = src/fortran/scitovv.lo src/fortran/vvtosci.lo \ + src/fortran/skipvars.lo src/fortran/coselm.lo \ + src/fortran/scitod.lo src/fortran/sctree.lo \ + src/fortran/scierr.lo src/fortran/ftree2.lo \ + src/fortran/ftree3.lo src/fortran/list2vars.lo \ + src/fortran/ftree4.lo src/fortran/scitoi.lo \ + src/fortran/scifunc.lo +@XCOS_FALSE@am_libsciscicos_algo_la_OBJECTS = $(am__objects_1) +@XCOS_TRUE@am_libsciscicos_algo_la_OBJECTS = $(am__objects_2) \ +@XCOS_TRUE@ $(am__objects_3) +libsciscicos_algo_la_OBJECTS = $(am_libsciscicos_algo_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libsciscicos_algo_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=F77 \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(F77LD) \ + $(AM_FFLAGS) $(FFLAGS) $(libsciscicos_algo_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +libsciscicos_cli_la_DEPENDENCIES = libsciscicos-algo.la \ + $(am__append_2) $(am__DEPENDENCIES_1) +am__libsciscicos_cli_la_SOURCES_DIST = sci_gateway/c/gw_scicos.c \ + sci_gateway/c/sci_buildouttb.c sci_gateway/c/sci_callblk.c \ + sci_gateway/c/sci_coserror.c sci_gateway/c/sci_ctree2.c \ + sci_gateway/c/sci_ctree3.c sci_gateway/c/sci_ctree4.c \ + sci_gateway/c/sci_curblock.c sci_gateway/c/sci_curblockc.c \ + sci_gateway/c/sci_data2sig.c sci_gateway/c/sci_diffobjs.c \ + sci_gateway/c/sci_duplicate.c sci_gateway/c/sci_end_scicosim.c \ + sci_gateway/c/sci_ftree2.c sci_gateway/c/sci_ftree3.c \ + sci_gateway/c/sci_ftree4.c sci_gateway/c/sci_getblocklabel.c \ + sci_gateway/c/sci_getscicosvars.c \ + sci_gateway/c/sci_haltscicos.c sci_gateway/c/sci_loadScicos.c \ + sci_gateway/c/sci_model2blk.c \ + sci_gateway/c/sci_phase_simulation.c \ + sci_gateway/c/sci_pointer_xproperty.c \ + sci_gateway/c/sci_scicos_debug.c \ + sci_gateway/c/sci_scicos_debug_count.c \ + sci_gateway/c/sci_scicosim.c sci_gateway/c/sci_scicos_time.c \ + sci_gateway/c/sci_sctree.c sci_gateway/c/sci_set_blockerror.c \ + sci_gateway/c/sci_set_xproperty.c sci_gateway/c/sci_sig2data.c \ + sci_gateway/c/sci_var2vec.c sci_gateway/c/sci_vec2var.c \ + sci_gateway/fortran/sci_f_ctree.f \ + sci_gateway/fortran/sci_f_curblock.f \ + sci_gateway/fortran/sci_f_debug_count.f \ + sci_gateway/fortran/sci_f_getblocklabel.f \ + sci_gateway/fortran/sci_f_scicos_debug.f \ + sci_gateway/fortran/sci_f_tree2.f \ + sci_gateway/fortran/sci_f_tree3.f \ + sci_gateway/fortran/sci_f_tree4.f \ + sci_gateway/fortran/sci_f_var2vec.f \ + sci_gateway/fortran/sci_f_vec2var.f +am__objects_4 = sci_gateway/c/libsciscicos_cli_la-gw_scicos.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_buildouttb.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_callblk.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_coserror.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_ctree2.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_ctree3.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_ctree4.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_curblock.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_curblockc.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_data2sig.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_diffobjs.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_duplicate.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_end_scicosim.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_ftree2.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_ftree3.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_ftree4.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_getblocklabel.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_getscicosvars.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_haltscicos.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_loadScicos.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_model2blk.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_phase_simulation.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_pointer_xproperty.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_scicos_debug.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_scicos_debug_count.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_scicosim.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_scicos_time.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_sctree.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_set_blockerror.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_set_xproperty.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_sig2data.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_var2vec.lo \ + sci_gateway/c/libsciscicos_cli_la-sci_vec2var.lo +am__objects_5 = sci_gateway/fortran/sci_f_ctree.lo \ + sci_gateway/fortran/sci_f_curblock.lo \ + sci_gateway/fortran/sci_f_debug_count.lo \ + sci_gateway/fortran/sci_f_getblocklabel.lo \ + sci_gateway/fortran/sci_f_scicos_debug.lo \ + sci_gateway/fortran/sci_f_tree2.lo \ + sci_gateway/fortran/sci_f_tree3.lo \ + sci_gateway/fortran/sci_f_tree4.lo \ + sci_gateway/fortran/sci_f_var2vec.lo \ + sci_gateway/fortran/sci_f_vec2var.lo +@XCOS_TRUE@am_libsciscicos_cli_la_OBJECTS = $(am__objects_4) \ +@XCOS_TRUE@ $(am__objects_5) +libsciscicos_cli_la_OBJECTS = $(am_libsciscicos_cli_la_OBJECTS) +libsciscicos_cli_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=F77 \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(F77LD) \ + $(AM_FFLAGS) $(FFLAGS) $(libsciscicos_cli_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@XCOS_TRUE@am_libsciscicos_cli_la_rpath = -rpath $(pkglibdir) +libsciscicos_la_DEPENDENCIES = libsciscicos-algo.la $(am__append_3) \ + $(am__DEPENDENCIES_1) +am__libsciscicos_la_SOURCES_DIST = sci_gateway/c/gw_scicos.c \ + sci_gateway/c/sci_buildouttb.c sci_gateway/c/sci_callblk.c \ + sci_gateway/c/sci_coserror.c sci_gateway/c/sci_ctree2.c \ + sci_gateway/c/sci_ctree3.c sci_gateway/c/sci_ctree4.c \ + sci_gateway/c/sci_curblock.c sci_gateway/c/sci_curblockc.c \ + sci_gateway/c/sci_data2sig.c sci_gateway/c/sci_diffobjs.c \ + sci_gateway/c/sci_duplicate.c sci_gateway/c/sci_end_scicosim.c \ + sci_gateway/c/sci_ftree2.c sci_gateway/c/sci_ftree3.c \ + sci_gateway/c/sci_ftree4.c sci_gateway/c/sci_getblocklabel.c \ + sci_gateway/c/sci_getscicosvars.c \ + sci_gateway/c/sci_haltscicos.c sci_gateway/c/sci_loadScicos.c \ + sci_gateway/c/sci_model2blk.c \ + sci_gateway/c/sci_phase_simulation.c \ + sci_gateway/c/sci_pointer_xproperty.c \ + sci_gateway/c/sci_scicos_debug.c \ + sci_gateway/c/sci_scicos_debug_count.c \ + sci_gateway/c/sci_scicosim.c sci_gateway/c/sci_scicos_time.c \ + sci_gateway/c/sci_sctree.c sci_gateway/c/sci_set_blockerror.c \ + sci_gateway/c/sci_set_xproperty.c sci_gateway/c/sci_sig2data.c \ + sci_gateway/c/sci_var2vec.c sci_gateway/c/sci_vec2var.c \ + sci_gateway/fortran/sci_f_ctree.f \ + sci_gateway/fortran/sci_f_curblock.f \ + sci_gateway/fortran/sci_f_debug_count.f \ + sci_gateway/fortran/sci_f_getblocklabel.f \ + sci_gateway/fortran/sci_f_scicos_debug.f \ + sci_gateway/fortran/sci_f_tree2.f \ + sci_gateway/fortran/sci_f_tree3.f \ + sci_gateway/fortran/sci_f_tree4.f \ + sci_gateway/fortran/sci_f_var2vec.f \ + sci_gateway/fortran/sci_f_vec2var.f +am__objects_6 = sci_gateway/c/libsciscicos_la-gw_scicos.lo \ + sci_gateway/c/libsciscicos_la-sci_buildouttb.lo \ + sci_gateway/c/libsciscicos_la-sci_callblk.lo \ + sci_gateway/c/libsciscicos_la-sci_coserror.lo \ + sci_gateway/c/libsciscicos_la-sci_ctree2.lo \ + sci_gateway/c/libsciscicos_la-sci_ctree3.lo \ + sci_gateway/c/libsciscicos_la-sci_ctree4.lo \ + sci_gateway/c/libsciscicos_la-sci_curblock.lo \ + sci_gateway/c/libsciscicos_la-sci_curblockc.lo \ + sci_gateway/c/libsciscicos_la-sci_data2sig.lo \ + sci_gateway/c/libsciscicos_la-sci_diffobjs.lo \ + sci_gateway/c/libsciscicos_la-sci_duplicate.lo \ + sci_gateway/c/libsciscicos_la-sci_end_scicosim.lo \ + sci_gateway/c/libsciscicos_la-sci_ftree2.lo \ + sci_gateway/c/libsciscicos_la-sci_ftree3.lo \ + sci_gateway/c/libsciscicos_la-sci_ftree4.lo \ + sci_gateway/c/libsciscicos_la-sci_getblocklabel.lo \ + sci_gateway/c/libsciscicos_la-sci_getscicosvars.lo \ + sci_gateway/c/libsciscicos_la-sci_haltscicos.lo \ + sci_gateway/c/libsciscicos_la-sci_loadScicos.lo \ + sci_gateway/c/libsciscicos_la-sci_model2blk.lo \ + sci_gateway/c/libsciscicos_la-sci_phase_simulation.lo \ + sci_gateway/c/libsciscicos_la-sci_pointer_xproperty.lo \ + sci_gateway/c/libsciscicos_la-sci_scicos_debug.lo \ + sci_gateway/c/libsciscicos_la-sci_scicos_debug_count.lo \ + sci_gateway/c/libsciscicos_la-sci_scicosim.lo \ + sci_gateway/c/libsciscicos_la-sci_scicos_time.lo \ + sci_gateway/c/libsciscicos_la-sci_sctree.lo \ + sci_gateway/c/libsciscicos_la-sci_set_blockerror.lo \ + sci_gateway/c/libsciscicos_la-sci_set_xproperty.lo \ + sci_gateway/c/libsciscicos_la-sci_sig2data.lo \ + sci_gateway/c/libsciscicos_la-sci_var2vec.lo \ + sci_gateway/c/libsciscicos_la-sci_vec2var.lo +@XCOS_TRUE@am_libsciscicos_la_OBJECTS = $(am__objects_6) \ +@XCOS_TRUE@ $(am__objects_5) +libsciscicos_la_OBJECTS = $(am_libsciscicos_la_OBJECTS) +libsciscicos_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=F77 \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(F77LD) \ + $(AM_FFLAGS) $(FFLAGS) $(libsciscicos_la_LDFLAGS) $(LDFLAGS) \ + -o $@ +@GUI_TRUE@@XCOS_TRUE@am_libsciscicos_la_rpath = -rpath $(pkglibdir) +libscisundials_la_LIBADD = +am__objects_7 = \ + src/scicos_sundials/src/cvode/libscisundials_la-cvode.lo \ + src/scicos_sundials/src/cvode/libscisundials_la-cvode_dense.lo \ + src/scicos_sundials/src/cvode/libscisundials_la-cvode_direct.lo \ + src/scicos_sundials/src/cvode/libscisundials_la-cvode_io.lo \ + src/scicos_sundials/src/ida/libscisundials_la-ida.lo \ + src/scicos_sundials/src/ida/libscisundials_la-ida_dense.lo \ + src/scicos_sundials/src/ida/libscisundials_la-ida_direct.lo \ + src/scicos_sundials/src/ida/libscisundials_la-ida_ic.lo \ + src/scicos_sundials/src/ida/libscisundials_la-ida_io.lo \ + src/scicos_sundials/src/kinsol/libscisundials_la-kinsol.lo \ + src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_dense.lo \ + src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_direct.lo \ + src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_io.lo \ + src/scicos_sundials/src/nvec_ser/libscisundials_la-nvector_serial.lo \ + src/scicos_sundials/src/sundials/libscisundials_la-sundials_dense.lo \ + src/scicos_sundials/src/sundials/libscisundials_la-sundials_direct.lo \ + src/scicos_sundials/src/sundials/libscisundials_la-sundials_math.lo \ + src/scicos_sundials/src/sundials/libscisundials_la-sundials_nvector.lo \ + src/scicos_sundials/src/sundials/libscisundials_la-sundials_extension.lo +am_libscisundials_la_OBJECTS = $(am__objects_7) +libscisundials_la_OBJECTS = $(am_libscisundials_la_OBJECTS) +@XCOS_TRUE@am_libscisundials_la_rpath = -rpath $(pkglibdir) +@OCAML_TRUE@@XCOS_TRUE@am__EXEEXT_1 = modelicac$(EXEEXT) \ +@OCAML_TRUE@@XCOS_TRUE@ XML2Modelica$(EXEEXT) \ +@OCAML_TRUE@@XCOS_TRUE@ modelicat$(EXEEXT) +PROGRAMS = $(bin_PROGRAMS) +am__XML2Modelica_SOURCES_DIST = $(srcdir)/src/xml2modelica/xMLTree.ml \ + $(srcdir)/src/xml2modelica/linenum.mll \ + $(srcdir)/src/xml2modelica/stringParser.ml \ + $(srcdir)/src/xml2modelica/stringLexer.ml \ + $(srcdir)/src/xml2modelica/xMLParser.ml \ + $(srcdir)/src/xml2modelica/xMLLexer.ml \ + $(srcdir)/src/xml2modelica/modelicaCodeGenerator.ml \ + $(srcdir)/src/xml2modelica/xML2Modelica.ml +am_XML2Modelica_OBJECTS = +XML2Modelica_OBJECTS = $(am_XML2Modelica_OBJECTS) +XML2Modelica_LDADD = $(LDADD) +am__modelicac_SOURCES_DIST = \ + $(srcdir)/src/modelica_compiler/parseTree.ml \ + $(srcdir)/src/modelica_compiler/linenum.mll \ + $(srcdir)/src/modelica_compiler/parser.mly \ + $(srcdir)/src/modelica_compiler/lexer.mll \ + $(srcdir)/src/modelica_compiler/precompilation.ml \ + $(srcdir)/src/modelica_compiler/compilation.ml \ + $(srcdir)/src/modelica_compiler/instantiation.ml \ + $(srcdir)/src/modelica_compiler/graphNodeSet.ml \ + $(srcdir)/src/modelica_compiler/symbolicExpression.ml \ + $(srcdir)/src/modelica_compiler/squareSparseMatrix.ml \ + $(srcdir)/src/modelica_compiler/bipartiteGraph.ml \ + $(srcdir)/src/modelica_compiler/hungarianMethod.ml \ + $(srcdir)/src/modelica_compiler/causalityGraph.ml \ + $(srcdir)/src/modelica_compiler/optimization.ml \ + $(srcdir)/src/modelica_compiler/xMLCodeGeneration.ml \ + $(srcdir)/src/modelica_compiler/optimizingCompiler.ml \ + $(srcdir)/src/modelica_compiler/scicosCodeGeneration.ml \ + $(srcdir)/src/modelica_compiler/scicosOptimizingCompiler.ml +am_modelicac_OBJECTS = +modelicac_OBJECTS = $(am_modelicac_OBJECTS) +modelicac_LDADD = $(LDADD) +am__modelicat_SOURCES_DIST = \ + $(srcdir)/src/translator/parsing/syntax.ml \ + $(srcdir)/src/translator/parsing/parser.mly \ + $(srcdir)/src/translator/parsing/lexer.mll \ + $(srcdir)/src/translator/parsing/linenum.mll \ + $(srcdir)/src/translator/compilation/types.ml \ + $(srcdir)/src/translator/compilation/nameResolve.ml \ + $(srcdir)/src/translator/instantiation/instantiation.ml \ + $(srcdir)/src/translator/exceptionHandling/msgDico.ml \ + $(srcdir)/src/translator/exceptionHandling/errorDico.ml \ + $(srcdir)/src/translator/exceptionHandling/exceptHandler.ml \ + $(srcdir)/src/translator/translation/libraryManager.ml \ + $(srcdir)/src/translator/translation/codeGeneration.ml \ + $(srcdir)/src/translator/translation/versiondate.ml \ + $(srcdir)/src/translator/translation/translator.ml +am_modelicat_OBJECTS = +modelicat_OBJECTS = $(am_modelicat_OBJECTS) +modelicat_LDADD = $(LDADD) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/modules/core/includes +depcomp = $(SHELL) $(top_srcdir)/config/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = +CCLD = $(CC) +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = +F77COMPILE = $(F77) $(AM_FFLAGS) $(FFLAGS) +LTF77COMPILE = $(LIBTOOL) $(AM_V_lt) --tag=F77 $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS) +AM_V_F77 = $(am__v_F77_@AM_V@) +am__v_F77_ = $(am__v_F77_@AM_DEFAULT_V@) +am__v_F77_0 = @echo " F77 " $@; +am__v_F77_1 = +F77LD = $(F77) +F77LINK = $(LIBTOOL) $(AM_V_lt) --tag=F77 $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(F77LD) $(AM_FFLAGS) $(FFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_F77LD = $(am__v_F77LD_@AM_V@) +am__v_F77LD_ = $(am__v_F77LD_@AM_DEFAULT_V@) +am__v_F77LD_0 = @echo " F77LD " $@; +am__v_F77LD_1 = +SOURCES = $(libsciscicos_algo_la_SOURCES) \ + $(libsciscicos_cli_la_SOURCES) $(libsciscicos_la_SOURCES) \ + $(libscisundials_la_SOURCES) $(XML2Modelica_SOURCES) \ + $(modelicac_SOURCES) $(modelicat_SOURCES) +DIST_SOURCES = $(am__libsciscicos_algo_la_SOURCES_DIST) \ + $(am__libsciscicos_cli_la_SOURCES_DIST) \ + $(am__libsciscicos_la_SOURCES_DIST) \ + $(libscisundials_la_SOURCES) $(am__XML2Modelica_SOURCES_DIST) \ + $(am__modelicac_SOURCES_DIST) $(am__modelicat_SOURCES_DIST) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(libsciscicos_la_etc_DATA) $(libsciscicos_la_root_DATA) \ + $(libsciscicos_la_sci_gateway_DATA) \ + $(nobase_libsciscicos_la_cosf_DATA) +HEADERS = $(libsciscicos_la_include_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_LINGUAS = @ALL_LINGUAS@ +ALL_LINGUAS_DOC = @ALL_LINGUAS_DOC@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +ANT = @ANT@ +ANTLR = @ANTLR@ +AR = @AR@ +ARPACK_LIBS = @ARPACK_LIBS@ +ASM3 = @ASM3@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AVALON_FRAMEWORK = @AVALON_FRAMEWORK@ +AWK = @AWK@ +BATIK = @BATIK@ +BLAS_LIBS = @BLAS_LIBS@ +CC = @CC@ +CCACHE = @CCACHE@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CHECKSTYLE = @CHECKSTYLE@ +COBERTURA = @COBERTURA@ +COMMONS_BEANUTILS = @COMMONS_BEANUTILS@ +COMMONS_IO = @COMMONS_IO@ +COMMONS_LOGGING = @COMMONS_LOGGING@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_CONFIG = @CURL_CONFIG@ +CURL_LIBS = @CURL_LIBS@ +CURL_VERSION = @CURL_VERSION@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEMOTOOLS_ENABLE = @DEMOTOOLS_ENABLE@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DOCBOOK_ROOT = @DOCBOOK_ROOT@ +DOXYGEN_BIN = @DOXYGEN_BIN@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ECJ = @ECJ@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +FFTW3_LIB = @FFTW3_LIB@ +FFTW_ENABLE = @FFTW_ENABLE@ +FGREP = @FGREP@ +FLEXDOCK = @FLEXDOCK@ +FLIBS = @FLIBS@ +FOP = @FOP@ +FREEHEP_GRAPHICS2D = @FREEHEP_GRAPHICS2D@ +FREEHEP_GRAPHICSIO = @FREEHEP_GRAPHICSIO@ +FREEHEP_GRAPHICSIO_EMF = @FREEHEP_GRAPHICSIO_EMF@ +FREEHEP_IO = @FREEHEP_IO@ +FREEHEP_UTIL = @FREEHEP_UTIL@ +GENHTML = @GENHTML@ +GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ +GIWS_BIN = @GIWS_BIN@ +GLUEGEN2_RT = @GLUEGEN2_RT@ +GMSGFMT = @GMSGFMT@ +GMSGFMT_015 = @GMSGFMT_015@ +GRAPHICS_ENABLE = @GRAPHICS_ENABLE@ +GREP = @GREP@ +GUI_ENABLE = @GUI_ENABLE@ +HDF5_CFLAGS = @HDF5_CFLAGS@ +HDF5_LIBS = @HDF5_LIBS@ +HELP_ENABLE = @HELP_ENABLE@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLLIBS = @INTLLIBS@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ +JAR = @JAR@ +JAVA = @JAVA@ +JAVAC = @JAVAC@ +JAVAC_DEBUG = @JAVAC_DEBUG@ +JAVADOC = @JAVADOC@ +JAVAH = @JAVAH@ +JAVASCI_ENABLE = @JAVASCI_ENABLE@ +JAVA_ENABLE = @JAVA_ENABLE@ +JAVA_G = @JAVA_G@ +JAVA_HOME = @JAVA_HOME@ +JAVA_JNI_INCLUDE = @JAVA_JNI_INCLUDE@ +JAVA_JNI_LIBS = @JAVA_JNI_LIBS@ +JDB = @JDB@ +JEUCLID_CORE = @JEUCLID_CORE@ +JGRAPHX = @JGRAPHX@ +JHALL = @JHALL@ +JLATEXMATH = @JLATEXMATH@ +JLATEXMATH_FOP = @JLATEXMATH_FOP@ +JOGL2 = @JOGL2@ +JROSETTA_API = @JROSETTA_API@ +JROSETTA_ENGINE = @JROSETTA_ENGINE@ +JUNIT4 = @JUNIT4@ +LAPACK_LIBS = @LAPACK_LIBS@ +LCOV = @LCOV@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBICONV = @LIBICONV@ +LIBINTL = @LIBINTL@ +LIBM = @LIBM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LOGGING_LEVEL = @LOGGING_LEVEL@ +LOOKS = @LOOKS@ +LTLIBICONV = @LTLIBICONV@ +LTLIBINTL = @LTLIBINTL@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MATIO_CFLAGS = @MATIO_CFLAGS@ +MATIO_ENABLE = @MATIO_ENABLE@ +MATIO_LIBS = @MATIO_LIBS@ +MKDIR_P = @MKDIR_P@ +MPI_ENABLE = @MPI_ENABLE@ +MSGCAT = @MSGCAT@ +MSGFMT = @MSGFMT@ +MSGFMT_015 = @MSGFMT_015@ +MSGMERGE = @MSGMERGE@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OCAMLC = @OCAMLC@ +OCAMLDEP = @OCAMLDEP@ +OCAMLLEX = @OCAMLLEX@ +OCAMLOPT = @OCAMLOPT@ +OCAMLYACC = @OCAMLYACC@ +OPENMPI_CC = @OPENMPI_CC@ +OPENMPI_CFLAGS = @OPENMPI_CFLAGS@ +OPENMPI_CXX = @OPENMPI_CXX@ +OPENMPI_CXXFLAGS = @OPENMPI_CXXFLAGS@ +OPENMPI_LIBS = @OPENMPI_LIBS@ +OPENMP_CFLAGS = @OPENMP_CFLAGS@ +OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@ +OPENMP_ENABLE = @OPENMP_ENABLE@ +OPENMP_LIBS = @OPENMP_LIBS@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PCRE_CFLAGS = @PCRE_CFLAGS@ +PCRE_CONFIG = @PCRE_CONFIG@ +PCRE_LIBS = @PCRE_LIBS@ +PCRE_VERSION = @PCRE_VERSION@ +PKG_CONFIG = @PKG_CONFIG@ +POSUB = @POSUB@ +POW_LIB = @POW_LIB@ +PYTHON = @PYTHON@ +RANLIB = @RANLIB@ +RELOCATABLE = @RELOCATABLE@ +RT_LIB = @RT_LIB@ +SAXON = @SAXON@ +SCILAB_BINARY_VERSION = @SCILAB_BINARY_VERSION@ +SCILAB_LIBRARY_VERSION = @SCILAB_LIBRARY_VERSION@ +SCILAB_VERSION_MAINTENANCE = @SCILAB_VERSION_MAINTENANCE@ +SCILAB_VERSION_MAJOR = @SCILAB_VERSION_MAJOR@ +SCILAB_VERSION_MINOR = @SCILAB_VERSION_MINOR@ +SCIRENDERER = @SCIRENDERER@ +SCIRENDERER_CP = @SCIRENDERER_CP@ +SCI_CFLAGS = @SCI_CFLAGS@ +SCI_CXXFLAGS = @SCI_CXXFLAGS@ +SCI_FFLAGS = @SCI_FFLAGS@ +SCI_LDFLAGS = @SCI_LDFLAGS@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SET_RELOCATABLE = @SET_RELOCATABLE@ +SHELL = @SHELL@ +SKINLF = @SKINLF@ +SPLINT = @SPLINT@ +STRIP = @STRIP@ +SWIG_BIN = @SWIG_BIN@ +SWIG_JAVA = @SWIG_JAVA@ +SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@ +SWIG_SCILAB = @SWIG_SCILAB@ +TCLTK_LIBS = @TCLTK_LIBS@ +TCL_INC_PATH = @TCL_INC_PATH@ +TK_INC_PATH = @TK_INC_PATH@ +UMFPACK_CFLAGS = @UMFPACK_CFLAGS@ +UMFPACK_ENABLE = @UMFPACK_ENABLE@ +UMFPACK_LIB = @UMFPACK_LIB@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +WITH_OCAML = @WITH_OCAML@ +WITH_TKSCI = @WITH_TKSCI@ +XCOS_ENABLE = @XCOS_ENABLE@ +XGETTEXT = @XGETTEXT@ +XGETTEXT_015 = @XGETTEXT_015@ +XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ +XMKMF = @XMKMF@ +XMLGRAPHICS_COMMONS = @XMLGRAPHICS_COMMONS@ +XML_APIS_EXT = @XML_APIS_EXT@ +XML_CONFIG = @XML_CONFIG@ +XML_FLAGS = @XML_FLAGS@ +XML_LIBS = @XML_LIBS@ +XML_VERSION = @XML_VERSION@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +ac_ct_F77 = @ac_ct_F77@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +cxx_present = @cxx_present@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ + +#### Target ###### +modulename = scicos +DISABLE_HELP_CLEAN = yes + +#### Source listing ###### +SCICOS_C_SOURCES = src/c/tree.c \ +src/c/scicos_malloc.c \ +src/c/scicos_print.c \ +src/c/import.c \ +src/c/scicos.c \ +src/c/scicos_free.c \ +src/c/sciblk2.c \ +src/c/sciblk4.c \ +src/c/ezxml.c \ +src/c/il_state.c \ +src/c/il_sim.c \ +src/c/createblklist.c \ +src/c/var2sci.c \ +src/c/copyvarfromlistentry.c \ +src/c/MlistGetFieldNumber.c \ +src/c/extractblklist.c \ +src/c/lsodar.c \ +src/c/ddaskr.c + +SCICOS_FORTRAN_SOURCES = src/fortran/scitovv.f \ +src/fortran/vvtosci.f \ +src/fortran/skipvars.f \ +src/fortran/coselm.f \ +src/fortran/scitod.f \ +src/fortran/sctree.f \ +src/fortran/scierr.f \ +src/fortran/ftree2.f \ +src/fortran/ftree3.f \ +src/fortran/list2vars.f \ +src/fortran/ftree4.f \ +src/fortran/scitoi.f \ +src/fortran/scifunc.f + +NO_SCICOS_C_SOURCES = src/c/noscicos/noscicos.c +GATEWAY_C_SOURCES = sci_gateway/c/gw_scicos.c \ +sci_gateway/c/sci_buildouttb.c \ +sci_gateway/c/sci_callblk.c \ +sci_gateway/c/sci_coserror.c \ +sci_gateway/c/sci_ctree2.c \ +sci_gateway/c/sci_ctree3.c \ +sci_gateway/c/sci_ctree4.c \ +sci_gateway/c/sci_curblock.c \ +sci_gateway/c/sci_curblockc.c \ +sci_gateway/c/sci_data2sig.c \ +sci_gateway/c/sci_diffobjs.c \ +sci_gateway/c/sci_duplicate.c \ +sci_gateway/c/sci_end_scicosim.c \ +sci_gateway/c/sci_ftree2.c \ +sci_gateway/c/sci_ftree3.c \ +sci_gateway/c/sci_ftree4.c \ +sci_gateway/c/sci_getblocklabel.c \ +sci_gateway/c/sci_getscicosvars.c \ +sci_gateway/c/sci_haltscicos.c \ +sci_gateway/c/sci_loadScicos.c \ +sci_gateway/c/sci_model2blk.c \ +sci_gateway/c/sci_phase_simulation.c \ +sci_gateway/c/sci_pointer_xproperty.c \ +sci_gateway/c/sci_scicos_debug.c \ +sci_gateway/c/sci_scicos_debug_count.c \ +sci_gateway/c/sci_scicosim.c \ +sci_gateway/c/sci_scicos_time.c \ +sci_gateway/c/sci_sctree.c \ +sci_gateway/c/sci_set_blockerror.c \ +sci_gateway/c/sci_set_xproperty.c \ +sci_gateway/c/sci_sig2data.c \ +sci_gateway/c/sci_var2vec.c \ +sci_gateway/c/sci_vec2var.c + +GATEWAY_FORTRAN_SOURCES = sci_gateway/fortran/sci_f_ctree.f \ +sci_gateway/fortran/sci_f_curblock.f \ +sci_gateway/fortran/sci_f_debug_count.f \ +sci_gateway/fortran/sci_f_getblocklabel.f \ +sci_gateway/fortran/sci_f_scicos_debug.f \ +sci_gateway/fortran/sci_f_tree2.f \ +sci_gateway/fortran/sci_f_tree3.f \ +sci_gateway/fortran/sci_f_tree4.f \ +sci_gateway/fortran/sci_f_var2vec.f \ +sci_gateway/fortran/sci_f_vec2var.f + + +#### Multi-libraries handling ###### +noinst_LTLIBRARIES = libsciscicos-algo.la +@XCOS_TRUE@pkglib_LTLIBRARIES = libscisundials.la libsciscicos-cli.la \ +@XCOS_TRUE@ $(am__append_1) +libsciscicos_algo_la_LDFLAGS = $(AM_LDFLAGS) +libsciscicos_cli_la_LDFLAGS = $(AM_LDFLAGS) +libsciscicos_la_LDFLAGS = $(AM_LDFLAGS) +@XCOS_FALSE@libsciscicos_algo_la_CPPFLAGS = -I$(top_srcdir)/modules/output_stream/includes/ \ +@XCOS_FALSE@ -I$(top_srcdir)/modules/api_scilab/includes/ \ +@XCOS_FALSE@ -I$(top_srcdir)/modules/scicos/includes/ \ +@XCOS_FALSE@ $(AM_CPPFLAGS) + +@XCOS_TRUE@libsciscicos_algo_la_CPPFLAGS = -I$(srcdir)/includes/ \ +@XCOS_TRUE@ -I$(srcdir)/src/c/ \ +@XCOS_TRUE@ -I$(top_srcdir)/modules/output_stream/includes/ \ +@XCOS_TRUE@ -I$(top_srcdir)/modules/dynamic_link/includes/ \ +@XCOS_TRUE@ -I$(top_srcdir)/modules/string/includes/ \ +@XCOS_TRUE@ -I$(top_srcdir)/modules/localization/includes/ \ +@XCOS_TRUE@ -I$(top_srcdir)/modules/intersci/includes/ \ +@XCOS_TRUE@ -I$(top_srcdir)/modules/scicos_blocks/includes/ \ +@XCOS_TRUE@ -I$(top_srcdir)/modules/action_binding/includes/ \ +@XCOS_TRUE@ -I$(top_srcdir)/modules/time/includes/ \ +@XCOS_TRUE@ -I$(top_srcdir)/modules/api_scilab/includes/ \ +@XCOS_TRUE@ -I$(top_srcdir)/modules/scicos/src/scicos_sundials/include/ \ +@XCOS_TRUE@ -I$(top_srcdir)/modules/scicos/src/scicos_sundials/include/sundials/ \ +@XCOS_TRUE@ -I$(top_srcdir)/modules/scicos/src/scicos_sundials/src/ida/ \ +@XCOS_TRUE@ $(AM_CPPFLAGS) + +libsciscicos_cli_la_CPPFLAGS = $(libsciscicos_algo_la_CPPFLAGS) +libsciscicos_la_CPPFLAGS = $(libsciscicos_algo_la_CPPFLAGS) +@XCOS_FALSE@libsciscicos_algo_la_SOURCES = $(NO_SCICOS_C_SOURCES) +@XCOS_TRUE@libsciscicos_algo_la_SOURCES = $(SCICOS_C_SOURCES) $(SCICOS_FORTRAN_SOURCES) +@XCOS_FALSE@libsciscicos_cli_la_SOURCES = +@XCOS_TRUE@libsciscicos_cli_la_SOURCES = $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) +@XCOS_FALSE@libsciscicos_la_SOURCES = +@XCOS_TRUE@libsciscicos_la_SOURCES = $(GATEWAY_C_SOURCES) $(GATEWAY_FORTRAN_SOURCES) +libsciscicos_algo_la_LIBADD = $(RT_LIB) +libsciscicos_cli_la_LIBADD = libsciscicos-algo.la $(am__append_2) \ + $(RT_LIB) +libsciscicos_la_LIBADD = libsciscicos-algo.la $(am__append_3) \ + $(RT_LIB) + +# For the code check (splint) +CHECK_SRC = $(SCICOS_C_SOURCES) $(GATEWAY_C_SOURCES) +INCLUDE_FLAGS = $(libsciscicos_la_CPPFLAGS) + +#### scicos : Conf files #### +libsciscicos_la_rootdir = $(mydatadir) +libsciscicos_la_root_DATA = license.txt + +#### scicos : init scripts #### +libsciscicos_la_etcdir = $(mydatadir)/etc +libsciscicos_la_etc_DATA = etc/scicos.quit etc/scicos.start + +#### scicos : gateway declaration #### +libsciscicos_la_sci_gatewaydir = $(mydatadir)/sci_gateway +libsciscicos_la_sci_gateway_DATA = sci_gateway/scicos_gateway.xml + +#### scicos : include files #### +libsciscicos_la_includedir = $(pkgincludedir)/ +libsciscicos_la_include_HEADERS = includes/scicos.h \ +includes/scicos-def.h \ +includes/scicos_free.h \ +includes/scicos_malloc.h \ +includes/scicos_math.h \ +includes/scicos_print.h \ +includes/dynlib_scicos.h \ +includes/import.h + + +#### scicos : cosf files #### +libsciscicos_la_cosfdir = $(mydatadir) +nobase_libsciscicos_la_cosf_DATA = palettes/Branching.cosf \ +palettes/DemoBlocks.cosf \ +palettes/Events.cosf \ +palettes/Integer.cosf \ +palettes/Linear.cosf \ +palettes/Lookup_Tables.cosf \ +palettes/Matrix.cosf \ +palettes/Modelica.cosf \ +palettes/Non_linear.cosf \ +palettes/OldBlocks.cosf \ +palettes/Others.cosf \ +palettes/Sinks.cosf \ +palettes/Sources.cosf \ +palettes/Threshold.cosf + + +#### scicos : MACROS #### +MACROSDIRSEXT = macros/scicos_auto \ +macros/scicos_scicos \ +macros/scicos_utils + + +#### scicos : SUNDIALS STUFF #### +SUNDIALS_SOURCES = src/scicos_sundials/src/cvode/cvode.c \ +src/scicos_sundials/src/cvode/cvode_dense.c \ +src/scicos_sundials/src/cvode/cvode_direct.c \ +src/scicos_sundials/src/cvode/cvode_io.c \ +src/scicos_sundials/src/ida/ida.c \ +src/scicos_sundials/src/ida/ida_dense.c \ +src/scicos_sundials/src/ida/ida_direct.c \ +src/scicos_sundials/src/ida/ida_ic.c \ +src/scicos_sundials/src/ida/ida_io.c \ +src/scicos_sundials/src/kinsol/kinsol.c \ +src/scicos_sundials/src/kinsol/kinsol_dense.c \ +src/scicos_sundials/src/kinsol/kinsol_direct.c \ +src/scicos_sundials/src/kinsol/kinsol_io.c \ +src/scicos_sundials/src/nvec_ser/nvector_serial.c \ +src/scicos_sundials/src/sundials/sundials_dense.c \ +src/scicos_sundials/src/sundials/sundials_direct.c \ +src/scicos_sundials/src/sundials/sundials_math.c \ +src/scicos_sundials/src/sundials/sundials_nvector.c \ +src/scicos_sundials/src/sundials/sundials_extension.c + +libscisundials_la_CPPFLAGS = -I$(top_srcdir)/modules/scicos/src/scicos_sundials/include \ +-I$(top_srcdir)/modules/scicos/src/scicos_sundials/include/cvode \ +-I$(top_srcdir)/modules/scicos/src/scicos_sundials/include/ida \ +-I$(top_srcdir)/modules/scicos/src/scicos_sundials/include/kinsol \ +-I$(top_srcdir)/modules/scicos/src/scicos_sundials/include/nvec_ser \ +-I$(top_srcdir)/modules/scicos/src/scicos_sundials/include/sundials \ +-I$(top_srcdir)/modules/scicos/src/scicos_sundials/src/cvode \ +-I$(top_srcdir)/modules/scicos/src/scicos_sundials/src/ida \ +-I$(top_srcdir)/modules/scicos/src/scicos_sundials/src/kinsol \ +-I$(top_srcdir)/modules/scicos/src/scicos_sundials/src/nvec_ser \ +-I$(top_srcdir)/modules/scicos/src/scicos_sundials/src/sundials \ +$(AM_CPPFLAGS) + +libscisundials_la_SOURCES = $(SUNDIALS_SOURCES) + +# Where all the Scilab stuff is installed (macros, help, ...) +mydatadir = $(pkgdatadir)/modules/$(modulename) + +# Set AM_* SCI detected settings +AM_CPPFLAGS = $(SCI_CPPFLAGS) +AM_CFLAGS = $(SCI_CFLAGS) +AM_CXXFLAGS = $(SCI_CXXFLAGS) +# append includes to AM_FFLAGS to manage fortran includes +AM_FFLAGS = $(SCI_FFLAGS) -I$(top_srcdir)/modules/core/includes/ + +# Tag shared libraries with the Scilab version +AM_LDFLAGS = $(SCI_LDFLAGS) -version-number $(SCILAB_LIBRARY_VERSION) + +# splint options +SPLINT_OPTIONS = -weak -booltype BOOL + +########################### JAVA ###################################### +#### We are delegating java compilation to ant... Thanks to that +#### the procedure will be the same with Microsoft Windows (C) +#### and Linux/Unix +####################################################################### +TARGETS_ALL = $(am__append_4) + +################ MACROS ###################### +# Rule to build a macro +# NOT USED AT THE MOMENT +SUFFIXES = .sci $(am__append_5) + +########### INSTALL DOCUMENTATION ################### + +# Install documentation files into the right target +# We do not use the automake mechanism (libxxxx_la_help_fr_DATA) because +# automake needs the html files to be present which is not the case when +# we are building Scilab + +# Where it should be installed +pkgdocdir = $(mydatadir) + +# What is the mask of the help source +DOCMASKXML = *.xml + +# What is the mask of the MathML sources +DOCMASKMML = *.mml + +########### INSTALL DATA ################### +# Install macros, help & demos +# Where it should be installed +pkgmacrosdir = $(mydatadir) +# Which directory we process +MACRODIRS = macros/ +# Mask of the Scilab sources macros +MACROMASK = *.sci +# Mask of the Scilab executable sources macros +MACROBUILDMASK = *.sce +# Mask of the Scilab compiled macros +MACROBINMASK = *.bin +# List of the standard directory for tests +TESTS_DIR = tests/benchmarks tests/nonreg_tests tests/unit_tests tests/java +# Where the demos should be installed +pkgdemosdir = $(mydatadir) +# List of the standard directory for demos +DEMOS_DIR = demos +# List of the standard directory for examples +EXAMPLES_DIR = examples +# Where to export JAVA archives (.jar) +JARDIR = jar/ +# JAR files mask +JARMASK = *.jar +# Chapter file +HELP_CHAPTERDIR = help/ +HELP_CHAPTERFILE = addchapter.sce +HELP_CHAPTERLANG = en_US fr_FR pt_BR +@OCAML_TRUE@@XCOS_TRUE@TARGET = modelicac XML2Modelica modelicat +@OCAML_TRUE@@XCOS_TRUE@BASE_PATH = $(srcdir)/src/ +@OCAML_TRUE@@XCOS_TRUE@OCAMLLIBS = nums.cma + +### XML2Modelica +@OCAML_TRUE@@XCOS_TRUE@XML2Modelica_SOURCES = \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/xml2modelica/xMLTree.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/xml2modelica/linenum.mll \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/xml2modelica/stringParser.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/xml2modelica/stringLexer.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/xml2modelica/xMLParser.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/xml2modelica/xMLLexer.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/xml2modelica/modelicaCodeGenerator.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/xml2modelica/xML2Modelica.ml + +@OCAML_TRUE@@XCOS_TRUE@XML2Modelica_SOURCES_mly = $(XML2Modelica_SOURCES:.mly=.ml) +@OCAML_TRUE@@XCOS_TRUE@MLS_XML2Modelica = $(XML2Modelica_SOURCES_mly:.mll=.ml) +@OCAML_TRUE@@XCOS_TRUE@MLIS_XML2Modelica = $(MLS_XML2Modelica:.ml=.mli) +@OCAML_TRUE@@XCOS_TRUE@BASE_PATH_XML2Modelica = $(srcdir)/src/xml2modelica + +### Translator +@OCAML_TRUE@@XCOS_TRUE@modelicat_SOURCES = \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/translator/parsing/syntax.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/translator/parsing/parser.mly \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/translator/parsing/lexer.mll \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/translator/parsing/linenum.mll \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/translator/compilation/types.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/translator/compilation/nameResolve.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/translator/instantiation/instantiation.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/translator/exceptionHandling/msgDico.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/translator/exceptionHandling/errorDico.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/translator/exceptionHandling/exceptHandler.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/translator/translation/libraryManager.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/translator/translation/codeGeneration.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/translator/translation/versiondate.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/translator/translation/translator.ml + +@OCAML_TRUE@@XCOS_TRUE@modelicat_SOURCES_mly = $(modelicat_SOURCES:.mly=.ml) +@OCAML_TRUE@@XCOS_TRUE@MLS_modelicat = $(modelicat_SOURCES_mly:.mll=.ml) +@OCAML_TRUE@@XCOS_TRUE@MLIS_modelicat = $(MLS_modelicat:.ml=.mli) +@OCAML_TRUE@@XCOS_TRUE@INCLUDE_modelicat = -I $(srcdir)/src/translator/compilation \ +@OCAML_TRUE@@XCOS_TRUE@-I $(srcdir)/src/translator/exceptionHandling \ +@OCAML_TRUE@@XCOS_TRUE@-I $(srcdir)/src/translator/parsing \ +@OCAML_TRUE@@XCOS_TRUE@-I $(srcdir)/src/translator/instantiation \ +@OCAML_TRUE@@XCOS_TRUE@-I $(srcdir)/src/translator/translation + + +### Modelicac +@OCAML_TRUE@@XCOS_TRUE@modelicac_SOURCES = \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/modelica_compiler/parseTree.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/modelica_compiler/linenum.mll \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/modelica_compiler/parser.mly \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/modelica_compiler/lexer.mll \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/modelica_compiler/precompilation.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/modelica_compiler/compilation.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/modelica_compiler/instantiation.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/modelica_compiler/graphNodeSet.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/modelica_compiler/symbolicExpression.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/modelica_compiler/squareSparseMatrix.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/modelica_compiler/bipartiteGraph.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/modelica_compiler/hungarianMethod.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/modelica_compiler/causalityGraph.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/modelica_compiler/optimization.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/modelica_compiler/xMLCodeGeneration.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/modelica_compiler/optimizingCompiler.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/modelica_compiler/scicosCodeGeneration.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(srcdir)/src/modelica_compiler/scicosOptimizingCompiler.ml + +@OCAML_TRUE@@XCOS_TRUE@modelicac_SOURCES_mly = $(modelicac_SOURCES:.mly=.ml) +@OCAML_TRUE@@XCOS_TRUE@MLS_modelicac = $(modelicac_SOURCES_mly:.mll=.ml) +@OCAML_TRUE@@XCOS_TRUE@MLIS_modelicac = $(MLS:.ml=.mli) +@OCAML_TRUE@@XCOS_TRUE@BASE_PATH_MODELICAC = $(srcdir)/src/modelica_compiler +@OCAML_TRUE@@XCOS_TRUE@INCLUDE = -I $(BASE_PATH_MODELICAC) -I $(BASE_PATH_XML2Modelica) +@OCAML_TRUE@@XCOS_TRUE@CLEANFILES = $(BASE_PATH)/*/*.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/*/*.o \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/*/*.cmo \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/*/*.cm[aiox] \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/*/parser.mli \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/*/lexer.mli \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/*/linenum.mli \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/*/parser.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/*/lexer.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/*/linenum.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/*/*.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/*/*.o \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/*/*.a \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/*/*.cmo \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/*/*.cmxa \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/*/*.cm[aiox] \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/*/parser.mli \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/*/lexer.mli \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/*/parser.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/*/linenum.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/*/lexer.ml \ +@OCAML_TRUE@@XCOS_TRUE@ $(TARGET) \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/modelica_compiler/linenum.mli \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/modelica_compiler/scicosOptimizingCompiler.mli \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/compilation/nameResolve.mli \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/compilation/types.mli \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/exceptionHandling/errorDico.mli \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/exceptionHandling/exceptHandler.mli \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/exceptionHandling/msgDico.mli \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/instantiation/instantiation.mli \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/parsing/linenum.mli \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/parsing/syntax.mli \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/translation/codeGeneration.mli \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/translation/libraryManager.mli \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/translation/translator.mli \ +@OCAML_TRUE@@XCOS_TRUE@ $(BASE_PATH)/translator/translation/versiondate.mli + +all: all-am + +.SUFFIXES: +.SUFFIXES: .sci .ml .mli .mll .mly .cmo .cmi .cmx .bin .c .f .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.incl.am $(srcdir)/Makefile.modelica.am $(srcdir)/.depend $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/scicos/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign modules/scicos/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; +$(top_srcdir)/Makefile.incl.am $(srcdir)/Makefile.modelica.am $(srcdir)/.depend: + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \ + } + +uninstall-pkglibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \ + done + +clean-pkglibLTLIBRARIES: + -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES) + @list='$(pkglib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +src/c/noscicos/$(am__dirstamp): + @$(MKDIR_P) src/c/noscicos + @: > src/c/noscicos/$(am__dirstamp) +src/c/noscicos/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/c/noscicos/$(DEPDIR) + @: > src/c/noscicos/$(DEPDIR)/$(am__dirstamp) +src/c/noscicos/libsciscicos_algo_la-noscicos.lo: \ + src/c/noscicos/$(am__dirstamp) \ + src/c/noscicos/$(DEPDIR)/$(am__dirstamp) +src/c/$(am__dirstamp): + @$(MKDIR_P) src/c + @: > src/c/$(am__dirstamp) +src/c/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/c/$(DEPDIR) + @: > src/c/$(DEPDIR)/$(am__dirstamp) +src/c/libsciscicos_algo_la-tree.lo: src/c/$(am__dirstamp) \ + src/c/$(DEPDIR)/$(am__dirstamp) +src/c/libsciscicos_algo_la-scicos_malloc.lo: src/c/$(am__dirstamp) \ + src/c/$(DEPDIR)/$(am__dirstamp) +src/c/libsciscicos_algo_la-scicos_print.lo: src/c/$(am__dirstamp) \ + src/c/$(DEPDIR)/$(am__dirstamp) +src/c/libsciscicos_algo_la-import.lo: src/c/$(am__dirstamp) \ + src/c/$(DEPDIR)/$(am__dirstamp) +src/c/libsciscicos_algo_la-scicos.lo: src/c/$(am__dirstamp) \ + src/c/$(DEPDIR)/$(am__dirstamp) +src/c/libsciscicos_algo_la-scicos_free.lo: src/c/$(am__dirstamp) \ + src/c/$(DEPDIR)/$(am__dirstamp) +src/c/libsciscicos_algo_la-sciblk2.lo: src/c/$(am__dirstamp) \ + src/c/$(DEPDIR)/$(am__dirstamp) +src/c/libsciscicos_algo_la-sciblk4.lo: src/c/$(am__dirstamp) \ + src/c/$(DEPDIR)/$(am__dirstamp) +src/c/libsciscicos_algo_la-ezxml.lo: src/c/$(am__dirstamp) \ + src/c/$(DEPDIR)/$(am__dirstamp) +src/c/libsciscicos_algo_la-il_state.lo: src/c/$(am__dirstamp) \ + src/c/$(DEPDIR)/$(am__dirstamp) +src/c/libsciscicos_algo_la-il_sim.lo: src/c/$(am__dirstamp) \ + src/c/$(DEPDIR)/$(am__dirstamp) +src/c/libsciscicos_algo_la-createblklist.lo: src/c/$(am__dirstamp) \ + src/c/$(DEPDIR)/$(am__dirstamp) +src/c/libsciscicos_algo_la-var2sci.lo: src/c/$(am__dirstamp) \ + src/c/$(DEPDIR)/$(am__dirstamp) +src/c/libsciscicos_algo_la-copyvarfromlistentry.lo: \ + src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) +src/c/libsciscicos_algo_la-MlistGetFieldNumber.lo: \ + src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) +src/c/libsciscicos_algo_la-extractblklist.lo: src/c/$(am__dirstamp) \ + src/c/$(DEPDIR)/$(am__dirstamp) +src/c/libsciscicos_algo_la-lsodar.lo: src/c/$(am__dirstamp) \ + src/c/$(DEPDIR)/$(am__dirstamp) +src/c/libsciscicos_algo_la-ddaskr.lo: src/c/$(am__dirstamp) \ + src/c/$(DEPDIR)/$(am__dirstamp) +src/fortran/$(am__dirstamp): + @$(MKDIR_P) src/fortran + @: > src/fortran/$(am__dirstamp) +src/fortran/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/fortran/$(DEPDIR) + @: > src/fortran/$(DEPDIR)/$(am__dirstamp) +src/fortran/scitovv.lo: src/fortran/$(am__dirstamp) \ + src/fortran/$(DEPDIR)/$(am__dirstamp) +src/fortran/vvtosci.lo: src/fortran/$(am__dirstamp) \ + src/fortran/$(DEPDIR)/$(am__dirstamp) +src/fortran/skipvars.lo: src/fortran/$(am__dirstamp) \ + src/fortran/$(DEPDIR)/$(am__dirstamp) +src/fortran/coselm.lo: src/fortran/$(am__dirstamp) \ + src/fortran/$(DEPDIR)/$(am__dirstamp) +src/fortran/scitod.lo: src/fortran/$(am__dirstamp) \ + src/fortran/$(DEPDIR)/$(am__dirstamp) +src/fortran/sctree.lo: src/fortran/$(am__dirstamp) \ + src/fortran/$(DEPDIR)/$(am__dirstamp) +src/fortran/scierr.lo: src/fortran/$(am__dirstamp) \ + src/fortran/$(DEPDIR)/$(am__dirstamp) +src/fortran/ftree2.lo: src/fortran/$(am__dirstamp) \ + src/fortran/$(DEPDIR)/$(am__dirstamp) +src/fortran/ftree3.lo: src/fortran/$(am__dirstamp) \ + src/fortran/$(DEPDIR)/$(am__dirstamp) +src/fortran/list2vars.lo: src/fortran/$(am__dirstamp) \ + src/fortran/$(DEPDIR)/$(am__dirstamp) +src/fortran/ftree4.lo: src/fortran/$(am__dirstamp) \ + src/fortran/$(DEPDIR)/$(am__dirstamp) +src/fortran/scitoi.lo: src/fortran/$(am__dirstamp) \ + src/fortran/$(DEPDIR)/$(am__dirstamp) +src/fortran/scifunc.lo: src/fortran/$(am__dirstamp) \ + src/fortran/$(DEPDIR)/$(am__dirstamp) + +libsciscicos-algo.la: $(libsciscicos_algo_la_OBJECTS) $(libsciscicos_algo_la_DEPENDENCIES) $(EXTRA_libsciscicos_algo_la_DEPENDENCIES) + $(AM_V_F77LD)$(libsciscicos_algo_la_LINK) $(libsciscicos_algo_la_OBJECTS) $(libsciscicos_algo_la_LIBADD) $(LIBS) +sci_gateway/c/$(am__dirstamp): + @$(MKDIR_P) sci_gateway/c + @: > sci_gateway/c/$(am__dirstamp) +sci_gateway/c/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) sci_gateway/c/$(DEPDIR) + @: > sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-gw_scicos.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_buildouttb.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_callblk.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_coserror.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_ctree2.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_ctree3.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_ctree4.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_curblock.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_curblockc.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_data2sig.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_diffobjs.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_duplicate.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_end_scicosim.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_ftree2.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_ftree3.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_ftree4.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_getblocklabel.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_getscicosvars.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_haltscicos.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_loadScicos.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_model2blk.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_phase_simulation.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_pointer_xproperty.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_scicos_debug.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_scicos_debug_count.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_scicosim.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_scicos_time.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_sctree.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_set_blockerror.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_set_xproperty.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_sig2data.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_var2vec.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_cli_la-sci_vec2var.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/fortran/$(am__dirstamp): + @$(MKDIR_P) sci_gateway/fortran + @: > sci_gateway/fortran/$(am__dirstamp) +sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) sci_gateway/fortran/$(DEPDIR) + @: > sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) +sci_gateway/fortran/sci_f_ctree.lo: \ + sci_gateway/fortran/$(am__dirstamp) \ + sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) +sci_gateway/fortran/sci_f_curblock.lo: \ + sci_gateway/fortran/$(am__dirstamp) \ + sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) +sci_gateway/fortran/sci_f_debug_count.lo: \ + sci_gateway/fortran/$(am__dirstamp) \ + sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) +sci_gateway/fortran/sci_f_getblocklabel.lo: \ + sci_gateway/fortran/$(am__dirstamp) \ + sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) +sci_gateway/fortran/sci_f_scicos_debug.lo: \ + sci_gateway/fortran/$(am__dirstamp) \ + sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) +sci_gateway/fortran/sci_f_tree2.lo: \ + sci_gateway/fortran/$(am__dirstamp) \ + sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) +sci_gateway/fortran/sci_f_tree3.lo: \ + sci_gateway/fortran/$(am__dirstamp) \ + sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) +sci_gateway/fortran/sci_f_tree4.lo: \ + sci_gateway/fortran/$(am__dirstamp) \ + sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) +sci_gateway/fortran/sci_f_var2vec.lo: \ + sci_gateway/fortran/$(am__dirstamp) \ + sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) +sci_gateway/fortran/sci_f_vec2var.lo: \ + sci_gateway/fortran/$(am__dirstamp) \ + sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) + +libsciscicos-cli.la: $(libsciscicos_cli_la_OBJECTS) $(libsciscicos_cli_la_DEPENDENCIES) $(EXTRA_libsciscicos_cli_la_DEPENDENCIES) + $(AM_V_F77LD)$(libsciscicos_cli_la_LINK) $(am_libsciscicos_cli_la_rpath) $(libsciscicos_cli_la_OBJECTS) $(libsciscicos_cli_la_LIBADD) $(LIBS) +sci_gateway/c/libsciscicos_la-gw_scicos.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_buildouttb.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_callblk.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_coserror.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_ctree2.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_ctree3.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_ctree4.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_curblock.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_curblockc.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_data2sig.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_diffobjs.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_duplicate.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_end_scicosim.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_ftree2.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_ftree3.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_ftree4.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_getblocklabel.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_getscicosvars.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_haltscicos.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_loadScicos.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_model2blk.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_phase_simulation.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_pointer_xproperty.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_scicos_debug.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_scicos_debug_count.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_scicosim.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_scicos_time.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_sctree.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_set_blockerror.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_set_xproperty.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_sig2data.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_var2vec.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) +sci_gateway/c/libsciscicos_la-sci_vec2var.lo: \ + sci_gateway/c/$(am__dirstamp) \ + sci_gateway/c/$(DEPDIR)/$(am__dirstamp) + +libsciscicos.la: $(libsciscicos_la_OBJECTS) $(libsciscicos_la_DEPENDENCIES) $(EXTRA_libsciscicos_la_DEPENDENCIES) + $(AM_V_F77LD)$(libsciscicos_la_LINK) $(am_libsciscicos_la_rpath) $(libsciscicos_la_OBJECTS) $(libsciscicos_la_LIBADD) $(LIBS) +src/scicos_sundials/src/cvode/$(am__dirstamp): + @$(MKDIR_P) src/scicos_sundials/src/cvode + @: > src/scicos_sundials/src/cvode/$(am__dirstamp) +src/scicos_sundials/src/cvode/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/scicos_sundials/src/cvode/$(DEPDIR) + @: > src/scicos_sundials/src/cvode/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/cvode/libscisundials_la-cvode.lo: \ + src/scicos_sundials/src/cvode/$(am__dirstamp) \ + src/scicos_sundials/src/cvode/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/cvode/libscisundials_la-cvode_dense.lo: \ + src/scicos_sundials/src/cvode/$(am__dirstamp) \ + src/scicos_sundials/src/cvode/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/cvode/libscisundials_la-cvode_direct.lo: \ + src/scicos_sundials/src/cvode/$(am__dirstamp) \ + src/scicos_sundials/src/cvode/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/cvode/libscisundials_la-cvode_io.lo: \ + src/scicos_sundials/src/cvode/$(am__dirstamp) \ + src/scicos_sundials/src/cvode/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/ida/$(am__dirstamp): + @$(MKDIR_P) src/scicos_sundials/src/ida + @: > src/scicos_sundials/src/ida/$(am__dirstamp) +src/scicos_sundials/src/ida/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/scicos_sundials/src/ida/$(DEPDIR) + @: > src/scicos_sundials/src/ida/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/ida/libscisundials_la-ida.lo: \ + src/scicos_sundials/src/ida/$(am__dirstamp) \ + src/scicos_sundials/src/ida/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/ida/libscisundials_la-ida_dense.lo: \ + src/scicos_sundials/src/ida/$(am__dirstamp) \ + src/scicos_sundials/src/ida/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/ida/libscisundials_la-ida_direct.lo: \ + src/scicos_sundials/src/ida/$(am__dirstamp) \ + src/scicos_sundials/src/ida/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/ida/libscisundials_la-ida_ic.lo: \ + src/scicos_sundials/src/ida/$(am__dirstamp) \ + src/scicos_sundials/src/ida/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/ida/libscisundials_la-ida_io.lo: \ + src/scicos_sundials/src/ida/$(am__dirstamp) \ + src/scicos_sundials/src/ida/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/kinsol/$(am__dirstamp): + @$(MKDIR_P) src/scicos_sundials/src/kinsol + @: > src/scicos_sundials/src/kinsol/$(am__dirstamp) +src/scicos_sundials/src/kinsol/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/scicos_sundials/src/kinsol/$(DEPDIR) + @: > src/scicos_sundials/src/kinsol/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/kinsol/libscisundials_la-kinsol.lo: \ + src/scicos_sundials/src/kinsol/$(am__dirstamp) \ + src/scicos_sundials/src/kinsol/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_dense.lo: \ + src/scicos_sundials/src/kinsol/$(am__dirstamp) \ + src/scicos_sundials/src/kinsol/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_direct.lo: \ + src/scicos_sundials/src/kinsol/$(am__dirstamp) \ + src/scicos_sundials/src/kinsol/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_io.lo: \ + src/scicos_sundials/src/kinsol/$(am__dirstamp) \ + src/scicos_sundials/src/kinsol/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/nvec_ser/$(am__dirstamp): + @$(MKDIR_P) src/scicos_sundials/src/nvec_ser + @: > src/scicos_sundials/src/nvec_ser/$(am__dirstamp) +src/scicos_sundials/src/nvec_ser/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/scicos_sundials/src/nvec_ser/$(DEPDIR) + @: > src/scicos_sundials/src/nvec_ser/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/nvec_ser/libscisundials_la-nvector_serial.lo: \ + src/scicos_sundials/src/nvec_ser/$(am__dirstamp) \ + src/scicos_sundials/src/nvec_ser/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/sundials/$(am__dirstamp): + @$(MKDIR_P) src/scicos_sundials/src/sundials + @: > src/scicos_sundials/src/sundials/$(am__dirstamp) +src/scicos_sundials/src/sundials/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/scicos_sundials/src/sundials/$(DEPDIR) + @: > src/scicos_sundials/src/sundials/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/sundials/libscisundials_la-sundials_dense.lo: \ + src/scicos_sundials/src/sundials/$(am__dirstamp) \ + src/scicos_sundials/src/sundials/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/sundials/libscisundials_la-sundials_direct.lo: \ + src/scicos_sundials/src/sundials/$(am__dirstamp) \ + src/scicos_sundials/src/sundials/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/sundials/libscisundials_la-sundials_math.lo: \ + src/scicos_sundials/src/sundials/$(am__dirstamp) \ + src/scicos_sundials/src/sundials/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/sundials/libscisundials_la-sundials_nvector.lo: \ + src/scicos_sundials/src/sundials/$(am__dirstamp) \ + src/scicos_sundials/src/sundials/$(DEPDIR)/$(am__dirstamp) +src/scicos_sundials/src/sundials/libscisundials_la-sundials_extension.lo: \ + src/scicos_sundials/src/sundials/$(am__dirstamp) \ + src/scicos_sundials/src/sundials/$(DEPDIR)/$(am__dirstamp) + +libscisundials.la: $(libscisundials_la_OBJECTS) $(libscisundials_la_DEPENDENCIES) $(EXTRA_libscisundials_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(am_libscisundials_la_rpath) $(libscisundials_la_OBJECTS) $(libscisundials_la_LIBADD) $(LIBS) +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ + for p in $$list; do echo "$$p $$p"; done | \ + sed 's/$(EXEEXT)$$//' | \ + while read p p1; do if test -f $$p \ + || test -f $$p1 \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ + sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) files[d] = files[d] " " $$1; \ + else { print "f", $$3 "/" $$4, $$1; } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ + -e 's/$$/$(EXEEXT)/' \ + `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(bindir)" && rm -f $$files + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list + +@OCAML_FALSE@XML2Modelica$(EXEEXT): $(XML2Modelica_OBJECTS) $(XML2Modelica_DEPENDENCIES) $(EXTRA_XML2Modelica_DEPENDENCIES) +@OCAML_FALSE@ @rm -f XML2Modelica$(EXEEXT) +@OCAML_FALSE@ $(AM_V_CCLD)$(LINK) $(XML2Modelica_OBJECTS) $(XML2Modelica_LDADD) $(LIBS) + +@XCOS_FALSE@XML2Modelica$(EXEEXT): $(XML2Modelica_OBJECTS) $(XML2Modelica_DEPENDENCIES) $(EXTRA_XML2Modelica_DEPENDENCIES) +@XCOS_FALSE@ @rm -f XML2Modelica$(EXEEXT) +@XCOS_FALSE@ $(AM_V_CCLD)$(LINK) $(XML2Modelica_OBJECTS) $(XML2Modelica_LDADD) $(LIBS) + +@OCAML_FALSE@modelicac$(EXEEXT): $(modelicac_OBJECTS) $(modelicac_DEPENDENCIES) $(EXTRA_modelicac_DEPENDENCIES) +@OCAML_FALSE@ @rm -f modelicac$(EXEEXT) +@OCAML_FALSE@ $(AM_V_CCLD)$(LINK) $(modelicac_OBJECTS) $(modelicac_LDADD) $(LIBS) + +@XCOS_FALSE@modelicac$(EXEEXT): $(modelicac_OBJECTS) $(modelicac_DEPENDENCIES) $(EXTRA_modelicac_DEPENDENCIES) +@XCOS_FALSE@ @rm -f modelicac$(EXEEXT) +@XCOS_FALSE@ $(AM_V_CCLD)$(LINK) $(modelicac_OBJECTS) $(modelicac_LDADD) $(LIBS) + +@OCAML_FALSE@modelicat$(EXEEXT): $(modelicat_OBJECTS) $(modelicat_DEPENDENCIES) $(EXTRA_modelicat_DEPENDENCIES) +@OCAML_FALSE@ @rm -f modelicat$(EXEEXT) +@OCAML_FALSE@ $(AM_V_CCLD)$(LINK) $(modelicat_OBJECTS) $(modelicat_LDADD) $(LIBS) + +@XCOS_FALSE@modelicat$(EXEEXT): $(modelicat_OBJECTS) $(modelicat_DEPENDENCIES) $(EXTRA_modelicat_DEPENDENCIES) +@XCOS_FALSE@ @rm -f modelicat$(EXEEXT) +@XCOS_FALSE@ $(AM_V_CCLD)$(LINK) $(modelicat_OBJECTS) $(modelicat_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f sci_gateway/c/*.$(OBJEXT) + -rm -f sci_gateway/c/*.lo + -rm -f sci_gateway/fortran/*.$(OBJEXT) + -rm -f sci_gateway/fortran/*.lo + -rm -f src/c/*.$(OBJEXT) + -rm -f src/c/*.lo + -rm -f src/c/noscicos/*.$(OBJEXT) + -rm -f src/c/noscicos/*.lo + -rm -f src/fortran/*.$(OBJEXT) + -rm -f src/fortran/*.lo + -rm -f src/scicos_sundials/src/cvode/*.$(OBJEXT) + -rm -f src/scicos_sundials/src/cvode/*.lo + -rm -f src/scicos_sundials/src/ida/*.$(OBJEXT) + -rm -f src/scicos_sundials/src/ida/*.lo + -rm -f src/scicos_sundials/src/kinsol/*.$(OBJEXT) + -rm -f src/scicos_sundials/src/kinsol/*.lo + -rm -f src/scicos_sundials/src/nvec_ser/*.$(OBJEXT) + -rm -f src/scicos_sundials/src/nvec_ser/*.lo + -rm -f src/scicos_sundials/src/sundials/*.$(OBJEXT) + -rm -f src/scicos_sundials/src/sundials/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-gw_scicos.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_buildouttb.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_callblk.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_coserror.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ctree2.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ctree3.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ctree4.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_curblock.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_curblockc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_data2sig.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_diffobjs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_duplicate.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_end_scicosim.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ftree2.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ftree3.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ftree4.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_getblocklabel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_getscicosvars.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_haltscicos.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_loadScicos.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_model2blk.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_phase_simulation.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_pointer_xproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_scicos_debug.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_scicos_debug_count.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_scicos_time.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_scicosim.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_sctree.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_set_blockerror.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_set_xproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_sig2data.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_var2vec.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_vec2var.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-gw_scicos.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_buildouttb.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_callblk.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_coserror.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ctree2.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ctree3.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ctree4.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_curblock.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_curblockc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_data2sig.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_diffobjs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_duplicate.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_end_scicosim.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ftree2.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ftree3.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ftree4.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_getblocklabel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_getscicosvars.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_haltscicos.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_loadScicos.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_model2blk.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_phase_simulation.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_pointer_xproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_scicos_debug.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_scicos_debug_count.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_scicos_time.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_scicosim.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_sctree.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_set_blockerror.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_set_xproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_sig2data.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_var2vec.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_vec2var.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciscicos_algo_la-MlistGetFieldNumber.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciscicos_algo_la-copyvarfromlistentry.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciscicos_algo_la-createblklist.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciscicos_algo_la-ddaskr.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciscicos_algo_la-extractblklist.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciscicos_algo_la-ezxml.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciscicos_algo_la-il_sim.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciscicos_algo_la-il_state.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciscicos_algo_la-import.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciscicos_algo_la-lsodar.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciscicos_algo_la-sciblk2.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciscicos_algo_la-sciblk4.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciscicos_algo_la-scicos.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciscicos_algo_la-scicos_free.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciscicos_algo_la-scicos_malloc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciscicos_algo_la-scicos_print.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciscicos_algo_la-tree.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libsciscicos_algo_la-var2sci.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/c/noscicos/$(DEPDIR)/libsciscicos_algo_la-noscicos.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scicos_sundials/src/cvode/$(DEPDIR)/libscisundials_la-cvode.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scicos_sundials/src/cvode/$(DEPDIR)/libscisundials_la-cvode_dense.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scicos_sundials/src/cvode/$(DEPDIR)/libscisundials_la-cvode_direct.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scicos_sundials/src/cvode/$(DEPDIR)/libscisundials_la-cvode_io.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida_dense.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida_direct.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida_ic.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida_io.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scicos_sundials/src/kinsol/$(DEPDIR)/libscisundials_la-kinsol.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scicos_sundials/src/kinsol/$(DEPDIR)/libscisundials_la-kinsol_dense.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scicos_sundials/src/kinsol/$(DEPDIR)/libscisundials_la-kinsol_direct.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scicos_sundials/src/kinsol/$(DEPDIR)/libscisundials_la-kinsol_io.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scicos_sundials/src/nvec_ser/$(DEPDIR)/libscisundials_la-nvector_serial.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_dense.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_direct.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_extension.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_math.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_nvector.Plo@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< + +.c.obj: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.c.lo: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< + +src/c/noscicos/libsciscicos_algo_la-noscicos.lo: src/c/noscicos/noscicos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/noscicos/libsciscicos_algo_la-noscicos.lo -MD -MP -MF src/c/noscicos/$(DEPDIR)/libsciscicos_algo_la-noscicos.Tpo -c -o src/c/noscicos/libsciscicos_algo_la-noscicos.lo `test -f 'src/c/noscicos/noscicos.c' || echo '$(srcdir)/'`src/c/noscicos/noscicos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/noscicos/$(DEPDIR)/libsciscicos_algo_la-noscicos.Tpo src/c/noscicos/$(DEPDIR)/libsciscicos_algo_la-noscicos.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/noscicos/noscicos.c' object='src/c/noscicos/libsciscicos_algo_la-noscicos.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/noscicos/libsciscicos_algo_la-noscicos.lo `test -f 'src/c/noscicos/noscicos.c' || echo '$(srcdir)/'`src/c/noscicos/noscicos.c + +src/c/libsciscicos_algo_la-tree.lo: src/c/tree.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciscicos_algo_la-tree.lo -MD -MP -MF src/c/$(DEPDIR)/libsciscicos_algo_la-tree.Tpo -c -o src/c/libsciscicos_algo_la-tree.lo `test -f 'src/c/tree.c' || echo '$(srcdir)/'`src/c/tree.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciscicos_algo_la-tree.Tpo src/c/$(DEPDIR)/libsciscicos_algo_la-tree.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/tree.c' object='src/c/libsciscicos_algo_la-tree.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciscicos_algo_la-tree.lo `test -f 'src/c/tree.c' || echo '$(srcdir)/'`src/c/tree.c + +src/c/libsciscicos_algo_la-scicos_malloc.lo: src/c/scicos_malloc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciscicos_algo_la-scicos_malloc.lo -MD -MP -MF src/c/$(DEPDIR)/libsciscicos_algo_la-scicos_malloc.Tpo -c -o src/c/libsciscicos_algo_la-scicos_malloc.lo `test -f 'src/c/scicos_malloc.c' || echo '$(srcdir)/'`src/c/scicos_malloc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciscicos_algo_la-scicos_malloc.Tpo src/c/$(DEPDIR)/libsciscicos_algo_la-scicos_malloc.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/scicos_malloc.c' object='src/c/libsciscicos_algo_la-scicos_malloc.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciscicos_algo_la-scicos_malloc.lo `test -f 'src/c/scicos_malloc.c' || echo '$(srcdir)/'`src/c/scicos_malloc.c + +src/c/libsciscicos_algo_la-scicos_print.lo: src/c/scicos_print.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciscicos_algo_la-scicos_print.lo -MD -MP -MF src/c/$(DEPDIR)/libsciscicos_algo_la-scicos_print.Tpo -c -o src/c/libsciscicos_algo_la-scicos_print.lo `test -f 'src/c/scicos_print.c' || echo '$(srcdir)/'`src/c/scicos_print.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciscicos_algo_la-scicos_print.Tpo src/c/$(DEPDIR)/libsciscicos_algo_la-scicos_print.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/scicos_print.c' object='src/c/libsciscicos_algo_la-scicos_print.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciscicos_algo_la-scicos_print.lo `test -f 'src/c/scicos_print.c' || echo '$(srcdir)/'`src/c/scicos_print.c + +src/c/libsciscicos_algo_la-import.lo: src/c/import.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciscicos_algo_la-import.lo -MD -MP -MF src/c/$(DEPDIR)/libsciscicos_algo_la-import.Tpo -c -o src/c/libsciscicos_algo_la-import.lo `test -f 'src/c/import.c' || echo '$(srcdir)/'`src/c/import.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciscicos_algo_la-import.Tpo src/c/$(DEPDIR)/libsciscicos_algo_la-import.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/import.c' object='src/c/libsciscicos_algo_la-import.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciscicos_algo_la-import.lo `test -f 'src/c/import.c' || echo '$(srcdir)/'`src/c/import.c + +src/c/libsciscicos_algo_la-scicos.lo: src/c/scicos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciscicos_algo_la-scicos.lo -MD -MP -MF src/c/$(DEPDIR)/libsciscicos_algo_la-scicos.Tpo -c -o src/c/libsciscicos_algo_la-scicos.lo `test -f 'src/c/scicos.c' || echo '$(srcdir)/'`src/c/scicos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciscicos_algo_la-scicos.Tpo src/c/$(DEPDIR)/libsciscicos_algo_la-scicos.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/scicos.c' object='src/c/libsciscicos_algo_la-scicos.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciscicos_algo_la-scicos.lo `test -f 'src/c/scicos.c' || echo '$(srcdir)/'`src/c/scicos.c + +src/c/libsciscicos_algo_la-scicos_free.lo: src/c/scicos_free.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciscicos_algo_la-scicos_free.lo -MD -MP -MF src/c/$(DEPDIR)/libsciscicos_algo_la-scicos_free.Tpo -c -o src/c/libsciscicos_algo_la-scicos_free.lo `test -f 'src/c/scicos_free.c' || echo '$(srcdir)/'`src/c/scicos_free.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciscicos_algo_la-scicos_free.Tpo src/c/$(DEPDIR)/libsciscicos_algo_la-scicos_free.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/scicos_free.c' object='src/c/libsciscicos_algo_la-scicos_free.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciscicos_algo_la-scicos_free.lo `test -f 'src/c/scicos_free.c' || echo '$(srcdir)/'`src/c/scicos_free.c + +src/c/libsciscicos_algo_la-sciblk2.lo: src/c/sciblk2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciscicos_algo_la-sciblk2.lo -MD -MP -MF src/c/$(DEPDIR)/libsciscicos_algo_la-sciblk2.Tpo -c -o src/c/libsciscicos_algo_la-sciblk2.lo `test -f 'src/c/sciblk2.c' || echo '$(srcdir)/'`src/c/sciblk2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciscicos_algo_la-sciblk2.Tpo src/c/$(DEPDIR)/libsciscicos_algo_la-sciblk2.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/sciblk2.c' object='src/c/libsciscicos_algo_la-sciblk2.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciscicos_algo_la-sciblk2.lo `test -f 'src/c/sciblk2.c' || echo '$(srcdir)/'`src/c/sciblk2.c + +src/c/libsciscicos_algo_la-sciblk4.lo: src/c/sciblk4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciscicos_algo_la-sciblk4.lo -MD -MP -MF src/c/$(DEPDIR)/libsciscicos_algo_la-sciblk4.Tpo -c -o src/c/libsciscicos_algo_la-sciblk4.lo `test -f 'src/c/sciblk4.c' || echo '$(srcdir)/'`src/c/sciblk4.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciscicos_algo_la-sciblk4.Tpo src/c/$(DEPDIR)/libsciscicos_algo_la-sciblk4.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/sciblk4.c' object='src/c/libsciscicos_algo_la-sciblk4.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciscicos_algo_la-sciblk4.lo `test -f 'src/c/sciblk4.c' || echo '$(srcdir)/'`src/c/sciblk4.c + +src/c/libsciscicos_algo_la-ezxml.lo: src/c/ezxml.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciscicos_algo_la-ezxml.lo -MD -MP -MF src/c/$(DEPDIR)/libsciscicos_algo_la-ezxml.Tpo -c -o src/c/libsciscicos_algo_la-ezxml.lo `test -f 'src/c/ezxml.c' || echo '$(srcdir)/'`src/c/ezxml.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciscicos_algo_la-ezxml.Tpo src/c/$(DEPDIR)/libsciscicos_algo_la-ezxml.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/ezxml.c' object='src/c/libsciscicos_algo_la-ezxml.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciscicos_algo_la-ezxml.lo `test -f 'src/c/ezxml.c' || echo '$(srcdir)/'`src/c/ezxml.c + +src/c/libsciscicos_algo_la-il_state.lo: src/c/il_state.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciscicos_algo_la-il_state.lo -MD -MP -MF src/c/$(DEPDIR)/libsciscicos_algo_la-il_state.Tpo -c -o src/c/libsciscicos_algo_la-il_state.lo `test -f 'src/c/il_state.c' || echo '$(srcdir)/'`src/c/il_state.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciscicos_algo_la-il_state.Tpo src/c/$(DEPDIR)/libsciscicos_algo_la-il_state.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/il_state.c' object='src/c/libsciscicos_algo_la-il_state.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciscicos_algo_la-il_state.lo `test -f 'src/c/il_state.c' || echo '$(srcdir)/'`src/c/il_state.c + +src/c/libsciscicos_algo_la-il_sim.lo: src/c/il_sim.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciscicos_algo_la-il_sim.lo -MD -MP -MF src/c/$(DEPDIR)/libsciscicos_algo_la-il_sim.Tpo -c -o src/c/libsciscicos_algo_la-il_sim.lo `test -f 'src/c/il_sim.c' || echo '$(srcdir)/'`src/c/il_sim.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciscicos_algo_la-il_sim.Tpo src/c/$(DEPDIR)/libsciscicos_algo_la-il_sim.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/il_sim.c' object='src/c/libsciscicos_algo_la-il_sim.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciscicos_algo_la-il_sim.lo `test -f 'src/c/il_sim.c' || echo '$(srcdir)/'`src/c/il_sim.c + +src/c/libsciscicos_algo_la-createblklist.lo: src/c/createblklist.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciscicos_algo_la-createblklist.lo -MD -MP -MF src/c/$(DEPDIR)/libsciscicos_algo_la-createblklist.Tpo -c -o src/c/libsciscicos_algo_la-createblklist.lo `test -f 'src/c/createblklist.c' || echo '$(srcdir)/'`src/c/createblklist.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciscicos_algo_la-createblklist.Tpo src/c/$(DEPDIR)/libsciscicos_algo_la-createblklist.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/createblklist.c' object='src/c/libsciscicos_algo_la-createblklist.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciscicos_algo_la-createblklist.lo `test -f 'src/c/createblklist.c' || echo '$(srcdir)/'`src/c/createblklist.c + +src/c/libsciscicos_algo_la-var2sci.lo: src/c/var2sci.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciscicos_algo_la-var2sci.lo -MD -MP -MF src/c/$(DEPDIR)/libsciscicos_algo_la-var2sci.Tpo -c -o src/c/libsciscicos_algo_la-var2sci.lo `test -f 'src/c/var2sci.c' || echo '$(srcdir)/'`src/c/var2sci.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciscicos_algo_la-var2sci.Tpo src/c/$(DEPDIR)/libsciscicos_algo_la-var2sci.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/var2sci.c' object='src/c/libsciscicos_algo_la-var2sci.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciscicos_algo_la-var2sci.lo `test -f 'src/c/var2sci.c' || echo '$(srcdir)/'`src/c/var2sci.c + +src/c/libsciscicos_algo_la-copyvarfromlistentry.lo: src/c/copyvarfromlistentry.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciscicos_algo_la-copyvarfromlistentry.lo -MD -MP -MF src/c/$(DEPDIR)/libsciscicos_algo_la-copyvarfromlistentry.Tpo -c -o src/c/libsciscicos_algo_la-copyvarfromlistentry.lo `test -f 'src/c/copyvarfromlistentry.c' || echo '$(srcdir)/'`src/c/copyvarfromlistentry.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciscicos_algo_la-copyvarfromlistentry.Tpo src/c/$(DEPDIR)/libsciscicos_algo_la-copyvarfromlistentry.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/copyvarfromlistentry.c' object='src/c/libsciscicos_algo_la-copyvarfromlistentry.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciscicos_algo_la-copyvarfromlistentry.lo `test -f 'src/c/copyvarfromlistentry.c' || echo '$(srcdir)/'`src/c/copyvarfromlistentry.c + +src/c/libsciscicos_algo_la-MlistGetFieldNumber.lo: src/c/MlistGetFieldNumber.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciscicos_algo_la-MlistGetFieldNumber.lo -MD -MP -MF src/c/$(DEPDIR)/libsciscicos_algo_la-MlistGetFieldNumber.Tpo -c -o src/c/libsciscicos_algo_la-MlistGetFieldNumber.lo `test -f 'src/c/MlistGetFieldNumber.c' || echo '$(srcdir)/'`src/c/MlistGetFieldNumber.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciscicos_algo_la-MlistGetFieldNumber.Tpo src/c/$(DEPDIR)/libsciscicos_algo_la-MlistGetFieldNumber.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/MlistGetFieldNumber.c' object='src/c/libsciscicos_algo_la-MlistGetFieldNumber.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciscicos_algo_la-MlistGetFieldNumber.lo `test -f 'src/c/MlistGetFieldNumber.c' || echo '$(srcdir)/'`src/c/MlistGetFieldNumber.c + +src/c/libsciscicos_algo_la-extractblklist.lo: src/c/extractblklist.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciscicos_algo_la-extractblklist.lo -MD -MP -MF src/c/$(DEPDIR)/libsciscicos_algo_la-extractblklist.Tpo -c -o src/c/libsciscicos_algo_la-extractblklist.lo `test -f 'src/c/extractblklist.c' || echo '$(srcdir)/'`src/c/extractblklist.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciscicos_algo_la-extractblklist.Tpo src/c/$(DEPDIR)/libsciscicos_algo_la-extractblklist.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/extractblklist.c' object='src/c/libsciscicos_algo_la-extractblklist.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciscicos_algo_la-extractblklist.lo `test -f 'src/c/extractblklist.c' || echo '$(srcdir)/'`src/c/extractblklist.c + +src/c/libsciscicos_algo_la-lsodar.lo: src/c/lsodar.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciscicos_algo_la-lsodar.lo -MD -MP -MF src/c/$(DEPDIR)/libsciscicos_algo_la-lsodar.Tpo -c -o src/c/libsciscicos_algo_la-lsodar.lo `test -f 'src/c/lsodar.c' || echo '$(srcdir)/'`src/c/lsodar.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciscicos_algo_la-lsodar.Tpo src/c/$(DEPDIR)/libsciscicos_algo_la-lsodar.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/lsodar.c' object='src/c/libsciscicos_algo_la-lsodar.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciscicos_algo_la-lsodar.lo `test -f 'src/c/lsodar.c' || echo '$(srcdir)/'`src/c/lsodar.c + +src/c/libsciscicos_algo_la-ddaskr.lo: src/c/ddaskr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libsciscicos_algo_la-ddaskr.lo -MD -MP -MF src/c/$(DEPDIR)/libsciscicos_algo_la-ddaskr.Tpo -c -o src/c/libsciscicos_algo_la-ddaskr.lo `test -f 'src/c/ddaskr.c' || echo '$(srcdir)/'`src/c/ddaskr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libsciscicos_algo_la-ddaskr.Tpo src/c/$(DEPDIR)/libsciscicos_algo_la-ddaskr.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/ddaskr.c' object='src/c/libsciscicos_algo_la-ddaskr.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libsciscicos_algo_la-ddaskr.lo `test -f 'src/c/ddaskr.c' || echo '$(srcdir)/'`src/c/ddaskr.c + +sci_gateway/c/libsciscicos_cli_la-gw_scicos.lo: sci_gateway/c/gw_scicos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-gw_scicos.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-gw_scicos.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-gw_scicos.lo `test -f 'sci_gateway/c/gw_scicos.c' || echo '$(srcdir)/'`sci_gateway/c/gw_scicos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-gw_scicos.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-gw_scicos.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/gw_scicos.c' object='sci_gateway/c/libsciscicos_cli_la-gw_scicos.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-gw_scicos.lo `test -f 'sci_gateway/c/gw_scicos.c' || echo '$(srcdir)/'`sci_gateway/c/gw_scicos.c + +sci_gateway/c/libsciscicos_cli_la-sci_buildouttb.lo: sci_gateway/c/sci_buildouttb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_buildouttb.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_buildouttb.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_buildouttb.lo `test -f 'sci_gateway/c/sci_buildouttb.c' || echo '$(srcdir)/'`sci_gateway/c/sci_buildouttb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_buildouttb.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_buildouttb.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_buildouttb.c' object='sci_gateway/c/libsciscicos_cli_la-sci_buildouttb.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_buildouttb.lo `test -f 'sci_gateway/c/sci_buildouttb.c' || echo '$(srcdir)/'`sci_gateway/c/sci_buildouttb.c + +sci_gateway/c/libsciscicos_cli_la-sci_callblk.lo: sci_gateway/c/sci_callblk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_callblk.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_callblk.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_callblk.lo `test -f 'sci_gateway/c/sci_callblk.c' || echo '$(srcdir)/'`sci_gateway/c/sci_callblk.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_callblk.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_callblk.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_callblk.c' object='sci_gateway/c/libsciscicos_cli_la-sci_callblk.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_callblk.lo `test -f 'sci_gateway/c/sci_callblk.c' || echo '$(srcdir)/'`sci_gateway/c/sci_callblk.c + +sci_gateway/c/libsciscicos_cli_la-sci_coserror.lo: sci_gateway/c/sci_coserror.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_coserror.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_coserror.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_coserror.lo `test -f 'sci_gateway/c/sci_coserror.c' || echo '$(srcdir)/'`sci_gateway/c/sci_coserror.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_coserror.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_coserror.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_coserror.c' object='sci_gateway/c/libsciscicos_cli_la-sci_coserror.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_coserror.lo `test -f 'sci_gateway/c/sci_coserror.c' || echo '$(srcdir)/'`sci_gateway/c/sci_coserror.c + +sci_gateway/c/libsciscicos_cli_la-sci_ctree2.lo: sci_gateway/c/sci_ctree2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_ctree2.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ctree2.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_ctree2.lo `test -f 'sci_gateway/c/sci_ctree2.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ctree2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ctree2.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ctree2.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_ctree2.c' object='sci_gateway/c/libsciscicos_cli_la-sci_ctree2.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_ctree2.lo `test -f 'sci_gateway/c/sci_ctree2.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ctree2.c + +sci_gateway/c/libsciscicos_cli_la-sci_ctree3.lo: sci_gateway/c/sci_ctree3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_ctree3.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ctree3.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_ctree3.lo `test -f 'sci_gateway/c/sci_ctree3.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ctree3.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ctree3.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ctree3.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_ctree3.c' object='sci_gateway/c/libsciscicos_cli_la-sci_ctree3.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_ctree3.lo `test -f 'sci_gateway/c/sci_ctree3.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ctree3.c + +sci_gateway/c/libsciscicos_cli_la-sci_ctree4.lo: sci_gateway/c/sci_ctree4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_ctree4.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ctree4.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_ctree4.lo `test -f 'sci_gateway/c/sci_ctree4.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ctree4.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ctree4.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ctree4.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_ctree4.c' object='sci_gateway/c/libsciscicos_cli_la-sci_ctree4.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_ctree4.lo `test -f 'sci_gateway/c/sci_ctree4.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ctree4.c + +sci_gateway/c/libsciscicos_cli_la-sci_curblock.lo: sci_gateway/c/sci_curblock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_curblock.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_curblock.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_curblock.lo `test -f 'sci_gateway/c/sci_curblock.c' || echo '$(srcdir)/'`sci_gateway/c/sci_curblock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_curblock.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_curblock.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_curblock.c' object='sci_gateway/c/libsciscicos_cli_la-sci_curblock.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_curblock.lo `test -f 'sci_gateway/c/sci_curblock.c' || echo '$(srcdir)/'`sci_gateway/c/sci_curblock.c + +sci_gateway/c/libsciscicos_cli_la-sci_curblockc.lo: sci_gateway/c/sci_curblockc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_curblockc.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_curblockc.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_curblockc.lo `test -f 'sci_gateway/c/sci_curblockc.c' || echo '$(srcdir)/'`sci_gateway/c/sci_curblockc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_curblockc.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_curblockc.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_curblockc.c' object='sci_gateway/c/libsciscicos_cli_la-sci_curblockc.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_curblockc.lo `test -f 'sci_gateway/c/sci_curblockc.c' || echo '$(srcdir)/'`sci_gateway/c/sci_curblockc.c + +sci_gateway/c/libsciscicos_cli_la-sci_data2sig.lo: sci_gateway/c/sci_data2sig.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_data2sig.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_data2sig.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_data2sig.lo `test -f 'sci_gateway/c/sci_data2sig.c' || echo '$(srcdir)/'`sci_gateway/c/sci_data2sig.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_data2sig.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_data2sig.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_data2sig.c' object='sci_gateway/c/libsciscicos_cli_la-sci_data2sig.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_data2sig.lo `test -f 'sci_gateway/c/sci_data2sig.c' || echo '$(srcdir)/'`sci_gateway/c/sci_data2sig.c + +sci_gateway/c/libsciscicos_cli_la-sci_diffobjs.lo: sci_gateway/c/sci_diffobjs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_diffobjs.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_diffobjs.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_diffobjs.lo `test -f 'sci_gateway/c/sci_diffobjs.c' || echo '$(srcdir)/'`sci_gateway/c/sci_diffobjs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_diffobjs.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_diffobjs.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_diffobjs.c' object='sci_gateway/c/libsciscicos_cli_la-sci_diffobjs.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_diffobjs.lo `test -f 'sci_gateway/c/sci_diffobjs.c' || echo '$(srcdir)/'`sci_gateway/c/sci_diffobjs.c + +sci_gateway/c/libsciscicos_cli_la-sci_duplicate.lo: sci_gateway/c/sci_duplicate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_duplicate.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_duplicate.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_duplicate.lo `test -f 'sci_gateway/c/sci_duplicate.c' || echo '$(srcdir)/'`sci_gateway/c/sci_duplicate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_duplicate.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_duplicate.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_duplicate.c' object='sci_gateway/c/libsciscicos_cli_la-sci_duplicate.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_duplicate.lo `test -f 'sci_gateway/c/sci_duplicate.c' || echo '$(srcdir)/'`sci_gateway/c/sci_duplicate.c + +sci_gateway/c/libsciscicos_cli_la-sci_end_scicosim.lo: sci_gateway/c/sci_end_scicosim.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_end_scicosim.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_end_scicosim.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_end_scicosim.lo `test -f 'sci_gateway/c/sci_end_scicosim.c' || echo '$(srcdir)/'`sci_gateway/c/sci_end_scicosim.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_end_scicosim.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_end_scicosim.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_end_scicosim.c' object='sci_gateway/c/libsciscicos_cli_la-sci_end_scicosim.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_end_scicosim.lo `test -f 'sci_gateway/c/sci_end_scicosim.c' || echo '$(srcdir)/'`sci_gateway/c/sci_end_scicosim.c + +sci_gateway/c/libsciscicos_cli_la-sci_ftree2.lo: sci_gateway/c/sci_ftree2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_ftree2.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ftree2.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_ftree2.lo `test -f 'sci_gateway/c/sci_ftree2.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ftree2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ftree2.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ftree2.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_ftree2.c' object='sci_gateway/c/libsciscicos_cli_la-sci_ftree2.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_ftree2.lo `test -f 'sci_gateway/c/sci_ftree2.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ftree2.c + +sci_gateway/c/libsciscicos_cli_la-sci_ftree3.lo: sci_gateway/c/sci_ftree3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_ftree3.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ftree3.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_ftree3.lo `test -f 'sci_gateway/c/sci_ftree3.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ftree3.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ftree3.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ftree3.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_ftree3.c' object='sci_gateway/c/libsciscicos_cli_la-sci_ftree3.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_ftree3.lo `test -f 'sci_gateway/c/sci_ftree3.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ftree3.c + +sci_gateway/c/libsciscicos_cli_la-sci_ftree4.lo: sci_gateway/c/sci_ftree4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_ftree4.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ftree4.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_ftree4.lo `test -f 'sci_gateway/c/sci_ftree4.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ftree4.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ftree4.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_ftree4.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_ftree4.c' object='sci_gateway/c/libsciscicos_cli_la-sci_ftree4.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_ftree4.lo `test -f 'sci_gateway/c/sci_ftree4.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ftree4.c + +sci_gateway/c/libsciscicos_cli_la-sci_getblocklabel.lo: sci_gateway/c/sci_getblocklabel.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_getblocklabel.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_getblocklabel.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_getblocklabel.lo `test -f 'sci_gateway/c/sci_getblocklabel.c' || echo '$(srcdir)/'`sci_gateway/c/sci_getblocklabel.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_getblocklabel.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_getblocklabel.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_getblocklabel.c' object='sci_gateway/c/libsciscicos_cli_la-sci_getblocklabel.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_getblocklabel.lo `test -f 'sci_gateway/c/sci_getblocklabel.c' || echo '$(srcdir)/'`sci_gateway/c/sci_getblocklabel.c + +sci_gateway/c/libsciscicos_cli_la-sci_getscicosvars.lo: sci_gateway/c/sci_getscicosvars.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_getscicosvars.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_getscicosvars.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_getscicosvars.lo `test -f 'sci_gateway/c/sci_getscicosvars.c' || echo '$(srcdir)/'`sci_gateway/c/sci_getscicosvars.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_getscicosvars.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_getscicosvars.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_getscicosvars.c' object='sci_gateway/c/libsciscicos_cli_la-sci_getscicosvars.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_getscicosvars.lo `test -f 'sci_gateway/c/sci_getscicosvars.c' || echo '$(srcdir)/'`sci_gateway/c/sci_getscicosvars.c + +sci_gateway/c/libsciscicos_cli_la-sci_haltscicos.lo: sci_gateway/c/sci_haltscicos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_haltscicos.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_haltscicos.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_haltscicos.lo `test -f 'sci_gateway/c/sci_haltscicos.c' || echo '$(srcdir)/'`sci_gateway/c/sci_haltscicos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_haltscicos.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_haltscicos.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_haltscicos.c' object='sci_gateway/c/libsciscicos_cli_la-sci_haltscicos.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_haltscicos.lo `test -f 'sci_gateway/c/sci_haltscicos.c' || echo '$(srcdir)/'`sci_gateway/c/sci_haltscicos.c + +sci_gateway/c/libsciscicos_cli_la-sci_loadScicos.lo: sci_gateway/c/sci_loadScicos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_loadScicos.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_loadScicos.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_loadScicos.lo `test -f 'sci_gateway/c/sci_loadScicos.c' || echo '$(srcdir)/'`sci_gateway/c/sci_loadScicos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_loadScicos.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_loadScicos.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_loadScicos.c' object='sci_gateway/c/libsciscicos_cli_la-sci_loadScicos.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_loadScicos.lo `test -f 'sci_gateway/c/sci_loadScicos.c' || echo '$(srcdir)/'`sci_gateway/c/sci_loadScicos.c + +sci_gateway/c/libsciscicos_cli_la-sci_model2blk.lo: sci_gateway/c/sci_model2blk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_model2blk.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_model2blk.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_model2blk.lo `test -f 'sci_gateway/c/sci_model2blk.c' || echo '$(srcdir)/'`sci_gateway/c/sci_model2blk.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_model2blk.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_model2blk.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_model2blk.c' object='sci_gateway/c/libsciscicos_cli_la-sci_model2blk.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_model2blk.lo `test -f 'sci_gateway/c/sci_model2blk.c' || echo '$(srcdir)/'`sci_gateway/c/sci_model2blk.c + +sci_gateway/c/libsciscicos_cli_la-sci_phase_simulation.lo: sci_gateway/c/sci_phase_simulation.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_phase_simulation.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_phase_simulation.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_phase_simulation.lo `test -f 'sci_gateway/c/sci_phase_simulation.c' || echo '$(srcdir)/'`sci_gateway/c/sci_phase_simulation.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_phase_simulation.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_phase_simulation.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_phase_simulation.c' object='sci_gateway/c/libsciscicos_cli_la-sci_phase_simulation.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_phase_simulation.lo `test -f 'sci_gateway/c/sci_phase_simulation.c' || echo '$(srcdir)/'`sci_gateway/c/sci_phase_simulation.c + +sci_gateway/c/libsciscicos_cli_la-sci_pointer_xproperty.lo: sci_gateway/c/sci_pointer_xproperty.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_pointer_xproperty.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_pointer_xproperty.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_pointer_xproperty.lo `test -f 'sci_gateway/c/sci_pointer_xproperty.c' || echo '$(srcdir)/'`sci_gateway/c/sci_pointer_xproperty.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_pointer_xproperty.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_pointer_xproperty.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_pointer_xproperty.c' object='sci_gateway/c/libsciscicos_cli_la-sci_pointer_xproperty.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_pointer_xproperty.lo `test -f 'sci_gateway/c/sci_pointer_xproperty.c' || echo '$(srcdir)/'`sci_gateway/c/sci_pointer_xproperty.c + +sci_gateway/c/libsciscicos_cli_la-sci_scicos_debug.lo: sci_gateway/c/sci_scicos_debug.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_scicos_debug.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_scicos_debug.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_scicos_debug.lo `test -f 'sci_gateway/c/sci_scicos_debug.c' || echo '$(srcdir)/'`sci_gateway/c/sci_scicos_debug.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_scicos_debug.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_scicos_debug.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_scicos_debug.c' object='sci_gateway/c/libsciscicos_cli_la-sci_scicos_debug.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_scicos_debug.lo `test -f 'sci_gateway/c/sci_scicos_debug.c' || echo '$(srcdir)/'`sci_gateway/c/sci_scicos_debug.c + +sci_gateway/c/libsciscicos_cli_la-sci_scicos_debug_count.lo: sci_gateway/c/sci_scicos_debug_count.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_scicos_debug_count.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_scicos_debug_count.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_scicos_debug_count.lo `test -f 'sci_gateway/c/sci_scicos_debug_count.c' || echo '$(srcdir)/'`sci_gateway/c/sci_scicos_debug_count.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_scicos_debug_count.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_scicos_debug_count.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_scicos_debug_count.c' object='sci_gateway/c/libsciscicos_cli_la-sci_scicos_debug_count.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_scicos_debug_count.lo `test -f 'sci_gateway/c/sci_scicos_debug_count.c' || echo '$(srcdir)/'`sci_gateway/c/sci_scicos_debug_count.c + +sci_gateway/c/libsciscicos_cli_la-sci_scicosim.lo: sci_gateway/c/sci_scicosim.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_scicosim.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_scicosim.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_scicosim.lo `test -f 'sci_gateway/c/sci_scicosim.c' || echo '$(srcdir)/'`sci_gateway/c/sci_scicosim.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_scicosim.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_scicosim.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_scicosim.c' object='sci_gateway/c/libsciscicos_cli_la-sci_scicosim.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_scicosim.lo `test -f 'sci_gateway/c/sci_scicosim.c' || echo '$(srcdir)/'`sci_gateway/c/sci_scicosim.c + +sci_gateway/c/libsciscicos_cli_la-sci_scicos_time.lo: sci_gateway/c/sci_scicos_time.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_scicos_time.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_scicos_time.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_scicos_time.lo `test -f 'sci_gateway/c/sci_scicos_time.c' || echo '$(srcdir)/'`sci_gateway/c/sci_scicos_time.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_scicos_time.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_scicos_time.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_scicos_time.c' object='sci_gateway/c/libsciscicos_cli_la-sci_scicos_time.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_scicos_time.lo `test -f 'sci_gateway/c/sci_scicos_time.c' || echo '$(srcdir)/'`sci_gateway/c/sci_scicos_time.c + +sci_gateway/c/libsciscicos_cli_la-sci_sctree.lo: sci_gateway/c/sci_sctree.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_sctree.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_sctree.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_sctree.lo `test -f 'sci_gateway/c/sci_sctree.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sctree.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_sctree.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_sctree.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_sctree.c' object='sci_gateway/c/libsciscicos_cli_la-sci_sctree.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_sctree.lo `test -f 'sci_gateway/c/sci_sctree.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sctree.c + +sci_gateway/c/libsciscicos_cli_la-sci_set_blockerror.lo: sci_gateway/c/sci_set_blockerror.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_set_blockerror.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_set_blockerror.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_set_blockerror.lo `test -f 'sci_gateway/c/sci_set_blockerror.c' || echo '$(srcdir)/'`sci_gateway/c/sci_set_blockerror.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_set_blockerror.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_set_blockerror.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_set_blockerror.c' object='sci_gateway/c/libsciscicos_cli_la-sci_set_blockerror.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_set_blockerror.lo `test -f 'sci_gateway/c/sci_set_blockerror.c' || echo '$(srcdir)/'`sci_gateway/c/sci_set_blockerror.c + +sci_gateway/c/libsciscicos_cli_la-sci_set_xproperty.lo: sci_gateway/c/sci_set_xproperty.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_set_xproperty.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_set_xproperty.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_set_xproperty.lo `test -f 'sci_gateway/c/sci_set_xproperty.c' || echo '$(srcdir)/'`sci_gateway/c/sci_set_xproperty.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_set_xproperty.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_set_xproperty.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_set_xproperty.c' object='sci_gateway/c/libsciscicos_cli_la-sci_set_xproperty.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_set_xproperty.lo `test -f 'sci_gateway/c/sci_set_xproperty.c' || echo '$(srcdir)/'`sci_gateway/c/sci_set_xproperty.c + +sci_gateway/c/libsciscicos_cli_la-sci_sig2data.lo: sci_gateway/c/sci_sig2data.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_sig2data.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_sig2data.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_sig2data.lo `test -f 'sci_gateway/c/sci_sig2data.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sig2data.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_sig2data.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_sig2data.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_sig2data.c' object='sci_gateway/c/libsciscicos_cli_la-sci_sig2data.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_sig2data.lo `test -f 'sci_gateway/c/sci_sig2data.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sig2data.c + +sci_gateway/c/libsciscicos_cli_la-sci_var2vec.lo: sci_gateway/c/sci_var2vec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_var2vec.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_var2vec.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_var2vec.lo `test -f 'sci_gateway/c/sci_var2vec.c' || echo '$(srcdir)/'`sci_gateway/c/sci_var2vec.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_var2vec.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_var2vec.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_var2vec.c' object='sci_gateway/c/libsciscicos_cli_la-sci_var2vec.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_var2vec.lo `test -f 'sci_gateway/c/sci_var2vec.c' || echo '$(srcdir)/'`sci_gateway/c/sci_var2vec.c + +sci_gateway/c/libsciscicos_cli_la-sci_vec2var.lo: sci_gateway/c/sci_vec2var.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_cli_la-sci_vec2var.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_vec2var.Tpo -c -o sci_gateway/c/libsciscicos_cli_la-sci_vec2var.lo `test -f 'sci_gateway/c/sci_vec2var.c' || echo '$(srcdir)/'`sci_gateway/c/sci_vec2var.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_vec2var.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_cli_la-sci_vec2var.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_vec2var.c' object='sci_gateway/c/libsciscicos_cli_la-sci_vec2var.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_cli_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_cli_la-sci_vec2var.lo `test -f 'sci_gateway/c/sci_vec2var.c' || echo '$(srcdir)/'`sci_gateway/c/sci_vec2var.c + +sci_gateway/c/libsciscicos_la-gw_scicos.lo: sci_gateway/c/gw_scicos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-gw_scicos.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-gw_scicos.Tpo -c -o sci_gateway/c/libsciscicos_la-gw_scicos.lo `test -f 'sci_gateway/c/gw_scicos.c' || echo '$(srcdir)/'`sci_gateway/c/gw_scicos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-gw_scicos.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-gw_scicos.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/gw_scicos.c' object='sci_gateway/c/libsciscicos_la-gw_scicos.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-gw_scicos.lo `test -f 'sci_gateway/c/gw_scicos.c' || echo '$(srcdir)/'`sci_gateway/c/gw_scicos.c + +sci_gateway/c/libsciscicos_la-sci_buildouttb.lo: sci_gateway/c/sci_buildouttb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_buildouttb.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_buildouttb.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_buildouttb.lo `test -f 'sci_gateway/c/sci_buildouttb.c' || echo '$(srcdir)/'`sci_gateway/c/sci_buildouttb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_buildouttb.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_buildouttb.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_buildouttb.c' object='sci_gateway/c/libsciscicos_la-sci_buildouttb.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_buildouttb.lo `test -f 'sci_gateway/c/sci_buildouttb.c' || echo '$(srcdir)/'`sci_gateway/c/sci_buildouttb.c + +sci_gateway/c/libsciscicos_la-sci_callblk.lo: sci_gateway/c/sci_callblk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_callblk.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_callblk.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_callblk.lo `test -f 'sci_gateway/c/sci_callblk.c' || echo '$(srcdir)/'`sci_gateway/c/sci_callblk.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_callblk.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_callblk.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_callblk.c' object='sci_gateway/c/libsciscicos_la-sci_callblk.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_callblk.lo `test -f 'sci_gateway/c/sci_callblk.c' || echo '$(srcdir)/'`sci_gateway/c/sci_callblk.c + +sci_gateway/c/libsciscicos_la-sci_coserror.lo: sci_gateway/c/sci_coserror.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_coserror.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_coserror.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_coserror.lo `test -f 'sci_gateway/c/sci_coserror.c' || echo '$(srcdir)/'`sci_gateway/c/sci_coserror.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_coserror.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_coserror.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_coserror.c' object='sci_gateway/c/libsciscicos_la-sci_coserror.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_coserror.lo `test -f 'sci_gateway/c/sci_coserror.c' || echo '$(srcdir)/'`sci_gateway/c/sci_coserror.c + +sci_gateway/c/libsciscicos_la-sci_ctree2.lo: sci_gateway/c/sci_ctree2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_ctree2.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ctree2.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_ctree2.lo `test -f 'sci_gateway/c/sci_ctree2.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ctree2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ctree2.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ctree2.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_ctree2.c' object='sci_gateway/c/libsciscicos_la-sci_ctree2.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_ctree2.lo `test -f 'sci_gateway/c/sci_ctree2.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ctree2.c + +sci_gateway/c/libsciscicos_la-sci_ctree3.lo: sci_gateway/c/sci_ctree3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_ctree3.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ctree3.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_ctree3.lo `test -f 'sci_gateway/c/sci_ctree3.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ctree3.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ctree3.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ctree3.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_ctree3.c' object='sci_gateway/c/libsciscicos_la-sci_ctree3.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_ctree3.lo `test -f 'sci_gateway/c/sci_ctree3.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ctree3.c + +sci_gateway/c/libsciscicos_la-sci_ctree4.lo: sci_gateway/c/sci_ctree4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_ctree4.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ctree4.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_ctree4.lo `test -f 'sci_gateway/c/sci_ctree4.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ctree4.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ctree4.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ctree4.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_ctree4.c' object='sci_gateway/c/libsciscicos_la-sci_ctree4.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_ctree4.lo `test -f 'sci_gateway/c/sci_ctree4.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ctree4.c + +sci_gateway/c/libsciscicos_la-sci_curblock.lo: sci_gateway/c/sci_curblock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_curblock.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_curblock.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_curblock.lo `test -f 'sci_gateway/c/sci_curblock.c' || echo '$(srcdir)/'`sci_gateway/c/sci_curblock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_curblock.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_curblock.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_curblock.c' object='sci_gateway/c/libsciscicos_la-sci_curblock.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_curblock.lo `test -f 'sci_gateway/c/sci_curblock.c' || echo '$(srcdir)/'`sci_gateway/c/sci_curblock.c + +sci_gateway/c/libsciscicos_la-sci_curblockc.lo: sci_gateway/c/sci_curblockc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_curblockc.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_curblockc.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_curblockc.lo `test -f 'sci_gateway/c/sci_curblockc.c' || echo '$(srcdir)/'`sci_gateway/c/sci_curblockc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_curblockc.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_curblockc.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_curblockc.c' object='sci_gateway/c/libsciscicos_la-sci_curblockc.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_curblockc.lo `test -f 'sci_gateway/c/sci_curblockc.c' || echo '$(srcdir)/'`sci_gateway/c/sci_curblockc.c + +sci_gateway/c/libsciscicos_la-sci_data2sig.lo: sci_gateway/c/sci_data2sig.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_data2sig.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_data2sig.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_data2sig.lo `test -f 'sci_gateway/c/sci_data2sig.c' || echo '$(srcdir)/'`sci_gateway/c/sci_data2sig.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_data2sig.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_data2sig.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_data2sig.c' object='sci_gateway/c/libsciscicos_la-sci_data2sig.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_data2sig.lo `test -f 'sci_gateway/c/sci_data2sig.c' || echo '$(srcdir)/'`sci_gateway/c/sci_data2sig.c + +sci_gateway/c/libsciscicos_la-sci_diffobjs.lo: sci_gateway/c/sci_diffobjs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_diffobjs.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_diffobjs.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_diffobjs.lo `test -f 'sci_gateway/c/sci_diffobjs.c' || echo '$(srcdir)/'`sci_gateway/c/sci_diffobjs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_diffobjs.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_diffobjs.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_diffobjs.c' object='sci_gateway/c/libsciscicos_la-sci_diffobjs.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_diffobjs.lo `test -f 'sci_gateway/c/sci_diffobjs.c' || echo '$(srcdir)/'`sci_gateway/c/sci_diffobjs.c + +sci_gateway/c/libsciscicos_la-sci_duplicate.lo: sci_gateway/c/sci_duplicate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_duplicate.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_duplicate.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_duplicate.lo `test -f 'sci_gateway/c/sci_duplicate.c' || echo '$(srcdir)/'`sci_gateway/c/sci_duplicate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_duplicate.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_duplicate.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_duplicate.c' object='sci_gateway/c/libsciscicos_la-sci_duplicate.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_duplicate.lo `test -f 'sci_gateway/c/sci_duplicate.c' || echo '$(srcdir)/'`sci_gateway/c/sci_duplicate.c + +sci_gateway/c/libsciscicos_la-sci_end_scicosim.lo: sci_gateway/c/sci_end_scicosim.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_end_scicosim.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_end_scicosim.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_end_scicosim.lo `test -f 'sci_gateway/c/sci_end_scicosim.c' || echo '$(srcdir)/'`sci_gateway/c/sci_end_scicosim.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_end_scicosim.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_end_scicosim.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_end_scicosim.c' object='sci_gateway/c/libsciscicos_la-sci_end_scicosim.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_end_scicosim.lo `test -f 'sci_gateway/c/sci_end_scicosim.c' || echo '$(srcdir)/'`sci_gateway/c/sci_end_scicosim.c + +sci_gateway/c/libsciscicos_la-sci_ftree2.lo: sci_gateway/c/sci_ftree2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_ftree2.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ftree2.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_ftree2.lo `test -f 'sci_gateway/c/sci_ftree2.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ftree2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ftree2.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ftree2.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_ftree2.c' object='sci_gateway/c/libsciscicos_la-sci_ftree2.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_ftree2.lo `test -f 'sci_gateway/c/sci_ftree2.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ftree2.c + +sci_gateway/c/libsciscicos_la-sci_ftree3.lo: sci_gateway/c/sci_ftree3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_ftree3.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ftree3.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_ftree3.lo `test -f 'sci_gateway/c/sci_ftree3.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ftree3.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ftree3.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ftree3.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_ftree3.c' object='sci_gateway/c/libsciscicos_la-sci_ftree3.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_ftree3.lo `test -f 'sci_gateway/c/sci_ftree3.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ftree3.c + +sci_gateway/c/libsciscicos_la-sci_ftree4.lo: sci_gateway/c/sci_ftree4.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_ftree4.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ftree4.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_ftree4.lo `test -f 'sci_gateway/c/sci_ftree4.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ftree4.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ftree4.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_ftree4.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_ftree4.c' object='sci_gateway/c/libsciscicos_la-sci_ftree4.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_ftree4.lo `test -f 'sci_gateway/c/sci_ftree4.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ftree4.c + +sci_gateway/c/libsciscicos_la-sci_getblocklabel.lo: sci_gateway/c/sci_getblocklabel.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_getblocklabel.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_getblocklabel.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_getblocklabel.lo `test -f 'sci_gateway/c/sci_getblocklabel.c' || echo '$(srcdir)/'`sci_gateway/c/sci_getblocklabel.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_getblocklabel.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_getblocklabel.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_getblocklabel.c' object='sci_gateway/c/libsciscicos_la-sci_getblocklabel.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_getblocklabel.lo `test -f 'sci_gateway/c/sci_getblocklabel.c' || echo '$(srcdir)/'`sci_gateway/c/sci_getblocklabel.c + +sci_gateway/c/libsciscicos_la-sci_getscicosvars.lo: sci_gateway/c/sci_getscicosvars.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_getscicosvars.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_getscicosvars.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_getscicosvars.lo `test -f 'sci_gateway/c/sci_getscicosvars.c' || echo '$(srcdir)/'`sci_gateway/c/sci_getscicosvars.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_getscicosvars.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_getscicosvars.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_getscicosvars.c' object='sci_gateway/c/libsciscicos_la-sci_getscicosvars.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_getscicosvars.lo `test -f 'sci_gateway/c/sci_getscicosvars.c' || echo '$(srcdir)/'`sci_gateway/c/sci_getscicosvars.c + +sci_gateway/c/libsciscicos_la-sci_haltscicos.lo: sci_gateway/c/sci_haltscicos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_haltscicos.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_haltscicos.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_haltscicos.lo `test -f 'sci_gateway/c/sci_haltscicos.c' || echo '$(srcdir)/'`sci_gateway/c/sci_haltscicos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_haltscicos.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_haltscicos.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_haltscicos.c' object='sci_gateway/c/libsciscicos_la-sci_haltscicos.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_haltscicos.lo `test -f 'sci_gateway/c/sci_haltscicos.c' || echo '$(srcdir)/'`sci_gateway/c/sci_haltscicos.c + +sci_gateway/c/libsciscicos_la-sci_loadScicos.lo: sci_gateway/c/sci_loadScicos.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_loadScicos.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_loadScicos.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_loadScicos.lo `test -f 'sci_gateway/c/sci_loadScicos.c' || echo '$(srcdir)/'`sci_gateway/c/sci_loadScicos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_loadScicos.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_loadScicos.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_loadScicos.c' object='sci_gateway/c/libsciscicos_la-sci_loadScicos.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_loadScicos.lo `test -f 'sci_gateway/c/sci_loadScicos.c' || echo '$(srcdir)/'`sci_gateway/c/sci_loadScicos.c + +sci_gateway/c/libsciscicos_la-sci_model2blk.lo: sci_gateway/c/sci_model2blk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_model2blk.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_model2blk.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_model2blk.lo `test -f 'sci_gateway/c/sci_model2blk.c' || echo '$(srcdir)/'`sci_gateway/c/sci_model2blk.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_model2blk.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_model2blk.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_model2blk.c' object='sci_gateway/c/libsciscicos_la-sci_model2blk.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_model2blk.lo `test -f 'sci_gateway/c/sci_model2blk.c' || echo '$(srcdir)/'`sci_gateway/c/sci_model2blk.c + +sci_gateway/c/libsciscicos_la-sci_phase_simulation.lo: sci_gateway/c/sci_phase_simulation.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_phase_simulation.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_phase_simulation.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_phase_simulation.lo `test -f 'sci_gateway/c/sci_phase_simulation.c' || echo '$(srcdir)/'`sci_gateway/c/sci_phase_simulation.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_phase_simulation.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_phase_simulation.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_phase_simulation.c' object='sci_gateway/c/libsciscicos_la-sci_phase_simulation.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_phase_simulation.lo `test -f 'sci_gateway/c/sci_phase_simulation.c' || echo '$(srcdir)/'`sci_gateway/c/sci_phase_simulation.c + +sci_gateway/c/libsciscicos_la-sci_pointer_xproperty.lo: sci_gateway/c/sci_pointer_xproperty.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_pointer_xproperty.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_pointer_xproperty.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_pointer_xproperty.lo `test -f 'sci_gateway/c/sci_pointer_xproperty.c' || echo '$(srcdir)/'`sci_gateway/c/sci_pointer_xproperty.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_pointer_xproperty.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_pointer_xproperty.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_pointer_xproperty.c' object='sci_gateway/c/libsciscicos_la-sci_pointer_xproperty.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_pointer_xproperty.lo `test -f 'sci_gateway/c/sci_pointer_xproperty.c' || echo '$(srcdir)/'`sci_gateway/c/sci_pointer_xproperty.c + +sci_gateway/c/libsciscicos_la-sci_scicos_debug.lo: sci_gateway/c/sci_scicos_debug.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_scicos_debug.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_scicos_debug.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_scicos_debug.lo `test -f 'sci_gateway/c/sci_scicos_debug.c' || echo '$(srcdir)/'`sci_gateway/c/sci_scicos_debug.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_scicos_debug.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_scicos_debug.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_scicos_debug.c' object='sci_gateway/c/libsciscicos_la-sci_scicos_debug.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_scicos_debug.lo `test -f 'sci_gateway/c/sci_scicos_debug.c' || echo '$(srcdir)/'`sci_gateway/c/sci_scicos_debug.c + +sci_gateway/c/libsciscicos_la-sci_scicos_debug_count.lo: sci_gateway/c/sci_scicos_debug_count.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_scicos_debug_count.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_scicos_debug_count.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_scicos_debug_count.lo `test -f 'sci_gateway/c/sci_scicos_debug_count.c' || echo '$(srcdir)/'`sci_gateway/c/sci_scicos_debug_count.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_scicos_debug_count.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_scicos_debug_count.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_scicos_debug_count.c' object='sci_gateway/c/libsciscicos_la-sci_scicos_debug_count.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_scicos_debug_count.lo `test -f 'sci_gateway/c/sci_scicos_debug_count.c' || echo '$(srcdir)/'`sci_gateway/c/sci_scicos_debug_count.c + +sci_gateway/c/libsciscicos_la-sci_scicosim.lo: sci_gateway/c/sci_scicosim.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_scicosim.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_scicosim.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_scicosim.lo `test -f 'sci_gateway/c/sci_scicosim.c' || echo '$(srcdir)/'`sci_gateway/c/sci_scicosim.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_scicosim.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_scicosim.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_scicosim.c' object='sci_gateway/c/libsciscicos_la-sci_scicosim.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_scicosim.lo `test -f 'sci_gateway/c/sci_scicosim.c' || echo '$(srcdir)/'`sci_gateway/c/sci_scicosim.c + +sci_gateway/c/libsciscicos_la-sci_scicos_time.lo: sci_gateway/c/sci_scicos_time.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_scicos_time.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_scicos_time.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_scicos_time.lo `test -f 'sci_gateway/c/sci_scicos_time.c' || echo '$(srcdir)/'`sci_gateway/c/sci_scicos_time.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_scicos_time.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_scicos_time.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_scicos_time.c' object='sci_gateway/c/libsciscicos_la-sci_scicos_time.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_scicos_time.lo `test -f 'sci_gateway/c/sci_scicos_time.c' || echo '$(srcdir)/'`sci_gateway/c/sci_scicos_time.c + +sci_gateway/c/libsciscicos_la-sci_sctree.lo: sci_gateway/c/sci_sctree.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_sctree.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_sctree.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_sctree.lo `test -f 'sci_gateway/c/sci_sctree.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sctree.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_sctree.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_sctree.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_sctree.c' object='sci_gateway/c/libsciscicos_la-sci_sctree.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_sctree.lo `test -f 'sci_gateway/c/sci_sctree.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sctree.c + +sci_gateway/c/libsciscicos_la-sci_set_blockerror.lo: sci_gateway/c/sci_set_blockerror.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_set_blockerror.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_set_blockerror.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_set_blockerror.lo `test -f 'sci_gateway/c/sci_set_blockerror.c' || echo '$(srcdir)/'`sci_gateway/c/sci_set_blockerror.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_set_blockerror.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_set_blockerror.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_set_blockerror.c' object='sci_gateway/c/libsciscicos_la-sci_set_blockerror.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_set_blockerror.lo `test -f 'sci_gateway/c/sci_set_blockerror.c' || echo '$(srcdir)/'`sci_gateway/c/sci_set_blockerror.c + +sci_gateway/c/libsciscicos_la-sci_set_xproperty.lo: sci_gateway/c/sci_set_xproperty.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_set_xproperty.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_set_xproperty.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_set_xproperty.lo `test -f 'sci_gateway/c/sci_set_xproperty.c' || echo '$(srcdir)/'`sci_gateway/c/sci_set_xproperty.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_set_xproperty.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_set_xproperty.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_set_xproperty.c' object='sci_gateway/c/libsciscicos_la-sci_set_xproperty.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_set_xproperty.lo `test -f 'sci_gateway/c/sci_set_xproperty.c' || echo '$(srcdir)/'`sci_gateway/c/sci_set_xproperty.c + +sci_gateway/c/libsciscicos_la-sci_sig2data.lo: sci_gateway/c/sci_sig2data.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_sig2data.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_sig2data.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_sig2data.lo `test -f 'sci_gateway/c/sci_sig2data.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sig2data.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_sig2data.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_sig2data.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_sig2data.c' object='sci_gateway/c/libsciscicos_la-sci_sig2data.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_sig2data.lo `test -f 'sci_gateway/c/sci_sig2data.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sig2data.c + +sci_gateway/c/libsciscicos_la-sci_var2vec.lo: sci_gateway/c/sci_var2vec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_var2vec.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_var2vec.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_var2vec.lo `test -f 'sci_gateway/c/sci_var2vec.c' || echo '$(srcdir)/'`sci_gateway/c/sci_var2vec.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_var2vec.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_var2vec.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_var2vec.c' object='sci_gateway/c/libsciscicos_la-sci_var2vec.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_var2vec.lo `test -f 'sci_gateway/c/sci_var2vec.c' || echo '$(srcdir)/'`sci_gateway/c/sci_var2vec.c + +sci_gateway/c/libsciscicos_la-sci_vec2var.lo: sci_gateway/c/sci_vec2var.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libsciscicos_la-sci_vec2var.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_vec2var.Tpo -c -o sci_gateway/c/libsciscicos_la-sci_vec2var.lo `test -f 'sci_gateway/c/sci_vec2var.c' || echo '$(srcdir)/'`sci_gateway/c/sci_vec2var.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_vec2var.Tpo sci_gateway/c/$(DEPDIR)/libsciscicos_la-sci_vec2var.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_vec2var.c' object='sci_gateway/c/libsciscicos_la-sci_vec2var.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsciscicos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libsciscicos_la-sci_vec2var.lo `test -f 'sci_gateway/c/sci_vec2var.c' || echo '$(srcdir)/'`sci_gateway/c/sci_vec2var.c + +src/scicos_sundials/src/cvode/libscisundials_la-cvode.lo: src/scicos_sundials/src/cvode/cvode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/scicos_sundials/src/cvode/libscisundials_la-cvode.lo -MD -MP -MF src/scicos_sundials/src/cvode/$(DEPDIR)/libscisundials_la-cvode.Tpo -c -o src/scicos_sundials/src/cvode/libscisundials_la-cvode.lo `test -f 'src/scicos_sundials/src/cvode/cvode.c' || echo '$(srcdir)/'`src/scicos_sundials/src/cvode/cvode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/scicos_sundials/src/cvode/$(DEPDIR)/libscisundials_la-cvode.Tpo src/scicos_sundials/src/cvode/$(DEPDIR)/libscisundials_la-cvode.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/scicos_sundials/src/cvode/cvode.c' object='src/scicos_sundials/src/cvode/libscisundials_la-cvode.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/scicos_sundials/src/cvode/libscisundials_la-cvode.lo `test -f 'src/scicos_sundials/src/cvode/cvode.c' || echo '$(srcdir)/'`src/scicos_sundials/src/cvode/cvode.c + +src/scicos_sundials/src/cvode/libscisundials_la-cvode_dense.lo: src/scicos_sundials/src/cvode/cvode_dense.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/scicos_sundials/src/cvode/libscisundials_la-cvode_dense.lo -MD -MP -MF src/scicos_sundials/src/cvode/$(DEPDIR)/libscisundials_la-cvode_dense.Tpo -c -o src/scicos_sundials/src/cvode/libscisundials_la-cvode_dense.lo `test -f 'src/scicos_sundials/src/cvode/cvode_dense.c' || echo '$(srcdir)/'`src/scicos_sundials/src/cvode/cvode_dense.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/scicos_sundials/src/cvode/$(DEPDIR)/libscisundials_la-cvode_dense.Tpo src/scicos_sundials/src/cvode/$(DEPDIR)/libscisundials_la-cvode_dense.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/scicos_sundials/src/cvode/cvode_dense.c' object='src/scicos_sundials/src/cvode/libscisundials_la-cvode_dense.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/scicos_sundials/src/cvode/libscisundials_la-cvode_dense.lo `test -f 'src/scicos_sundials/src/cvode/cvode_dense.c' || echo '$(srcdir)/'`src/scicos_sundials/src/cvode/cvode_dense.c + +src/scicos_sundials/src/cvode/libscisundials_la-cvode_direct.lo: src/scicos_sundials/src/cvode/cvode_direct.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/scicos_sundials/src/cvode/libscisundials_la-cvode_direct.lo -MD -MP -MF src/scicos_sundials/src/cvode/$(DEPDIR)/libscisundials_la-cvode_direct.Tpo -c -o src/scicos_sundials/src/cvode/libscisundials_la-cvode_direct.lo `test -f 'src/scicos_sundials/src/cvode/cvode_direct.c' || echo '$(srcdir)/'`src/scicos_sundials/src/cvode/cvode_direct.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/scicos_sundials/src/cvode/$(DEPDIR)/libscisundials_la-cvode_direct.Tpo src/scicos_sundials/src/cvode/$(DEPDIR)/libscisundials_la-cvode_direct.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/scicos_sundials/src/cvode/cvode_direct.c' object='src/scicos_sundials/src/cvode/libscisundials_la-cvode_direct.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/scicos_sundials/src/cvode/libscisundials_la-cvode_direct.lo `test -f 'src/scicos_sundials/src/cvode/cvode_direct.c' || echo '$(srcdir)/'`src/scicos_sundials/src/cvode/cvode_direct.c + +src/scicos_sundials/src/cvode/libscisundials_la-cvode_io.lo: src/scicos_sundials/src/cvode/cvode_io.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/scicos_sundials/src/cvode/libscisundials_la-cvode_io.lo -MD -MP -MF src/scicos_sundials/src/cvode/$(DEPDIR)/libscisundials_la-cvode_io.Tpo -c -o src/scicos_sundials/src/cvode/libscisundials_la-cvode_io.lo `test -f 'src/scicos_sundials/src/cvode/cvode_io.c' || echo '$(srcdir)/'`src/scicos_sundials/src/cvode/cvode_io.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/scicos_sundials/src/cvode/$(DEPDIR)/libscisundials_la-cvode_io.Tpo src/scicos_sundials/src/cvode/$(DEPDIR)/libscisundials_la-cvode_io.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/scicos_sundials/src/cvode/cvode_io.c' object='src/scicos_sundials/src/cvode/libscisundials_la-cvode_io.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/scicos_sundials/src/cvode/libscisundials_la-cvode_io.lo `test -f 'src/scicos_sundials/src/cvode/cvode_io.c' || echo '$(srcdir)/'`src/scicos_sundials/src/cvode/cvode_io.c + +src/scicos_sundials/src/ida/libscisundials_la-ida.lo: src/scicos_sundials/src/ida/ida.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/scicos_sundials/src/ida/libscisundials_la-ida.lo -MD -MP -MF src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida.Tpo -c -o src/scicos_sundials/src/ida/libscisundials_la-ida.lo `test -f 'src/scicos_sundials/src/ida/ida.c' || echo '$(srcdir)/'`src/scicos_sundials/src/ida/ida.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida.Tpo src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/scicos_sundials/src/ida/ida.c' object='src/scicos_sundials/src/ida/libscisundials_la-ida.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/scicos_sundials/src/ida/libscisundials_la-ida.lo `test -f 'src/scicos_sundials/src/ida/ida.c' || echo '$(srcdir)/'`src/scicos_sundials/src/ida/ida.c + +src/scicos_sundials/src/ida/libscisundials_la-ida_dense.lo: src/scicos_sundials/src/ida/ida_dense.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/scicos_sundials/src/ida/libscisundials_la-ida_dense.lo -MD -MP -MF src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida_dense.Tpo -c -o src/scicos_sundials/src/ida/libscisundials_la-ida_dense.lo `test -f 'src/scicos_sundials/src/ida/ida_dense.c' || echo '$(srcdir)/'`src/scicos_sundials/src/ida/ida_dense.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida_dense.Tpo src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida_dense.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/scicos_sundials/src/ida/ida_dense.c' object='src/scicos_sundials/src/ida/libscisundials_la-ida_dense.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/scicos_sundials/src/ida/libscisundials_la-ida_dense.lo `test -f 'src/scicos_sundials/src/ida/ida_dense.c' || echo '$(srcdir)/'`src/scicos_sundials/src/ida/ida_dense.c + +src/scicos_sundials/src/ida/libscisundials_la-ida_direct.lo: src/scicos_sundials/src/ida/ida_direct.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/scicos_sundials/src/ida/libscisundials_la-ida_direct.lo -MD -MP -MF src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida_direct.Tpo -c -o src/scicos_sundials/src/ida/libscisundials_la-ida_direct.lo `test -f 'src/scicos_sundials/src/ida/ida_direct.c' || echo '$(srcdir)/'`src/scicos_sundials/src/ida/ida_direct.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida_direct.Tpo src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida_direct.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/scicos_sundials/src/ida/ida_direct.c' object='src/scicos_sundials/src/ida/libscisundials_la-ida_direct.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/scicos_sundials/src/ida/libscisundials_la-ida_direct.lo `test -f 'src/scicos_sundials/src/ida/ida_direct.c' || echo '$(srcdir)/'`src/scicos_sundials/src/ida/ida_direct.c + +src/scicos_sundials/src/ida/libscisundials_la-ida_ic.lo: src/scicos_sundials/src/ida/ida_ic.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/scicos_sundials/src/ida/libscisundials_la-ida_ic.lo -MD -MP -MF src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida_ic.Tpo -c -o src/scicos_sundials/src/ida/libscisundials_la-ida_ic.lo `test -f 'src/scicos_sundials/src/ida/ida_ic.c' || echo '$(srcdir)/'`src/scicos_sundials/src/ida/ida_ic.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida_ic.Tpo src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida_ic.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/scicos_sundials/src/ida/ida_ic.c' object='src/scicos_sundials/src/ida/libscisundials_la-ida_ic.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/scicos_sundials/src/ida/libscisundials_la-ida_ic.lo `test -f 'src/scicos_sundials/src/ida/ida_ic.c' || echo '$(srcdir)/'`src/scicos_sundials/src/ida/ida_ic.c + +src/scicos_sundials/src/ida/libscisundials_la-ida_io.lo: src/scicos_sundials/src/ida/ida_io.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/scicos_sundials/src/ida/libscisundials_la-ida_io.lo -MD -MP -MF src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida_io.Tpo -c -o src/scicos_sundials/src/ida/libscisundials_la-ida_io.lo `test -f 'src/scicos_sundials/src/ida/ida_io.c' || echo '$(srcdir)/'`src/scicos_sundials/src/ida/ida_io.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida_io.Tpo src/scicos_sundials/src/ida/$(DEPDIR)/libscisundials_la-ida_io.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/scicos_sundials/src/ida/ida_io.c' object='src/scicos_sundials/src/ida/libscisundials_la-ida_io.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/scicos_sundials/src/ida/libscisundials_la-ida_io.lo `test -f 'src/scicos_sundials/src/ida/ida_io.c' || echo '$(srcdir)/'`src/scicos_sundials/src/ida/ida_io.c + +src/scicos_sundials/src/kinsol/libscisundials_la-kinsol.lo: src/scicos_sundials/src/kinsol/kinsol.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/scicos_sundials/src/kinsol/libscisundials_la-kinsol.lo -MD -MP -MF src/scicos_sundials/src/kinsol/$(DEPDIR)/libscisundials_la-kinsol.Tpo -c -o src/scicos_sundials/src/kinsol/libscisundials_la-kinsol.lo `test -f 'src/scicos_sundials/src/kinsol/kinsol.c' || echo '$(srcdir)/'`src/scicos_sundials/src/kinsol/kinsol.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/scicos_sundials/src/kinsol/$(DEPDIR)/libscisundials_la-kinsol.Tpo src/scicos_sundials/src/kinsol/$(DEPDIR)/libscisundials_la-kinsol.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/scicos_sundials/src/kinsol/kinsol.c' object='src/scicos_sundials/src/kinsol/libscisundials_la-kinsol.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/scicos_sundials/src/kinsol/libscisundials_la-kinsol.lo `test -f 'src/scicos_sundials/src/kinsol/kinsol.c' || echo '$(srcdir)/'`src/scicos_sundials/src/kinsol/kinsol.c + +src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_dense.lo: src/scicos_sundials/src/kinsol/kinsol_dense.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_dense.lo -MD -MP -MF src/scicos_sundials/src/kinsol/$(DEPDIR)/libscisundials_la-kinsol_dense.Tpo -c -o src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_dense.lo `test -f 'src/scicos_sundials/src/kinsol/kinsol_dense.c' || echo '$(srcdir)/'`src/scicos_sundials/src/kinsol/kinsol_dense.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/scicos_sundials/src/kinsol/$(DEPDIR)/libscisundials_la-kinsol_dense.Tpo src/scicos_sundials/src/kinsol/$(DEPDIR)/libscisundials_la-kinsol_dense.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/scicos_sundials/src/kinsol/kinsol_dense.c' object='src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_dense.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_dense.lo `test -f 'src/scicos_sundials/src/kinsol/kinsol_dense.c' || echo '$(srcdir)/'`src/scicos_sundials/src/kinsol/kinsol_dense.c + +src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_direct.lo: src/scicos_sundials/src/kinsol/kinsol_direct.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_direct.lo -MD -MP -MF src/scicos_sundials/src/kinsol/$(DEPDIR)/libscisundials_la-kinsol_direct.Tpo -c -o src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_direct.lo `test -f 'src/scicos_sundials/src/kinsol/kinsol_direct.c' || echo '$(srcdir)/'`src/scicos_sundials/src/kinsol/kinsol_direct.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/scicos_sundials/src/kinsol/$(DEPDIR)/libscisundials_la-kinsol_direct.Tpo src/scicos_sundials/src/kinsol/$(DEPDIR)/libscisundials_la-kinsol_direct.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/scicos_sundials/src/kinsol/kinsol_direct.c' object='src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_direct.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_direct.lo `test -f 'src/scicos_sundials/src/kinsol/kinsol_direct.c' || echo '$(srcdir)/'`src/scicos_sundials/src/kinsol/kinsol_direct.c + +src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_io.lo: src/scicos_sundials/src/kinsol/kinsol_io.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_io.lo -MD -MP -MF src/scicos_sundials/src/kinsol/$(DEPDIR)/libscisundials_la-kinsol_io.Tpo -c -o src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_io.lo `test -f 'src/scicos_sundials/src/kinsol/kinsol_io.c' || echo '$(srcdir)/'`src/scicos_sundials/src/kinsol/kinsol_io.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/scicos_sundials/src/kinsol/$(DEPDIR)/libscisundials_la-kinsol_io.Tpo src/scicos_sundials/src/kinsol/$(DEPDIR)/libscisundials_la-kinsol_io.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/scicos_sundials/src/kinsol/kinsol_io.c' object='src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_io.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/scicos_sundials/src/kinsol/libscisundials_la-kinsol_io.lo `test -f 'src/scicos_sundials/src/kinsol/kinsol_io.c' || echo '$(srcdir)/'`src/scicos_sundials/src/kinsol/kinsol_io.c + +src/scicos_sundials/src/nvec_ser/libscisundials_la-nvector_serial.lo: src/scicos_sundials/src/nvec_ser/nvector_serial.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/scicos_sundials/src/nvec_ser/libscisundials_la-nvector_serial.lo -MD -MP -MF src/scicos_sundials/src/nvec_ser/$(DEPDIR)/libscisundials_la-nvector_serial.Tpo -c -o src/scicos_sundials/src/nvec_ser/libscisundials_la-nvector_serial.lo `test -f 'src/scicos_sundials/src/nvec_ser/nvector_serial.c' || echo '$(srcdir)/'`src/scicos_sundials/src/nvec_ser/nvector_serial.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/scicos_sundials/src/nvec_ser/$(DEPDIR)/libscisundials_la-nvector_serial.Tpo src/scicos_sundials/src/nvec_ser/$(DEPDIR)/libscisundials_la-nvector_serial.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/scicos_sundials/src/nvec_ser/nvector_serial.c' object='src/scicos_sundials/src/nvec_ser/libscisundials_la-nvector_serial.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/scicos_sundials/src/nvec_ser/libscisundials_la-nvector_serial.lo `test -f 'src/scicos_sundials/src/nvec_ser/nvector_serial.c' || echo '$(srcdir)/'`src/scicos_sundials/src/nvec_ser/nvector_serial.c + +src/scicos_sundials/src/sundials/libscisundials_la-sundials_dense.lo: src/scicos_sundials/src/sundials/sundials_dense.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/scicos_sundials/src/sundials/libscisundials_la-sundials_dense.lo -MD -MP -MF src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_dense.Tpo -c -o src/scicos_sundials/src/sundials/libscisundials_la-sundials_dense.lo `test -f 'src/scicos_sundials/src/sundials/sundials_dense.c' || echo '$(srcdir)/'`src/scicos_sundials/src/sundials/sundials_dense.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_dense.Tpo src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_dense.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/scicos_sundials/src/sundials/sundials_dense.c' object='src/scicos_sundials/src/sundials/libscisundials_la-sundials_dense.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/scicos_sundials/src/sundials/libscisundials_la-sundials_dense.lo `test -f 'src/scicos_sundials/src/sundials/sundials_dense.c' || echo '$(srcdir)/'`src/scicos_sundials/src/sundials/sundials_dense.c + +src/scicos_sundials/src/sundials/libscisundials_la-sundials_direct.lo: src/scicos_sundials/src/sundials/sundials_direct.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/scicos_sundials/src/sundials/libscisundials_la-sundials_direct.lo -MD -MP -MF src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_direct.Tpo -c -o src/scicos_sundials/src/sundials/libscisundials_la-sundials_direct.lo `test -f 'src/scicos_sundials/src/sundials/sundials_direct.c' || echo '$(srcdir)/'`src/scicos_sundials/src/sundials/sundials_direct.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_direct.Tpo src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_direct.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/scicos_sundials/src/sundials/sundials_direct.c' object='src/scicos_sundials/src/sundials/libscisundials_la-sundials_direct.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/scicos_sundials/src/sundials/libscisundials_la-sundials_direct.lo `test -f 'src/scicos_sundials/src/sundials/sundials_direct.c' || echo '$(srcdir)/'`src/scicos_sundials/src/sundials/sundials_direct.c + +src/scicos_sundials/src/sundials/libscisundials_la-sundials_math.lo: src/scicos_sundials/src/sundials/sundials_math.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/scicos_sundials/src/sundials/libscisundials_la-sundials_math.lo -MD -MP -MF src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_math.Tpo -c -o src/scicos_sundials/src/sundials/libscisundials_la-sundials_math.lo `test -f 'src/scicos_sundials/src/sundials/sundials_math.c' || echo '$(srcdir)/'`src/scicos_sundials/src/sundials/sundials_math.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_math.Tpo src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_math.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/scicos_sundials/src/sundials/sundials_math.c' object='src/scicos_sundials/src/sundials/libscisundials_la-sundials_math.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/scicos_sundials/src/sundials/libscisundials_la-sundials_math.lo `test -f 'src/scicos_sundials/src/sundials/sundials_math.c' || echo '$(srcdir)/'`src/scicos_sundials/src/sundials/sundials_math.c + +src/scicos_sundials/src/sundials/libscisundials_la-sundials_nvector.lo: src/scicos_sundials/src/sundials/sundials_nvector.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/scicos_sundials/src/sundials/libscisundials_la-sundials_nvector.lo -MD -MP -MF src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_nvector.Tpo -c -o src/scicos_sundials/src/sundials/libscisundials_la-sundials_nvector.lo `test -f 'src/scicos_sundials/src/sundials/sundials_nvector.c' || echo '$(srcdir)/'`src/scicos_sundials/src/sundials/sundials_nvector.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_nvector.Tpo src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_nvector.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/scicos_sundials/src/sundials/sundials_nvector.c' object='src/scicos_sundials/src/sundials/libscisundials_la-sundials_nvector.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/scicos_sundials/src/sundials/libscisundials_la-sundials_nvector.lo `test -f 'src/scicos_sundials/src/sundials/sundials_nvector.c' || echo '$(srcdir)/'`src/scicos_sundials/src/sundials/sundials_nvector.c + +src/scicos_sundials/src/sundials/libscisundials_la-sundials_extension.lo: src/scicos_sundials/src/sundials/sundials_extension.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/scicos_sundials/src/sundials/libscisundials_la-sundials_extension.lo -MD -MP -MF src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_extension.Tpo -c -o src/scicos_sundials/src/sundials/libscisundials_la-sundials_extension.lo `test -f 'src/scicos_sundials/src/sundials/sundials_extension.c' || echo '$(srcdir)/'`src/scicos_sundials/src/sundials/sundials_extension.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_extension.Tpo src/scicos_sundials/src/sundials/$(DEPDIR)/libscisundials_la-sundials_extension.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/scicos_sundials/src/sundials/sundials_extension.c' object='src/scicos_sundials/src/sundials/libscisundials_la-sundials_extension.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscisundials_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/scicos_sundials/src/sundials/libscisundials_la-sundials_extension.lo `test -f 'src/scicos_sundials/src/sundials/sundials_extension.c' || echo '$(srcdir)/'`src/scicos_sundials/src/sundials/sundials_extension.c + +.f.o: + $(AM_V_F77)$(F77COMPILE) -c -o $@ $< + +.f.obj: + $(AM_V_F77)$(F77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.f.lo: + $(AM_V_F77)$(LTF77COMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf sci_gateway/c/.libs sci_gateway/c/_libs + -rm -rf sci_gateway/fortran/.libs sci_gateway/fortran/_libs + -rm -rf src/c/.libs src/c/_libs + -rm -rf src/c/noscicos/.libs src/c/noscicos/_libs + -rm -rf src/fortran/.libs src/fortran/_libs + -rm -rf src/scicos_sundials/src/cvode/.libs src/scicos_sundials/src/cvode/_libs + -rm -rf src/scicos_sundials/src/ida/.libs src/scicos_sundials/src/ida/_libs + -rm -rf src/scicos_sundials/src/kinsol/.libs src/scicos_sundials/src/kinsol/_libs + -rm -rf src/scicos_sundials/src/nvec_ser/.libs src/scicos_sundials/src/nvec_ser/_libs + -rm -rf src/scicos_sundials/src/sundials/.libs src/scicos_sundials/src/sundials/_libs +install-libsciscicos_la_etcDATA: $(libsciscicos_la_etc_DATA) + @$(NORMAL_INSTALL) + @list='$(libsciscicos_la_etc_DATA)'; test -n "$(libsciscicos_la_etcdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(libsciscicos_la_etcdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libsciscicos_la_etcdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libsciscicos_la_etcdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(libsciscicos_la_etcdir)" || exit $$?; \ + done + +uninstall-libsciscicos_la_etcDATA: + @$(NORMAL_UNINSTALL) + @list='$(libsciscicos_la_etc_DATA)'; test -n "$(libsciscicos_la_etcdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(libsciscicos_la_etcdir)'; $(am__uninstall_files_from_dir) +install-libsciscicos_la_rootDATA: $(libsciscicos_la_root_DATA) + @$(NORMAL_INSTALL) + @list='$(libsciscicos_la_root_DATA)'; test -n "$(libsciscicos_la_rootdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(libsciscicos_la_rootdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libsciscicos_la_rootdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libsciscicos_la_rootdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(libsciscicos_la_rootdir)" || exit $$?; \ + done + +uninstall-libsciscicos_la_rootDATA: + @$(NORMAL_UNINSTALL) + @list='$(libsciscicos_la_root_DATA)'; test -n "$(libsciscicos_la_rootdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(libsciscicos_la_rootdir)'; $(am__uninstall_files_from_dir) +install-libsciscicos_la_sci_gatewayDATA: $(libsciscicos_la_sci_gateway_DATA) + @$(NORMAL_INSTALL) + @list='$(libsciscicos_la_sci_gateway_DATA)'; test -n "$(libsciscicos_la_sci_gatewaydir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(libsciscicos_la_sci_gatewaydir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libsciscicos_la_sci_gatewaydir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libsciscicos_la_sci_gatewaydir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(libsciscicos_la_sci_gatewaydir)" || exit $$?; \ + done + +uninstall-libsciscicos_la_sci_gatewayDATA: + @$(NORMAL_UNINSTALL) + @list='$(libsciscicos_la_sci_gateway_DATA)'; test -n "$(libsciscicos_la_sci_gatewaydir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(libsciscicos_la_sci_gatewaydir)'; $(am__uninstall_files_from_dir) +install-nobase_libsciscicos_la_cosfDATA: $(nobase_libsciscicos_la_cosf_DATA) + @$(NORMAL_INSTALL) + @list='$(nobase_libsciscicos_la_cosf_DATA)'; test -n "$(libsciscicos_la_cosfdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(libsciscicos_la_cosfdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libsciscicos_la_cosfdir)" || exit 1; \ + fi; \ + $(am__nobase_list) | while read dir files; do \ + xfiles=; for file in $$files; do \ + if test -f "$$file"; then xfiles="$$xfiles $$file"; \ + else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ + test -z "$$xfiles" || { \ + test "x$$dir" = x. || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libsciscicos_la_cosfdir)/$$dir'"; \ + $(MKDIR_P) "$(DESTDIR)$(libsciscicos_la_cosfdir)/$$dir"; }; \ + echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(libsciscicos_la_cosfdir)/$$dir'"; \ + $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(libsciscicos_la_cosfdir)/$$dir" || exit $$?; }; \ + done + +uninstall-nobase_libsciscicos_la_cosfDATA: + @$(NORMAL_UNINSTALL) + @list='$(nobase_libsciscicos_la_cosf_DATA)'; test -n "$(libsciscicos_la_cosfdir)" || list=; \ + $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ + dir='$(DESTDIR)$(libsciscicos_la_cosfdir)'; $(am__uninstall_files_from_dir) +install-libsciscicos_la_includeHEADERS: $(libsciscicos_la_include_HEADERS) + @$(NORMAL_INSTALL) + @list='$(libsciscicos_la_include_HEADERS)'; test -n "$(libsciscicos_la_includedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(libsciscicos_la_includedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libsciscicos_la_includedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libsciscicos_la_includedir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(libsciscicos_la_includedir)" || exit $$?; \ + done + +uninstall-libsciscicos_la_includeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(libsciscicos_la_include_HEADERS)'; test -n "$(libsciscicos_la_includedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(libsciscicos_la_includedir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) check-local +check: check-am +all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) \ + all-local +installdirs: + for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libsciscicos_la_etcdir)" "$(DESTDIR)$(libsciscicos_la_rootdir)" "$(DESTDIR)$(libsciscicos_la_sci_gatewaydir)" "$(DESTDIR)$(libsciscicos_la_cosfdir)" "$(DESTDIR)$(libsciscicos_la_includedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f sci_gateway/c/$(DEPDIR)/$(am__dirstamp) + -rm -f sci_gateway/c/$(am__dirstamp) + -rm -f sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) + -rm -f sci_gateway/fortran/$(am__dirstamp) + -rm -f src/c/$(DEPDIR)/$(am__dirstamp) + -rm -f src/c/$(am__dirstamp) + -rm -f src/c/noscicos/$(DEPDIR)/$(am__dirstamp) + -rm -f src/c/noscicos/$(am__dirstamp) + -rm -f src/fortran/$(DEPDIR)/$(am__dirstamp) + -rm -f src/fortran/$(am__dirstamp) + -rm -f src/scicos_sundials/src/cvode/$(DEPDIR)/$(am__dirstamp) + -rm -f src/scicos_sundials/src/cvode/$(am__dirstamp) + -rm -f src/scicos_sundials/src/ida/$(DEPDIR)/$(am__dirstamp) + -rm -f src/scicos_sundials/src/ida/$(am__dirstamp) + -rm -f src/scicos_sundials/src/kinsol/$(DEPDIR)/$(am__dirstamp) + -rm -f src/scicos_sundials/src/kinsol/$(am__dirstamp) + -rm -f src/scicos_sundials/src/nvec_ser/$(DEPDIR)/$(am__dirstamp) + -rm -f src/scicos_sundials/src/nvec_ser/$(am__dirstamp) + -rm -f src/scicos_sundials/src/sundials/$(DEPDIR)/$(am__dirstamp) + -rm -f src/scicos_sundials/src/sundials/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic clean-libtool clean-local \ + clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES mostlyclean-am + +distclean: distclean-am + -rm -rf sci_gateway/c/$(DEPDIR) src/c/$(DEPDIR) src/c/noscicos/$(DEPDIR) src/scicos_sundials/src/cvode/$(DEPDIR) src/scicos_sundials/src/ida/$(DEPDIR) src/scicos_sundials/src/kinsol/$(DEPDIR) src/scicos_sundials/src/nvec_ser/$(DEPDIR) src/scicos_sundials/src/sundials/$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-local distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-data-local install-libsciscicos_la_etcDATA \ + install-libsciscicos_la_includeHEADERS \ + install-libsciscicos_la_rootDATA \ + install-libsciscicos_la_sci_gatewayDATA \ + install-nobase_libsciscicos_la_cosfDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-binPROGRAMS install-pkglibLTLIBRARIES + +install-html: install-html-am + +install-html-am: install-html-local + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf sci_gateway/c/$(DEPDIR) src/c/$(DEPDIR) src/c/noscicos/$(DEPDIR) src/scicos_sundials/src/cvode/$(DEPDIR) src/scicos_sundials/src/ida/$(DEPDIR) src/scicos_sundials/src/kinsol/$(DEPDIR) src/scicos_sundials/src/nvec_ser/$(DEPDIR) src/scicos_sundials/src/sundials/$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS uninstall-libsciscicos_la_etcDATA \ + uninstall-libsciscicos_la_includeHEADERS \ + uninstall-libsciscicos_la_rootDATA \ + uninstall-libsciscicos_la_sci_gatewayDATA \ + uninstall-nobase_libsciscicos_la_cosfDATA \ + uninstall-pkglibLTLIBRARIES + +.MAKE: check-am install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am \ + check-local clean clean-binPROGRAMS clean-generic \ + clean-libtool clean-local clean-noinstLTLIBRARIES \ + clean-pkglibLTLIBRARIES cscopelist-am ctags ctags-am distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-local distclean-tags distdir dvi dvi-am html html-am \ + info info-am install install-am install-binPROGRAMS \ + install-data install-data-am install-data-local install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-html-local install-info \ + install-info-am install-libsciscicos_la_etcDATA \ + install-libsciscicos_la_includeHEADERS \ + install-libsciscicos_la_rootDATA \ + install-libsciscicos_la_sci_gatewayDATA install-man \ + install-nobase_libsciscicos_la_cosfDATA install-pdf \ + install-pdf-am install-pkglibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-binPROGRAMS \ + uninstall-libsciscicos_la_etcDATA \ + uninstall-libsciscicos_la_includeHEADERS \ + uninstall-libsciscicos_la_rootDATA \ + uninstall-libsciscicos_la_sci_gatewayDATA \ + uninstall-nobase_libsciscicos_la_cosfDATA \ + uninstall-pkglibLTLIBRARIES + + +# This target enables tests for Scilab +check-local: $(top_builddir)/scilab-bin test + if test -d $(mydatadir)/tests; then \ + @COMMAND="try test_run('$(modulename)');catch exit(-1);end;exit(0)"; export LANG=C; $(top_builddir)/bin/scilab -nwni -nb -e "$$COMMAND"; \ + fi +check-code: + if test -f build.xml; then \ + $(ANT) checkstyle; \ + fi + if test -x "$(SPLINT)"; then \ + $(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); \ + fi +@NEED_JAVA_TRUE@java: +# Some configurations needs to export JAVA_HOME in the current env +@NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \ +@NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \ +@NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \ +@NEED_JAVA_TRUE@ $(ANT); \ +@NEED_JAVA_TRUE@ fi + +@NEED_JAVA_TRUE@clean-java: +# Some configurations needs to export JAVA_HOME in the current env +@NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \ +@NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \ +@NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \ +@NEED_JAVA_TRUE@ $(ANT) clean; \ +@NEED_JAVA_TRUE@ fi; + +# If the user request for the SWIG generation of the wrappers Java => C/C++ +# We call the target swig-build on the variable SWIG_WRAPPERS + +@SWIG_TRUE@swig: $(SWIG_WRAPPERS) +@SWIG_TRUE@ @SWIG_PACKAGENAME=org.scilab.modules.$(modulename); \ +@SWIG_TRUE@ SWIG_OUTDIR=src/java/org/scilab/modules/$(modulename)/; \ +@SWIG_TRUE@ if test -n "$(SWIG_WRAPPERS)"; then \ +@SWIG_TRUE@ for file in $(SWIG_WRAPPERS) ; do \ +@SWIG_TRUE@ echo "Swig process of $$file (Java) ..."; \ +@SWIG_TRUE@ $(SWIG_BIN) $(SWIG_JAVA) -package $$SWIG_PACKAGENAME -outdir $$SWIG_OUTDIR $$file; \ +@SWIG_TRUE@ done; \ +@SWIG_TRUE@ fi + +@SWIG_TRUE@swig-scilab: $(SWIG_SCILAB_WRAPPERS) +@SWIG_TRUE@ @SWIG_OUTDIR=src/swig/; \ +@SWIG_TRUE@ if test -n "$(SWIG_SCILAB_WRAPPERS)"; then \ +@SWIG_TRUE@ for file in $(SWIG_SCILAB_WRAPPERS) ; do \ +@SWIG_TRUE@ echo "Swig process of $$file (Scilab) ..."; \ +@SWIG_TRUE@ $(SWIG_BIN) $(SWIG_SCILAB) -outdir $$SWIG_OUTDIR $$file; \ +@SWIG_TRUE@ done; \ +@SWIG_TRUE@ fi + +# If the user request for the SWIG generation of the wrappers Java => C/C++ +# We call the target swig-build on the variable SWIG_WRAPPERS + +@GIWS_TRUE@giws: $(GIWS_WRAPPERS) +@GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/; \ +@GIWS_TRUE@ MANDATORY_OPTIONS="--throws-exception-on-error --description-file"; \ +@GIWS_TRUE@ if test -n "$(GIWS_WRAPPERS)"; then \ +@GIWS_TRUE@ for file in $(GIWS_WRAPPERS) ; do \ +@GIWS_TRUE@ echo "GIWS process of $$file ..."; \ +@GIWS_TRUE@ if test -z "$(GIWS_OPTIONS)"; then \ +@GIWS_TRUE@ $(GIWS_BIN) --disable-return-size-array --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \ +@GIWS_TRUE@ else \ +@GIWS_TRUE@ echo "Custom GIWS call with '$$GIWS_OPTIONS'"; \ +@GIWS_TRUE@ $(GIWS_BIN) $$GIWS_OPTIONS --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \ +@GIWS_TRUE@ fi \ +@GIWS_TRUE@ done; \ +@GIWS_TRUE@ fi + +@GIWS_TRUE@giws-exception: +@GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/;\ +@GIWS_TRUE@ echo "GIWS: Generation of exception class ..."; \ +@GIWS_TRUE@ $(GIWS_BIN) --generate-exception-class --output-dir $$GIWS_OUTPUTDIR + +macros: + -@( if test ! -x $(top_builddir)/scilab-bin; then \ + echo "Error : Cannot build $< : Scilab has not been built"; \ + else \ + $(top_builddir)/bin/scilab -ns -nwni -e "exec('macros/buildmacros.sce');quit;";\ + fi) + +# Removes the macros +clean-macros: +# Removes macros (*.bin generated from .sci) + @for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \ + echo "rm -f $(builddir)/$$dir/$(MACROBINMASK)"; \ + rm -f $(builddir)/$$dir/$(MACROBINMASK); \ + done + +test: +# More tests could be added here + @if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \ + if test -f build.xml -a $$USEANT -eq 1; then \ + $(ANT) test; \ + fi + +all-local: $(TARGETS_ALL) + +.sci.bin: + -@( if test ! -x $(top_builddir)/scilab-bin; then \ + echo "Error : Cannot build $< : Scilab has not been build"; \ + else \ + echo "Creating $@"; \ + $(top_builddir)/bin/scilab -ns -nwni -e "exec('$(abs_srcdir)/$<');save('$(abs_srcdir)/$@');exit;"; \ + fi ) + +install-html-local: + +install-data-local-local: +# Mainly for javasci + @if test -d $(srcdir)/javadoc; then \ + cp -R $(srcdir)/javadoc $(DESTDIR)/$(mydatadir)/; \ + fi +# If the user wants the help sources to be installed +@INSTALL_HELP_XML_TRUE@ @echo "-------- Install of XML sources of help files --------"; \ +@INSTALL_HELP_XML_TRUE@ for lang in $(ALL_LINGUAS); do \ +@INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/$$lang; then \ +@INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/$$lang && \ +@INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/$$lang/$(DOCMASKXML) >/dev/null 2>&1; then \ +@INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/$$lang/$(DOCMASKXML) ; do \ +@INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/$$lang" ; \ +@INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/$$lang ; \ +@INSTALL_HELP_XML_TRUE@ done ; \ +@INSTALL_HELP_XML_TRUE@ fi; \ +@INSTALL_HELP_XML_TRUE@ fi; \ +@INSTALL_HELP_XML_TRUE@ done; \ +@INSTALL_HELP_XML_TRUE@ @echo "-------- Install of MathML sources --------"; \ +@INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/mml/; then \ +@INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/mml/ && \ +@INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/mml/$(DOCMASKMML) >/dev/null 2>&1; then \ +@INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/mml/$(DOCMASKMML) ; do \ +@INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/mml" ; \ +@INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/mml ; \ +@INSTALL_HELP_XML_TRUE@ done ; \ +@INSTALL_HELP_XML_TRUE@ fi; \ +@INSTALL_HELP_XML_TRUE@ fi +install-data-local: +# Install the tests + @echo "-------- Install tests (if any) --------"; \ + for dir in $(TESTS_DIR) $(TESTS_DIREXT) ; do \ + if test -d $(srcdir)/$$dir/; then \ + $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \ + for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \ + if test -d "$(srcdir)/$$dir/$$file"; then \ + echo $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir/$$file; \ + $(mkinstalldirs) "$(DESTDIR)$(pkgmacrosdir)/$$dir/$$file"; \ + else \ + echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \ + $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \ + fi \ + done; \ + fi; \ + done +# Install the help chapter + @echo "-------- Install the help chapter (if any) --------"; \ + for lang in $(HELP_CHAPTERLANG); do \ + HELPFILE=$(srcdir)/$(HELP_CHAPTERDIR)$$lang/$(HELP_CHAPTERFILE); \ + if test -f $$HELPFILE; then \ + echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \ + $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \ + echo $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \ + $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \ + fi; \ + done +# Install the demos & examples + @echo "-------- Install demos & examples (if any) --------"; \ + for dir in $(DEMOS_DIR) $(DEMOS_DIREXT) $(EXAMPLES_DIR) $(EXAMPLES_DIREXT) ; do \ + if test -d $(srcdir)/$$dir/; then \ + $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir && \ + for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \ + if test -d "$(srcdir)/$$dir/$$file"; then \ + echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir/$$file; \ + $(mkinstalldirs) "$(DESTDIR)$(pkgdocdir)/$$dir/$$file"; \ + else \ + echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \ + $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \ + fi \ + done; \ + fi; \ + done +# Install the macros + @echo "-------- Install macros (if any) --------"; \ + for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \ + $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \ + if test -d $(srcdir)/$$dir/; then \ + FILELIST="$(srcdir)/$$dir/$(MACROMASK) $(srcdir)/$$dir/$(MACROBINMASK) $(srcdir)/$$dir/$(MACROBUILDMASK) $(srcdir)/$$dir/names $(srcdir)/$$dir/lib";\ + if test -n "$(MACROSSPECIALEXT)"; then \ + specialExtDir=""; \ + for specialExt in $(MACROSSPECIALEXT); do \ + specialExtDir="$$specialExtDir $(srcdir)/$$dir/$$specialExt"; \ + done; \ + FILELIST="$$FILELIST $$specialExtDir"; \ + fi; \ + for file in `ls -1 $$FILELIST 2>/dev/null`; do \ + echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgmacrosdir)/$$dir" ; \ + $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgmacrosdir)/$$dir ; \ + done; \ + fi; \ + done +# Install java files (.jar) + @if ls -lLd $(srcdir)/$(JARDIR)$(JARMASK) >/dev/null 2>&1; then \ + echo "-------- Install jar files --------"; \ + $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(JARDIR); \ + for file in $(srcdir)/$(JARDIR)$(JARMASK); do\ + echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/$(JARDIR)" ; \ + $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/$(JARDIR) ; \ + done ; \ + fi + +########### CLEAN ################### +# Clean help (generated automatically by Scilab) +# It used to clean the macro (clean-macros) but this was causing +# make clean && make to fail Scilab startup +@NEED_JAVA_TRUE@clean-local: clean-java +@NEED_JAVA_FALSE@clean-local: + +distclean-local: + rm -f $(builddir)/help/*/.last_successful_build_javaHelp $(builddir)/help/*/.list_* + +.PHONY: macros java swig giws + +# @TODO check how to avoid the rebuild of the parser/lexer + +@OCAML_TRUE@@XCOS_TRUE@.cmi.cmo: +@OCAML_TRUE@@XCOS_TRUE@ @if echo "$<"|grep src/translator; then \ +@OCAML_TRUE@@XCOS_TRUE@ echo $(OCAMLC) $(INCLUDE_modelicat) $(OCAMLCFLAGS) -c $*.ml; \ +@OCAML_TRUE@@XCOS_TRUE@ $(OCAMLC) $(INCLUDE_modelicat) $(OCAMLCFLAGS) -c $*.ml; \ +@OCAML_TRUE@@XCOS_TRUE@ else \ +@OCAML_TRUE@@XCOS_TRUE@ echo $(OCAMLC) $(INCLUDE) $(OCAMLCFLAGS) -c $*.ml; \ +@OCAML_TRUE@@XCOS_TRUE@ $(OCAMLC) $(INCLUDE) $(OCAMLCFLAGS) -c $*.ml; \ +@OCAML_TRUE@@XCOS_TRUE@ fi + +@OCAML_TRUE@@XCOS_TRUE@.cmi.cmx: +@OCAML_TRUE@@XCOS_TRUE@ @if echo "$<"|grep src/translator; then \ +@OCAML_TRUE@@XCOS_TRUE@ echo $(OCAMLOPT) $(INCLUDE_modelicat) $(OCAMLOPTFLAGS) -c $*.ml; \ +@OCAML_TRUE@@XCOS_TRUE@ $(OCAMLOPT) $(INCLUDE_modelicat) $(OCAMLOPTFLAGS) -c $*.ml; \ +@OCAML_TRUE@@XCOS_TRUE@ else \ +@OCAML_TRUE@@XCOS_TRUE@ echo $(OCAMLOPT) $(INCLUDE) $(OCAMLOPTFLAGS) -c $*.ml; \ +@OCAML_TRUE@@XCOS_TRUE@ $(OCAMLOPT) $(INCLUDE) $(OCAMLOPTFLAGS) -c $*.ml; \ +@OCAML_TRUE@@XCOS_TRUE@ fi + +@OCAML_TRUE@@XCOS_TRUE@.mli.cmi: +@OCAML_TRUE@@XCOS_TRUE@ @if echo "$<"|grep src/translator; then \ +@OCAML_TRUE@@XCOS_TRUE@ echo $(OCAMLC) $(INCLUDE_modelicat) $(OCAMLCFLAGS) -c $<; \ +@OCAML_TRUE@@XCOS_TRUE@ $(OCAMLC) $(INCLUDE_modelicat) $(OCAMLCFLAGS) -c $<; \ +@OCAML_TRUE@@XCOS_TRUE@ else \ +@OCAML_TRUE@@XCOS_TRUE@ echo $(OCAMLC) $(INCLUDE) $(OCAMLCFLAGS) -c $<; \ +@OCAML_TRUE@@XCOS_TRUE@ $(OCAMLC) $(INCLUDE) $(OCAMLCFLAGS) -c $<; \ +@OCAML_TRUE@@XCOS_TRUE@ fi + +@OCAML_TRUE@@XCOS_TRUE@.ml.mli: +@OCAML_TRUE@@XCOS_TRUE@ @if echo "$<"|grep src/translator; then \ +@OCAML_TRUE@@XCOS_TRUE@ echo $(OCAMLC) $(INCLUDE_modelicat) $(OCAMLCFLAGS) -i $< > $@; \ +@OCAML_TRUE@@XCOS_TRUE@ $(OCAMLC) $(INCLUDE_modelicat) $(OCAMLCFLAGS) -i $< > $@; \ +@OCAML_TRUE@@XCOS_TRUE@ else \ +@OCAML_TRUE@@XCOS_TRUE@ echo $(OCAMLC) $(INCLUDE) $(OCAMLCFLAGS) -i $< > $@; \ +@OCAML_TRUE@@XCOS_TRUE@ $(OCAMLC) $(INCLUDE) $(OCAMLCFLAGS) -i $< > $@; \ +@OCAML_TRUE@@XCOS_TRUE@ fi + +@OCAML_TRUE@@XCOS_TRUE@.mll.ml: +@OCAML_TRUE@@XCOS_TRUE@ $(OCAMLLEX) $< + +@OCAML_TRUE@@XCOS_TRUE@.mly.ml: +@OCAML_TRUE@@XCOS_TRUE@ $(OCAMLYACC) $< +@OCAML_TRUE@@XCOS_TRUE@ @rm $*.mli + +# Build the binaries, disabling parallel building + +@OCAML_TRUE@@XCOS_TRUE@modelicac: $(modelicac_SOURCES) +@OCAML_TRUE@@XCOS_TRUE@ $(MAKE) MAKEFLAGS=-j1 $(MLS_modelicac:.ml=.cmx) +@OCAML_TRUE@@XCOS_TRUE@ $(OCAMLOPT) -o $@ $(INCLUDE) $(OCAMLOPTFLAGS) $(OCAMLLIBS:.cma=.cmxa) $(MLS_modelicac:.ml=.cmx) + +@OCAML_TRUE@@XCOS_TRUE@modelicac.ocamlc: $(modelicac_SOURCES) +@OCAML_TRUE@@XCOS_TRUE@ $(MAKE) MAKEFLAGS=-j1 $(MLS_modelicac:.ml=.cmo) +@OCAML_TRUE@@XCOS_TRUE@ $(OCAMLC) -o $@ $(INCLUDE) $(OCAMLOPTFLAGS) $(OCAMLLIBS) $(MLS_modelicac:.ml=.cmo) + +@OCAML_TRUE@@XCOS_TRUE@XML2Modelica: $(XML2Modelica_SOURCES) +@OCAML_TRUE@@XCOS_TRUE@ $(MAKE) MAKEFLAGS=-j1 $(MLS_XML2Modelica:.ml=.cmx) +@OCAML_TRUE@@XCOS_TRUE@ $(OCAMLOPT) -o $@ $(INCLUDE) $(OCAMLCFLAGS) $(OCAMLLIBS:.cma=.cmxa) $(MLS_XML2Modelica:.ml=.cmx) + +@OCAML_TRUE@@XCOS_TRUE@XML2Modelica.ocamlc: $(XML2Modelica_SOURCES) +@OCAML_TRUE@@XCOS_TRUE@ $(MAKE) MAKEFLAGS=-j1 $(MLS_XML2Modelica:.ml=.cmo) +@OCAML_TRUE@@XCOS_TRUE@ $(OCAMLC) -o $@ $(INCLUDE) $(OCAMLCFLAGS) $(OCAMLLIBS) $(MLS_XML2Modelica:.ml=.cmo) + +@OCAML_TRUE@@XCOS_TRUE@modelicat: $(modelicat_SOURCES) +@OCAML_TRUE@@XCOS_TRUE@ $(MAKE) MAKEFLAGS=-j1 $(MLS_modelicat:.ml=.cmx) +@OCAML_TRUE@@XCOS_TRUE@ $(OCAMLOPT) -o $@ $(INCLUDE_modelicat) $(OCAMLOPTFLAGS) $(OCAMLLIBS:.cma=.cmxa) $(MLS_modelicat:.ml=.cmx) + +@OCAML_TRUE@@XCOS_TRUE@modelicat.ocamlc: $(modelicat_SOURCES) +@OCAML_TRUE@@XCOS_TRUE@ $(MAKE) MAKEFLAGS=-j1 $(MLS_modelicat:.ml=.cmo) +@OCAML_TRUE@@XCOS_TRUE@ $(OCAMLC) -o $@ $(INCLUDE_modelicat) $(OCAMLOPTFLAGS) $(OCAMLLIBS) $(MLS_modelicat:.ml=.cmo) + +#BUILT_SOURCES = depend + +@OCAML_TRUE@@XCOS_TRUE@depend: $(MLS_XML2Modelica) $(MLS_modelicac) $(MLS_modelicat) +@OCAML_TRUE@@XCOS_TRUE@ $(OCAMLDEP) -all $(INCLUDE) $(MLS_XML2Modelica) $(MLIS_XML2Modelica) > .depend +@OCAML_TRUE@@XCOS_TRUE@ $(OCAMLDEP) -all $(INCLUDE_modelicat) $(MLS_modelicat) $(MLIS_modelicat) >> .depend +@OCAML_TRUE@@XCOS_TRUE@ $(OCAMLDEP) -all $(INCLUDE) $(MLS_modelicac) $(MLIS_modelicac) >> .depend +@OCAML_TRUE@@XCOS_TRUE@./src/xml2modelica/xMLTree.cmo ./src/xml2modelica/xMLTree.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/xMLTree.ml +@OCAML_TRUE@@XCOS_TRUE@./src/xml2modelica/xMLTree.cmx ./src/xml2modelica/xMLTree.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/xMLTree.cmi : ./src/xml2modelica/xMLTree.ml +@OCAML_TRUE@@XCOS_TRUE@./src/xml2modelica/linenum.cmo ./src/xml2modelica/linenum.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/linenum.ml +@OCAML_TRUE@@XCOS_TRUE@./src/xml2modelica/linenum.cmx ./src/xml2modelica/linenum.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/linenum.cmi : ./src/xml2modelica/linenum.ml +@OCAML_TRUE@@XCOS_TRUE@./src/xml2modelica/stringParser.cmo ./src/xml2modelica/stringParser.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/stringParser.ml +@OCAML_TRUE@@XCOS_TRUE@./src/xml2modelica/stringParser.cmx ./src/xml2modelica/stringParser.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/stringParser.cmi : ./src/xml2modelica/stringParser.ml +@OCAML_TRUE@@XCOS_TRUE@./src/xml2modelica/stringLexer.cmo ./src/xml2modelica/stringLexer.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/stringParser.cmi ./src/xml2modelica/stringLexer.ml +@OCAML_TRUE@@XCOS_TRUE@./src/xml2modelica/stringLexer.cmx ./src/xml2modelica/stringLexer.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/stringLexer.cmi : ./src/xml2modelica/stringParser.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/stringParser.cmx ./src/xml2modelica/stringLexer.ml +@OCAML_TRUE@@XCOS_TRUE@./src/xml2modelica/xMLParser.cmo ./src/xml2modelica/xMLParser.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/xMLTree.cmi ./src/modelica_compiler/linenum.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/xMLParser.ml +@OCAML_TRUE@@XCOS_TRUE@./src/xml2modelica/xMLParser.cmx ./src/xml2modelica/xMLParser.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/xMLParser.cmi : ./src/xml2modelica/xMLTree.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/xMLTree.cmx ./src/modelica_compiler/linenum.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/linenum.cmx ./src/xml2modelica/xMLParser.ml +@OCAML_TRUE@@XCOS_TRUE@./src/xml2modelica/xMLLexer.cmo ./src/xml2modelica/xMLLexer.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/xMLParser.cmi ./src/xml2modelica/xMLLexer.ml +@OCAML_TRUE@@XCOS_TRUE@./src/xml2modelica/xMLLexer.cmx ./src/xml2modelica/xMLLexer.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/xMLLexer.cmi : ./src/xml2modelica/xMLParser.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/xMLParser.cmx ./src/xml2modelica/xMLLexer.ml +@OCAML_TRUE@@XCOS_TRUE@./src/xml2modelica/modelicaCodeGenerator.cmo \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/modelicaCodeGenerator.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/xMLTree.cmi ./src/xml2modelica/stringParser.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/stringLexer.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/modelicaCodeGenerator.ml +@OCAML_TRUE@@XCOS_TRUE@./src/xml2modelica/modelicaCodeGenerator.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/modelicaCodeGenerator.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/modelicaCodeGenerator.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/xMLTree.cmi ./src/xml2modelica/xMLTree.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/stringParser.cmi ./src/xml2modelica/stringParser.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/stringLexer.cmi ./src/xml2modelica/stringLexer.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/modelicaCodeGenerator.ml +@OCAML_TRUE@@XCOS_TRUE@./src/xml2modelica/xML2Modelica.cmo ./src/xml2modelica/xML2Modelica.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/xMLParser.cmi ./src/xml2modelica/xMLLexer.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/modelicaCodeGenerator.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/xML2Modelica.ml +@OCAML_TRUE@@XCOS_TRUE@./src/xml2modelica/xML2Modelica.cmx ./src/xml2modelica/xML2Modelica.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/xML2Modelica.cmi : ./src/xml2modelica/xMLParser.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/xMLParser.cmx ./src/xml2modelica/xMLLexer.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/xMLLexer.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/modelicaCodeGenerator.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/modelicaCodeGenerator.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/xML2Modelica.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/parsing/syntax.cmo ./src/translator/parsing/syntax.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/syntax.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/parsing/syntax.cmx ./src/translator/parsing/syntax.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/syntax.cmi : ./src/translator/parsing/syntax.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/parsing/parser.cmo ./src/translator/parsing/parser.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/syntax.cmi ./src/translator/parsing/parser.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/parsing/parser.cmx ./src/translator/parsing/parser.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/parser.cmi : ./src/translator/parsing/syntax.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/syntax.cmx ./src/translator/parsing/parser.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/parsing/lexer.cmo ./src/translator/parsing/lexer.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/parser.cmi ./src/translator/parsing/lexer.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/parsing/lexer.cmx ./src/translator/parsing/lexer.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/lexer.cmi : ./src/translator/parsing/parser.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/parser.cmx ./src/translator/parsing/lexer.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/parsing/linenum.cmo ./src/translator/parsing/linenum.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/linenum.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/parsing/linenum.cmx ./src/translator/parsing/linenum.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/linenum.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/linenum.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/compilation/types.cmo \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/types.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/types.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/compilation/types.cmx ./src/translator/compilation/types.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/types.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/types.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/compilation/nameResolve.cmo \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/types.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/syntax.cmi ./src/translator/parsing/parser.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/compilation/nameResolve.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/types.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/types.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/syntax.cmi ./src/translator/parsing/syntax.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/parser.cmi ./src/translator/parsing/parser.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/instantiation/instantiation.cmo \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/instantiation/instantiation.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/types.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/syntax.cmi ./src/translator/parsing/parser.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/instantiation/instantiation.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/instantiation/instantiation.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/instantiation/instantiation.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/instantiation/instantiation.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/types.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/types.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/syntax.cmi ./src/translator/parsing/syntax.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/parser.cmi ./src/translator/parsing/parser.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/instantiation/instantiation.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/exceptionHandling/msgDico.cmo \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/msgDico.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/msgDico.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/exceptionHandling/msgDico.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/msgDico.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/msgDico.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/msgDico.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/exceptionHandling/errorDico.cmo \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/errorDico.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/parser.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/instantiation/instantiation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/errorDico.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/exceptionHandling/errorDico.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/errorDico.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/errorDico.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/parser.cmi ./src/translator/parsing/parser.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/instantiation/instantiation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/instantiation/instantiation.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/errorDico.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/exceptionHandling/exceptHandler.cmo \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/exceptHandler.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/parser.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/msgDico.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/linenum.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/instantiation/instantiation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/errorDico.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/exceptHandler.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/exceptionHandling/exceptHandler.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/exceptHandler.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/exceptHandler.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/parser.cmi ./src/translator/parsing/parser.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/msgDico.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/msgDico.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/linenum.cmi ./src/translator/parsing/linenum.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/instantiation/instantiation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/instantiation/instantiation.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/errorDico.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/errorDico.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/exceptHandler.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/translation/libraryManager.cmo \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/libraryManager.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/parser.cmi ./src/translator/parsing/lexer.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/exceptHandler.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/libraryManager.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/translation/libraryManager.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/libraryManager.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/libraryManager.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/parser.cmi ./src/translator/parsing/parser.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/lexer.cmi ./src/translator/parsing/lexer.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/exceptHandler.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/exceptHandler.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/libraryManager.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/translation/codeGeneration.cmo \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/codeGeneration.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/types.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/instantiation/instantiation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/errorDico.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/codeGeneration.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/translation/codeGeneration.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/codeGeneration.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/codeGeneration.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/types.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/types.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/instantiation/instantiation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/instantiation/instantiation.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/errorDico.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/errorDico.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/codeGeneration.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/translation/versiondate.cmo \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/versiondate.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/versiondate.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/translation/versiondate.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/versiondate.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/versiondate.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/versiondate.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/translation/translator.cmo \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/translator.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/versiondate.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/libraryManager.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/instantiation/instantiation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/exceptHandler.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/codeGeneration.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/translator.ml +@OCAML_TRUE@@XCOS_TRUE@./src/translator/translation/translator.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/translator.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/translator.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/versiondate.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/versiondate.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/libraryManager.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/libraryManager.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/instantiation/instantiation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/instantiation/instantiation.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/exceptHandler.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/exceptHandler.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/codeGeneration.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/codeGeneration.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/translator.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/parseTree.cmo : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parseTree.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parseTree.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/parseTree.cmx ./src/modelica_compiler/parseTree.o : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parseTree.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parseTree.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/linenum.cmo ./src/modelica_compiler/linenum.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/linenum.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/linenum.cmx ./src/modelica_compiler/linenum.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/linenum.cmi : ./src/modelica_compiler/linenum.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/parser.cmo ./src/modelica_compiler/parser.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parseTree.cmi ./src/modelica_compiler/linenum.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parser.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/parser.cmx ./src/modelica_compiler/parser.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parser.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parseTree.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parseTree.cmx ./src/modelica_compiler/linenum.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/linenum.cmx ./src/modelica_compiler/parser.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/lexer.cmo ./src/modelica_compiler/lexer.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parser.cmi ./src/modelica_compiler/lexer.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/lexer.cmx ./src/modelica_compiler/lexer.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/lexer.cmi : ./src/modelica_compiler/parser.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parser.cmx ./src/modelica_compiler/lexer.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/precompilation.cmo : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parseTree.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/precompilation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/precompilation.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/precompilation.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/precompilation.o : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parseTree.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parseTree.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/precompilation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/precompilation.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/compilation.cmo : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/precompilation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parseTree.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/compilation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/compilation.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/compilation.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/compilation.o : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/precompilation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/precompilation.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parseTree.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parseTree.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/compilation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/compilation.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/instantiation.cmo : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/compilation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/instantiation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/instantiation.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/instantiation.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/instantiation.o : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/compilation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/compilation.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/instantiation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/instantiation.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/graphNodeSet.cmo : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/graphNodeSet.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/graphNodeSet.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/graphNodeSet.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/graphNodeSet.o : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/graphNodeSet.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/graphNodeSet.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/symbolicExpression.cmo : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/graphNodeSet.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/symbolicExpression.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/symbolicExpression.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/symbolicExpression.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/symbolicExpression.o : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/graphNodeSet.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/graphNodeSet.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/symbolicExpression.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/symbolicExpression.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/squareSparseMatrix.cmo : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/squareSparseMatrix.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/squareSparseMatrix.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/squareSparseMatrix.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/squareSparseMatrix.o : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/squareSparseMatrix.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/squareSparseMatrix.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/bipartiteGraph.cmo : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/bipartiteGraph.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/bipartiteGraph.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/bipartiteGraph.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/bipartiteGraph.o : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/bipartiteGraph.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/bipartiteGraph.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/hungarianMethod.cmo : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/hungarianMethod.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/hungarianMethod.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/hungarianMethod.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/hungarianMethod.o : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/hungarianMethod.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/hungarianMethod.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/causalityGraph.cmo : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/causalityGraph.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/causalityGraph.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/causalityGraph.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/causalityGraph.o : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/causalityGraph.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/causalityGraph.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/optimization.cmo : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/symbolicExpression.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/squareSparseMatrix.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/instantiation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/hungarianMethod.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/compilation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/causalityGraph.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/bipartiteGraph.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimization.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimization.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/optimization.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimization.o : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/symbolicExpression.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/symbolicExpression.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/squareSparseMatrix.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/squareSparseMatrix.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/instantiation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/instantiation.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/hungarianMethod.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/hungarianMethod.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/compilation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/compilation.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/causalityGraph.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/causalityGraph.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/bipartiteGraph.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/bipartiteGraph.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimization.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimization.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/xMLCodeGeneration.cmo : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/symbolicExpression.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimization.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/xMLCodeGeneration.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/xMLCodeGeneration.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/xMLCodeGeneration.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/xMLCodeGeneration.o : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/symbolicExpression.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/symbolicExpression.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimization.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimization.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/xMLCodeGeneration.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/xMLCodeGeneration.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/optimizingCompiler.cmo : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/xMLCodeGeneration.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/precompilation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parser.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimization.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/lexer.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/instantiation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/compilation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimizingCompiler.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimizingCompiler.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/optimizingCompiler.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimizingCompiler.o : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/xMLCodeGeneration.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/xMLCodeGeneration.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/precompilation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/precompilation.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parser.cmi ./src/modelica_compiler/parser.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimization.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimization.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/lexer.cmi ./src/modelica_compiler/lexer.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/instantiation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/instantiation.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/compilation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/compilation.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimizingCompiler.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimizingCompiler.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/scicosCodeGeneration.cmo : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/symbolicExpression.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimization.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/instantiation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/scicosCodeGeneration.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/scicosCodeGeneration.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/scicosCodeGeneration.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/scicosCodeGeneration.o : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/symbolicExpression.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/symbolicExpression.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimization.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimization.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/instantiation.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/instantiation.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/scicosCodeGeneration.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/scicosCodeGeneration.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/scicosOptimizingCompiler.cmo \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/scicosOptimizingCompiler.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/scicosCodeGeneration.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimizingCompiler.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/scicosOptimizingCompiler.ml +@OCAML_TRUE@@XCOS_TRUE@./src/modelica_compiler/scicosOptimizingCompiler.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/scicosOptimizingCompiler.o \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/scicosOptimizingCompiler.cmi : \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/scicosCodeGeneration.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/scicosCodeGeneration.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimizingCompiler.cmi \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimizingCompiler.cmx \ +@OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/scicosOptimizingCompiler.ml + +# Build modelica stuff + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: -- cgit