equal
deleted
inserted
replaced
|
1 # |
|
2 # Copyright (c) 2006 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 "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 # maketestsis.fil is an extended test makefile which generates and signs |
|
17 # the test sis files by running makeall.bat. |
|
18 # |
|
19 # The sis files are signed using the certificates stored in perforce. |
|
20 # Note these certifcates are generated by using makeall.bat |
|
21 # |
|
22 # |
|
23 |
|
24 do_nothing: |
|
25 rem do nothing |
|
26 |
|
27 # |
|
28 # The targets invoked by abld... |
|
29 # |
|
30 |
|
31 MAKMAKE : do_nothing |
|
32 FREEZE : do_nothing |
|
33 LIB : do_nothing |
|
34 RESOURCE : do_nothing |
|
35 CLEANLIB : do_nothing |
|
36 BLD : do_nothing |
|
37 SAVESPACE : do_nothing |
|
38 CLEAN : do_nothing |
|
39 RELEASABLES : do_nothing |
|
40 |
|
41 FINAL : |
|
42 echo **************************************************** |
|
43 echo maketestsis - Running makeall for $(PLATFORM) $(CFG)... |
|
44 echo **************************************************** |
|
45 makeall.bat $(PLATFORM) $(CFG) |
|
46 |
|
47 |
|
48 |