annotate Makefile.coverity @ 180:265c7a65b75b

switch back to fully versioned subpackage dependencies add doxygen devel-doc documentation for the shared library
author Carl Byington <carl@five-ten-sg.com>
date Fri, 10 Apr 2009 12:00:46 -0700
parents f9773b6368e0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
149
f9773b6368e0 improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
1 default: all
f9773b6368e0 improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
2
f9773b6368e0 improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
3 all:
f9773b6368e0 improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
4 rm -rf emit output
f9773b6368e0 improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
5 export PATH=$(PATH):$(PWD)/coverity/prevent-linux-2.4.6/bin; \
f9773b6368e0 improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
6 cov-configure -co /usr/bin/gcc; \
f9773b6368e0 improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
7 ./configure && make clean; \
f9773b6368e0 improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
8 cov-build -e emit -o output make
f9773b6368e0 improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
9 mv README README.save
f9773b6368e0 improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
10 mv README.COVERITY README
f9773b6368e0 improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
11 tar czvf libpst.tgz README emit output
f9773b6368e0 improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
12 mv README README.COVERITY
f9773b6368e0 improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
13 mv README.save README
f9773b6368e0 improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
14 rm -rf emit output
f9773b6368e0 improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
15 echo mv libpst.tgz /home/httpd/html/510sg
f9773b6368e0 improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
16 echo fixup-510 ns1 --dry-run
f9773b6368e0 improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
17