Tabified tools/Makefile.am
This commit is contained in:
parent
8fef868929
commit
89992ad4b8
1 changed files with 9 additions and 9 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
VERSION = 3.0.0
|
VERSION = 3.0.0
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
dist_man_MANS = doc/ledger.1
|
dist_man_MANS = doc/ledger.1
|
||||||
SUBDIRS = po intl
|
SUBDIRS = po intl
|
||||||
EXTRA_DIST = autogen.sh config.rpath contrib src/system.hh.in
|
EXTRA_DIST = autogen.sh config.rpath contrib src/system.hh.in
|
||||||
DISTCLEANFILES = .timestamp
|
DISTCLEANFILES = .timestamp
|
||||||
|
|
||||||
lib_LTLIBRARIES = \
|
lib_LTLIBRARIES = \
|
||||||
libledger_report.la \
|
libledger_report.la \
|
||||||
|
|
@ -197,7 +197,7 @@ dist_lisp_LISP = lisp/ledger.el lisp/timeclock.el
|
||||||
ELCFILES =
|
ELCFILES =
|
||||||
DISTCLEANFILES += ledger.elc timeclock.elc
|
DISTCLEANFILES += ledger.elc timeclock.elc
|
||||||
|
|
||||||
all_sources = $(libledger_util_la_SOURCES) \
|
all_sources = $(libledger_util_la_SOURCES) \
|
||||||
$(libledger_math_la_SOURCES) \
|
$(libledger_math_la_SOURCES) \
|
||||||
$(libledger_expr_la_SOURCES) \
|
$(libledger_expr_la_SOURCES) \
|
||||||
$(libledger_data_la_SOURCES) \
|
$(libledger_data_la_SOURCES) \
|
||||||
|
|
@ -205,7 +205,7 @@ all_sources = $(libledger_util_la_SOURCES) \
|
||||||
$(libledger_python_la_SOURCES) \
|
$(libledger_python_la_SOURCES) \
|
||||||
src/pyledger.cc
|
src/pyledger.cc
|
||||||
|
|
||||||
all_files = $(all_sources) $(pkginclude_HEADERS)
|
all_files = $(all_sources) $(pkginclude_HEADERS)
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
|
@ -278,7 +278,7 @@ UtilTests_SOURCES = \
|
||||||
test/unit/t_times.h
|
test/unit/t_times.h
|
||||||
|
|
||||||
UtilTests_CPPFLAGS = -I$(srcdir)/test $(lib_cppflags)
|
UtilTests_CPPFLAGS = -I$(srcdir)/test $(lib_cppflags)
|
||||||
UtilTests_LDADD = libledger_util.la -lcppunit
|
UtilTests_LDADD = libledger_util.la -lcppunit
|
||||||
|
|
||||||
MathTests_SOURCES = \
|
MathTests_SOURCES = \
|
||||||
test/UnitTests.cc \
|
test/UnitTests.cc \
|
||||||
|
|
@ -292,7 +292,7 @@ MathTests_SOURCES = \
|
||||||
test/unit/t_balance.h
|
test/unit/t_balance.h
|
||||||
|
|
||||||
MathTests_CPPFLAGS = -I$(srcdir)/test $(lib_cppflags)
|
MathTests_CPPFLAGS = -I$(srcdir)/test $(lib_cppflags)
|
||||||
MathTests_LDADD = libledger_math.la $(UtilTests_LDADD)
|
MathTests_LDADD = libledger_math.la $(UtilTests_LDADD)
|
||||||
|
|
||||||
ExprTests_SOURCES = \
|
ExprTests_SOURCES = \
|
||||||
test/UnitTests.cc \
|
test/UnitTests.cc \
|
||||||
|
|
@ -302,7 +302,7 @@ ExprTests_SOURCES = \
|
||||||
test/unit/t_expr.h
|
test/unit/t_expr.h
|
||||||
|
|
||||||
ExprTests_CPPFLAGS = -I$(srcdir)/test $(lib_cppflags)
|
ExprTests_CPPFLAGS = -I$(srcdir)/test $(lib_cppflags)
|
||||||
ExprTests_LDADD = libledger_expr.la $(MathTests_LDADD)
|
ExprTests_LDADD = libledger_expr.la $(MathTests_LDADD)
|
||||||
|
|
||||||
DataTests_SOURCES = \
|
DataTests_SOURCES = \
|
||||||
test/UnitTests.cc \
|
test/UnitTests.cc \
|
||||||
|
|
@ -310,7 +310,7 @@ DataTests_SOURCES = \
|
||||||
test/DataTests.cc
|
test/DataTests.cc
|
||||||
|
|
||||||
DataTests_CPPFLAGS = -I$(srcdir)/test $(lib_cppflags)
|
DataTests_CPPFLAGS = -I$(srcdir)/test $(lib_cppflags)
|
||||||
DataTests_LDADD = libledger_data.la $(ExprTests_LDADD)
|
DataTests_LDADD = libledger_data.la $(ExprTests_LDADD)
|
||||||
|
|
||||||
ReportTests_SOURCES = \
|
ReportTests_SOURCES = \
|
||||||
test/UnitTests.cc \
|
test/UnitTests.cc \
|
||||||
|
|
@ -400,7 +400,7 @@ test/input/mondo.dat: test/input/standard.dat
|
||||||
@for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ; do \
|
@for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ; do \
|
||||||
for j in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ; do \
|
for j in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ; do \
|
||||||
cat $< >> $@; \
|
cat $< >> $@; \
|
||||||
done; \
|
done; \
|
||||||
done
|
done
|
||||||
|
|
||||||
ConfirmTests: $(srcdir)/test/ConfirmTests.py
|
ConfirmTests: $(srcdir)/test/ConfirmTests.py
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue