make: add 'checksrc' as target to check code style
authorDaniel Stenberg <daniel@haxx.se>
Wed, 27 Apr 2011 08:23:27 +0000 (10:23 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 27 Apr 2011 08:23:27 +0000 (10:23 +0200)
commit45de0579207becbf742c56e21f44446abde2b10e
treee0f9c7f3cd694f294fe39abbb7daf34e1e4ccb49
parentaa87f0ab15c15784c4d7ee55e8c5972f5353b41e
make: add 'checksrc' as target to check code style

The make target checksrc now works in the root makefile and in both the
src and lib directories.

It is also run automatically on "all" if configure --enable-debug was
used.
Makefile.am
lib/Makefile.am
src/Makefile.am