X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_disambiguation%2FMakefile;h=729590da59a7d9b138495c5baeb1d9a060e9d847;hb=05d666696cb424cd6d1337d9a7e6a420dc8f047a;hp=b995f537d24625969276c0211dcbcb228682ff28;hpb=e20f3963028a966fc93ba0d611c4aa8341d20e2c;p=helm.git diff --git a/helm/ocaml/cic_disambiguation/Makefile b/helm/ocaml/cic_disambiguation/Makefile index b995f537d..729590da5 100644 --- a/helm/ocaml/cic_disambiguation/Makefile +++ b/helm/ocaml/cic_disambiguation/Makefile @@ -1,13 +1,8 @@ -PACKAGE = cic_textual_parser2 -REQUIRES = \ - helm-tactics helm-logger helm-cic_unification helm-cic_notation \ - helm-utf8_macros \ - ulex -NOTATIONS = arit +PACKAGE = cic_disambiguation +NOTATIONS = number INTERFACE_FILES = \ disambiguateTypes.mli \ - disambiguatePp.mli \ disambiguateChoices.mli \ disambiguate.mli IMPLEMENTATION_FILES = \ @@ -16,11 +11,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