]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/Makefile
A parser for aliases implemented (required by the Whelp).
[helm.git] / helm / ocaml / cic_disambiguation / Makefile
index b995f537d24625969276c0211dcbcb228682ff28..064a1b2e1363fedd4064d0d9b72ddaa1106a3834 100644 (file)
@@ -4,11 +4,11 @@ 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