X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FMakefile;h=18fcd5512029218e9b916d5714c8e15e3fcb340e;hb=20595b27aa778b574d2f8ab5edaa1aa0382e01c5;hp=f5714135815987f859d5cf8a8cf9a33263d640bc;hpb=1445bbed27591dab1d364153dfcd68b534e3f71f;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/Makefile b/helm/ocaml/mathql_interpreter/Makefile index f57141358..18fcd5512 100644 --- a/helm/ocaml/mathql_interpreter/Makefile +++ b/helm/ocaml/mathql_interpreter/Makefile @@ -1,17 +1,17 @@ PACKAGE = mathql_interpreter -REQUIRES = helm-urimanager postgres unix helm-mathql +REQUIRES = helm-cic helm-cic_textual_parser 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 = mQueryMisc.mli mQIPostgres.mli mQIConn.mli \ + mQIUtil.mli mQIProperty.mli \ + mQueryInterpreter.mli -IMPLEMENTATION_FILES = mathql_semantics.ml \ - $(INTERFACE_FILES:%.mli=%.ml) +IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) -EXTRA_OBJECTS_TO_INSTALL = mathql_semantics.ml mathql_semantics.cmi +EXTRA_OBJECTS_TO_INSTALL = EXTRA_OBJECTS_TO_CLEAN = - include ../Makefile.common