CVS User Account cvsuser
Tue Jan 2 15:34:35 PST 2007
Log Message:
-----------
Add in make target for Splint for slonik...

<http://splint.org/> is a static C analysis tool that acts as an extended
version of Lint.

Modified Files:
--------------
    slony1-engine/src/slonik:
        Makefile (r1.24 -> r1.25)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slonik/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -Lsrc/slonik/Makefile -Lsrc/slonik/Makefile -u -w -r1.24 -r1.25
--- src/slonik/Makefile
+++ src/slonik/Makefile
@@ -66,6 +66,9 @@
 	@exit
 endif
 
+splint:
+	splint -I $(pgincludedir) -I $(pgincludeserverdir) +unixlib -preproc +skip-sys-headers $(wildcard *.c)
+
 clean distclean:
 	rm -f $(ALL) $(OBJS) $(PROG).core
 



More information about the Slony1-commit mailing list