X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_disambiguation%2FMakefile;h=729590da59a7d9b138495c5baeb1d9a060e9d847;hb=b1bad322d0daf6c25f95a82c4349f057a753ab7c;hp=1c80b4e0af8a9113d22340a400cfc7de6831a335;hpb=359a1bd5ae0e0a1495573e087b3ce29cd2dd442e;p=helm.git diff --git a/helm/ocaml/cic_disambiguation/Makefile b/helm/ocaml/cic_disambiguation/Makefile index 1c80b4e0a..729590da5 100644 --- a/helm/ocaml/cic_disambiguation/Makefile +++ b/helm/ocaml/cic_disambiguation/Makefile @@ -1,14 +1,9 @@ PACKAGE = cic_disambiguation -REQUIRES = \ - helm-tactics helm-logger helm-cic_unification helm-cic_notation \ - helm-utf8_macros \ - ulex NOTATIONS = number INTERFACE_FILES = \ disambiguateTypes.mli \ disambiguateChoices.mli \ - disambiguatePp.mli \ disambiguate.mli IMPLEMENTATION_FILES = \ $(patsubst %.mli, %.ml, $(INTERFACE_FILES)) \