]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_generator/Makefile
This commit was manufactured by cvs2svn to create branch
[helm.git] / helm / ocaml / mathql_generator / Makefile
diff --git a/helm/ocaml/mathql_generator/Makefile b/helm/ocaml/mathql_generator/Makefile
deleted file mode 100644 (file)
index 5b0135a..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-PACKAGE = mathql_generator
-
-REQUIRES = helm-cic helm-cic_proof_checking helm-mathql
-   
-PREDICATES =
-
-INTERFACE_FILES = mQGUtil.mli mQueryGenerator.mli \
-                 cGMatchConclusion.mli cGSearchPattern.mli
-
-IMPLEMENTATION_FILES = mQGTypes.ml $(INTERFACE_FILES:%.mli=%.ml)
-
-EXTRA_OBJECTS_TO_INSTALL = mQGTypes.ml mQGTypes.cmi
-
-EXTRA_OBJECTS_TO_CLEAN =
-
-include ../Makefile.common