equal
deleted
inserted
replaced
|
1 # |
|
2 # Copyright (c) 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 "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: |
|
15 # |
|
16 curpath = $(CURDIR) |
|
17 curpath2 = $(subst :, ,$(curpath)) |
|
18 curpath3 = $(word $(words $(curpath2)),$(curpath2)) |
|
19 curpath4 = $(subst /,\,$(curpath3)) |
|
20 |
|
21 do_nothing : |
|
22 @rem do_nothing |
|
23 |
|
24 MAKMAKE : |
|
25 @perl editmakefile.pl "\epoc32\BUILD$(curpath4)\AKNSKINDESCCOMPILER\TOOLS\AKNSKINDESCCOMPILER.TOOLS" "CLFLAGS = " |
|
26 @perl editmakefile.pl "\epoc32\BUILD$(curpath4)\AKNSKINDESCCOMPILER_NR\TOOLS\AKNSKINDESCCOMPILER_NR.TOOLS" "CLFLAGS = " |
|
27 @perl editmakefile.pl "\epoc32\BUILD\S60\MW\UIRESOURCES\SKINS\GROUP\AKNSKINDESCCOMPILER\TOOLS\AKNSKINDESCCOMPILER.TOOLS" "CLFLAGS = " |
|
28 @perl editmakefile.pl "\epoc32\BUILD\S60\MW\UIRESOURCES\SKINS\GROUP\AKNSKINDESCCOMPILER_NR\TOOLS\AKNSKINDESCCOMPILER_NR.TOOLS" "CLFLAGS = " |
|
29 @perl editmakefile.pl "\epoc32\BUILD\S60\MW\UIRESOURCES\GROUP\AKNSKINDESCCOMPILER\TOOLS\AKNSKINDESCCOMPILER.TOOLS" "CLFLAGS = " |
|
30 @perl editmakefile.pl "\epoc32\BUILD\S60\MW\UIRESOURCES\GROUP\AKNSKINDESCCOMPILER_NR\TOOLS\AKNSKINDESCCOMPILER_NR.TOOLS" "CLFLAGS = " |
|
31 |
|
32 BLD : do_nothing |
|
33 |
|
34 CLEAN : do_nothing |
|
35 |
|
36 LIB : do_nothing |
|
37 |
|
38 CLEANLIB : do_nothing |
|
39 |
|
40 RESOURCE : do_nothing |
|
41 |
|
42 FREEZE : do_nothing |
|
43 |
|
44 SAVESPACE : do_nothing |
|
45 |
|
46 RELEASABLES : do_nothing |
|
47 |
|
48 FINAL : do_nothing |
|
49 |