]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/Makefile
split non-logic level of whelp away from metadataQuery to a new module
[helm.git] / helm / ocaml / cic_disambiguation / Makefile
index de0cf3ba22f7656a60d608e8f75bc8de5e365c70..a94d8cebc40b838beeeb560e0d9a60c267521b5e 100644 (file)
@@ -1,16 +1,10 @@
 
-PACKAGE = cic_textual_parser2
-REQUIRES = \
-       helm-tactics helm-logger helm-cic_unification helm-cic_transformations \
-       helm-pxp helm-utf8_macros \
-       ulex
-NOTATIONS = logic arit tex
-# NOTATIONS = logic arit
-INTERFACE_FILES = \
-       disambiguateTypes.mli \
-       disambiguateChoices.mli \
-       cicTextualLexer2.mli \
-       cicTextualParser2.mli \
+PACKAGE = cic_disambiguation
+NOTATIONS = number
+INTERFACE_FILES =              \
+       disambiguateTypes.mli   \
+       disambiguateChoices.mli \
+       disambiguatePp.mli      \
        disambiguate.mli
 IMPLEMENTATION_FILES = \
        $(patsubst %.mli, %.ml, $(INTERFACE_FILES)) \
@@ -18,32 +12,9 @@ IMPLEMENTATION_FILES = \
 
 all:
 
-cicTextualLexer2.cmo: cicTextualLexer2.ml
-       $(OCAMLC_P4) -c $<
-cicTextualParser2.cmo: cicTextualParser2.ml
-       $(OCAMLC_P4) -c $<
-cicTextualLexer2.cmx: cicTextualLexer2.ml
-       $(OCAMLOPT_P4) -c $<
-cicTextualParser2.cmx: cicTextualParser2.ml
-       $(OCAMLOPT_P4) -c $<
-
-%_notation.cmo: %_notation.ml
-       $(OCAMLC_P4) -c $<
-%_notation.cmx: %_notation.ml
-       $(OCAMLOPT_P4) -c $<
-
-LOCAL_LINKOPTS = -linkpkg $(PACKAGE).cma
-test: test_lexer test_parser
-test_lexer: test_lexer.ml $(PACKAGE).cma
-       $(OCAMLC) $(LOCAL_LINKOPTS) -o $@ $<
-test_parser: test_parser.ml $(PACKAGE).cma
-       $(OCAMLC) $(LOCAL_LINKOPTS) -o $@ $<
-
-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