X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=591bec450a7d569316c92df00966cba388f3711b;hb=8072fe383ddfe20f4c86d04bb6ac6498ee17a13c;hp=eec3c379847361aca7abf529d48c8a8827c31d5a;hpb=a08ecef939472cb70d1c8a10450648bea57b0b77;p=uffi.git diff --git a/Makefile b/Makefile index eec3c37..591bec4 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.44 2002/04/28 08:19:55 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.49 2002/05/05 11:35:54 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 @@ -30,31 +31,18 @@ distclean: clean # ./debian/rules clean -VERSION=$(shell cat VERSION) -PKGNAME=$(PKG)-$(VERSION) -DISTDIR=$(PKGNAME) -DIST_TARBALL=$(PKGNAME).tar.gz -DIST_ORIG_TARBALL=$(PKGNAME).orig.tar.gz -DIST_ZIP=$(PKGNAME).zip -SOURCE_FILES=src doc examples Makefile uffi.system benchmarks COPYRIGHT README \ - TODO INSTALL uffi.lsm ChangeLog NEWS test-examples.cl set-logical.cl - -VERSION_UNDERSCORE=$(shell cat VERSION | tr . _) -TAG=upstream_version_$(VERSION_UNDERSCORE) - -.PHONY: tagcvs -tagcvs: - @cvs -q rtag -d $(TAG) $(PKG) > /dev/null - @cvs -q tag -F $(TAG) > /dev/null +SOURCE_FILES=src doc examples Makefile uffi.system uffi.debian.system \ + benchmarks COPYRIGHT README TODO INSTALL ChangeLog NEWS \ + test-examples.cl set-logical.cl .PHONY: doc doc: $(MAKE) -C doc .PHONY: dist -dist: distclean +dist: clean $(MAKE) -C doc $@ - @make-dist.sh + @./make-dist.sh .PHONY: wwwdist wwwdist: dist @@ -67,4 +55,3 @@ freeze: cvs -q rtag -d frozen uffi cvs -q tag -F frozen . -