*** no comment ***
This commit is contained in:
parent
ebd0526727
commit
2359b38a6b
1 changed files with 6 additions and 6 deletions
12
Makefile.am
12
Makefile.am
|
|
@ -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) \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue