]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - notifier/Makefile
Merge changes from CUPS 1.4svn-r7874.
[thirdparty/cups.git] / notifier / Makefile
index 365a620399d8bbf0db5451cd028e34aaae5a6713..42c86ea86c3486926de1010a2ab66b83a3e8f013 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 6649 2007-07-11 21:46:42Z mike $"
+# "$Id: Makefile 7558 2008-05-12 23:46:44Z mike $"
 #
 #   Notifier makefile for the Common UNIX Printing System (CUPS).
 #
@@ -34,6 +34,13 @@ all: $(TARGETS)
 libs:
 
 
+#
+# Make unit tests...
+#
+
+unittests:
+
+
 #
 # Clean all object files...
 #
@@ -58,9 +65,7 @@ install-data:
        -chgrp $(CUPS_GROUP) $(CACHEDIR)/rss
        if test "x$(SYMROOT)" != "x"; then \
                $(INSTALL_DIR) $(SYMROOT); \
-               for file in $(TARGETS); do \
-                       cp $$file $(SYMROOT); \
-               done \
+               cp mailto rss $(SYMROOT); \
        fi
 
 
@@ -70,9 +75,8 @@ install-data:
 
 install-exec:
        $(INSTALL_DIR) -m 755 $(SERVERBIN)/notifier
-       for file in $(TARGETS); do \
-               $(INSTALL_BIN) $$file $(SERVERBIN)/notifier; \
-       done
+       $(INSTALL_BIN) mailto $(SERVERBIN)/notifier
+       $(INSTALL_BIN) rss $(SERVERBIN)/notifier
 
 
 #
@@ -143,5 +147,5 @@ include Dependencies
 
 
 #
-# End of "$Id: Makefile 6649 2007-07-11 21:46:42Z mike $".
+# End of "$Id: Makefile 7558 2008-05-12 23:46:44Z mike $".
 #