X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=monitor%2FMakefile;h=1ea6d72ec3ecfb10460e9d4b5fbbed55ed22c0ac;hb=3e391a8e76dcaf3859de3a90a398d9e4c9e6a6bb;hp=11c9ebaa4c519ea2cfa140d6eb583e7422ca64cf;hpb=f7b064491c9a070105575fef5eb35988a0583f36;p=thirdparty%2Fcups.git diff --git a/monitor/Makefile b/monitor/Makefile index 11c9ebaa4..1ea6d72ec 100644 --- a/monitor/Makefile +++ b/monitor/Makefile @@ -1,16 +1,10 @@ # # Port monitor makefile for CUPS. # -# Copyright 2007-2012 by Apple Inc. +# Copyright 2007-2019 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/". -# -# This file is subject to the Apple OS-Developed Software exception. +# Licensed under Apache License v2.0. See the file "LICENSE" for more information. # include ../Makedefs @@ -121,7 +115,8 @@ uninstall: bcp: bcp.o ../cups/$(LIBCUPS) echo Linking $@... - $(CC) $(LDFLAGS) -o $@ bcp.o $(LIBS) + $(LD_CC) $(ALL_LDFLAGS) -o $@ bcp.o $(LINKCUPS) + $(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@ # @@ -130,7 +125,8 @@ bcp: bcp.o ../cups/$(LIBCUPS) tbcp: tbcp.o ../cups/$(LIBCUPS) echo Linking $@... - $(CC) $(LDFLAGS) -o $@ tbcp.o $(LIBS) + $(LD_CC) $(ALL_LDFLAGS) -o $@ tbcp.o $(LINKCUPS) + $(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@ #