X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FMakefile;h=929f149e1c7d65964a1be2af441bcb5f8eb16366;hb=931f10c61b4e3914474955a94a05cf43b5fa2bc0;hp=20335f6ce62d1e288ca43b58f12d7e4d1cdc57a3;hpb=8abd42ec1af0d5daef1d026ec550b49b07de8340;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/Makefile b/helm/ocaml/mathql_interpreter/Makefile index 20335f6ce..929f149e1 100644 --- a/helm/ocaml/mathql_interpreter/Makefile +++ b/helm/ocaml/mathql_interpreter/Makefile @@ -1,15 +1,17 @@ PACKAGE = mathql_interpreter -REQUIRES = helm-urimanager pgocaml +REQUIRES = helm-cic helm-cic_textual_parser \ + postgres natile-galax 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 +INTERFACE_FILES = mQueryMisc.mli mQIPostgres.mli mQIConn.mli \ + mQIUtil.mli mQIProperty.mli \ + mQueryInterpreter.mli -IMPLEMENTATION_FILES = mathql.ml $(INTERFACE_FILES:%.mli=%.ml) +IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) -EXTRA_OBJECTS_TO_INSTALL = mathql.ml mathql.cmi -EXTRA_OBJECTS_TO_CLEAN = +EXTRA_OBJECTS_TO_INSTALL = +EXTRA_OBJECTS_TO_CLEAN = include ../Makefile.common