X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=36654b1357a05f3a64e7730579286f3f7d7a0290;hb=ab94d21ad3a97f62c11b2aad27facc2c59fe0639;hp=c581a3ecaddf39672bba0ccf6cf738880b17dff5;hpb=97c5cecac59c1f3bf3a7bce8d8ed607f126a34c0;p=uffi.git diff --git a/Makefile b/Makefile index c581a3e..36654b1 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.48 2002/05/03 03:53:10 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.50 2002/05/13 03:24:46 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -31,24 +31,10 @@ 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 uffi.debian.system \ benchmarks COPYRIGHT README TODO INSTALL 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 - .PHONY: doc doc: $(MAKE) -C doc @@ -56,21 +42,5 @@ doc: .PHONY: dist dist: clean $(MAKE) -C doc $@ - @./make-dist.sh - -.PHONY: wwwdist -wwwdist: dist - @./copy - - -.PHONY: freeze -freeze: - @echo tagging with frozen tag - 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