From e4854e5669f352c799f62f93fc034ed2ca07f58c Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Sun, 1 Dec 2002 17:20:17 +0000 Subject: [PATCH] - added mt and non_mt dirs to dist stuff - bugfix: added some forgotten targets to .PHONY --- helm/DEVEL/ocaml-http/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/helm/DEVEL/ocaml-http/Makefile b/helm/DEVEL/ocaml-http/Makefile index 6c9b44ce8..c3e420892 100644 --- a/helm/DEVEL/ocaml-http/Makefile +++ b/helm/DEVEL/ocaml-http/Makefile @@ -75,8 +75,9 @@ distclean: clean docclean dist: distclean depend mkdir $(DISTDIR) cp -r \ - $(patsubst %,%.ml,$(MODULES)) $(patsubst %,%.mli,$(MODULES)) \ - $(EXTRA_DIST) examples/ debian/ \ + $(patsubst %, %.ml, $(MODULES)) \ + $(patsubst %, %.mli, $(MODULES) $(THREADED_SRV)) \ + mt/ non_mt/ $(EXTRA_DIST) examples/ debian/ \ $(DISTDIR)/ -find $(DISTDIR)/ -type d -name CVS -exec rm -rf {} \; -find $(DISTDIR)/ -type f -name ".cvs*" -exec rm -f {} \; @@ -84,10 +85,11 @@ dist: distclean depend rm -rf $(DISTDIR)/ install: META $(OCAMLFIND) install -destdir $(DESTDIR) $(PKGNAME) \ - META $(patsubst %,%.mli,$(PUBLIC_MODULES)) \ - $(patsubst %,%.cmi,$(PUBLIC_MODULES)) http.cm{,x}a http.a + META $(patsubst %, %.mli, $(PUBLIC_MODULES)) \ + $(patsubst %, %.cmi, $(PUBLIC_MODULES)) http.cm{,x}a http.a .PHONY: \ - all opt world examples examples.opt depend clean distclean dist \ + all opt world all_non_mt all_mt opt_non_mt opt_mt \ + examples examples.opt depend clean distclean dist \ install meta doc -- 2.39.2