|
|
@ -9,6 +9,9 @@ |
|
|
|
## @license LGPL, see file <a href="license.html">COPYING</a> |
|
|
|
## @license LGPL, see file <a href="license.html">COPYING</a> |
|
|
|
## |
|
|
|
## |
|
|
|
## $Log$ |
|
|
|
## $Log$ |
|
|
|
|
|
|
|
## Revision 1.18 2005/01/07 00:57:55 marc |
|
|
|
|
|
|
|
## the test script was not distributed |
|
|
|
|
|
|
|
## |
|
|
|
## Revision 1.17 2005/01/07 00:33:51 marc |
|
|
|
## Revision 1.17 2005/01/07 00:33:51 marc |
|
|
|
## added config file and file |
|
|
|
## added config file and file |
|
|
|
## |
|
|
|
## |
|
|
@ -72,7 +75,6 @@ htmldir = ${pkgdatadir}/doc/html |
|
|
|
html_DATA = doc/html/index.html doc/html/* |
|
|
|
html_DATA = doc/html/index.html doc/html/* |
|
|
|
pdfdir = ${pkgdatadir}/doc/pdf |
|
|
|
pdfdir = ${pkgdatadir}/doc/pdf |
|
|
|
pdf_DATA = doc/latex/@PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@.pdf |
|
|
|
pdf_DATA = doc/latex/@PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@.pdf |
|
|
|
EXTRA_DIST = test.dat ${examples_DATA} ${html_DATA} ${pdf_DATA} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libmrw.la |
|
|
|
lib_LTLIBRARIES = libmrw.la |
|
|
|
if HAVE_STACKTRACE |
|
|
|
if HAVE_STACKTRACE |
|
|
@ -197,6 +199,7 @@ if HAVE_LOG4CXX |
|
|
|
mrwexclog4cxx_test_LDADD = -lmrwexclog4cxx -lcppunit -llog4cxx |
|
|
|
mrwexclog4cxx_test_LDADD = -lmrwexclog4cxx -lcppunit -llog4cxx |
|
|
|
endif |
|
|
|
endif |
|
|
|
endif |
|
|
|
endif |
|
|
|
|
|
|
|
EXTRA_DIST = test.dat ${examples_DATA} ${html_DATA} ${pdf_DATA} ${check_SCRIPTS} |
|
|
|
TESTS = ${check_PROGRAMS} ${check_SCRIPTS} |
|
|
|
TESTS = ${check_PROGRAMS} ${check_SCRIPTS} |
|
|
|
|
|
|
|
|
|
|
|
.PHONY: doc clean-local distclean-local |
|
|
|
.PHONY: doc clean-local distclean-local |
|
|
|