X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_omdoc%2FMakefile;h=80d1d351a0536cc106ce99a3b139c9fe5867a55e;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=affeb76d4fd7979484ca70688d3d1b8178cf1901;hpb=414dc18cdbc1f431758cfce79b0b7827e2419d39;p=helm.git diff --git a/helm/ocaml/cic_omdoc/Makefile b/helm/ocaml/cic_omdoc/Makefile index affeb76d4..80d1d351a 100644 --- a/helm/ocaml/cic_omdoc/Makefile +++ b/helm/ocaml/cic_omdoc/Makefile @@ -1,9 +1,16 @@ PACKAGE = cic_omdoc -REQUIRES = helm-cic_proof_checking helm-mathql_interpreter +REQUIRES = helm-cic_proof_checking PREDICATES = -INTERFACE_FILES = eta_fixing.mli doubleTypeInference.mli cic2acic.mli \ - content.mli contentPp.mli cic2content.mli content2cic.mli +INTERFACE_FILES = \ + eta_fixing.mli \ + doubleTypeInference.mli \ + cic2acic.mli \ + content.mli \ + contentPp.mli \ + cic2content.mli \ + content2cic.mli \ + $(NULL) IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) EXTRA_OBJECTS_TO_INSTALL = \