X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_disambiguation%2FMakefile;h=94ea279bd628bba032e464e5c53f52c2256b933b;hb=0f3081bec320860fbe2208e4d3314629e12a320f;hp=de0cf3ba22f7656a60d608e8f75bc8de5e365c70;hpb=d645b8bf30064e94ee9777d793854eebc921dfe0;p=helm.git diff --git a/helm/ocaml/cic_disambiguation/Makefile b/helm/ocaml/cic_disambiguation/Makefile index de0cf3ba2..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 $< @@ -32,7 +32,7 @@ cicTextualParser2.cmx: cicTextualParser2.ml %_notation.cmx: %_notation.ml $(OCAMLOPT_P4) -c $< -LOCAL_LINKOPTS = -linkpkg $(PACKAGE).cma +LOCAL_LINKOPTS = -package helm-cic_textual_parser2 -linkpkg test: test_lexer test_parser test_lexer: test_lexer.ml $(PACKAGE).cma $(OCAMLC) $(LOCAL_LINKOPTS) -o $@ $<