]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/Makefile
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic_disambiguation / Makefile
index b995f537d24625969276c0211dcbcb228682ff28..1c80b4e0af8a9113d22340a400cfc7de6831a335 100644 (file)
@@ -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