]> matita.cs.unibo.it Git - helm.git/blobdiff - components/Makefile
Add_moo_content modified to avoid repetitions of index command during inclusion.
[helm.git] / components / Makefile
index 6b5e68325980006ef802f9fce39bb2942adb9a09..a700970af43c111a9e33140d70d2a5e8d893a09d 100644 (file)
@@ -11,7 +11,7 @@ MODULES =                     \
        hgdome                  \
        registry                \
        hmysql                  \
-       utf8_macros             \
+       syntax_extensions \
        thread                  \
        xmldiff                 \
        urimanager              \
@@ -23,8 +23,8 @@ MODULES =                     \
        metadata                \
        library                 \
        acic_content            \
-       content_pres            \
        grafite                 \
+       content_pres            \
        cic_unification         \
        whelp                   \
        tactics                 \
@@ -32,6 +32,7 @@ MODULES =                     \
        lexicon                 \
        grafite_engine          \
        grafite_parser          \
+       tptp_grafite            \
        $(NULL)
 
 METAS = $(MODULES:%=METAS/META.helm-%)
@@ -49,8 +50,8 @@ else
 world: all
 endif
 syntax-extensions:
-       $(H)$(MAKE) -C utf8_macros depend 
-       $(H)$(MAKE) -C utf8_macros pa_unicode_macro.cma
+       $(H)$(MAKE) -C syntax_extensions depend
+       $(H)$(MAKE) -C syntax_extensions
 depend: syntax-extensions $(MODULES:%=rec@depend@%)
 depend.opt: syntax-extensions $(MODULES:%=rec@depend.opt@%)
 install: $(MODULES:%=rec@install@%)
@@ -142,3 +143,4 @@ tags: TAGS
 TAGS:
        $(H)otags -vi -r .
 
+metas: $(filter-out METAS/META.helm-binaries, $(METAS))