X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=c581a3ecaddf39672bba0ccf6cf738880b17dff5;hb=97c5cecac59c1f3bf3a7bce8d8ed607f126a34c0;hp=06856d983f7a675c322c1883dd693152e522094c;hpb=19ea0e4a4a8ad89d06311d4e69fe2185a18d4590;p=uffi.git diff --git a/Makefile b/Makefile index 06856d9..c581a3e 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.47 2002/04/28 09:59:07 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.48 2002/05/03 03:53:10 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -37,8 +37,9 @@ 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 +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)