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