diff -r 000000000000 -r 61163b28edca sftemplateswizard/com.nokia.s60tools.templates.tests/data/templates/empty_icons.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sftemplateswizard/com.nokia.s60tools.templates.tests/data/templates/empty_icons.mk Tue Jan 12 13:17:53 2010 -0600 @@ -0,0 +1,51 @@ +# +# 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: icons makefile for project ?myapp +# + +ifeq (WINS,$(findstring WINS,$(PLATFORM))) +ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\z +else +ZDIR=$(EPOCROOT)epoc32\data\z +endif + +TARGETDIR=$(ZDIR)\resource\apps +HEADERDIR=$(EPOCROOT)epoc32\include +ICONTARGETFILENAME=$(TARGETDIR)\?myapp.mif +HEADERFILENAME=$(HEADERDIR)\?myapp.mbg + +MAKMAKE : + mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \ + /c8,1 qgn_myapp_icon_1 \ + /c8,1 qgn_myapp_icon_2 + +BLD : ; + +CLEAN : ; + +LIB : ; + +CLEANLIB : ; + +RESOURCE : ; + +FREEZE : ; + +SAVESPACE : ; + +RELEASABLES : + @echo $(HEADERFILENAME)&& \ + @echo $(ICONTARGETFILENAME) + +FINAL : ;