]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/utf8_macros/Makefile
changed structure of the generated utf8MacroTable.ml file so that it can be
[helm.git] / helm / software / components / utf8_macros / Makefile
index 2b737627f17ef01c058e03fe2d01b4e7515a2ced..39ef46210198559f5dbf3f3361e72899868569d3 100644 (file)
@@ -12,20 +12,20 @@ all: utf8_macros.cma pa_unicode_macro.cma
 
 make_table: make_table.ml
        @echo "  OCAMLC $<"
-       @$(OCAMLFIND) ocamlc -package $(MAKE_TABLE_PACKAGES) -linkpkg -o $@ $^
+       $(H)$(OCAMLFIND) ocamlc -package $(MAKE_TABLE_PACKAGES) -linkpkg -o $@ $^
 
 utf8MacroTable.ml:
        ./make_table $@
 utf8MacroTable.cmo: utf8MacroTable.ml
        @echo "  OCAMLC $<"
-       @$(OCAMLFIND) ocamlc -c $<
+       $(H)@$(OCAMLFIND) ocamlc -c $<
 
 pa_unicode_macro.cmo: pa_unicode_macro.ml utf8Macro.cmo
        @echo "  OCAMLC $<"
-       @$(OCAMLFIND) ocamlc -package camlp4 -pp "camlp4o q_MLast.cmo pa_extend.cmo -loc loc" -c $<
+       $(H)@$(OCAMLFIND) ocamlc -package camlp4 -pp "camlp4o q_MLast.cmo pa_extend.cmo -loc loc" -c $<
 pa_unicode_macro.cma: utf8MacroTable.cmo utf8Macro.cmo pa_unicode_macro.cmo
        @echo "  OCAMLC -a $@"
-       @$(OCAMLFIND) ocamlc -a -o $@ $^
+       $(H)@$(OCAMLFIND) ocamlc -a -o $@ $^
 
 .PHONY: test
 test: test.ml