From c7e1cf34b393d98cda4d270cc3e431b9a7909fa7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 1 Oct 2003 21:55:40 +0000 Subject: *** empty log message *** --- Makefile | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3