]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/Makefile
Load cups into easysw/current.
[thirdparty/cups.git] / backend / Makefile
index bebaa471dd534b8b9a13ab63a3fedeb3a0ac9131..4267f21e5010974166996288865dce771b9fdaaa 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 5131 2006-02-18 05:31:36Z mike $"
+# "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $"
 #
 #   Backend makefile for the Common UNIX Printing System (CUPS).
 #
@@ -72,6 +72,19 @@ install:     all
        $(LN) ipp $(SERVERBIN)/backend/http
 
 
+#
+# Uninstall all targets...
+#
+
+uninstall:
+       for file in $(RBACKENDS) $(UBACKENDS); do \
+               $(RM) $(SERVERBIN)/backend/$$file; \
+       done
+       $(RM) $(SERVERBIN)/backend/http
+       -$(RMDIR) $(SERVERBIN)/backend
+       -$(RMDIR) $(SERVERBIN)
+
+
 #
 # betest
 #
@@ -179,5 +192,5 @@ include Dependencies
 
 
 #
-# End of "$Id: Makefile 5131 2006-02-18 05:31:36Z mike $".
+# End of "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $".
 #