File: Makefile

package info (click to toggle)
tora 2.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 27,948 kB
  • ctags: 22,245
  • sloc: cpp: 191,995; sh: 17,549; makefile: 702; python: 159; ansic: 75; xml: 69
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