X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Futf8_macros%2FMakefile;h=018f58cefffa3a58efe6d193c47b6c7fe33f4bc1;hb=8b4337c1d962a6960df64d331a1826cad0b662c7;hp=190f6cf6d815d4493a688e1d29963483368ad472;hpb=d579fcbe53997bcf8cc617341cd1da5e6d094c13;p=helm.git diff --git a/helm/ocaml/utf8_macros/Makefile b/helm/ocaml/utf8_macros/Makefile index 190f6cf6d..018f58cef 100644 --- a/helm/ocaml/utf8_macros/Makefile +++ b/helm/ocaml/utf8_macros/Makefile @@ -19,7 +19,7 @@ utf8MacroTable.cmo: utf8MacroTable.ml $(OCAMLFIND) ocamlc -c $< pa_unicode_macro.cmo: pa_unicode_macro.ml utf8Macro.cmo - $(OCAMLFIND) ocamlc -package camlp4 -pp "camlp4o q_MLast.cmo pa_extend.cmo" -c $< + $(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 $(OCAMLFIND) ocamlc -a -o $@ $^ @@ -32,5 +32,7 @@ distclean: extra_clean extra_clean: rm -f make_table test +STATS_EXCLUDE = utf8MacroTable.ml + include ../Makefile.common