1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
XSLTENGINE= @XSLTENGINE@
if HAVE_CHECK
UNIT_TEST = test
endif
SUBDIRS = include common random_maps socket types server lib utils doc plugins $(UNIT_TEST)
EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README.rst autogen.sh
DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man
ACLOCAL_AMFLAGS = -I macros --install
archives: dist
(cd doc; make archive)
(cd lib; make archive)
dox:
@ doxygen 2>doxygen.err
CLEANFILES= configtest.out configtest.xml configtest.xsl
|