X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_disambiguation%2FMakefile;h=932008160ac3e0ab045b91a608322e23782ce34c;hb=b4a7a577a04c56a68b6d79d06fdb925ff0bbd331;hp=34ade20718136b8cfe8e878f76cab4261801e6d9;hpb=5095f0f9e11e966d7872d38ab8ef408567c5984e;p=helm.git diff --git a/helm/ocaml/cic_disambiguation/Makefile b/helm/ocaml/cic_disambiguation/Makefile index 34ade2071..932008160 100644 --- a/helm/ocaml/cic_disambiguation/Makefile +++ b/helm/ocaml/cic_disambiguation/Makefile @@ -1,10 +1,10 @@ PACKAGE = cic_textual_parser2 REQUIRES = \ - helm-tactics helm-logger helm-cic_unification helm-cic_transformations \ - ulex pxp camlp4.gramlib -# NOTATIONS = logic arit tex -NOTATIONS = logic arit + helm-tactics helm-logger helm-cic_unification helm-cic_transformations helm-pxp \ + ulex camlp4.gramlib +NOTATIONS = logic arit tex +# NOTATIONS = logic arit INTERFACE_FILES = \ disambiguateTypes.mli \ disambiguateChoices.mli \ @@ -55,7 +55,7 @@ test_lexer: test_lexer.ml $(PACKAGE).cma test_parser: test_parser.ml $(PACKAGE).cma $(OCAMLC) $(LOCAL_LINKOPTS) -o $@ $< make_table: make_table.ml - $(OCAMLFIND) ocamlc -package pxp -linkpkg -o $@ $^ + $(OCAMLFIND) ocamlc -package helm-pxp -linkpkg -o $@ $^ macro_table.ml: make_table ./make_table $@