]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql/Makefile
moved here misc functions related to URIs from gTopLevel (they are
[helm.git] / helm / ocaml / mathql / Makefile
index c381b8dc863ba854cd99ebb1d6c389d2e8d03aa4..e41e3bbc2c6508e440b906a5b80aaf7e7dc33a60 100644 (file)
@@ -1,11 +1,11 @@
 PACKAGE = mathql
-REQUIRES = helm-urimanager
+REQUIRES = helm-urimanager helm-cic helm-cic_textual_parser
 PREDICATES =
 
-INTERFACE_FILES = mQueryTParser.mli mQueryUtil.mli
+INTERFACE_FILES = mQueryTParser.mli mQueryUtil.mli mQueryMisc.mli
 
 IMPLEMENTATION_FILES = mathQL.ml mQueryTParser.ml mQueryTLexer.ml \
-                      mQueryUtil.ml
+                      mQueryUtil.ml mQueryMisc.ml
 
 EXTRA_OBJECTS_TO_INSTALL = mathQL.ml mathQL.cmi mQueryTLexer.cmi \
                           mQueryTLexer.mll mQueryTParser.mly