X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_generator%2FMakefile;h=a694e0376f6b416f4a2c68d7eaa59dabe05a1358;hb=91db309a46f8b6f100a36abbc568deec10a8d1df;hp=6675c58e8768490603902acb93ee29cca57cd7f1;hpb=d59d2f93956bcbe4dd7bb3407e3c53de8b66c003;p=helm.git diff --git a/helm/ocaml/mathql_generator/Makefile b/helm/ocaml/mathql_generator/Makefile index 6675c58e8..a694e0376 100644 --- a/helm/ocaml/mathql_generator/Makefile +++ b/helm/ocaml/mathql_generator/Makefile @@ -1,10 +1,12 @@ PACKAGE = mathql_generator -REQUIRES = helm-urimanager helm-mathql helm-cic helm-cic_proof_checking + +REQUIRES = helm-cic helm-cic_proof_checking helm-mathql + PREDICATES = INTERFACE_FILES = mQueryLevels.mli mQueryLevels2.mli mQueryGenerator.mli -IMPLEMENTATION_FILES = mQueryLevels.ml mQueryLevels2.ml mQueryGenerator.ml +IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) EXTRA_OBJECTS_TO_INSTALL =