X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_generator%2FMakefile;h=a72f17ab26df09d19ee0df578b127a937321827f;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=6b8252c20ee1ba48f30f512eae3920816267753e;hpb=0e74e8e94eada756157addce67e4adeb8dff1feb;p=helm.git diff --git a/helm/ocaml/mathql_generator/Makefile b/helm/ocaml/mathql_generator/Makefile index 6b8252c20..a72f17ab2 100644 --- a/helm/ocaml/mathql_generator/Makefile +++ b/helm/ocaml/mathql_generator/Makefile @@ -1,11 +1,12 @@ PACKAGE = mathql_generator REQUIRES = helm-cic helm-cic_proof_checking helm-mathql - + PREDICATES = INTERFACE_FILES = mQGUtil.mli mQueryGenerator.mli \ - mQueryLevels.mli mQueryLevels2.mli + cGMatchConclusion.mli cGSearchPattern.mli \ + cGLocateInductive.mli IMPLEMENTATION_FILES = mQGTypes.ml $(INTERFACE_FILES:%.mli=%.ml)