KDE/kdesdk/scripts
Allen Winter
winter at kde.org
Tue Jul 25 23:52:34 CEST 2006
SVN commit 566356 by winterz:
Add a new program that does some simple sanity checks on CMakeLists.txt files.
Usage: cmakelint.pl CMakeLists.txt
or
find . -name CMakeLists.txt | xargs cmakelint.pl
CCMAIL: kde-buildsystem at kde.org
M +2 -0 README
AM cmakelint.pl
--- trunk/KDE/kdesdk/scripts/README #566355:566356
@@ -24,6 +24,8 @@
check_licenses Old license checker for source files
(Use licensecheck instead)
+cmakelint.pl Looks for problems (simple) in CMakeLists.txt
+
licensecheck Simple license checker for source files
create_makefile Create the Makefile in a directory containing a Makefile.am
** trunk/KDE/kdesdk/scripts/cmakelint.pl #property svn:executable
+ *
More information about the Kde-buildsystem
mailing list