X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_disambiguation%2FMakefile;h=94ea279bd628bba032e464e5c53f52c2256b933b;hb=8aaf525856e25bcd8f355e505fd00f45c62bc18f;hp=aa87de4ff2662cc3f34d10680d7e11422dd8cbc9;hpb=3aa4007aeb10078c7e170d8fdc681912835d2ddb;p=helm.git diff --git a/helm/ocaml/cic_disambiguation/Makefile b/helm/ocaml/cic_disambiguation/Makefile index aa87de4ff..94ea279bd 100644 --- a/helm/ocaml/cic_disambiguation/Makefile +++ b/helm/ocaml/cic_disambiguation/Makefile @@ -2,7 +2,7 @@ PACKAGE = cic_textual_parser2 REQUIRES = \ helm-tactics helm-logger helm-cic_unification helm-cic_transformations \ - helm-pxp helm-utf8_macros \ + helm-utf8_macros \ ulex NOTATIONS = logic arit tex # NOTATIONS = logic arit @@ -16,7 +16,7 @@ IMPLEMENTATION_FILES = \ $(patsubst %.mli, %.ml, $(INTERFACE_FILES)) \ $(patsubst %,%_notation.ml,$(NOTATIONS)) -all: +all: test_lexer test_parser cicTextualLexer2.cmo: cicTextualLexer2.ml $(OCAMLC_P4) -c $<