]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - Makedefs.in
Changelog.
[thirdparty/cups.git] / Makedefs.in
index f3ae6cd66bcdc099c878cb7fcdc164fe65f706fc..da2ba9e9ebcc194d9c96d801692f9e547bd7a57c 100644 (file)
@@ -4,13 +4,16 @@
 # Copyright 2007-2017 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
-# 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...
 #
@@ -29,6 +32,7 @@ LD_CC         =       @LD_CC@
 LD_CXX         =       @LD_CXX@
 LIBTOOL                =       @LIBTOOL@
 LN             =       @LN@ -sf
+MKDIR           =       @MKDIR@ -p
 MV             =       @MV@
 RANLIB         =       @RANLIB@
 RM             =       @RM@ -f