[go: up one dir, main page]

Menu

[b34b03]: / Makefile.am  Maximize  Restore  History

Download this file

35 lines (28 with data), 779 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
SUBDIRS = lib util doc pic
EXTRA_DIST = Makefile.unx \
autogen.sh \
tests \
TODO \
BUGS \
build.txt \
api.txt \
history.txt \
control \
$(WINDOWS)
# 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
release: dist
cd doc; make website
shipper -u -m -t; make clean
rm -fr doc/staging