]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/Makefile
Several instances of the same bug fixed at once: when processing a Fix,
[helm.git] / helm / software / components / Makefile
index 6b5e68325980006ef802f9fce39bb2942adb9a09..1b38db7e70cc113b04ca33d8e0cacfae312c9d5b 100644 (file)
@@ -11,7 +11,7 @@ MODULES =                     \
        hgdome                  \
        registry                \
        hmysql                  \
-       utf8_macros             \
+       syntax_extensions \
        thread                  \
        xmldiff                 \
        urimanager              \
@@ -23,15 +23,17 @@ MODULES =                   \
        metadata                \
        library                 \
        acic_content            \
-       content_pres            \
        grafite                 \
+       content_pres            \
        cic_unification         \
        whelp                   \
        tactics                 \
+       acic_procedural         \
        cic_disambiguation      \
        lexicon                 \
        grafite_engine          \
        grafite_parser          \
+       tptp_grafite            \
        $(NULL)
 
 METAS = $(MODULES:%=METAS/META.helm-%)
@@ -49,8 +51,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 +144,4 @@ tags: TAGS
 TAGS:
        $(H)otags -vi -r .
 
+metas: $(filter-out METAS/META.helm-binaries, $(METAS))