X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FMakefile;h=18fcd5512029218e9b916d5714c8e15e3fcb340e;hb=20595b27aa778b574d2f8ab5edaa1aa0382e01c5;hp=8efbe582f9ee3acd93664c9fcebac280e9c0b3b9;hpb=03dee221bd1f2c9a6e7f74d9abf88be14aac7763;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/Makefile b/helm/ocaml/mathql_interpreter/Makefile index 8efbe582f..18fcd5512 100644 --- a/helm/ocaml/mathql_interpreter/Makefile +++ b/helm/ocaml/mathql_interpreter/Makefile @@ -1,14 +1,16 @@ PACKAGE = mathql_interpreter -REQUIRES = helm-urimanager postgres natile-galax helm-mathql -PREDICATES = +REQUIRES = helm-cic helm-cic_textual_parser helm-mathql postgres +#natile-galax -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 +PREDICATES = -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 = mQueryMisc.mli mQIPostgres.mli mQIConn.mli \ + mQIUtil.mli mQIProperty.mli \ + mQueryInterpreter.mli -# $(INTERFACE_FILES:%.mli=%.ml) +IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) -EXTRA_OBJECTS_TO_INSTALL = context.ml +EXTRA_OBJECTS_TO_INSTALL = EXTRA_OBJECTS_TO_CLEAN =