X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Futf8_macros%2FMakefile;h=31a1939ce436eecaf8faede3917e7fd121bd24ca;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=9962c4f608732e551322547793a62836a0763e95;hpb=708d2e2da7e5cfae98d69b325db56960e33fd38f;p=helm.git diff --git a/helm/ocaml/utf8_macros/Makefile b/helm/ocaml/utf8_macros/Makefile index 9962c4f60..31a1939ce 100644 --- a/helm/ocaml/utf8_macros/Makefile +++ b/helm/ocaml/utf8_macros/Makefile @@ -1,6 +1,7 @@ PACKAGE = utf8_macros -REQUIRES = helm-pxp +REQUIRES = PREDICATES = +MAKE_TABLE_PACKAGES = helm-xml # modules which have both a .ml and a .mli INTERFACE_FILES = utf8Macro.mli @@ -11,9 +12,9 @@ EXTRA_OBJECTS_TO_CLEAN = all: utf8_macros.cma pa_unicode_macro.cma make_table: make_table.ml - $(OCAMLFIND) ocamlc -package $(REQUIRES) -linkpkg -o $@ $^ + $(OCAMLFIND) ocamlc -package $(MAKE_TABLE_PACKAGES) -linkpkg -o $@ $^ -utf8MacroTable.ml: make_table +utf8MacroTable.ml: ./make_table $@ utf8MacroTable.cmo: utf8MacroTable.ml $(OCAMLFIND) ocamlc -c $<