[Makefile.am] Add target splint to run splint static source code analyzer

This commit is contained in:
Behdad Esfahbod 2007-08-22 01:07:38 -04:00
parent f015091bb5
commit ef878345c8

View file

@ -300,3 +300,6 @@ install-data-local:
TESTS_ENVIRONMENT = srcdir="$(srcdir)"
TESTS = check-def.sh check-plt.sh check-headers.sh check-cairoint.sh
EXTRA_DIST += $(TESTS)
splint:
splint -I$(top_builddir) $(libcairo_la_CFLAGS) $(libcairo_la_SOURCES) -DHAVE_CONFIG_H