]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/Makefile
ocaml 3.09 transition
[helm.git] / helm / ocaml / mathql_interpreter / Makefile
index 5328d04d2569ec12e5932a94456ff3b7f90f34e3..e47b37a53cc6b249f60fc1f1004c20926ef0f26d 100644 (file)
@@ -1,15 +1,21 @@
 PACKAGE = mathql_interpreter
-REQUIRES = helm-urimanager postgres unix natile-galax helm-mathql
-PREDICATES =
+REQUIRES = helm-urimanager helm-mathql mysql postgres helm-registry
+#natile-galax 
 
-INTERFACE_FILES = dbconn.mli utility.mli union.mli relation.mli diff.mli meet.mli sub.mli intersect.mli func.mli mqint.mli
+PREDICATES =
 
-IMPLEMENTATION_FILES =  dbconn.ml utility.ml union.ml relation.ml diff.ml meet.ml sub.ml intersect.ml context.ml func.ml mqint.ml
+INTERFACE_FILES = mQueryUtil.mli mQIUtil.mli \
+                 mQIPostgres.mli mQIMySql.mli mQIMap.mli mQIConn.mli \
+                 mQIProperty.mli mQueryInterpreter.mli
 
-# $(INTERFACE_FILES:%.mli=%.ml)
+IMPLEMENTATION_FILES = mQueryTParser.ml mQueryTLexer.ml \
+                      mQITypes.ml $(INTERFACE_FILES:%.mli=%.ml)
 
-EXTRA_OBJECTS_TO_INSTALL = context.ml
+EXTRA_OBJECTS_TO_INSTALL = mQueryTLexer.cmi \
+                          mQueryTLexer.mll mQueryTParser.mly \
+                          mQITypes.ml mQITypes.cmi 
 
-EXTRA_OBJECTS_TO_CLEAN =
+EXTRA_OBJECTS_TO_CLEAN = mQueryTParser.ml mQueryTParser.mli \
+                        mQueryTLexer.ml
 
 include ../Makefile.common