]> matita.cs.unibo.it Git - helm.git/blobdiff - components/Makefile
cic_acic should be compiled before cic_exportation
[helm.git] / components / Makefile
index a700970af43c111a9e33140d70d2a5e8d893a09d..01dabc9a6393e230507603bd152db1e05c01a256 100644 (file)
@@ -20,6 +20,7 @@ MODULES =                     \
        cic                     \
        cic_proof_checking      \
        cic_acic                \
+       cic_exportation         \
        metadata                \
        library                 \
        acic_content            \
@@ -28,6 +29,7 @@ MODULES =                     \
        cic_unification         \
        whelp                   \
        tactics                 \
+       acic_procedural         \
        cic_disambiguation      \
        lexicon                 \
        grafite_engine          \
@@ -42,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
@@ -54,7 +56,8 @@ syntax-extensions:
        $(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