]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql/Makefile
Now mathql_generator compiles before mathql_interpreter.
[helm.git] / helm / ocaml / mathql / Makefile
index 6d54819480425b4f55e8628041cb421f539733c9..6554bf698417bf2c7867cf6a22c1aec984ca4ba3 100644 (file)
@@ -1,16 +1,13 @@
 PACKAGE = mathql
-REQUIRES =  helm-urimanager
+REQUIRES = helm-cic helm-cic_textual_parser
 PREDICATES =
 
-INTERFACE_FILES = mQueryTParser.mli mQueryUtil.mli
+INTERFACE_FILES = mQueryMisc.mli 
 
-IMPLEMENTATION_FILES = mathQL.ml mQueryTParser.ml mQueryTLexer.ml \
-                      mQueryUtil.ml 
+IMPLEMENTATION_FILES = mathQL.ml mQueryMisc.ml
 
-EXTRA_OBJECTS_TO_INSTALL = mathQL.ml mathQL.cmi mQueryTLexer.cmi \
-                          mQueryTLexer.mll mQueryTParser.mly
+EXTRA_OBJECTS_TO_INSTALL = mathQL.ml mathQL.cmi
 
-EXTRA_OBJECTS_TO_CLEAN = mQueryTParser.ml mQueryTParser.mli \
-                        mQueryTLexer.ml
+EXTRA_OBJECTS_TO_CLEAN =
 
 include ../Makefile.common