r1963: *** empty log message ***
[uffi.git] / Makefile
index 06856d983f7a675c322c1883dd693152e522094c..591bec450a7d569316c92df00966cba388f3711b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 #  Programer:    Kevin M. Rosenberg, M.D.
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile,v 1.47 2002/04/28 09:59:07 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
 #
@@ -31,22 +31,9 @@ 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:
@@ -68,8 +55,3 @@ 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
-