summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2003-10-01 21:55:40 +0000
committerJohn Wiegley <johnw@newartisans.com>2003-10-01 21:55:40 +0000
commitc7e1cf34b393d98cda4d270cc3e431b9a7909fa7 (patch)
tree67c5ac752a5465806656824af7a61eed43c8f7d0 /Makefile
parentf44eea66c4d3a6430b41eb564e81f976e9abeeb6 (diff)
downloadfork-ledger-c7e1cf34b393d98cda4d270cc3e431b9a7909fa7.tar.gz
fork-ledger-c7e1cf34b393d98cda4d270cc3e431b9a7909fa7.tar.bz2
fork-ledger-c7e1cf34b393d98cda4d270cc3e431b9a7909fa7.zip
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 13b71ac9..fb535183 100644
--- a/Makefile
+++ b/Makefile
@@ -5,10 +5,6 @@ define HUQUQ
true
endef
-#
-# Example build: make GNUCASH=1 COMMODITY=EUR
-#
-
CODE = amount.cc \
ledger.cc \
parse.cc \
@@ -19,16 +15,9 @@ CODE = amount.cc \
OBJS = $(patsubst %.cc,%.o,$(CODE))
-ifndef COMMODITY
-COMMODITY = \$$
-endif
-
CFLAGS = -Wall -ansi -pedantic
-CFLAGS := $(CFLAGS) -DDEFAULT_COMMODITY="\"$(COMMODITY)\""
-
#DFLAGS = -O3 -fomit-frame-pointer
DFLAGS = -g # -O2 # -pg
-
INCS = -I/usr/include/xmltok
LIBS = -lgmpxx -lgmp -lpcre