]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - Makedefs.in
Add missing DNSSD.LIB functions.
[thirdparty/cups.git] / Makedefs.in
index 5d261c39df3c7c96f4497f54ddacf13eec94f4a0..df3527dad26cf55685c5095b697d5ead08117e3a 100644 (file)
@@ -1,17 +1,19 @@
 #
-# "$Id$"
-#
 # Common makefile definitions for CUPS.
 #
-# Copyright 2007-2014 by Apple Inc.
+# Copyright 2007-2018 by Apple Inc.
 # Copyright 1997-2007 by Easy Software Products, all rights reserved.
 #
-# 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/".
+# Licensed under Apache License v2.0.  See the file "LICENSE" for more
+# information.
+#
+
 #
+# CUPS version...
+#
+
+CUPS_VERSION    =       @CUPS_VERSION@
+
 
 #
 # Programs...
 
 AR             =       @AR@
 AWK            =       @AWK@
-CC             =       @LIBTOOL@ @CC@
+CC             =       @LIBTOOL_CC@ @CC@
 CHMOD          =       @CHMOD@
-CXX            =       @LIBTOOL@ @CXX@
+CXX            =       @LIBTOOL_CXX@ @CXX@
 DSO            =       @DSO@
 DSOXX          =       @DSOXX@
 GZIP           =       @GZIP@
 INSTALL                =       @INSTALL@
 LD             =       @LD@
+LD_CC          =       @LD_CC@
+LD_CXX         =       @LD_CXX@
 LIBTOOL                =       @LIBTOOL@
 LN             =       @LN@ -sf
+MKDIR           =       @MKDIR@ -p
 MV             =       @MV@
 RANLIB         =       @RANLIB@
 RM             =       @RM@ -f
@@ -40,14 +45,14 @@ SHELL               =       /bin/sh
 # Installation programs...
 #
 
-INSTALL_BIN    =       $(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
+INSTALL_BIN    =       @LIBTOOL_INSTALL@ $(INSTALL) -c -m @CUPS_EXE_FILE_PERM@ @INSTALL_STRIP@
 INSTALL_COMPDATA =     $(INSTALL) -c -m 444 @INSTALL_GZIP@
 INSTALL_CONFIG =       $(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@
 INSTALL_DATA   =       $(INSTALL) -c -m 444
 INSTALL_DIR    =       $(INSTALL) -d
-INSTALL_LIB    =       $(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
+INSTALL_LIB    =       @LIBTOOL_INSTALL@ $(INSTALL) -c -m @CUPS_EXE_FILE_PERM@ @INSTALL_STRIP@
 INSTALL_MAN    =       $(INSTALL) -c -m 444
-INSTALL_SCRIPT =       $(INSTALL) -c -m 555
+INSTALL_SCRIPT =       $(INSTALL) -c -m @CUPS_EXE_FILE_PERM@
 
 #
 # Default user, group, and system groups for the scheduler...
@@ -74,6 +79,14 @@ LANGUAGES    =       @LANGUAGES@
 INSTALL_LANGUAGES =    @INSTALL_LANGUAGES@
 UNINSTALL_LANGUAGES =  @UNINSTALL_LANGUAGES@
 
+#
+# Cross-compilation support: "local" target is used for any tools that are
+# built and run locally.
+#
+
+LOCALTARGET     =       @LOCALTARGET@
+
+
 #
 # Libraries...
 #
@@ -110,6 +123,13 @@ IPPALIASES =       @IPPALIASES@
 
 INSTALLXPC     =       @INSTALLXPC@
 
+#
+# Code signing...
+#
+
+CODE_SIGN      =       @CODE_SIGN@
+CODE_SIGN_IDENTITY = -
+
 #
 # Program options...
 #
@@ -143,7 +163,7 @@ IPPFIND_MAN =       @IPPFIND_MAN@
 LDFLAGS                =       -L../cgi-bin -L../cups -L../filter -L../ppdc \
                        -L../scheduler @LDARCHFLAGS@ \
                        @LDFLAGS@ @RELROFLAGS@ @PIEFLAGS@ $(OPTIM)
-LINKCUPS       =       @LINKCUPS@ $(LIBGSSAPI) $(DNSSDLIBS) $(LIBZ)
+LINKCUPS       =       @LINKCUPS@ $(LIBGSSAPI) $(DNSSDLIBS) $(SSLLIBS) $(LIBZ)
 LINKCUPSIMAGE  =       @LINKCUPSIMAGE@
 LIBS           =       $(LINKCUPS) $(COMMONLIBS)
 ONDEMANDFLAGS  =       @ONDEMANDFLAGS@
@@ -261,8 +281,3 @@ USBQUIRKS   =       @USBQUIRKS@
        echo -n Compressing $<...
        $(RM) $@
        gzip -v9 <$< >$@
-
-
-#
-# End of "$Id$"
-#