summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2003-10-04 03:28:05 +0000
committerJohn Wiegley <johnw@newartisans.com>2003-10-04 03:28:05 +0000
commitb3306300c74bfccbaaec898fe01fdd36193f5886 (patch)
tree7f96df2f7b37bba6b740649847786879c4803ecb /Makefile
parent3ef7bfdb32d770812e9805474ea9956568385efe (diff)
downloadfork-ledger-b3306300c74bfccbaaec898fe01fdd36193f5886.tar.gz
fork-ledger-b3306300c74bfccbaaec898fe01fdd36193f5886.tar.bz2
fork-ledger-b3306300c74bfccbaaec898fe01fdd36193f5886.zip
Added support for virtual accounts.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index ac592732..eb4371f1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,3 @@
-define GNUCASH
-true
-endef
-
CODE = amount.cc \
ledger.cc \
parse.cc \
@@ -12,8 +8,9 @@ CODE = amount.cc \
OBJS = $(patsubst %.cc,%.o,$(CODE))
-CFLAGS = -Wall -ansi -pedantic -DDEBUG=1
-DFLAGS = -g # -O2 # -O3 -fomit-frame-pointer -mcpu=pentium
+CFLAGS = -Wall -ansi -pedantic # -DDEBUG=1
+DFLAGS = -O3 -fomit-frame-pointer -mcpu=pentium
+#DFLAGS = -g
INCS =
LIBS = -lgmpxx -lgmp -lpcre