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