changes
This commit is contained in:
parent
a32173ace6
commit
fa2ceaed13
2 changed files with 3 additions and 25 deletions
6
Makefile
6
Makefile
|
|
@ -2,11 +2,11 @@ CODE = amount.cc ledger.cc parse.cc reports.cc
|
||||||
OBJS = $(patsubst %.cc,%.o,$(CODE))
|
OBJS = $(patsubst %.cc,%.o,$(CODE))
|
||||||
#CXX = cc
|
#CXX = cc
|
||||||
CXX = g++
|
CXX = g++
|
||||||
CFLAGS = #-Wall -ansi -pedantic
|
CFLAGS = -Wall -ansi -pedantic
|
||||||
DFLAGS = -O3 -fomit-frame-pointer
|
DFLAGS = -O3 -fomit-frame-pointer
|
||||||
#DFLAGS = -g -DDEBUG=1
|
#DFLAGS = -g -DDEBUG=1
|
||||||
INCS = -I/usr/local/include
|
INCS = -I/sw/include
|
||||||
LIBS = -L/usr/local/lib -lgmpxx -lgmp -lpcre
|
LIBS = -L/sw/lib -lgmpxx -lgmp -lpcre
|
||||||
|
|
||||||
ifdef GNUCASH
|
ifdef GNUCASH
|
||||||
CODE := $(CODE) gnucash.cc
|
CODE := $(CODE) gnucash.cc
|
||||||
|
|
|
||||||
22
NOTES
22
NOTES
|
|
@ -1,22 +0,0 @@
|
||||||
book
|
|
||||||
account
|
|
||||||
commodity *
|
|
||||||
|
|
||||||
account
|
|
||||||
account *
|
|
||||||
|
|
||||||
entry
|
|
||||||
transaction *
|
|
||||||
|
|
||||||
transaction
|
|
||||||
account
|
|
||||||
amount
|
|
||||||
amount (price per item)
|
|
||||||
|
|
||||||
amount
|
|
||||||
commodity *
|
|
||||||
|
|
||||||
commodity
|
|
||||||
history *
|
|
||||||
|
|
||||||
history
|
|
||||||
Loading…
Add table
Reference in a new issue