vpnclient_sis/stub_sis/group/vpnclient_stub_sis.mk
branchRCL_3
changeset 13 9fc0ed567871
parent 0 33413c0669b9
equal deleted inserted replaced
12:a15e6baef510 13:9fc0ed567871
     1 #
     1 #
     2 # Copyright (c) 2006 - 2008 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2006 - 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of "Eclipse Public License v1.0"
     5 # under the terms of "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    19 do_nothing :
    19 do_nothing :
    20 	@rem do_nothing
    20 	@rem do_nothing
    21 
    21 
    22 MAKMAKE : do_nothing
    22 MAKMAKE : do_nothing
    23 
    23 
    24 BLD :
    24 BLD :	
    25 	@echo Processing stub_vpnpolins_armv5.pkg
    25 	perl create_vpnclient_sis.pl $(CFG)
    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 
    26 
    35 CLEAN : 
    27 CLEAN : 
    36 	if exist ipsecvpn_vpnpolins.SIS erase ipsecvpn_vpnpolins.SIS
    28 	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
    29 	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
    30 	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
    31 	if exist ipsecvpn.SIS erase ipsecvpn.SIS
    40 	if exist *BACKUP erase *BACKUP
    32 	if exist *BACKUP erase *BACKUP
    41 
    33 
    42 LIB : do_nothing
    34 LIB : do_nothing
    43 
    35