vpnclient_sis/stub_sis/group/vpnclient_stub_sis.mk
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 14 Apr 2010 17:02:54 +0300
branchRCL_3
changeset 13 9fc0ed567871
parent 0 33413c0669b9
permissions -rw-r--r--
Revision: 201013 Kit: 201015

#
# Copyright (c) 2006 - 2010 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
#
# Contributors:
#
# Description: 
#	 This file provides the information required for building the
#  VPN Client sis files.
#

do_nothing :
	@rem do_nothing

MAKMAKE : do_nothing

BLD :	
	perl create_vpnclient_sis.pl $(CFG)

CLEAN : 
	if exist ipsecvpn_vpnpolins.SIS erase ipsecvpn_vpnpolins.SIS
	if exist $(EPOCROOT)epoc32\data\z\system\install\ipsecvpn_vpnpolins.SIS erase $(EPOCROOT)epoc32\data\z\system\install\ipsecvpn_vpnpolins.SIS
	if exist $(EPOCROOT)epoc32\data\z\system\install\ipsecvpn.SIS erase $(EPOCROOT)epoc32\data\z\system\install\ipsecvpn.SIS
	if exist ipsecvpn.SIS erase ipsecvpn.SIS
	if exist *BACKUP erase *BACKUP

LIB : do_nothing

CLEANLIB : do_nothing

RESOURCE : do_nothing		
		
FREEZE : do_nothing

SAVESPACE : do_nothing

RELEASABLES :
	if exist ipsecvpn.SIS @echo ipsecvpn.SIS
	if exist ipsecvpn_vpnpolins.SIS @echo ipsecvpn_vpnpolins.SIS
	
FINAL : do_nothing