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