X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2Focaml%2Fcic_omdoc%2FMakefile;fp=helm%2Focaml%2Fcic_omdoc%2FMakefile;h=0000000000000000000000000000000000000000;hp=affeb76d4fd7979484ca70688d3d1b8178cf1901;hb=1696761e4b8576e8ed81caa905fd108717019226;hpb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1 diff --git a/helm/ocaml/cic_omdoc/Makefile b/helm/ocaml/cic_omdoc/Makefile deleted file mode 100644 index affeb76d4..000000000 --- a/helm/ocaml/cic_omdoc/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -PACKAGE = cic_omdoc -REQUIRES = helm-cic_proof_checking helm-mathql_interpreter -PREDICATES = - -INTERFACE_FILES = eta_fixing.mli doubleTypeInference.mli cic2acic.mli \ - content.mli contentPp.mli cic2content.mli content2cic.mli -IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) - -EXTRA_OBJECTS_TO_INSTALL = \ -EXTRA_OBJECTS_TO_CLEAN = - -include ../Makefile.common