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 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 |
|
17 GENERATED_FILES= \ |
|
18 $(EPOCROOT)epoc32\wins\c\httptest\wapstkiot_testdata.zip |
|
19 |
|
20 $(EPOCROOT)epoc32\wins\c\httptest\wapstkiot_testdata.zip : ..\test\data\wapstkiot\DO_NOT_REMOVE |
|
21 cd ..\test\data\ini\wapstkiot_testdata |
|
22 $(EPOCROOT)epoc32\tools\zip.exe -q -R $(EPOCROOT)epoc32\wins\c\httptest\wapstkiot_testdata.zip *.* |
|
23 $(EPOCROOT)epoc32\tools\unzip.exe -qq -o $(EPOCROOT)epoc32\wins\c\httptest\wapstkiot_testdata.zip -d $(EPOCROOT)epoc32\wins\c |
|
24 cd ..\..\..\..\..\os\unref\orphan\comgen\group |
|
25 |
|
26 do_nothing: |
|
27 @rem do nothing |
|
28 |
|
29 # |
|
30 # The targets invoked by bld... |
|
31 # |
|
32 |
|
33 MAKMAKE : $(GENERATED_FILES) |
|
34 |
|
35 BLD : MAKMAKE |
|
36 |
|
37 SAVESPACE : MAKMAKE |
|
38 |
|
39 CLEAN : |
|
40 erase $(GENERATED_FILES) $(EPOCROOT)epoc32\wins\c\httptest\wapstkiot_testdata.zip |
|
41 |
|
42 FREEZE : do_nothing |
|
43 |
|
44 LIB : do_nothing |
|
45 |
|
46 CLEANLIB : do_nothing |
|
47 |
|
48 RESOURCE : do_nothing |
|
49 |
|
50 FINAL : do_nothing |
|
51 |
|
52 RELEASABLES : $(GENERATED_FILES) |