X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=06856d983f7a675c322c1883dd693152e522094c;hb=198526f1ab024d53c712dc63adf17184d7a70dfc;hp=91b4b15c2a5a7b72b201a07ef4484f022331220e;hpb=b621def845ba9db35b7cd33ee1122fd6464675bb;p=uffi.git diff --git a/Makefile b/Makefile index 91b4b15..06856d9 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg, M.D. # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.45 2002/04/28 09:01:00 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.47 2002/04/28 09:59:07 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -14,6 +14,7 @@ # (http://opensource.franz.com/preamble.html), also known as the LLGPL. PKG:=uffi +DEBPKG=cl-uffi SUBDIRS:= examples src benchmarks DOCSUBDIRS:=doc @@ -52,7 +53,7 @@ doc: $(MAKE) -C doc .PHONY: dist -dist: distclean +dist: clean $(MAKE) -C doc $@ @./make-dist.sh @@ -67,4 +68,8 @@ freeze: cvs -q rtag -d frozen uffi cvs -q tag -F frozen . +.PHONY: cleandists +cleandists: + @rm -rf ../${PKG}-*.tar.gz ../${PKG}-*.zip + @rm -rf ../$(DEBPKG)_*gz ../${DEBPKG}*.changes ../${DEBPKG}*.deb ../${DEBPKG}*.dsc