]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - Makefile
Move CGI, PPD compiler, and MIME heades to the private headers directory.
[thirdparty/cups.git] / Makefile
index 07a0826e8285af7b9c955c10b38cec30c5ede420..bac8ac092b33d9597e152447cd4a91f1e0f585ea 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,4 @@
 #
-# "$Id$"
-#
 # Top-level Makefile for CUPS.
 #
 # Copyright 2007-2014 by Apple Inc.
@@ -105,7 +103,7 @@ distclean:  clean
        $(RM) doc/index.html
        $(RM) man/client.conf.man man/cups-files.conf.man man/cups-lpd.man man/cups-snmp.man man/cupsaddsmb.man man/cupsd.conf.man man/cupsd.man man/lpoptions.man
        $(RM) packaging/cups.list
-       $(RM) scheduler/cups-lpd.xinetd scheduler/cups.sh scheduler/cups.xml scheduler/org.cups.cups-lpd.plist scheduler/org.cups.cupsd.path scheduler/org.cups.cupsd.service scheduler/org.cups.cupsd.socket
+       $(RM) scheduler/cups-lpd.xinetd scheduler/cups.sh scheduler/cups.xml scheduler/org.cups.cups-lpd.plist scheduler/org.cups.cups-lpdAT.service scheduler/org.cups.cupsd.path scheduler/org.cups.cupsd.service scheduler/org.cups.cupsd.socket
        $(RM) templates/header.tmpl
        -$(RM) doc/*/index.html
        -$(RM) templates/*/header.tmpl
@@ -130,6 +128,9 @@ depend:
 #
 # At least checker-231 is required.
 #
+# Alternatively, use "--analyze -Xanalyzer -analyzer-output=text" for OPTIM (text
+# output instead of HTML...)
+#
 
 .PHONY: clang clang-changes
 clang:
@@ -345,8 +346,3 @@ dist:       all
 #
 
 .NOTPARALLEL:
-
-
-#
-# End of "$Id$".
-#