This commit is contained in:
John Wiegley 2004-08-25 21:55:02 +00:00
parent a32173ace6
commit fa2ceaed13
2 changed files with 3 additions and 25 deletions

View file

@ -2,11 +2,11 @@ CODE = amount.cc ledger.cc parse.cc reports.cc
OBJS = $(patsubst %.cc,%.o,$(CODE))
#CXX = cc
CXX = g++
CFLAGS = #-Wall -ansi -pedantic
CFLAGS = -Wall -ansi -pedantic
DFLAGS = -O3 -fomit-frame-pointer
#DFLAGS = -g -DDEBUG=1
INCS = -I/usr/local/include
LIBS = -L/usr/local/lib -lgmpxx -lgmp -lpcre
INCS = -I/sw/include
LIBS = -L/sw/lib -lgmpxx -lgmp -lpcre
ifdef GNUCASH
CODE := $(CODE) gnucash.cc

22
NOTES
View file

@ -1,22 +0,0 @@
book
account
commodity *
account
account *
entry
transaction *
transaction
account
amount
amount (price per item)
amount
commodity *
commodity
history *
history