]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/Common/Makefile
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / C / Common / Makefile
1 ## @file
2 # Windows makefile for 'Common' module build.
3 #
4 # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 !INCLUDE ..\Makefiles\ms.common
8
9 # VPATH = ..
10
11 LIBNAME = Common
12
13 OBJECTS = \
14 BasePeCoff.obj \
15 BinderFuncs.obj \
16 CommonLib.obj \
17 Crc32.obj \
18 Decompress.obj \
19 EfiCompress.obj \
20 EfiUtilityMsgs.obj \
21 FirmwareVolumeBuffer.obj \
22 FvLib.obj \
23 MemoryFile.obj \
24 MyAlloc.obj \
25 OsPath.obj \
26 ParseGuidedSectionTools.obj \
27 ParseInf.obj \
28 PeCoffLoaderEx.obj \
29 SimpleFileParsing.obj \
30 StringFuncs.obj \
31 TianoCompress.obj \
32 PcdValueCommon.obj
33
34 !INCLUDE ..\Makefiles\ms.lib
35
36
37