X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2FMakefile.in;h=1833ece7789f55f6f31ac5ef70892580eff3cb9a;hb=5095f0f9e11e966d7872d38ab8ef408567c5984e;hp=4f745c833c9a20409766bf2441d677eb048be345;hpb=53875b9ed0b9fe06786c596c8be707740b154948;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index 4f745c833..1833ece77 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -31,6 +31,7 @@ CWD=`pwd` all: metas $(MODULES:%=%.all) opt: metas $(MODULES:%=%.opt) +world: all opt metas: $(METAS) depend: $(MODULES:%=%.depend) install: $(MODULES:%=%.install) @@ -38,10 +39,11 @@ uninstall: $(MODULES:%=%.uninstall) clean: $(MODULES:%=%.clean) clean_metas: rm -f $(METAS) - distclean: clean clean_metas rm -f Makefile Makefile.common configure config.log config.cache config.status +.PHONY: all opt world metas depend install uninstall clean clean_metas distclean + $(MODULES:%=%.all): export OCAMLPATH=$(CWD):$$OCAMLPATH ; cd $(@:%.all=%) && make all $(MODULES:%=%.opt):