]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - Makefile
Merge changes from CUPS 1.5svn-r9641
[thirdparty/cups.git] / Makefile
index b37bae7df50aa7dddbdce266722532cc705a971e..964f562e912a75714f39559771979a9358570b9f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -280,6 +280,16 @@ docset:    apihelp
                org.cups.docset
 
 
+#
+# Lines of code computation...
+#
+
+sloc:
+       for dir in cups cupslite scheduler; do \
+               (cd $$dir; $(MAKE) $(MFLAGS) sloc) || exit 1;\
+       done
+
+
 #
 # Make software distributions using EPM (http://www.epmhome.org/)...
 #