]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/Makefile
Merge changes from CUPS 1.3.1.
[thirdparty/cups.git] / backend / Makefile
index 37031b34c699e1c4c053c58fe2909d88e53c7bfc..e02c2753877429b7b2c05121ca65416bcc4355b4 100644 (file)
@@ -1,25 +1,16 @@
 #
-# "$Id: Makefile 6414 2007-03-30 13:40:57Z mike $"
+# "$Id: Makefile 6778 2007-08-08 19:27:51Z mike $"
 #
 #   Backend makefile for the Common UNIX Printing System (CUPS).
 #
-#   Copyright 1997-2006 by Easy Software Products, all rights reserved.
+#   Copyright 2007 by Apple Inc.
+#   Copyright 1997-2007 by Easy Software Products, all rights reserved.
 #
 #   These coded instructions, statements, and computer programs are the
-#   property of Easy Software Products 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 missing or damaged please contact Easy Software Products
-#   at:
-#
-#       Attn: CUPS Licensing Information
-#       Easy Software Products
-#       44141 Airport View Drive, Suite 204
-#       Hollywood, Maryland 20636 USA
-#
-#       Voice: (301) 373-9600
-#       EMail: cups-info@cups.org
-#         WWW: http://www.cups.org
+#   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.
 #
@@ -27,7 +18,7 @@
 include ../Makedefs
 
 RBACKENDS =    ipp lpd
-UBACKENDS =    $(PAP) parallel scsi serial snmp socket usb
+UBACKENDS =    $(PAP) $(LEGACY_BACKENDS) serial snmp socket usb
 TARGETS        =       betest test1284 libbackend.a $(RBACKENDS) $(UBACKENDS)
 LIBOBJS        =       ieee1284.o runloop.o
 OBJS   =       betest.o ipp.o lpd.o pap.o parallel.o scsi.o \
@@ -71,6 +62,12 @@ install:     all
        done
        $(RM) $(SERVERBIN)/backend/http
        $(LN) ipp $(SERVERBIN)/backend/http
+       if test "x$(SYMROOT)" != "x"; then \
+               $(INSTALL_DIR) $(SYMROOT); \
+               for file in $(TARGETS); do \
+                       cp $$file $(SYMROOT); \
+               done \
+       fi
 
 
 #
@@ -222,5 +219,5 @@ include Dependencies
 
 
 #
-# End of "$Id: Makefile 6414 2007-03-30 13:40:57Z mike $".
+# End of "$Id: Makefile 6778 2007-08-08 19:27:51Z mike $".
 #