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