X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2FMakefile;h=1f13fc94a7189f15c64c678e762a2a7d04c80250;hb=9bfe6aa2b2c3cdc09b1c9445789329d74bfef7d7;hp=6e483a97200d50cec4366f48ee3da5c173987ee2;hpb=2231f2820190c8743854004a9efd902d3bb5baa4;p=helm.git diff --git a/helm/software/components/Makefile b/helm/software/components/Makefile index 6e483a972..1f13fc94a 100644 --- a/helm/software/components/Makefile +++ b/helm/software/components/Makefile @@ -20,6 +20,7 @@ MODULES = \ cic \ cic_proof_checking \ cic_acic \ + cic_exportation \ metadata \ library \ acic_content \ @@ -29,10 +30,15 @@ MODULES = \ whelp \ tactics \ acic_procedural \ + disambiguation \ cic_disambiguation \ lexicon \ - grafite_engine \ + ng_kernel \ + ng_refiner \ + ng_disambiguation \ grafite_parser \ + ng_tactics \ + grafite_engine \ tptp_grafite \ $(NULL) @@ -43,7 +49,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