equal
deleted
inserted
replaced
1 # |
|
2 # Copyright (c) 2007 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 |
|
17 |
|
18 TARGETDIR=$(EPOCROOT)EPOC32\Data\Z\System\Install |
|
19 |
|
20 SISNAME=ScreenGrabber_stub |
|
21 PKGNAME=ScreenGrabber_stub |
|
22 |
|
23 $(TARGETDIR) : |
|
24 @perl -S emkdir.pl "$(TARGETDIR)" |
|
25 |
|
26 do_nothing : |
|
27 rem do_nothing |
|
28 |
|
29 SISFILE=$(TARGETDIR)\$(SISNAME).sis |
|
30 |
|
31 $(SISFILE) : ..\sis\$(PKGNAME).pkg |
|
32 makesis -s $? $@ |
|
33 |
|
34 |
|
35 |
|
36 MAKMAKE : do_nothing |
|
37 |
|
38 RESOURCE : do_nothing |
|
39 |
|
40 SAVESPACE : do_nothing |
|
41 |
|
42 BLD : do_nothing |
|
43 |
|
44 FREEZE : do_nothing |
|
45 |
|
46 LIB : do_nothing |
|
47 |
|
48 CLEANLIB : do_nothing |
|
49 |
|
50 FINAL : $(TARGETDIR) $(SISFILE) |
|
51 |
|
52 CLEAN : |
|
53 @if exist $(SISFILE) erase $(SISFILE) |
|
54 |
|
55 RELEASABLES : |
|
56 @echo $(SISFILE) |
|