]>
Commit | Line | Data |
---|---|---|
c69f724d | 1 | ## @file\r |
2 | # Windows makefile for 'Common' module build.\r | |
3 | #\r | |
4 | # Copyright (c) 2007 - 2010, Intel Corporation<BR>\r | |
5 | # All rights reserved. This program and the accompanying materials\r | |
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 | |
13 | ARCH ?= IA32\r | |
14 | MAKEROOT ?= ..\r | |
15 | \r | |
16 | # VPATH = ..\r | |
17 | \r | |
18 | LIBNAME = Common\r | |
19 | \r | |
20 | OBJECTS = \\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 | |
38 | TianoCompress.o\r | |
39 | \r | |
40 | include $(MAKEROOT)/Makefiles/lib.makefile\r |