File: Makefile.am

package info (click to toggle)
ptask 1.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,400 kB
  • sloc: sh: 4,762; perl: 2,623; ansic: 2,086; makefile: 72; xml: 57; sed: 16
file content (12 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
check-local: checkpatch.pl
	find $(top_srcdir)/src -name \*.c -exec $(srcdir)/checkpatch.pl --ignore SPLIT_STRING --show-types -q --no-tree  -emacs -f {} \;
	find $(top_srcdir)/src -name \*.h -exec $(srcdir)/checkpatch.pl --ignore SPLIT_STRING --show-types -q --no-tree  -emacs -f {} \;

EXTRA_DIST = checkpatch.pl \
	test-cppcheck.sh

TESTS=

if CPPCHECK
TESTS += test-cppcheck.sh
endif