]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_generator/Makefile
added the support for the "Locate Inductive Principles" query
[helm.git] / helm / ocaml / mathql_generator / Makefile
index a694e0376f6b416f4a2c68d7eaa59dabe05a1358..3079a66434c2f382a48dc260f9d928aa42f789c1 100644 (file)
@@ -4,11 +4,13 @@ REQUIRES = helm-cic helm-cic_proof_checking helm-mathql
    
 PREDICATES =
 
-INTERFACE_FILES = mQueryLevels.mli mQueryLevels2.mli mQueryGenerator.mli
+INTERFACE_FILES = mQGUtil.mli mQueryGenerator.mli \
+                 cGMatchConclusion.mli cGSearchPattern.mli \
+                 cGLocateInductive.mli
 
-IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.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 =