]> matita.cs.unibo.it Git - helm.git/commitdiff
component utf8_macros fully renamed
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Wed, 17 May 2017 13:45:29 +0000 (13:45 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Wed, 17 May 2017 13:45:29 +0000 (13:45 +0000)
matita/components/METAS/meta.helm-syntax_extensions.src
matita/components/syntax_extensions/Makefile

index f9e210f6e170e1d797b1a9d8c156335eb94b9476..166bd498dd29cd70d80e9b0780a18547cea545b1 100644 (file)
@@ -1,7 +1,7 @@
 requires="str"
 version="0.0.1"
-archive(byte)="utf8_macros.cma"
-archive(native)="utf8_macros.cmxa"
+archive(byte)="syntax_extensions.cma"
+archive(native)="syntax_extensions.cmxa"
 requires(syntax,preprocessor)="camlp5"
 archive(syntax,preprocessor)="pa_extend.cmo pa_unicode_macro.cma profiling_macros.cma"
 linkopts=""
index af9ddda238bb3285b2169b06b6b0fcda525f922d..c2710d4145d423a1f955673688b041568851f6dc 100644 (file)
@@ -8,7 +8,7 @@ IMPLEMENTATION_FILES = utf8MacroTable.ml $(INTERFACE_FILES:%.mli=%.ml)
 EXTRA_OBJECTS_TO_INSTALL =
 EXTRA_OBJECTS_TO_CLEAN =
 
-all: utf8_macros.cma pa_unicode_macro.cma profiling_macros.cma
+all: syntax_extensions.cma pa_unicode_macro.cma profiling_macros.cma
 
 make_table: make_table.ml
        @echo "  OCAMLC $<"