vpnclient_sis/stub_sis/group/vpnclient_stub_sis.mk
changeset 0 33413c0669b9
child 13 9fc0ed567871
equal deleted inserted replaced
-1:000000000000 0:33413c0669b9
       
     1 #
       
     2 # Copyright (c) 2006 - 2008 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 #	 This file provides the information required for building the
       
    16 #  VPN Client sis files.
       
    17 #
       
    18 
       
    19 do_nothing :
       
    20 	@rem do_nothing
       
    21 
       
    22 MAKMAKE : do_nothing
       
    23 
       
    24 BLD :
       
    25 	@echo Processing stub_vpnpolins_armv5.pkg
       
    26 	makesis -v -s stub_vpnpolins_armv5.pkg ipsecvpn_vpnpolins.SIS
       
    27 	
       
    28 	@echo Processing stub_nokia_vpn_client_armv5.pkg
       
    29 	makesis -v -s stub_nokia_vpn_client_armv5.pkg ipsecvpn.SIS
       
    30 	
       
    31 	@echo Export stub sis files to $(EPOCROOT)epoc32\data\z\system\install
       
    32 	copy ipsecvpn_vpnpolins.SIS $(EPOCROOT)epoc32\data\z\system\install
       
    33 	copy ipsecvpn.SIS $(EPOCROOT)epoc32\data\z\system\install
       
    34 
       
    35 CLEAN : 
       
    36 	if exist ipsecvpn_vpnpolins.SIS erase ipsecvpn_vpnpolins.SIS
       
    37 	if exist $(EPOCROOT)epoc32/data/z/system/install/ipsecvpn_vpnpolins.SIS erase $(EPOCROOT)epoc32/data/z/system/install/ipsecvpn_vpnpolins.SIS
       
    38 	if exist $(EPOCROOT)epoc32/data/z/system/install/ipsecvpn.SIS erase $(EPOCROOT)epoc32/data/z/system/install/ipsecvpn.SIS
       
    39 	if exist ipsecvpn.SIS erase ipsecvpn.SIS
       
    40 	if exist *BACKUP erase *BACKUP
       
    41 
       
    42 LIB : do_nothing
       
    43 
       
    44 CLEANLIB : do_nothing
       
    45 
       
    46 RESOURCE : do_nothing		
       
    47 		
       
    48 FREEZE : do_nothing
       
    49 
       
    50 SAVESPACE : do_nothing
       
    51 
       
    52 RELEASABLES :
       
    53 	if exist ipsecvpn.SIS @echo ipsecvpn.SIS
       
    54 	if exist ipsecvpn_vpnpolins.SIS @echo ipsecvpn_vpnpolins.SIS
       
    55 	
       
    56 FINAL : do_nothing