SUBDIRS = lib util pic
# Avoid trouble if your system doesn't have xmlto.
if BUILD_DOC
SUBDIRS += doc
endif
EXTRA_DIST = Makefile.unx \
autogen.sh \
test.sh \
tests \
TODO \
BUGS \
build.asc \
history.asc \
control \
doc/whatsinagif \
$(WINDOWS)
TESTS=test.sh
# Auditing tools.
# Coverity - avoid making doc as xmlto craps out under cov-build
coverity:
cd lib; make
cd util; make
# cppcheck should run clean
cppcheck:
cppcheck -Ilib --inline-suppr --template gcc --enable=all --suppress=unusedStructMember --suppress=unusedFunction --force lib/*.[ch] util/*.[ch]
# splint is nowhere near running clean
SPLINT_SUPPRESSIONS = -boolops -nullret
splint:
splint +quiet +posixlib $(SPLINT_SUPPRESSIONS) lib/*.[ch]
# release using the shipper tool, if distcheck passes
release: distcheck
cd doc; make website
shipper -u -m -t; make clean
rm -fr doc/staging