summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2003-10-04 07:48:21 +0000
committerJohn Wiegley <johnw@newartisans.com>2003-10-04 07:48:21 +0000
commit2c109226140a99a07af079c70e54fb396bb3484e (patch)
tree9d8b23ebd636bb3e8e350fa9509bd931cb60eb94 /Makefile
parentcb9de0d695c89e03a926451f7ccf2f634e7be436 (diff)
downloadfork-ledger-2c109226140a99a07af079c70e54fb396bb3484e.tar.gz
fork-ledger-2c109226140a99a07af079c70e54fb396bb3484e.tar.bz2
fork-ledger-2c109226140a99a07af079c70e54fb396bb3484e.zip
Moved definition of virtual accounts into the ledger data file
itself. They are now called "automated transactions". Some rearchitecting.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 7 insertions, 3 deletions
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