3
|
1 |
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
# All rights reserved.
|
|
3 |
# This component and the accompanying materials are made available
|
|
4 |
# under the terms of the License "Eclipse Public License v1.0"
|
|
5 |
# which accompanies this distribution, and is available
|
|
6 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
#
|
|
8 |
# Initial Contributors:
|
|
9 |
# Nokia Corporation - initial contribution.
|
|
10 |
#
|
|
11 |
# Contributors:
|
|
12 |
#
|
|
13 |
# Description:
|
|
14 |
# ARMv5 EXE/DLL ABIv2 Function Like Makefile (FLM)
|
|
15 |
# Build Resources only
|
|
16 |
#
|
|
17 |
#
|
|
18 |
|
|
19 |
ifeq ($(TARGETTYPE),none)
|
|
20 |
|
|
21 |
# Nothing to do here at the moment. Perhaps later
|
|
22 |
# this will contain "all" rules to tie resources together
|
|
23 |
|
|
24 |
else
|
|
25 |
$(error none.flm called with wrong TARGETTYPE (should be 'none' but is '$(TARGETTYPE)'))
|
|
26 |
endif
|
|
27 |
|