author | timothy.murphy@nokia.com |
Wed, 24 Feb 2010 13:56:07 +0000 | |
branch | fix |
changeset 256 | ac7e607c7d30 |
parent 251 | 64208ed747d4 |
permissions | -rw-r--r-- |
3 | 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 |
||
251
64208ed747d4
SF Bug 2000 - Talon fails when installed in a path containing the string '-c' (windows only)
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
3
diff
changeset
|
17 |
include settings.mk |
3 | 18 |
|
19 |
HOSTNAME:=fred |
|
20 |
COMPONENT_LAYER:=base |
|
21 |
COMPONENT:=compsupp |
|
22 |
COMPONENT_META:=compsupp.inf |
|
23 |
PROJECT_META:=simpledll |
|
24 |
SBS_CONFIGURATION:=armv5.fred |
|
25 |
PLATFORM:=armv5 |
|
26 |
MAKEFILE_GROUP:=phasenone |
|
27 |
FLM_FORCESUCCESS:=FORCESUCCESS |
|
28 |
||
29 |
#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 |
|
30 |
||
31 |
||
32 |
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)" |
|
33 |
||
34 |
.PHONY: target |
|
35 |
||
36 |
define flm |
|
37 |
target: |
|
38 |
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; |
|
39 |
endef |
|
40 |
||
41 |
||
42 |
$(eval $(flm)) |