X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2FMakefile;h=b7c105fc01e4dc053b3d69e58b1f9d8a0010d7ae;hb=94c6cfe7e6b833190904c6b546668d716978a812;hp=6b5e68325980006ef802f9fce39bb2942adb9a09;hpb=aef659e5893b4bf8c8544d0c54714e10f5b5493a;p=helm.git diff --git a/helm/software/components/Makefile b/helm/software/components/Makefile index 6b5e68325..b7c105fc0 100644 --- a/helm/software/components/Makefile +++ b/helm/software/components/Makefile @@ -11,7 +11,7 @@ MODULES = \ hgdome \ registry \ hmysql \ - utf8_macros \ + syntax_extensions \ thread \ xmldiff \ urimanager \ @@ -20,18 +20,28 @@ MODULES = \ cic \ cic_proof_checking \ cic_acic \ + cic_exportation \ metadata \ library \ + ng_kernel \ acic_content \ - content_pres \ 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) METAS = $(MODULES:%=METAS/META.helm-%) @@ -41,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 @@ -49,11 +59,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 +153,4 @@ tags: TAGS TAGS: $(H)otags -vi -r . +metas: $(filter-out METAS/META.helm-binaries, $(METAS))