From owner-svn-ports-all@freebsd.org Fri Jun 21 16:56:40 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA06215B5F39; Fri, 21 Jun 2019 16:56:39 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 750E870468; Fri, 21 Jun 2019 16:56:39 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4830A25FF7; Fri, 21 Jun 2019 16:56:39 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5LGudAj066753; Fri, 21 Jun 2019 16:56:39 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5LGudvX066752; Fri, 21 Jun 2019 16:56:39 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201906211656.x5LGudvX066752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 21 Jun 2019 16:56:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504804 - head/math/scilab/files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/math/scilab/files X-SVN-Commit-Revision: 504804 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 750E870468 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jun 2019 16:56:40 -0000 Author: danfe Date: Fri Jun 21 16:56:38 2019 New Revision: 504804 URL: https://svnweb.freebsd.org/changeset/ports/504804 Log: Unbreak the build against both current and future versions of OCaml. Obtained from: http://gitweb.scilab.org/?p=scilab.git;a=commit;h=25f52e9 Added: head/math/scilab/files/patch-modules_scicos_Makefile.in (contents, props changed) Added: head/math/scilab/files/patch-modules_scicos_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/scilab/files/patch-modules_scicos_Makefile.in Fri Jun 21 16:56:38 2019 (r504804) @@ -0,0 +1,478 @@ +--- modules/scicos/Makefile.in.orig 2015-03-31 09:31:38 UTC ++++ modules/scicos/Makefile.in +@@ -438,7 +438,7 @@ libscisundials_la_OBJECTS = $(am_libscisundials_la_OBJ + @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/modelica_compiler/linenum.mll \ + $(srcdir)/src/xml2modelica/stringParser.ml \ + $(srcdir)/src/xml2modelica/stringLexer.ml \ + $(srcdir)/src/xml2modelica/xMLParser.ml \ +@@ -1146,7 +1146,7 @@ HELP_CHAPTERLANG = en_US fr_FR pt_BR + ### 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/modelica_compiler/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 \ +@@ -3392,35 +3392,10 @@ distclean-local: + @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/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/xml2modelica/modelicaCodeGenerator.cmo \ + @OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/modelicaCodeGenerator.cmi : \ + @OCAML_TRUE@@XCOS_TRUE@ ./src/xml2modelica/xMLTree.cmi ./src/xml2modelica/stringParser.cmi \ +@@ -3433,6 +3408,15 @@ distclean-local: + @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/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/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/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 \ +@@ -3444,31 +3428,22 @@ distclean-local: + @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/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/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/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/translator/compilation/nameResolve.cmo \ + @OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/nameResolve.cmi : \ + @OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/types.cmi \ +@@ -3482,29 +3457,12 @@ distclean-local: + @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/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/exceptionHandling/errorDico.cmo \ + @OCAML_TRUE@@XCOS_TRUE@ ./src/translator/exceptionHandling/errorDico.cmi : \ + @OCAML_TRUE@@XCOS_TRUE@ ./src/translator/parsing/parser.cmi \ +@@ -3543,19 +3501,48 @@ distclean-local: + @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/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/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/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/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/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/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/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/translation/codeGeneration.cmo \ + @OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/codeGeneration.cmi : \ + @OCAML_TRUE@@XCOS_TRUE@ ./src/translator/compilation/types.cmi \ +@@ -3575,13 +3562,19 @@ distclean-local: + @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/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/translator.cmo \ + @OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/translator.cmi : \ + @OCAML_TRUE@@XCOS_TRUE@ ./src/translator/translation/versiondate.cmi \ +@@ -3607,39 +3600,27 @@ distclean-local: + @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/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/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/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/compilation.cmo : \ + @OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/precompilation.cmi \ + @OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/parseTree.cmi \ +@@ -3653,16 +3634,6 @@ distclean-local: + @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 +@@ -3670,30 +3641,6 @@ distclean-local: + @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 +@@ -3701,13 +3648,25 @@ distclean-local: + @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/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/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/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/optimization.cmo : \ + @OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/symbolicExpression.cmi \ + @OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/squareSparseMatrix.cmi \ +@@ -3736,19 +3695,6 @@ distclean-local: + @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 \ +@@ -3775,6 +3721,30 @@ distclean-local: + @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/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/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/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/scicosCodeGeneration.cmo : \ + @OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/symbolicExpression.cmi \ + @OCAML_TRUE@@XCOS_TRUE@ ./src/modelica_compiler/optimization.cmi \ +@@ -3804,6 +3774,36 @@ distclean-local: + @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 ++@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/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/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 + + # Build modelica stuff +