X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FMakefile;h=8efbe582f9ee3acd93664c9fcebac280e9c0b3b9;hb=03dee221bd1f2c9a6e7f74d9abf88be14aac7763;hp=4bd66762595b3ccde887216fb078105e89c34477;hpb=ab2b9e54afe3a66d7283e6205e63dd48a2733b73;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/Makefile b/helm/ocaml/mathql_interpreter/Makefile index 4bd667625..8efbe582f 100644 --- a/helm/ocaml/mathql_interpreter/Makefile +++ b/helm/ocaml/mathql_interpreter/Makefile @@ -1,10 +1,10 @@ PACKAGE = mathql_interpreter -REQUIRES = helm-urimanager postgres unix natile-galax helm-mathql +REQUIRES = helm-urimanager postgres 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 +INTERFACE_FILES = dbconn.mli utility.mli union.mli relation.mli diff.mli meet.mli sub.mli intersect.mli func.mli property.mli pattern.mli mQueryInterpreter.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 +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 mQueryInterpreter.ml # $(INTERFACE_FILES:%.mli=%.ml)