]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/Makefile
Update svn:keyword properties.
[thirdparty/cups.git] / scheduler / Makefile
index 19e16069d4373a291ebecc779a15f43f024e133a..3c0fff3e12c35c13cc8ac23d614ac8aaeccb443c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 7875 2008-08-27 22:53:31Z mike $"
+# "$Id$"
 #
 #   Scheduler Makefile for CUPS.
 #
@@ -126,6 +126,14 @@ depend:
        $(CXX) -MM $(ALL_CXXFLAGS) $(CXXOBJS:.o=.cxx) >>Dependencies
 
 
+#
+# Run oclint to check code coverage...
+#
+
+oclint:
+       oclint -o=oclint.html -html $(CUPSDOBJS:.o=.c) $(LIBOBJS:.o=.c) -- $(ALL_CFLAGS)
+
+
 #
 # Install all targets...
 #
@@ -553,5 +561,5 @@ include Dependencies
 
 
 #
-# End of "$Id: Makefile 7875 2008-08-27 22:53:31Z mike $".
+# End of "$Id$".
 #