|
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 "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 # TzLocalTestServer - makefile for TimeZoneLocalization test data |
|
15 # |
|
16 # |
|
17 |
|
18 # To ensure that EPOCROOT always ends with a forward slash |
|
19 TMPROOT:=$(subst \,/,$(EPOCROOT)) |
|
20 EPOCROOT:=$(patsubst %/,%,$(TMPROOT))/ |
|
21 |
|
22 MBSDIR = $(EPOCROOT)epoc32/tools/shell |
|
23 include $(MBSDIR)/$(notdir $(basename $(SHELL))).mk |
|
24 |
|
25 |
|
26 # Erase resources command |
|
27 erase_res = $(ERASE) $(EPOCROOT)epoc32$/release$/$(PLATFORM)$/$(CFG)$/z$/resource$/timezonelocalization |
|
28 erase_data = $(ERASE) $(EPOCROOT)epoc32$/data$/z$/resource$/timezonelocalization |
|
29 do_nothing : |
|
30 |
|
31 RESOURCE : |
|
32 -$(erase_res)$/$(TZ_RSC) |
|
33 -$(erase_data)$/$(TZ_RSC) |
|
34 -$(erase_res)$/$(TZ_R01) |
|
35 -$(erase_data)$/$(TZ_R01) |
|
36 -$(erase_res)$/$(TZ_R02) |
|
37 -$(erase_data)$/$(TZ_R02) |
|
38 -$(erase_res)$/$(TZ_GRP_RSC) |
|
39 -$(erase_data)$/$(TZ_GRP_RSC) |
|
40 -$(erase_res)$/$(TZ_GRP_R01) |
|
41 -$(erase_data)$/$(TZ_GRP_R01) |
|
42 -$(erase_res)$/$(TZ_GRP_R02) |
|
43 -$(erase_data)$/$(TZ_GTP_R02) |
|
44 |
|
45 BLD : do_nothing |
|
46 |
|
47 MAKMAKE : do_nothing |
|
48 |
|
49 FREEZE : do_nothing |
|
50 |
|
51 LIB : do_nothing |
|
52 |
|
53 CLEANLIB : do_nothing |
|
54 |
|
55 CLEAN : do_nothing |
|
56 |
|
57 FINAL : do_nothing |
|
58 |
|
59 SAVESPACE : do_nothing |
|
60 |
|
61 RELEASEABLES : do_nothing |
|
62 |