applayerpluginsandutils/uripermissionservices/stubSis/ineturilist_stub.mk
author hgs
Mon, 27 Sep 2010 10:31:51 +0530
changeset 48 cfbc3a3bd32b
parent 0 b16258d2340f
permissions -rw-r--r--
201037_10

#
# Copyright (c) 2009 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:
#
# Build Stub SIS file

SISNAME=ineturilist_stub
SRCDIR=.\

# Select appropriate directory and ensure it exists

!if "$(PLATFORM)"=="WINS" || "$(PLATFORM)"=="WINSCW"
TARGETDIR=$(EPOCROOT)EPOC32\RELEASE\$(PLATFORM)\$(CFG)\Z\System\Install

!else
TARGETDIR=$(EPOCROOT)EPOC32\Data\Z\System\Install

!endif

$(TARGETDIR) :
	@perl -S emkdir.pl "$(TARGETDIR)" 

# Build stub SIS file

SISFILE= $(TARGETDIR)\$(SISNAME).sis

$(SISFILE) : $(SRCDIR)\$(SISNAME).pkg
	makesis -s $? $@

do_nothing :
	rem do_nothing

# The targets invoked by abld

MAKMAKE : do_nothing

RESOURCE : $(TARGETDIR) $(SISFILE)

SAVESPACE : BLD

BLD : do_nothing

FREEZE : do_nothing

LIB : do_nothing

CLEANLIB : do_nothing

FINAL : do_nothing
CLEAN :
	erase $(SISFILE)

RELEASABLES :
	@echo $(SISFILE)