]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - notifier/Makefile
Load cups into easysw/current.
[thirdparty/cups.git] / notifier / Makefile
index 09fc0bc447f52f8801dfacf720fb5440a2fefe1c..ecfd7a51f4ca50185156517bcf78e932d9f31e7c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 5065 2006-02-03 16:55:30Z mike $"
+# "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $"
 #
 #   Notifier makefile for the Common UNIX Printing System (CUPS).
 #
@@ -55,6 +55,18 @@ install:     all
        done
 
 
+#
+# Uninstall all targets...
+#
+
+uninstall:
+       for file in $(TARGETS); do \
+               $(RM) $(SERVERBIN)/notifier/$$file; \
+       done
+       -$(RMDIR) $(SERVERBIN)/notifier
+       -$(RMDIR) $(SERVERBIN)
+
+
 #
 # Update dependencies (without system header dependencies...)
 #
@@ -87,5 +99,5 @@ include Dependencies
 
 
 #
-# End of "$Id: Makefile 5065 2006-02-03 16:55:30Z mike $".
+# End of "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $".
 #