]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - berkeley/Makefile
french translation correction
[thirdparty/cups.git] / berkeley / Makefile
index 9df1360afec2007546f5071640d3b751119bc4cc..9415b76dad77c439985aa9ce1ce88db580b6a3ce 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Berkeley commands makefile for CUPS.
 #
-# Copyright 2007-2017 by Apple Inc.
+# Copyright 2007-2019 by Apple Inc.
 # Copyright 1997-2006 by Easy Software Products, all rights reserved.
 #
 # Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
@@ -120,7 +120,8 @@ uninstall:
 
 lpc:   lpc.o ../cups/$(LIBCUPS)
        echo Linking $@...
-       $(LD_CC) $(LDFLAGS) -o lpc lpc.o $(LIBS)
+       $(LD_CC) $(ALL_LDFLAGS) -o lpc lpc.o $(LINKCUPS)
+       $(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@
 
 
 #
@@ -129,7 +130,8 @@ lpc:        lpc.o ../cups/$(LIBCUPS)
 
 lpq:   lpq.o ../cups/$(LIBCUPS)
        echo Linking $@...
-       $(LD_CC) $(LDFLAGS) -o lpq lpq.o $(LIBS)
+       $(LD_CC) $(ALL_LDFLAGS) -o lpq lpq.o $(LINKCUPS)
+       $(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@
 
 
 #
@@ -138,7 +140,8 @@ lpq:        lpq.o ../cups/$(LIBCUPS)
 
 lpr:   lpr.o ../cups/$(LIBCUPS)
        echo Linking $@...
-       $(LD_CC) $(LDFLAGS) -o lpr lpr.o $(LIBS)
+       $(LD_CC) $(ALL_LDFLAGS) -o lpr lpr.o $(LINKCUPS)
+       $(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@
 
 
 #
@@ -147,7 +150,8 @@ lpr:        lpr.o ../cups/$(LIBCUPS)
 
 lprm:  lprm.o ../cups/$(LIBCUPS)
        echo Linking $@...
-       $(LD_CC) $(LDFLAGS) -o lprm lprm.o $(LIBS)
+       $(LD_CC) $(ALL_LDFLAGS) -o lprm lprm.o $(LINKCUPS)
+       $(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@
 
 
 #