]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/Makefile
This commit was manufactured by cvs2svn to create branch
[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 28c7173..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-PACKAGE = mathql_interpreter
-REQUIRES = helm-urimanager pgocaml unix helm-mathql
-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
-
-IMPLEMENTATION_FILES = mathql_semantics.ml \
-                       $(INTERFACE_FILES:%.mli=%.ml)
-
-EXTRA_OBJECTS_TO_INSTALL = mathql_semantics.ml mathql_semantics.cmi
-
-EXTRA_OBJECTS_TO_CLEAN =
-
-
-include ../Makefile.common