]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/utf8_macros/Makefile
ocaml 3.09 transition
[helm.git] / helm / ocaml / utf8_macros / Makefile
index fcc712cb823f55e43f9585cdb0dac2942304187e..31a1939ce436eecaf8faede3917e7fd121bd24ca 100644 (file)
@@ -1,6 +1,7 @@
 PACKAGE = utf8_macros
 REQUIRES = 
 PREDICATES =
+MAKE_TABLE_PACKAGES = helm-xml
 
 # modules which have both a .ml and a .mli
 INTERFACE_FILES = utf8Macro.mli
@@ -11,7 +12,7 @@ EXTRA_OBJECTS_TO_CLEAN =
 all: utf8_macros.cma pa_unicode_macro.cma
 
 make_table: make_table.ml
-       $(OCAMLFIND) ocamlc -package helm-pxp -linkpkg -o $@ $^
+       $(OCAMLFIND) ocamlc -package $(MAKE_TABLE_PACKAGES) -linkpkg -o $@ $^
 
 utf8MacroTable.ml:
        ./make_table $@