]> matita.cs.unibo.it Git - helm.git/blobdiff - components/Makefile
*** Very experimental and not branched ***
[helm.git] / components / Makefile
index 6b5e68325980006ef802f9fce39bb2942adb9a09..34020150a7d746942017adff28502cd3606fbab2 100644 (file)
@@ -11,7 +11,7 @@ MODULES =                     \
        hgdome                  \
        registry                \
        hmysql                  \
-       utf8_macros             \
+       syntax_extensions \
        thread                  \
        xmldiff                 \
        urimanager              \
@@ -19,19 +19,22 @@ MODULES =                   \
        getter                  \
        cic                     \
        cic_proof_checking      \
+       cic_exportation         \
        cic_acic                \
        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-%)
@@ -41,7 +44,7 @@ ifeq ($(DISTRIBUTED),no)
 endif
 
 all: metas $(MODULES:%=rec@all@%) 
-opt: metas $(MODULES:%=rec@opt@%)
+opt: metas syntax-extensions $(MODULES:%=rec@opt@%)
 
 ifeq ($(HAVE_OCAMLOPT),yes)
 world: opt
@@ -49,11 +52,12 @@ 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@%)
+install-arch: $(MODULES:%=rec@install@%)
+install-indep:
 uninstall: $(MODULES:%=rec@uninstall@%)
 clean: $(MODULES:%=rec@clean@%) clean_metas
 
@@ -142,3 +146,4 @@ tags: TAGS
 TAGS:
        $(H)otags -vi -r .
 
+metas: $(filter-out METAS/META.helm-binaries, $(METAS))