|
1 # |
|
2 # Copyright (c) 2004 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 "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: Make file for satui icons. |
|
15 # |
|
16 |
|
17 ifeq (WINS,$(findstring WINS, $(PLATFORM))) |
|
18 ZDIR=\epoc32\release\$(PLATFORM)\$(CFG)\Z |
|
19 else |
|
20 ZDIR=\epoc32\data\z |
|
21 endif |
|
22 |
|
23 TARGETDIR=$(ZDIR)\SYSTEM\APPS\Satui |
|
24 HEADERDIR=\epoc32\include |
|
25 ICONTARGETFILENAME=$(TARGETDIR)\satui.mif |
|
26 HEADERFILENAME=$(HEADERDIR)\satui.mbg |
|
27 |
|
28 do_nothing : |
|
29 @rem do_nothing |
|
30 |
|
31 MAKMAKE : do_nothing |
|
32 |
|
33 BLD : do_nothing |
|
34 |
|
35 CLEAN : do_nothing |
|
36 |
|
37 LIB : do_nothing |
|
38 |
|
39 CLEANLIB : do_nothing |
|
40 |
|
41 # ---------------------------------------------------------------------------- |
|
42 # NOTE 1: MASK FILE NAMES ARE NOT DEFINED! |
|
43 # They are included automatically by |
|
44 # MifConv if the mask detph is defined. |
|
45 # |
|
46 # NOTE 2: Usually, source paths should not be included in the bitmap |
|
47 # definitions. MifConv searches for the icons in all icon directories in a |
|
48 # predefined order, which is currently \s60\icons, \s60\bitmaps2. |
|
49 # The directory \s60\icons is included in the search only if the feature flag |
|
50 # __SCALABLE_ICONS is defined. |
|
51 # ---------------------------------------------------------------------------- |
|
52 |
|
53 RESOURCE : |
|
54 mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \ |
|
55 /c8,8 qgn_menu_sat_cxt.bmp \ |
|
56 /c8,8 qgn_menu_sat_lst.bmp \ |
|
57 /c8,8 qgn_note_sim.bmp |
|
58 |
|
59 |
|
60 FREEZE : do_nothing |
|
61 |
|
62 SAVESPACE : do_nothing |
|
63 |
|
64 RELEASABLES : |
|
65 @echo $(HEADERFILENAME)&& \ |
|
66 @echo $(ICONTARGETFILENAME) |
|
67 |
|
68 FINAL : do_nothing |