X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=52b3aab80b5ebccb0758def08ff210fead8494b5;hb=c97f28462cb9499b4687b9d0fd969b3e9fbd6ca2;hp=cdfd876e2c9caeac5955c9ce84cf314cacdb3ad7;hpb=fc85b603152cea9b5fff03fa7085cce3536b17f7;p=uffi.git diff --git a/Makefile b/Makefile index cdfd876..52b3aab 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.22 2002/03/18 17:57:39 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.28 2002/03/21 16:47:59 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -31,12 +31,13 @@ realclean: clean docs: @(cd doc; make dist-doc) -VERSION=0.2.9-pre2 +VERSION=0.2.12 DISTDIR=uffi-${VERSION} DIST_TARBALL=${DISTDIR}.tar.gz DIST_ZIP=${DISTDIR}.zip -SOURCE_FILES=src doc examples Makefile uffi.system COPYRIGHT README \ - INSTALL uffi.lsm ChangeLog NEWS test-examples.cl set-logical.cl +SOURCE_FILES=src doc examples Makefile uffi.system COPYRIGHT README TODO \ + INSTALL uffi.lsm ChangeLog NEWS test-examples.cl set-logical.cl \ + benchmarks dist: realclean docs @rm -fr ${DISTDIR} ${DIST_TARBALL} ${DIST_ZIP}