]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/Makefile
Merge changes from CUPS 1.4svn-r7874.
[thirdparty/cups.git] / test / Makefile
index 14b8ab5bc350fa6ee9a3d267b96b5bd1fe9cbe66..f3e0fcf31270944037dd50c876eb10926ea9029f 100644 (file)
@@ -1,25 +1,16 @@
 #
-# "$Id: Makefile 4837 2005-11-14 04:13:13Z mike $"
+# "$Id: Makefile 7558 2008-05-12 23:46:44Z mike $"
 #
 #   IPP test makefile for the Common UNIX Printing System (CUPS).
 #
-#   Copyright 1997-2005 by Easy Software Products, all rights reserved.
+#   Copyright 2007-2008 by Apple Inc.
+#   Copyright 1997-2006 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/".
 #
 
 include ../Makedefs
@@ -32,6 +23,20 @@ include ../Makedefs
 all:   ipptest
 
 
+#
+# Make library targets...
+#
+
+libs:
+
+
+#
+# Make unit tests...
+#
+
+unittests:
+
+
 #
 # Clean all object files...
 #
@@ -52,7 +57,42 @@ depend:
 # Install all targets...
 #
 
-install:
+install:       all install-data install-headers install-libs install-exec
+
+
+#
+# Install data files...
+#
+
+install-data:
+
+
+#
+# Install programs...
+#
+
+install-exec:
+
+
+#
+# Install headers...
+#
+
+install-headers:
+
+
+#
+# Install libraries...
+#
+
+install-libs:
+
+
+#
+# Unnstall all targets...
+#
+
+uninstall:
 
 
 #
@@ -62,7 +102,7 @@ install:
 ipptest:       ipptest.o ../cups/libcups.a
        echo Linking $@...
        $(CC) $(LDFLAGS) -o ipptest ipptest.o  ../cups/libcups.a \
-               $(SSLLIBS) $(COMMONLIBS) $(LIBZ)
+               $(LIBGSSAPI) $(SSLLIBS) $(COMMONLIBS) $(LIBZ)
 
 
 #
@@ -73,5 +113,5 @@ include Dependencies
 
 
 #
-# End of "$Id: Makefile 4837 2005-11-14 04:13:13Z mike $".
+# End of "$Id: Makefile 7558 2008-05-12 23:46:44Z mike $".
 #