applayerpluginsandutils/uripermissionservices/stubSis/ineturilist_stub.mk
changeset 0 b16258d2340f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/applayerpluginsandutils/uripermissionservices/stubSis/ineturilist_stub.mk	Tue Feb 02 01:09:52 2010 +0200
@@ -0,0 +1,65 @@
+#
+# 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)
\ No newline at end of file