From 2c109226140a99a07af079c70e54fb396bb3484e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 4 Oct 2003 07:48:21 +0000 Subject: Moved definition of virtual accounts into the ledger data file itself. They are now called "automated transactions". Some rearchitecting. --- Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eb4371f1..d5636a92 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,7 @@ +define GNUCASH +true +endef + CODE = amount.cc \ ledger.cc \ parse.cc \ @@ -8,9 +12,9 @@ CODE = amount.cc \ OBJS = $(patsubst %.cc,%.o,$(CODE)) -CFLAGS = -Wall -ansi -pedantic # -DDEBUG=1 -DFLAGS = -O3 -fomit-frame-pointer -mcpu=pentium -#DFLAGS = -g +CFLAGS = -Wall -ansi -pedantic +#DFLAGS = -O3 -fomit-frame-pointer -mcpu=pentium +DFLAGS = -g -DDEBUG=1 INCS = LIBS = -lgmpxx -lgmp -lpcre -- cgit v1.2.3