Reorganized the ordering of filenames in Makefile.am, to better reflect

Ledger's internal architecture.
This commit is contained in:
John Wiegley 2008-07-30 03:27:30 -04:00
parent 5aef1add42
commit 230d7fd602

View file

@ -33,15 +33,21 @@ libamounts_la_SOURCES = \
utils.cc \ utils.cc \
times.cc \ times.cc \
mask.cc \ mask.cc \
binary.cc \
\
amount.cc \ amount.cc \
commodity.cc \ commodity.cc \
balance.cc \ balance.cc \
value.cc \ value.cc \
\
token.cc \ token.cc \
parser.cc \ parser.cc \
op.cc \ op.cc \
expr.cc \ expr.cc \
scope.cc scope.cc \
format.cc \
option.cc
if HAVE_EXPAT if HAVE_EXPAT
libamounts_la_CPPFLAGS += -DHAVE_EXPAT=1 libamounts_la_CPPFLAGS += -DHAVE_EXPAT=1
endif endif
@ -60,26 +66,25 @@ endif
libledger_la_CPPFLAGS = $(libamounts_la_CPPFLAGS) libledger_la_CPPFLAGS = $(libamounts_la_CPPFLAGS)
libledger_la_SOURCES = \ libledger_la_SOURCES = \
format.cc \
\
journal.cc \ journal.cc \
entry.cc \ entry.cc \
xact.cc \ xact.cc \
account.cc \ account.cc \
report.cc \
session.cc \
walk.cc \
\ \
textual.cc \ textual.cc \
binary.cc \
csv.cc \
emacs.cc \ emacs.cc \
qif.cc \ qif.cc \
xml.cc \ xml.cc \
csv.cc \
\
session.cc \
report.cc \
walk.cc \
\
derive.cc \ derive.cc \
reconcile.cc \ reconcile.cc \
option.cc \
quotes.cc quotes.cc
if HAVE_EXPAT if HAVE_EXPAT
libledger_la_SOURCES += gnucash.cc libledger_la_SOURCES += gnucash.cc
endif endif
@ -95,50 +100,51 @@ libledger_la_LDFLAGS = -release 2.7.0
pkginclude_HEADERS = \ pkginclude_HEADERS = \
acconf.h \ acconf.h \
system.hh \ system.hh \
fdstream.hpp \
utils.h \
flags.h \
hooks.h \
pushvar.h \
error.h \
times.h \
mask.h \
binary.h \
\ \
amount.h \ amount.h \
commodity.h \ commodity.h \
balance.h \ balance.h \
balpair.h \ balpair.h \
value.h \ value.h \
utils.h \
fdstream.hpp \
times.h \
mask.h \
flags.h \
hooks.h \
pushvar.h \
error.h \
\ \
expr.h \
op.h \
parser.h \
token.h \ token.h \
parser.h \
op.h \
expr.h \
scope.h \ scope.h \
predicate.h \ predicate.h \
format.h \ format.h \
option.h \
\ \
journal.h \ journal.h \
entry.h \ entry.h \
xact.h \ xact.h \
account.h \ account.h \
report.h \
session.h \
walk.h \
\ \
textual.h \ textual.h \
binary.h \
csv.h \
emacs.h \ emacs.h \
gnucash.h \
qif.h \ qif.h \
ofx.h \
xml.h \ xml.h \
csv.h \
gnucash.h \
ofx.h \
\
session.h \
report.h \
walk.h \
\ \
derive.h \ derive.h \
reconcile.h \ reconcile.h \
quotes.h \ quotes.h \
option.h \
\ \
ledger.h ledger.h