summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2003-10-02 00:07:14 +0000
committerJohn Wiegley <johnw@newartisans.com>2003-10-02 00:07:14 +0000
commit2a1055890241b1299d8b91d65038d0f4f5067fb5 (patch)
tree97616b59a3139a591458e4ac95580fa6937c39b4 /Makefile
parent3afa81857a688cb2eca56945dc5c40b9825b2e69 (diff)
downloadfork-ledger-2a1055890241b1299d8b91d65038d0f4f5067fb5.tar.gz
fork-ledger-2a1055890241b1299d8b91d65038d0f4f5067fb5.tar.bz2
fork-ledger-2a1055890241b1299d8b91d65038d0f4f5067fb5.zip
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d6a971f4..0ececcd5 100644
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,8 @@ CODE = amount.cc \
OBJS = $(patsubst %.cc,%.o,$(CODE))
CFLAGS = -Wall -ansi -pedantic
-#DFLAGS = -O3 -fomit-frame-pointer
-DFLAGS = -g -O2 # -pg
-INCS = -I/usr/include/xmltok
+DFLAGS = -g -O2 # -O3 -fomit-frame-pointer -mcpu=pentium
+INCS =
LIBS = -lgmpxx -lgmp -lpcre
ifdef HUQUQ
@@ -28,6 +27,7 @@ endif
ifdef GNUCASH
CODE := $(CODE) gnucash.cc
CFLAGS := $(CFLAGS) -DREAD_GNUCASH=1
+INCS := $(INCS) -I/usr/include/xmltok
LIBS := $(LIBS) -lxmlparse
endif