summaryrefslogtreecommitdiff
path: root/Core/CPU/x64/Foundationx64.mak
blob: 488e672b4d1c731f6079a5fcad4c0ee256ff57be (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
#**********************************************************************
#**********************************************************************
#**                                                                  **
#**        (C)Copyright 1985-2006, American Megatrends, Inc.         **
#**                                                                  **
#**                       All Rights Reserved.                       **
#**                                                                  **
#**             6145-F Northbelt Pkwy, Norcross, GA 30071            **
#**                                                                  **
#**                       Phone: (770)-246-8600                      **
#**                                                                  **
#**********************************************************************
#**********************************************************************

#**********************************************************************
# $Header: /Alaska/SOURCE/Core/EDK/x64/Foundationx64.mak 1     8/24/06 12:36p Felixp $
#
# $Revision: 1 $
#
# $Date: 8/24/06 12:36p $
#**********************************************************************
# Revision History
# ----------------
# $Log: /Alaska/SOURCE/Core/EDK/x64/Foundationx64.mak $
# 
# 1     8/24/06 12:36p Felixp
# 
#**********************************************************************
#<AMI_FHDR_START>
#
# Name:	Foundationx64.mak
#
# Description:	
#
#<AMI_FHDR_END>
#**********************************************************************
Foundationx64 : $(BUILD_DIR)\Foundationx64.mak Foundationx64Bin

$(BUILD_DIR)\Foundationx64.mak : $(Foundationx64_DIR)\$(@B).cif $(Foundationx64_DIR)\$(@B).mak $(BUILD_RULES)
	$(CIF2MAK) $(Foundationx64_DIR)\$(@B).cif $(CIF2MAK_DEFAULTS)

!IF "$(PROCESSOR)"=="x64"
FoundationBin : $(BUILD_DIR)\Foundationx64.lib
$(BUILD_DIR)\Foundationx64.lib : Foundationx64
!ENDIF


Foundationx64Bin :
	$(MAKE) /$(MAKEFLAGS) $(BUILD_DEFAULTS)\
		/f $(BUILD_DIR)\Foundationx64.mak all\
		"CFLAGS=$(CFLAGS) /I$(Foundation_DIR)"\
		TYPE=LIBRARY
#**********************************************************************
#**********************************************************************
#**                                                                  **
#**        (C)Copyright 1985-2006, American Megatrends, Inc.         **
#**                                                                  **
#**                       All Rights Reserved.                       **
#**                                                                  **
#**             6145-F Northbelt Pkwy, Norcross, GA 30071            **
#**                                                                  **
#**                       Phone: (770)-246-8600                      **
#**                                                                  **
#**********************************************************************
#**********************************************************************