]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/Makefile
Now mathql_generator compiles before mathql_interpreter.
[helm.git] / helm / ocaml / mathql_interpreter / Makefile
index 5769f6cde6a8467ad2c49cfc5db3fd27176451d4..88c66ac8ed5d478cbb22789dc0f8f36653179f50 100644 (file)
@@ -1,15 +1,20 @@
 PACKAGE = mathql_interpreter
-REQUIRES = helm-urimanager pgocaml unix
+REQUIRES = helm-urimanager helm-mathql postgres
+#natile-galax 
+
 PREDICATES =
 
-INTERFACE_FILES = dbconn.mli eval.mli utility.mli func.mli diff.mli \
-                 sortedby.mli select.mli intersect.mli union.mli \
-                 pattern.mli use.mli mqint.mli
+INTERFACE_FILES = mQueryUtil.mli mQIUtil.mli \
+                 mQIPostgres.mli mQIMap.mli mQIConn.mli \
+                 mQIProperty.mli mQueryInterpreter.mli
 
-IMPLEMENTATION_FILES = mathql.ml $(INTERFACE_FILES:%.mli=%.ml)
+IMPLEMENTATION_FILES = mQueryTParser.ml mQueryTLexer.ml \
+                      $(INTERFACE_FILES:%.mli=%.ml)
 
-EXTRA_OBJECTS_TO_INSTALL = mathql.ml mathql.cmi
-EXTRA_OBJECTS_TO_CLEAN =
+EXTRA_OBJECTS_TO_INSTALL = mQueryTLexer.cmi \
+                          mQueryTLexer.mll mQueryTParser.mly
 
+EXTRA_OBJECTS_TO_CLEAN = mQueryTParser.ml mQueryTParser.mli \
+                        mQueryTLexer.ml
 
 include ../Makefile.common