]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/LzmaCompress/Makefile
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / C / LzmaCompress / Makefile
index 8cc303dd6957f09fc10a315ce3a3710476b15a04..12be48de29408f5124823ee2c6a33d5ad389dcb6 100644 (file)
@@ -1,14 +1,8 @@
 ## @file\r
 # Windows makefile for 'LzmaCompress' module build.\r
 #\r
-# Copyright (c) 2009 - 2010, Intel Corporation<BR>\r
-# All rights reserved. This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 !INCLUDE ..\Makefiles\ms.common\r
 \r
@@ -25,7 +19,19 @@ OBJECTS = \
   $(SDK_C)\LzmaDec.obj \\r
   $(SDK_C)\LzmaEnc.obj \\r
   $(SDK_C)\7zFile.obj \\r
-  $(SDK_C)\7zStream.obj\r
+  $(SDK_C)\7zStream.obj \\r
+  $(SDK_C)\Bra86.obj \\r
+  $(SDK_C)\LzFindMt.obj \\r
+  $(SDK_C)\Threads.obj\r
 \r
 !INCLUDE ..\Makefiles\ms.app\r
 \r
+all: $(BIN_PATH)\LzmaF86Compress.bat\r
+\r
+$(BIN_PATH)\LzmaF86Compress.bat: LzmaF86Compress.bat\r
+  copy LzmaF86Compress.bat $(BIN_PATH)\LzmaF86Compress.bat /Y\r
+\r
+cleanall: localCleanall\r
+\r
+localCleanall:\r
+  del /f /q $(BIN_PATH)\LzmaF86Compress.bat > nul\r