sbsv2/raptor/util/talon/tests/t.mk
changeset 0 044383f39525
child 3 e1eecf4d390d
child 590 360bd6b35136
equal deleted inserted replaced
-1:000000000000 0:044383f39525
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the License "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description: 
       
    15 #
       
    16 
       
    17 
       
    18 HOSTNAME:=fred
       
    19 COMPONENT_LAYER:=base
       
    20 COMPONENT:=compsupp
       
    21 COMPONENT_META:=compsupp.inf
       
    22 PROJECT_META:=simpledll
       
    23 SBS_CONFIGURATION:=armv5.fred
       
    24 PLATFORM:=armv5
       
    25 MAKEFILE_GROUP:=phasenone
       
    26 FLM_FORCESUCCESS:=FORCESUCCESS
       
    27 
       
    28 #HOSTNAME:=fred; COMPONENT_LAYER:=base; COMPONENT:=compsupp; COMPONENT_META:=compsupp.inf; PROJECT_META:=simpledll; SBS_CONFIGURATION:=armv5.fred; PLATFORM:=armv5; MAKEFILE_GROUP:=phasenone; FLM_FORCESUCCESS:=FORCESUCCESS
       
    29 
       
    30 
       
    31 TALON_RECIPEATTRIBUTES:="target='$$@' host='$$$$HOSTNAME' layer='$(COMPONENT_LAYER)' component='$(COMPONENT_NAME)' bldinf='$(COMPONENT_META)' mmp='$(PROJECT_META)' config='$(SBS_CONFIGURATION)' platform='$(PLATFORM)' phase='$(MAKEFILE_GROUP)' FLM_FORCESUCCESS=$(FLM_FORCESUCCESS)"
       
    32 
       
    33 .PHONY: target
       
    34 	
       
    35 define flm
       
    36 target:
       
    37 	HOSTNAME:=fred; COMPONENT_LAYER:=base; COMPONENT:=compsupp; COMPONENT_META:=compsupp.inf; PROJECT_META:=simpledll; SBS_CONFIGURATION:=armv5.fred; PLATFORM:=armv5; MAKEFILE_GROUP:=phasenone; FLM_FORCESUCCESS:=FORCESUCCESS ; echo "<recipe $(TALON_RECIPEATTRIBUTES) >"; echo;
       
    38 endef
       
    39 
       
    40 
       
    41 $(eval $(flm))