]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/Makefile.in
added ocamlinit target which creates a .ocamlinit file
[helm.git] / helm / ocaml / Makefile.in
index 4f745c833c9a20409766bf2441d677eb048be345..1833ece7789f55f6f31ac5ef70892580eff3cb9a 100644 (file)
@@ -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):