X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_disambiguation%2FMakefile;h=1c80b4e0af8a9113d22340a400cfc7de6831a335;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=b995f537d24625969276c0211dcbcb228682ff28;hpb=e20f3963028a966fc93ba0d611c4aa8341d20e2c;p=helm.git diff --git a/helm/ocaml/cic_disambiguation/Makefile b/helm/ocaml/cic_disambiguation/Makefile index b995f537d..1c80b4e0a 100644 --- a/helm/ocaml/cic_disambiguation/Makefile +++ b/helm/ocaml/cic_disambiguation/Makefile @@ -1,14 +1,14 @@ -PACKAGE = cic_textual_parser2 +PACKAGE = cic_disambiguation REQUIRES = \ helm-tactics helm-logger helm-cic_unification helm-cic_notation \ helm-utf8_macros \ ulex -NOTATIONS = arit +NOTATIONS = number INTERFACE_FILES = \ disambiguateTypes.mli \ - disambiguatePp.mli \ disambiguateChoices.mli \ + disambiguatePp.mli \ disambiguate.mli IMPLEMENTATION_FILES = \ $(patsubst %.mli, %.ml, $(INTERFACE_FILES)) \ @@ -16,11 +16,9 @@ IMPLEMENTATION_FILES = \ all: -clean: extra_clean -distclean: extra_clean +clean: +distclean: rm -f macro_table.dump -extra_clean: - rm -f test_lexer test_parser include ../Makefile.common OCAMLARCHIVEOPTIONS += -linkall