summaryrefslogtreecommitdiff
path: root/ReferenceCode/Chipset/LynxPoint/SampleCode/Library/AslUpdate/Dxe/PchAslUpdateLib.mak
blob: 5f590356cd37cc5045ff2ebbe3b7c71c0797dc64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#**********************************************************************
#**********************************************************************
#**                                                                  **
#**        (C)Copyright 1985-2011, American Megatrends, Inc.         **
#**                                                                  **
#**                       All Rights Reserved.                       **
#**                                                                  **
#**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093        **
#**                                                                  **
#**                       Phone: (770)-246-8600                      **
#**                                                                  **
#**********************************************************************
#**********************************************************************

#**********************************************************************
# $Header: /Alaska/BIN/Chipset/Intel/SouthBridge/LynxPoint/Intel Pch SB Refcode/PchSampleCode/Library/AslUpdate/Dxe/PchAslUpdateLib.mak 1     7/02/12 9:37a Victortu $
#
# $Revision: 1 $
#
# $Date: 7/02/12 9:37a $
#**********************************************************************
# Revision History
# ----------------
# $Log: /Alaska/BIN/Chipset/Intel/SouthBridge/LynxPoint/Intel Pch SB Refcode/PchSampleCode/Library/AslUpdate/Dxe/PchAslUpdateLib.mak $
# 
# 1     7/02/12 9:37a Victortu
# PchAslUpdateLib initially releases.
# 
# 6     1/13/10 2:13p Felixp
# 
#**********************************************************************
#<AMI_FHDR_START>
#
# Name:	PchAslUpdateLib.mak
#
# Description:	
#
#<AMI_FHDR_END>
#**********************************************************************
all : PchAslUpdateLib

$(PchAslUpdateLib_LIB) : PchAslUpdateLib

PchAslUpdateLib : $(BUILD_DIR)\PchAslUpdateLib.mak PchAslUpdateLibBin

$(BUILD_DIR)\PchAslUpdateLib.mak : $(PchAslUpdateLib_DIR)\$(@B).cif $(PchAslUpdateLib_DIR)\$(@B).mak $(BUILD_RULES)
	$(CIF2MAK) $(PchAslUpdateLib_DIR)\$(@B).cif $(CIF2MAK_DEFAULTS)

PchAslUpdateLib_INCLUDES=\
    $(EDK_INCLUDES) \
    $(EdkIIGlueLib_INCLUDES)\
    /I$(INTEL_PCH_DIR)\SampleCode\Include

PchAslUpdateLib_DEFINES = \
    $(MY_DEFINES)\
    /D __EDKII_GLUE_BASE_MEMORY_LIB__\
    /D __EDKII_GLUE_UEFI_BOOT_SERVICES_TABLE_LIB__\
    /D __EDKII_GLUE_UEFI_RUNTIME_SERVICES_TABLE_LIB__

PchAslUpdateLib_LIBS=\
    $(EdkIIGlueBaseMemoryLib_LIB)\
    $(EdkIIGlueUefiBootServicesTableLib_LIB)\
    $(EdkIIGlueUefiRuntimeServicesTableLib_LIB)\

PchAslUpdateLibBin: $(PchAslUpdateLib_LIBS)
	    $(MAKE) /$(MAKEFLAGS) $(EDKIIGLUE_DEFAULTS) \
            /f $(BUILD_DIR)\PchAslUpdateLib.mak all \
            "MY_INCLUDES=$(PchAslUpdateLib_INCLUDES)" \
            "MY_DEFINES=$(PchAslUpdateLib_DEFINES)"\
            TYPE=LIBRARY
#**********************************************************************
#**********************************************************************
#**                                                                  **
#**        (C)Copyright 1985-2011, American Megatrends, Inc.         **
#**                                                                  **
#**                       All Rights Reserved.                       **
#**                                                                  **
#**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093        **
#**                                                                  **
#**                       Phone: (770)-246-8600                      **
#**                                                                  **
#**********************************************************************
#**********************************************************************