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: Bitmaps2 level configuration makefile |
|
15 # |
|
16 |
|
17 #Define this platform as default if nothing is defined |
|
18 |
|
19 MAKEFILE = /sf/mw/uiresources/uigraphics/bitmaps2/makefile |
|
20 # Define the directories you want to create to a variable. |
|
21 EPOCBITMAPS = \epoc32\s60\bitmaps |
|
22 |
|
23 bitmaps_all :: $(EPOCBITMAPS) bitmaps_config |
|
24 |
|
25 # create a target with that variable, which treats each directory as its own target. |
|
26 # The perl emkdir.pl <target> will create the folder structure |
|
27 $(EPOCBITMAPS): |
|
28 $(PERL) $(E32TOOLS)\emkdir.pl $@ |
|
29 |
|
30 include include_template.mk |