]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/Makefile
removed ocaml-pxp
[helm.git] / helm / ocaml / cic_disambiguation / Makefile
index de0cf3ba22f7656a60d608e8f75bc8de5e365c70..bacedc25e3b6c04ca3fb672f818bbf8db02a6c51 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
@@ -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 $@ $<