X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_generator%2FMakefile;h=529b3a88b72f8a33a931623df210d36e142b7ed5;hb=f83c30c8f80325e1bbf219c50cd2859aa53ee204;hp=5b0135a3d0b7dab55ea94b50cd8e95fec88dfe55;hpb=96134b9ec1030ed15cea00d751dd4d744463f62c;p=helm.git diff --git a/helm/ocaml/mathql_generator/Makefile b/helm/ocaml/mathql_generator/Makefile index 5b0135a3d..529b3a88b 100644 --- a/helm/ocaml/mathql_generator/Makefile +++ b/helm/ocaml/mathql_generator/Makefile @@ -1,11 +1,13 @@ PACKAGE = mathql_generator -REQUIRES = helm-cic helm-cic_proof_checking helm-mathql - +REQUIRES = helm-cic helm-cic_textual_parser helm-cic_proof_checking \ + helm-mathql helm-mathql_interpreter + PREDICATES = -INTERFACE_FILES = mQGUtil.mli mQueryGenerator.mli \ - cGMatchConclusion.mli cGSearchPattern.mli +INTERFACE_FILES = mQGUtil.mli mQueryGenerator.mli mQueryMisc.mli \ + cGMatchConclusion.mli cGSearchPattern.mli \ + cGLocateInductive.mli IMPLEMENTATION_FILES = mQGTypes.ml $(INTERFACE_FILES:%.mli=%.ml)