]> 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 9962c4f608732e551322547793a62836a0763e95..31a1939ce436eecaf8faede3917e7fd121bd24ca 100644 (file)
@@ -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 $<