]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/paramodulation/Makefile
new paramodulation
[helm.git] / helm / ocaml / paramodulation / Makefile
index 88d313d3c40892a09b6e9420ecea801bffeb3820..94c4c28dfcf453741670e853d0216e26d1283c92 100644 (file)
@@ -1,6 +1,11 @@
 PACKAGE = paramodulation
 
-REQUIRES = helm-tactics helm-cic_disambiguation
+REQUIRES = \
+       helm-registry \
+       helm-cic_transformations \
+       helm-tactics \
+       helm-cic_disambiguation \
+       mysql
 
 INTERFACE_FILES = \
        utils.mli \
@@ -17,7 +22,7 @@ IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) \
 #      test_indexing.ml 
 
 
-include ../Makefile.common
+include ../helm/ocaml/Makefile.common
 
 
 paramodulation.cmo: $(IMPLEMENTATION_FILES:%.ml=%.cmo)