599
|
1 |
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
# All rights reserved.
|
|
3 |
# This component and the accompanying materials are made available
|
|
4 |
# under the terms of "Eclipse Public License v1.0"
|
|
5 |
# which accompanies this distribution, and is available
|
|
6 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
#
|
|
8 |
# Initial Contributors:
|
|
9 |
# Nokia Corporation - initial contribution.
|
|
10 |
#
|
|
11 |
# Contributors:
|
|
12 |
#
|
|
13 |
# Description:
|
|
14 |
# Envoke CED to install correct CommDB
|
|
15 |
#
|
|
16 |
|
|
17 |
do_nothing :
|
|
18 |
rem do_nothing
|
|
19 |
|
|
20 |
#
|
|
21 |
# The targets invoked by abld
|
|
22 |
#
|
|
23 |
|
|
24 |
MAKMAKE : do_nothing
|
|
25 |
|
|
26 |
RESOURCE : do_nothing
|
|
27 |
|
|
28 |
SAVESPACE : BLD
|
|
29 |
|
|
30 |
BLD : do_nothing
|
|
31 |
|
|
32 |
FREEZE : do_nothing
|
|
33 |
|
|
34 |
LIB : do_nothing
|
|
35 |
|
|
36 |
CLEANLIB : do_nothing
|
|
37 |
|
|
38 |
FINAL :
|
|
39 |
perl $(EXTENSION_ROOT)/installdefaultcommdb.pl --command=build --platform=$(PLATFORM) --variant=$(CFG) --platsec
|
|
40 |
|
|
41 |
CLEAN :
|
|
42 |
perl $(EXTENSION_ROOT)/installdefaultcommdb.pl --command=clean --platform=$(PLATFORM) --variant=$(CFG) --platsec
|
|
43 |
|
|
44 |
RELEASABLES :
|
|
45 |
@perl $(EXTENSION_ROOT)/installdefaultcommdb.pl --command=releasables --platform=$(PLATFORM) --variant=$(CFG) --platsec
|
|
46 |
|
|
47 |
|
|
48 |
|