X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql%2FMakefile;fp=helm%2Focaml%2Fmathql%2FMakefile;h=a6a165f0abda39c5e3814d4ac54aa1077ae75541;hb=a32bcc14672dae13e8bb725e54c819958dfdb677;hp=f3030e88250bc67e70ced24b893bf3aadd167503;hpb=b11baedbb4708305eb9a290dc5846e7c62e310f4;p=helm.git diff --git a/helm/ocaml/mathql/Makefile b/helm/ocaml/mathql/Makefile index f3030e882..a6a165f0a 100644 --- a/helm/ocaml/mathql/Makefile +++ b/helm/ocaml/mathql/Makefile @@ -1,10 +1,11 @@ PACKAGE = mathql -REQUIRES = helm-cic helm-cic_textual_parser +REQUIRES = + PREDICATES = -INTERFACE_FILES = mQueryMisc.mli mQueryUtil.mli +INTERFACE_FILES = mQueryUtil.mli -IMPLEMENTATION_FILES = mQueryMisc.ml mathQL.ml mQueryUtil.ml +IMPLEMENTATION_FILES = mathQL.ml mQueryUtil.ml EXTRA_OBJECTS_TO_INSTALL = mathQL.ml mathQL.cmi