X-Git-Url: https://git.distorted.org.uk/~mdw/userv-utils/blobdiff_plain/b1c6c9356f7a26deab36d5e27bdea4ba6ff1f259..4a74cc46c5dd872f9e6083f2a85b487d5ffe3327:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 3a30b5b..5d99c95 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1999 Ian Jackson +# Copyright (C) 2000 Ian Jackson # # This is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -14,18 +14,21 @@ # along with userv-utils; if not, write to the Free Software # Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# $Id: Makefile,v 1.2 1999/11/09 23:21:46 ian Exp $ +# $Id: Makefile,v 1.9 2000/12/11 02:46:04 ian Exp $ -VERSION=0.1 +VERSION=0.2.1 all: - echo >&2 'See README. This is not a unified package.' + @echo >&2 'See README. This is not a unified package.' + +SUBDIRS_DISTCLEAN= www-cgi ipif distclean: find . \( -name '*~' -o -name '#*#' -o -name '*.o' -o -name core \ -o -name dist_tmp -o -name userv-utils-\*.tar.gz \ -o -name '.#*' \) \ -print0 | xargs -0r rm -rf -- + for f in $(SUBDIRS_DISTCLEAN); do make -C $$f distclean; done dist_tmp=dist_tmp/userv-utils-$(VERSION) dist_prune=\( -name CVS -o -name 'dist_tmp*' \)