From 3ef7bfdb32d770812e9805474ea9956568385efe Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 4 Oct 2003 01:54:30 +0000 Subject: Added support for virtual accounts. --- Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a64800ef..ac592732 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,6 @@ define GNUCASH true endef -define HUQUQ -true -endef CODE = amount.cc \ ledger.cc \ @@ -15,15 +12,11 @@ CODE = amount.cc \ OBJS = $(patsubst %.cc,%.o,$(CODE)) -CFLAGS = -Wall -ansi -pedantic -DFLAGS = -g -O2 # -O3 -fomit-frame-pointer -mcpu=pentium +CFLAGS = -Wall -ansi -pedantic -DDEBUG=1 +DFLAGS = -g # -O2 # -O3 -fomit-frame-pointer -mcpu=pentium INCS = LIBS = -lgmpxx -lgmp -lpcre -ifdef HUQUQ -CFLAGS := $(CFLAGS) -DHUQUQULLAH=1 -endif - ifdef GNUCASH CODE := $(CODE) gnucash.cc CFLAGS := $(CFLAGS) -DREAD_GNUCASH=1 -- cgit v1.2.3