CloverBootloader/BaseTools/Source/C/LzmaCompress/GNUmakefile
Sergey Isakov b1264ef1e3 changes of BaseTools
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
2019-09-04 23:02:41 +03:00

26 lines
524 B
Makefile
Executable File

## @file
# GNU/Linux makefile for 'LzmaCompress' module build.
#
# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
MAKEROOT ?= ..
APPNAME = LzmaCompress
SDK_C = Sdk/C
OBJECTS = \
LzmaCompress.o \
$(SDK_C)/Alloc.o \
$(SDK_C)/LzFind.o \
$(SDK_C)/LzmaDec.o \
$(SDK_C)/LzmaEnc.o \
$(SDK_C)/7zFile.o \
$(SDK_C)/7zStream.o \
$(SDK_C)/Bra86.o
include $(MAKEROOT)/Makefiles/app.makefile
BUILD_CFLAGS += -D_7ZIP_ST