1.1 --- a/Makefile Sun Mar 16 15:27:06 2003 +0000 1.2 +++ b/Makefile Sun Mar 16 15:37:16 2003 +0000 1.3 @@ -1,6 +1,6 @@ 1.4 # tumble: build a PDF file from image files 1.5 # Makefile 1.6 -# $Id: Makefile,v 1.32 2003/03/14 00:24:37 eric Exp $ 1.7 +# $Id: Makefile,v 1.33 2003/03/16 07:37:16 eric Exp $ 1.8 # Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com> 1.9 # 1.10 # This program is free software; you can redistribute it and/or modify 1.11 @@ -35,6 +35,8 @@ 1.12 ifdef DEBUG 1.13 CFLAGS := $(CFLAGS) -g 1.14 LDFLAGS := $(LDFLAGS) -g 1.15 +else 1.16 +CFLAGS := $(CFLAGS) -O3 1.17 endif 1.18 1.19 ifdef EFENCE 1.20 @@ -55,7 +57,7 @@ 1.21 # let me know why so I can improve this Makefile. 1.22 # ----------------------------------------------------------------------------- 1.23 1.24 -VERSION = 0.27 1.25 +VERSION = 0.28 1.26 1.27 PACKAGE = tumble 1.28 1.29 @@ -69,7 +71,7 @@ 1.30 OSRCS = scanner.l parser.y 1.31 HDRS = tumble.h semantics.h bitblt.h bitblt_tables.h \ 1.32 pdf.h pdf_private.h pdf_util.h pdf_prim.h pdf_name_tree.h 1.33 -MISC = COPYING Makefile 1.34 +MISC = COPYING README INSTALL Makefile 1.35 1.36 DISTFILES = $(MISC) $(HDRS) $(CSRCS) $(OSRCS) 1.37 DISTNAME = $(PACKAGE)-$(VERSION)