diff options
author | John Wiegley <johnw@newartisans.com> | 2003-10-01 21:55:40 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2003-10-01 21:55:40 +0000 |
commit | c7e1cf34b393d98cda4d270cc3e431b9a7909fa7 (patch) | |
tree | 67c5ac752a5465806656824af7a61eed43c8f7d0 /Makefile | |
parent | f44eea66c4d3a6430b41eb564e81f976e9abeeb6 (diff) | |
download | fork-ledger-c7e1cf34b393d98cda4d270cc3e431b9a7909fa7.tar.gz fork-ledger-c7e1cf34b393d98cda4d270cc3e431b9a7909fa7.tar.bz2 fork-ledger-c7e1cf34b393d98cda4d270cc3e431b9a7909fa7.zip |
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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 |