599
|
1 |
# Copyright (c) 2008-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 "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 |
#
|
|
15 |
|
|
16 |
# To ensure that EPOCROOT always ends with a forward slash
|
|
17 |
TMPROOT:=$(subst \,/,$(EPOCROOT))
|
|
18 |
EPOCROOT:=$(patsubst %/,%,$(TMPROOT))/
|
|
19 |
|
|
20 |
do_nothing:
|
|
21 |
|
|
22 |
MAKMAKE : do_nothing
|
|
23 |
|
|
24 |
FREEZE : do_nothing
|
|
25 |
|
|
26 |
LIB :
|
|
27 |
unzip -o $(FILE) -d $(TODIR)
|
|
28 |
|
|
29 |
CLEANLIB : do_nothing
|
|
30 |
|
|
31 |
RESOURCE : do_nothing
|
|
32 |
|
|
33 |
FINAL : do_nothing
|
|
34 |
|
|
35 |
BLD : do_nothing
|
|
36 |
|
|
37 |
SAVESPACE : do_nothing
|
|
38 |
|
|
39 |
RELEASABLES :
|
|
40 |
@perl -S $(EPOCROOT)epoc32/tools/listzip.pl $(EPOCROOT)epoc32/release $(FILE)
|
|
41 |
|
|
42 |
CLEAN : do_nothing
|
|
43 |
|