From 4cb6433ccfd07dd6a3fbf629ea0ac01c79816e78 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 9 Oct 2003 00:41:33 +0000 Subject: *** empty log message *** --- Makefile | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0679f6da..19ac1f7a 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,9 @@ -define GNUCASH -true -endef - -CODE = amount.cc ledger.cc parse.cc reports.cc - -OBJS = $(patsubst %.cc,%.o,$(CODE)) - +CODE = amount.cc ledger.cc parse.cc reports.cc +OBJS = $(patsubst %.cc,%.o,$(CODE)) CFLAGS = -Wall -ansi -pedantic #DFLAGS = -O3 -fomit-frame-pointer -mcpu=pentium -DFLAGS = -g -DDEBUG=1 +#DFLAGS = -g -DDEBUG=1 +DFLAGS = -O2 INCS = LIBS = -lgmpxx -lgmp -lpcre -- cgit v1.2.3