]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - notifier/Makefile
Update svn:keyword properties.
[thirdparty/cups.git] / notifier / Makefile
index 2dc2c96829c35309bbed4e943a2d1d1bb4ef6a52..e3d741351c4c13021e8c37040d0255060be8fa22 100644 (file)
@@ -1,9 +1,9 @@
 #
-# "$Id: Makefile 7920 2008-09-10 01:04:10Z mike $"
+# "$Id$"
 #
-#   Notifier makefile for the Common UNIX Printing System (CUPS).
+#   Notifier makefile for CUPS.
 #
-#   Copyright 2007-2008 by Apple Inc.
+#   Copyright 2007-2012 by Apple Inc.
 #   Copyright 1997-2007 by Easy Software Products, all rights reserved.
 #
 #   These coded instructions, statements, and computer programs are the
@@ -62,8 +62,7 @@ install:      all install-data install-headers install-libs install-exec
 #
 
 install-data:
-       $(INSTALL_DIR) -m 775 $(CACHEDIR)/rss
-       -chgrp $(CUPS_GROUP) $(CACHEDIR)/rss
+       $(INSTALL_DIR) -m 775 -g $(CUPS_GROUP) $(CACHEDIR)/rss
 
 
 #
@@ -78,7 +77,10 @@ install-exec:
        done
        if test "x$(SYMROOT)" != "x"; then \
                $(INSTALL_DIR) $(SYMROOT); \
-               cp $(NOTIFIERS) $(SYMROOT); \
+               for file in $(NOTIFIERS); do \
+                       cp $$file $(SYMROOT); \
+                       dsymutil $(SYMROOT)/$$file; \
+               done \
        fi
 
 
@@ -114,7 +116,7 @@ uninstall:
 #
 
 depend:
-       makedepend -Y -I.. -fDependencies $(OBJS:.o=.c) >/dev/null 2>&1
+       $(CC) -MM $(ALL_CFLAGS) $(OBJS:.o=.c) >Dependencies
 
 
 #
@@ -159,5 +161,5 @@ include Dependencies
 
 
 #
-# End of "$Id: Makefile 7920 2008-09-10 01:04:10Z mike $".
+# End of "$Id$".
 #