]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - Makefile
Merge changes from CUPS 1.6svn-r9939.
[thirdparty/cups.git] / Makefile
index b37bae7df50aa7dddbdce266722532cc705a971e..96c73aba83e85ed8229133c535d12debce207061 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ include Makedefs
 # Directories to make...
 #
 
-DIRS   =       cups test $(BUILDDIRS) $(PHPDIR) $(FONTS)
+DIRS   =       cups test $(BUILDDIRS)
 
 
 #
@@ -280,6 +280,16 @@ docset:    apihelp
                org.cups.docset
 
 
+#
+# Lines of code computation...
+#
+
+sloc:
+       for dir in cups scheduler; do \
+               (cd $$dir; $(MAKE) $(MFLAGS) sloc) || exit 1;\
+       done
+
+
 #
 # Make software distributions using EPM (http://www.epmhome.org/)...
 #
@@ -292,9 +302,6 @@ aix bsd deb depot inst pkg setld slackware swinstall tardist:
 epm:
        epm $(EPMFLAGS) -s packaging/installer.gif cups packaging/cups.list
 
-osx:
-       epm $(EPMFLAGS) -f osx -s packaging/installer.tif cups packaging/cups.list
-
 rpm:
        epm $(EPMFLAGS) -f rpm -s packaging/installer.gif cups packaging/cups.list