*** empty log message ***

This commit is contained in:
John Wiegley 2003-10-01 21:55:40 +00:00
parent f44eea66c4
commit c7e1cf34b3

View file

@ -5,10 +5,6 @@ define HUQUQ
true true
endef endef
#
# Example build: make GNUCASH=1 COMMODITY=EUR
#
CODE = amount.cc \ CODE = amount.cc \
ledger.cc \ ledger.cc \
parse.cc \ parse.cc \
@ -19,16 +15,9 @@ CODE = amount.cc \
OBJS = $(patsubst %.cc,%.o,$(CODE)) OBJS = $(patsubst %.cc,%.o,$(CODE))
ifndef COMMODITY
COMMODITY = \$$
endif
CFLAGS = -Wall -ansi -pedantic CFLAGS = -Wall -ansi -pedantic
CFLAGS := $(CFLAGS) -DDEFAULT_COMMODITY="\"$(COMMODITY)\""
#DFLAGS = -O3 -fomit-frame-pointer #DFLAGS = -O3 -fomit-frame-pointer
DFLAGS = -g # -O2 # -pg DFLAGS = -g # -O2 # -pg
INCS = -I/usr/include/xmltok INCS = -I/usr/include/xmltok
LIBS = -lgmpxx -lgmp -lpcre LIBS = -lgmpxx -lgmp -lpcre