*** no comment ***

This commit is contained in:
John Wiegley 2007-05-11 07:24:07 +00:00
parent ebd0526727
commit 2359b38a6b

View file

@ -143,7 +143,7 @@ pkginclude_HEADERS = \
src/xml.h \ src/xml.h \
src/xpath.h src/xpath.h
###################################################################### ###############################################################################
bin_PROGRAMS = ledger bin_PROGRAMS = ledger
@ -161,13 +161,13 @@ endif
nodist_info_TEXINFOS = docs/ledger.texi nodist_info_TEXINFOS = docs/ledger.texi
###################################################################### ###############################################################################
dist_lisp_LISP = lisp/ledger.el lisp/timeclock.el dist_lisp_LISP = lisp/ledger.el lisp/timeclock.el
DISTCLEANFILES = ledger.elc timeclock.elc DISTCLEANFILES = ledger.elc timeclock.elc
###################################################################### ###############################################################################
if HAVE_BOOST_PYTHON if HAVE_BOOST_PYTHON
@ -216,7 +216,7 @@ install-exec-hook:
endif endif
###################################################################### ###############################################################################
TESTS = UnitTests TESTS = UnitTests
if HAVE_BOOST_PYTHON if HAVE_BOOST_PYTHON
@ -256,7 +256,7 @@ fullcheck: check
DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib \ DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib \
$(srcdir)/valgrind.sh $(top_builddir)/UnitTests$(EXEEXT) --verify $(srcdir)/valgrind.sh $(top_builddir)/UnitTests$(EXEEXT) --verify
###################################################################### ###############################################################################
DISTCLEANFILES += Doxyfile.gen DISTCLEANFILES += Doxyfile.gen
@ -270,7 +270,7 @@ $(top_builddir)/Doxyfile.gen: $(srcdir)/docs/Doxyfile
doxygen-docs: $(top_builddir)/Doxyfile.gen doxygen-docs: $(top_builddir)/Doxyfile.gen
doxygen $(top_builddir)/Doxyfile.gen doxygen $(top_builddir)/Doxyfile.gen
###################################################################### ###############################################################################
check-syntax: check-syntax:
g++ -I. -Itests $(CPPFLAGS) $(UnitTests_CXXFLAGS) \ g++ -I. -Itests $(CPPFLAGS) $(UnitTests_CXXFLAGS) \