File: Makefile

package info (click to toggle)
tora 2.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 27,560 kB
  • ctags: 21,885
  • sloc: cpp: 189,278; sh: 17,561; makefile: 692; python: 159; xml: 69; ansic: 56
file content (17 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
all:
	doxygen
	echo "*** See error.log for errors and warnings"

clean:
	rm *.ttf *.dot *.html *.png *.css error.log *.map *.md5 *.gif *.tmp

tgz:
	tar -cf sqliteman-devel-docs.tar
	gzip sqliteman-devel-docs.tar

tbz:
	tar -cf sqliteman-devel-docs.tar *
	bzip2 sqliteman-devel-docs.tar

codecheck:
	flawfinder --html -c ../sqliteman > code-check.html