]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/Makefile
This commit was manufactured by cvs2svn to create branch 'init'.
[helm.git] / helm / ocaml / mathql_interpreter / Makefile
diff --git a/helm/ocaml/mathql_interpreter/Makefile b/helm/ocaml/mathql_interpreter/Makefile
deleted file mode 100644 (file)
index 4bd6676..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-PACKAGE = mathql_interpreter
-REQUIRES = helm-urimanager postgres unix natile-galax helm-mathql
-PREDICATES =
-
-INTERFACE_FILES = dbconn.mli utility.mli union.mli relation.mli diff.mli meet.mli sub.mli intersect.mli func.mli property.mli pattern.mli mqint.mli
-
-IMPLEMENTATION_FILES =  dbconn.ml utility.ml union.ml relation.ml diff.ml meet.ml sub.ml intersect.ml context.ml func.ml property.ml pattern.ml mqint.ml
-
-# $(INTERFACE_FILES:%.mli=%.ml)
-
-EXTRA_OBJECTS_TO_INSTALL = context.ml
-
-EXTRA_OBJECTS_TO_CLEAN =
-
-include ../Makefile.common