svn commit: r504804 - head/math/scilab/files

Alexey Dokuchaev danfe at FreeBSD.org
Fri Jun 21 16:56:40 UTC 2019


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 at XML2Modelica_SOURCES = \
+ @OCAML_TRUE@@XCOS_TRUE@	$(srcdir)/src/xml2modelica/xMLTree.ml \
+- at OCAML_TRUE@@XCOS_TRUE@	$(srcdir)/src/xml2modelica/linenum.mll \
++ at 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
+- at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/xMLTree.cmo ./src/xml2modelica/xMLTree.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/xMLTree.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/xMLTree.cmx ./src/xml2modelica/xMLTree.o \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/xMLTree.cmi : ./src/xml2modelica/xMLTree.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/linenum.cmo ./src/xml2modelica/linenum.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/linenum.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/linenum.cmx ./src/xml2modelica/linenum.o \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/linenum.cmi : ./src/xml2modelica/linenum.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/stringParser.cmo ./src/xml2modelica/stringParser.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/stringParser.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/stringParser.cmx ./src/xml2modelica/stringParser.o \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/stringParser.cmi : ./src/xml2modelica/stringParser.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/stringLexer.cmo ./src/xml2modelica/stringLexer.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/stringParser.cmi ./src/xml2modelica/stringLexer.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/stringLexer.cmx ./src/xml2modelica/stringLexer.o \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/stringLexer.cmi : ./src/xml2modelica/stringParser.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/stringParser.cmx ./src/xml2modelica/stringLexer.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/xMLParser.cmo ./src/xml2modelica/xMLParser.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/xMLTree.cmi ./src/modelica_compiler/linenum.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/xMLParser.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/xMLParser.cmx ./src/xml2modelica/xMLParser.o \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/xMLParser.cmi : ./src/xml2modelica/xMLTree.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/xMLTree.cmx ./src/modelica_compiler/linenum.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/linenum.cmx ./src/xml2modelica/xMLParser.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/xMLLexer.cmo ./src/xml2modelica/xMLLexer.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/xMLParser.cmi ./src/xml2modelica/xMLLexer.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/xMLLexer.cmx ./src/xml2modelica/xMLLexer.o \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/xMLLexer.cmi : ./src/xml2modelica/xMLParser.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/xMLParser.cmx ./src/xml2modelica/xMLLexer.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/linenum.cmo ./src/modelica_compiler/linenum.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/linenum.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/linenum.cmx ./src/modelica_compiler/linenum.o \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/linenum.cmi : ./src/modelica_compiler/linenum.ml
+ @OCAML_TRUE@@XCOS_TRUE at ./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
++ at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/stringLexer.cmo ./src/xml2modelica/stringLexer.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/stringParser.cmi ./src/xml2modelica/stringLexer.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/stringLexer.cmx ./src/xml2modelica/stringLexer.o \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/stringLexer.cmi : ./src/xml2modelica/stringParser.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/stringParser.cmx ./src/xml2modelica/stringLexer.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/stringParser.cmo ./src/xml2modelica/stringParser.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/stringParser.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/stringParser.cmx ./src/xml2modelica/stringParser.o \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/stringParser.cmi : ./src/xml2modelica/stringParser.ml
+ @OCAML_TRUE@@XCOS_TRUE at ./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
+- at OCAML_TRUE@@XCOS_TRUE at ./src/translator/parsing/syntax.cmo ./src/translator/parsing/syntax.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/syntax.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/translator/parsing/syntax.cmx ./src/translator/parsing/syntax.o \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/syntax.cmi : ./src/translator/parsing/syntax.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/translator/parsing/parser.cmo ./src/translator/parsing/parser.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/syntax.cmi ./src/translator/parsing/parser.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/translator/parsing/parser.cmx ./src/translator/parsing/parser.o \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/parser.cmi : ./src/translator/parsing/syntax.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/syntax.cmx ./src/translator/parsing/parser.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/translator/parsing/lexer.cmo ./src/translator/parsing/lexer.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/parser.cmi ./src/translator/parsing/lexer.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/translator/parsing/lexer.cmx ./src/translator/parsing/lexer.o \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/lexer.cmi : ./src/translator/parsing/parser.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/parser.cmx ./src/translator/parsing/lexer.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/translator/parsing/linenum.cmo ./src/translator/parsing/linenum.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/linenum.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/translator/parsing/linenum.cmx ./src/translator/parsing/linenum.o \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/linenum.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/linenum.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/translator/compilation/types.cmo \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/types.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/types.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/translator/compilation/types.cmx ./src/translator/compilation/types.o \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/types.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/types.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/xMLLexer.cmo ./src/xml2modelica/xMLLexer.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/xMLParser.cmi ./src/xml2modelica/xMLLexer.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/xMLLexer.cmx ./src/xml2modelica/xMLLexer.o \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/xMLLexer.cmi : ./src/xml2modelica/xMLParser.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/xMLParser.cmx ./src/xml2modelica/xMLLexer.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/xMLParser.cmo ./src/xml2modelica/xMLParser.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/xMLTree.cmi ./src/modelica_compiler/linenum.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/xMLParser.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/xMLParser.cmx ./src/xml2modelica/xMLParser.o \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/xMLParser.cmi : ./src/xml2modelica/xMLTree.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/xMLTree.cmx ./src/modelica_compiler/linenum.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/linenum.cmx ./src/xml2modelica/xMLParser.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/xMLTree.cmo ./src/xml2modelica/xMLTree.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/xMLTree.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/xml2modelica/xMLTree.cmx ./src/xml2modelica/xMLTree.o \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/xml2modelica/xMLTree.cmi : ./src/xml2modelica/xMLTree.ml
+ @OCAML_TRUE@@XCOS_TRUE at ./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
+- at OCAML_TRUE@@XCOS_TRUE at ./src/translator/instantiation/instantiation.cmo \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/instantiation/instantiation.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/types.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/syntax.cmi ./src/translator/parsing/parser.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/nameResolve.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/instantiation/instantiation.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/translator/instantiation/instantiation.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/instantiation/instantiation.o \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/instantiation/instantiation.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/types.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/types.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/syntax.cmi ./src/translator/parsing/syntax.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/parser.cmi ./src/translator/parsing/parser.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/nameResolve.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/nameResolve.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/instantiation/instantiation.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/translator/exceptionHandling/msgDico.cmo \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/exceptionHandling/msgDico.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/exceptionHandling/msgDico.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/translator/exceptionHandling/msgDico.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/exceptionHandling/msgDico.o \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/exceptionHandling/msgDico.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/exceptionHandling/msgDico.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/translator/compilation/types.cmo \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/types.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/types.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/translator/compilation/types.cmx ./src/translator/compilation/types.o \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/types.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/types.ml
+ @OCAML_TRUE@@XCOS_TRUE at ./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
+- at OCAML_TRUE@@XCOS_TRUE at ./src/translator/translation/libraryManager.cmo \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/libraryManager.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/parser.cmi ./src/translator/parsing/lexer.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/exceptionHandling/exceptHandler.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/libraryManager.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/translator/translation/libraryManager.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/libraryManager.o \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/libraryManager.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE at ./src/translator/exceptionHandling/msgDico.cmo \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/exceptionHandling/msgDico.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/exceptionHandling/msgDico.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/translator/exceptionHandling/msgDico.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/exceptionHandling/msgDico.o \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/exceptionHandling/msgDico.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/exceptionHandling/msgDico.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/translator/instantiation/instantiation.cmo \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/instantiation/instantiation.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/types.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/syntax.cmi ./src/translator/parsing/parser.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/nameResolve.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/instantiation/instantiation.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/translator/instantiation/instantiation.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/instantiation/instantiation.o \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/instantiation/instantiation.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/types.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/types.cmx \
++ at 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 \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/lexer.cmi ./src/translator/parsing/lexer.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/exceptionHandling/exceptHandler.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/exceptionHandling/exceptHandler.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/libraryManager.ml
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/nameResolve.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/compilation/nameResolve.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/instantiation/instantiation.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/translator/parsing/lexer.cmo ./src/translator/parsing/lexer.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/parser.cmi ./src/translator/parsing/lexer.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/translator/parsing/lexer.cmx ./src/translator/parsing/lexer.o \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/lexer.cmi : ./src/translator/parsing/parser.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/parser.cmx ./src/translator/parsing/lexer.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/translator/parsing/linenum.cmo ./src/translator/parsing/linenum.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/linenum.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/translator/parsing/linenum.cmx ./src/translator/parsing/linenum.o \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/linenum.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/linenum.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/translator/parsing/parser.cmo ./src/translator/parsing/parser.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/syntax.cmi ./src/translator/parsing/parser.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/translator/parsing/parser.cmx ./src/translator/parsing/parser.o \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/parser.cmi : ./src/translator/parsing/syntax.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/syntax.cmx ./src/translator/parsing/parser.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/translator/parsing/syntax.cmo ./src/translator/parsing/syntax.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/syntax.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/translator/parsing/syntax.cmx ./src/translator/parsing/syntax.o \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/syntax.cmi : ./src/translator/parsing/syntax.ml
+ @OCAML_TRUE@@XCOS_TRUE at ./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
+- at OCAML_TRUE@@XCOS_TRUE at ./src/translator/translation/versiondate.cmo \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/versiondate.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/versiondate.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/translator/translation/versiondate.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/versiondate.o \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/versiondate.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/versiondate.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/translator/translation/libraryManager.cmo \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/libraryManager.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/parser.cmi ./src/translator/parsing/lexer.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/exceptionHandling/exceptHandler.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/libraryManager.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/translator/translation/libraryManager.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/libraryManager.o \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/libraryManager.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/parser.cmi ./src/translator/parsing/parser.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/parsing/lexer.cmi ./src/translator/parsing/lexer.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/exceptionHandling/exceptHandler.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/exceptionHandling/exceptHandler.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/libraryManager.ml
+ @OCAML_TRUE@@XCOS_TRUE at ./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
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/parseTree.cmo : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/parseTree.cmx ./src/modelica_compiler/parseTree.o : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/linenum.cmo ./src/modelica_compiler/linenum.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/linenum.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/linenum.cmx ./src/modelica_compiler/linenum.o \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/linenum.cmi : ./src/modelica_compiler/linenum.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/parser.cmo ./src/modelica_compiler/parser.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.cmi ./src/modelica_compiler/linenum.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parser.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/parser.cmx ./src/modelica_compiler/parser.o \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parser.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.cmx ./src/modelica_compiler/linenum.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/linenum.cmx ./src/modelica_compiler/parser.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/lexer.cmo ./src/modelica_compiler/lexer.cmi : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parser.cmi ./src/modelica_compiler/lexer.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/lexer.cmx ./src/modelica_compiler/lexer.o \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/lexer.cmi : ./src/modelica_compiler/parser.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parser.cmx ./src/modelica_compiler/lexer.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/precompilation.cmo : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/precompilation.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/precompilation.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/precompilation.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/precompilation.o : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/precompilation.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/precompilation.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/translator/translation/versiondate.cmo \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/versiondate.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/versiondate.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/translator/translation/versiondate.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/versiondate.o \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/versiondate.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/translator/translation/versiondate.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/bipartiteGraph.cmo : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/bipartiteGraph.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/bipartiteGraph.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/bipartiteGraph.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/bipartiteGraph.o : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/bipartiteGraph.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/bipartiteGraph.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/causalityGraph.cmo : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/causalityGraph.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/causalityGraph.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/causalityGraph.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/causalityGraph.o : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/causalityGraph.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/causalityGraph.ml
+ @OCAML_TRUE@@XCOS_TRUE at ./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
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/instantiation.cmo : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/compilation.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/instantiation.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/instantiation.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/instantiation.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/instantiation.o : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/compilation.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/compilation.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/instantiation.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/instantiation.ml
+ @OCAML_TRUE@@XCOS_TRUE at ./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
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/symbolicExpression.cmo : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/graphNodeSet.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/symbolicExpression.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/symbolicExpression.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/symbolicExpression.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/symbolicExpression.o : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/graphNodeSet.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/graphNodeSet.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/symbolicExpression.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/symbolicExpression.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/squareSparseMatrix.cmo : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/squareSparseMatrix.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/squareSparseMatrix.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/squareSparseMatrix.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/squareSparseMatrix.o : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/squareSparseMatrix.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/squareSparseMatrix.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/bipartiteGraph.cmo : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/bipartiteGraph.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/bipartiteGraph.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/bipartiteGraph.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/bipartiteGraph.o : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/bipartiteGraph.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/bipartiteGraph.ml
+ @OCAML_TRUE@@XCOS_TRUE at ./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
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/causalityGraph.cmo : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/causalityGraph.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/causalityGraph.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/causalityGraph.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/causalityGraph.o : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/causalityGraph.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/causalityGraph.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/instantiation.cmo : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/compilation.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/instantiation.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/instantiation.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/instantiation.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/instantiation.o : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/compilation.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/compilation.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/instantiation.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/instantiation.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/lexer.cmo ./src/modelica_compiler/lexer.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parser.cmi ./src/modelica_compiler/lexer.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/lexer.cmx ./src/modelica_compiler/lexer.o \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/lexer.cmi : ./src/modelica_compiler/parser.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parser.cmx ./src/modelica_compiler/lexer.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/linenum.cmo ./src/modelica_compiler/linenum.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/linenum.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/linenum.cmx ./src/modelica_compiler/linenum.o \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/linenum.cmi : ./src/modelica_compiler/linenum.ml
+ @OCAML_TRUE@@XCOS_TRUE at ./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
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/xMLCodeGeneration.cmo : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/symbolicExpression.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/optimization.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/xMLCodeGeneration.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/xMLCodeGeneration.ml
+- at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/xMLCodeGeneration.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/xMLCodeGeneration.o : \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/symbolicExpression.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/symbolicExpression.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/optimization.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/optimization.cmx \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/xMLCodeGeneration.cmi \
+- at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/xMLCodeGeneration.ml
+ @OCAML_TRUE@@XCOS_TRUE at ./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
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/parseTree.cmo : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/parseTree.cmx ./src/modelica_compiler/parseTree.o : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/parser.cmo ./src/modelica_compiler/parser.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.cmi ./src/modelica_compiler/linenum.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parser.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/parser.cmx ./src/modelica_compiler/parser.o \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parser.cmi : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.cmx ./src/modelica_compiler/linenum.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/linenum.cmx ./src/modelica_compiler/parser.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/precompilation.cmo : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/precompilation.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/precompilation.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/precompilation.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/precompilation.o : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/parseTree.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/precompilation.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/precompilation.ml
+ @OCAML_TRUE@@XCOS_TRUE at ./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
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/squareSparseMatrix.cmo : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/squareSparseMatrix.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/squareSparseMatrix.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/squareSparseMatrix.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/squareSparseMatrix.o : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/squareSparseMatrix.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/squareSparseMatrix.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/symbolicExpression.cmo : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/graphNodeSet.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/symbolicExpression.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/symbolicExpression.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/symbolicExpression.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/symbolicExpression.o : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/graphNodeSet.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/graphNodeSet.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/symbolicExpression.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/symbolicExpression.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/xMLCodeGeneration.cmo : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/symbolicExpression.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/optimization.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/xMLCodeGeneration.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/xMLCodeGeneration.ml
++ at OCAML_TRUE@@XCOS_TRUE at ./src/modelica_compiler/xMLCodeGeneration.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/xMLCodeGeneration.o : \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/symbolicExpression.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/symbolicExpression.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/optimization.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/optimization.cmx \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/xMLCodeGeneration.cmi \
++ at OCAML_TRUE@@XCOS_TRUE@    ./src/modelica_compiler/xMLCodeGeneration.ml
+ 
+ # Build modelica stuff
+ 


More information about the svn-ports-all mailing list