]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - monitor/Makefile
Update systemd config files (Issue #4935)
[thirdparty/cups.git] / monitor / Makefile
index 7454ea8bdf21b3cd8a7b2f5f2b99822b5b606fb8..11c9ebaa4c519ea2cfa140d6eb583e7422ca64cf 100644 (file)
@@ -1,18 +1,16 @@
 #
-# "$Id: Makefile 7871 2008-08-27 21:12:43Z mike $"
+# Port monitor makefile for CUPS.
 #
-#   Port monitor makefile for CUPS.
+# Copyright 2007-2012 by Apple Inc.
+# Copyright 2006 by Easy Software Products.
 #
-#   Copyright 2007-2011 by Apple Inc.
-#   Copyright 2006 by Easy Software Products.
+# These coded instructions, statements, and computer programs are the
+# property of Apple Inc. and are protected by Federal copyright
+# law.  Distribution and use rights are outlined in the file "LICENSE.txt"
+# which should have been included with this file.  If this file is
+# file is missing or damaged, see the license at "http://www.cups.org/".
 #
-#   These coded instructions, statements, and computer programs are the
-#   property of Apple Inc. and are protected by Federal copyright
-#   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
-#   which should have been included with this file.  If this file is
-#   file is missing or damaged, see the license at "http://www.cups.org/".
-#
-#   This file is subject to the Apple OS-Developed Software exception.
+# This file is subject to the Apple OS-Developed Software exception.
 #
 
 include ../Makedefs
@@ -56,7 +54,7 @@ clean:
 #
 
 depend:
-       makedepend -Y -I.. -fDependencies $(OBJS:.o=.c) >/dev/null 2>&1
+       $(CC) -MM $(ALL_CFLAGS) $(OBJS:.o=.c) >Dependencies
 
 
 #
@@ -86,6 +84,7 @@ install-exec:
                $(INSTALL_DIR) $(SYMROOT); \
                for file in $(TARGETS); do \
                        cp $$file $(SYMROOT); \
+                       dsymutil $(SYMROOT)/$$file; \
                done \
        fi
 
@@ -139,8 +138,3 @@ tbcp:       tbcp.o ../cups/$(LIBCUPS)
 #
 
 include Dependencies
-
-
-#
-# End of "$Id: Makefile 7871 2008-08-27 21:12:43Z mike $".
-#