]> 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 27ae1fb1d2d144fcfe8650611c474f41929cc002..18fcd5512029218e9b916d5714c8e15e3fcb340e 100644 (file)
@@ -1,15 +1,17 @@
 PACKAGE = mathql_interpreter
-REQUIRES = helm-urimanager pgocaml
+REQUIRES = helm-cic helm-cic_textual_parser helm-mathql postgres
+#natile-galax 
+
 PREDICATES =
 
-INTERFACE_FILES = dbconn.mli eval.mli utility.mli func.mli \
-                 select.mli intersect.mli union.mli pattern.mli use.mli \
-                 mqint.mli
+INTERFACE_FILES = mQueryMisc.mli mQIPostgres.mli mQIConn.mli \
+                  mQIUtil.mli mQIProperty.mli \
+                 mQueryInterpreter.mli
 
-IMPLEMENTATION_FILES = mathql.ml $(INTERFACE_FILES:%.mli=%.ml)
+IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
 
-EXTRA_OBJECTS_TO_INSTALL = mathql.ml mathql.cmi
-EXTRA_OBJECTS_TO_CLEAN =
+EXTRA_OBJECTS_TO_INSTALL =
 
+EXTRA_OBJECTS_TO_CLEAN =
 
 include ../Makefile.common