equal
deleted
inserted
replaced
|
1 # |
|
2 # Copyright (c) 2006, 2009 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 the License "Symbian Foundation License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Nokia Corporation - initial contribution. |
|
11 # |
|
12 # Contributors: |
|
13 # |
|
14 # Description: Icons level configuration makefile |
|
15 # |
|
16 |
|
17 #Define this platform as default if nothing is defined |
|
18 |
|
19 MAKEFILE = /sf/mw/uiresources/uigraphics/icons/makefile |
|
20 |
|
21 # Define the directories you want to create to a variable. |
|
22 EPOCICONS = /epoc32/s60/icons |
|
23 |
|
24 |
|
25 icons_all :: $(EPOCICONS) icons_config |
|
26 |
|
27 # create a target with that variable, which treats each directory as its own target. |
|
28 # The perl emkdir.pl <target> will create the folder structure |
|
29 $(EPOCICONS): |
|
30 $(PERL) $(E32TOOLS)\emkdir.pl $@ |
|
31 |
|
32 include include_template.mk |