]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/Makefile
mathql_interpreter: natile-galax package removed from Makefie and META
[helm.git] / helm / ocaml / mathql_interpreter / Makefile
index 7b6ffd28a48aa1b6744e69d02fb9e2e089a2622f..18fcd5512029218e9b916d5714c8e15e3fcb340e 100644 (file)
@@ -1,14 +1,16 @@
 PACKAGE = mathql_interpreter
-REQUIRES = helm-urimanager postgres natile-galax helm-mathql
-PREDICATES =
+REQUIRES = helm-cic helm-cic_textual_parser helm-mathql postgres
+#natile-galax 
 
-INTERFACE_FILES = dbconn.mli mQIConn.mli utility.mli union.mli relation.mli diff.mli meet.mli sub.mli intersect.mli func.mli property.mli pattern.mli mQueryInterpreter.mli
+PREDICATES =
 
-IMPLEMENTATION_FILES = dbconn.ml mQIConn.ml utility.ml union.ml relation.ml diff.ml meet.ml sub.ml intersect.ml context.ml func.ml property.ml pattern.ml mQueryInterpreter.ml
+INTERFACE_FILES = mQueryMisc.mli mQIPostgres.mli mQIConn.mli \
+                  mQIUtil.mli mQIProperty.mli \
+                 mQueryInterpreter.mli
 
-# $(INTERFACE_FILES:%.mli=%.ml)
+IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
 
-EXTRA_OBJECTS_TO_INSTALL = context.ml
+EXTRA_OBJECTS_TO_INSTALL =
 
 EXTRA_OBJECTS_TO_CLEAN =