X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2FMakefile;h=b7c105fc01e4dc053b3d69e58b1f9d8a0010d7ae;hb=4693f3b9de6d867921b51f61e9a7dc36c3da1b77;hp=6e483a97200d50cec4366f48ee3da5c173987ee2;hpb=2231f2820190c8743854004a9efd902d3bb5baa4;p=helm.git diff --git a/helm/software/components/Makefile b/helm/software/components/Makefile index 6e483a972..b7c105fc0 100644 --- a/helm/software/components/Makefile +++ b/helm/software/components/Makefile @@ -20,19 +20,27 @@ MODULES = \ cic \ cic_proof_checking \ cic_acic \ + cic_exportation \ metadata \ library \ + ng_kernel \ acic_content \ grafite \ + ng_refiner \ + ng_cic_content \ content_pres \ cic_unification \ whelp \ tactics \ acic_procedural \ + disambiguation \ cic_disambiguation \ lexicon \ - grafite_engine \ + ng_disambiguation \ grafite_parser \ + ng_paramodulation \ + ng_tactics \ + grafite_engine \ tptp_grafite \ $(NULL) @@ -43,7 +51,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