]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/C/Common/GNUmakefile
BaseTools: Add PcdValueCommon logic into C source CommonLib
[mirror_edk2.git] / BaseTools / Source / C / Common / GNUmakefile
CommitLineData
c69f724d 1## @file\r
4afd3d04 2# GNU/Linux makefile for 'Common' module build.\r
c69f724d 3#\r
40d841f6
LG
4# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
c69f724d 6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
a9f6e0a4 13HOST_ARCH ?= IA32\r
c69f724d 14MAKEROOT ?= ..\r
15\r
16# VPATH = ..\r
17\r
18LIBNAME = Common\r
19\r
20OBJECTS = \\r
21 BasePeCoff.o \\r
22 BinderFuncs.o \\r
23 CommonLib.o \\r
24 Crc32.o \\r
25 Decompress.o \\r
26 EfiCompress.o \\r
27 EfiUtilityMsgs.o \\r
28 FirmwareVolumeBuffer.o \\r
29 FvLib.o \\r
30 MemoryFile.o \\r
31 MyAlloc.o \\r
32 OsPath.o \\r
33 ParseGuidedSectionTools.o \\r
34 ParseInf.o \\r
35 PeCoffLoaderEx.o \\r
36 SimpleFileParsing.o \\r
37 StringFuncs.o \\r
309e37a2
LG
38 TianoCompress.o \\r
39 PcdValueCommon.o\r
c69f724d 40\r
41include $(MAKEROOT)/Makefiles/lib.makefile\r