[go: up one dir, main page]

Menu

[edfa91]: / Makefile.am  Maximize  Restore  History

Download this file

43 lines (34 with data), 926 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
35
36
37
38
39
40
41
42
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