summaryrefslogtreecommitdiff
path: root/Board/EM/MeWrapper/PttWrapper/PttWrapper.mak
blob: 66da2104ff39bf32fc239ca95b9d814cf6918d86 (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
#*************************************************************************
#*************************************************************************
#**                                                                     **
#**        (C)Copyright 1985-2010, American Megatrends, Inc.            **
#**                                                                     **
#**                       All Rights Reserved.                          **
#**                                                                     **
#**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093           **
#**                                                                     **
#**                       Phone: (770)-246-8600                         **
#**                                                                     **
#*************************************************************************
#*************************************************************************
#**********************************************************************
#
# $Header: /Alaska/SOURCE/Modules/SharkBayRefCodes/ME/MeWrapper/PttWrapper/PttWrapper.mak 1     11/07/12 6:21a Klzhan $
#
# $Revision: 1 $
#
# $Date: 11/07/12 6:21a $
#
#**********************************************************************
# Revision History
# ----------------
# $Log: /Alaska/SOURCE/Modules/SharkBayRefCodes/ME/MeWrapper/PttWrapper/PttWrapper.mak $
# 
# 1     11/07/12 6:21a Klzhan
# 
# 
#
#**********************************************************************
#<AMI_FHDR_START>
#
# Name: PttWrapper.mak
#
# Description:
#
#<AMI_FHDR_END>
#**********************************************************************

all : PttWrapper

PttWrapper : $(BUILD_DIR)\PttWrapper.mak PttWrapperBin

$(BUILD_DIR)\PttWrapper.mak : $(PttWrapper_DIR)\$(@B).cif $(PttWrapper_DIR)\$(@B).mak $(BUILD_RULES)
    $(CIF2MAK) $(PttWrapper_DIR)\$(@B).cif $(CIF2MAK_DEFAULTS)

PttWrapperBin : $(AMIDXELIB) 
    $(MAKE) /$(MAKEFLAGS) $(BUILD_DEFAULTS)\
    /f $(BUILD_DIR)\PttWrapper.mak all\
    GUID=b19ef33c-10a6-4066-9217-8e5ee011a52f\
    ENTRY_POINT=PttWrapperEntryPoint\
    TYPE=BS_DRIVER \
    COMPRESS=1

#*************************************************************************
#*************************************************************************
#**                                                                     **
#**        (C)Copyright 1985-2010, American Megatrends, Inc.            **
#**                                                                     **
#**                       All Rights Reserved.                          **
#**                                                                     **
#**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093           **
#**                                                                     **
#**                       Phone: (770)-246-8600                         **
#**                                                                     **
#*************************************************************************
#*************************************************************************