]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/Makefile
version 0.7.1
[helm.git] / helm / ocaml / cic_disambiguation / Makefile
index de0cf3ba22f7656a60d608e8f75bc8de5e365c70..94ea279bd628bba032e464e5c53f52c2256b933b 100644 (file)
@@ -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 $@ $<