]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_generator/Makefile
added contextual menu to act over selected terms
[helm.git] / helm / ocaml / mathql_generator / Makefile
index 6675c58e8768490603902acb93ee29cca57cd7f1..cf8e820d99d5d3ee10c9987e49a831f62060c329 100644 (file)
@@ -1,12 +1,14 @@
 PACKAGE = mathql_generator
-REQUIRES = helm-urimanager helm-mathql helm-cic helm-cic_proof_checking
+
 PREDICATES =
 
-INTERFACE_FILES = mQueryLevels.mli mQueryLevels2.mli mQueryGenerator.mli
+INTERFACE_FILES = mQGUtil.mli mQueryGenerator.mli \
+                 cGMatchConclusion.mli cGSearchPattern.mli \
+                 cGLocateInductive.mli
 
-IMPLEMENTATION_FILES = mQueryLevels.ml mQueryLevels2.ml mQueryGenerator.ml
+IMPLEMENTATION_FILES = mQGTypes.ml $(INTERFACE_FILES:%.mli=%.ml)
 
-EXTRA_OBJECTS_TO_INSTALL =
+EXTRA_OBJECTS_TO_INSTALL = mQGTypes.ml mQGTypes.cmi
 
 EXTRA_OBJECTS_TO_CLEAN =