sftemplateswizard/com.nokia.s60tools.symbianfoundationtemplates/templates/empty_icons_menu.mk
author dpodwall
Tue, 12 Jan 2010 13:17:53 -0600
changeset 0 61163b28edca
permissions -rw-r--r--
initial EPL conversion
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     1
# ============================================================================
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     2
#  Name        : icons_menu.mk
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     3
#  Part of     : ?Subsystem_name / ?Module_name
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     4
#  Description : menu icons makefile for project ?myapp
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     5
#  Version     : %version: %
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     6
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     7
#  Copyright © ?year-?year ?Company_copyright. 
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     8
#  All rights reserved.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     9
#  This component and the accompanying materials are made available
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    10
#  under the terms of the License "?License"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    11
#  which accompanies this distribution, and is available
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    12
#  at the URL "?LicenseUrl".
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    13
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    14
#  Initial Contributors:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    15
#  ?Company_name - initial contribution.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    16
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
#  Contributors:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    18
#  ?Company_name
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    19
# ============================================================================
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    20
# Template version: 4.1.1
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    21
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    22
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    23
ifeq (WINS,$(findstring WINS, $(PLATFORM)))
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    24
ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\z
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    25
else
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    26
ZDIR=$(EPOCROOT)epoc32\data\z
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    27
endif
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    28
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    29
TARGETDIR=$(ZDIR)\resource\apps
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    30
ICONTARGETFILENAME=$(TARGETDIR)\?smallmyapp_aif.mif
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    31
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    32
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    33
do_nothing :
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    34
	@rem do_nothing
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    35
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    36
MAKMAKE : do_nothing
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    37
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    38
BLD : do_nothing
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    39
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    40
CLEAN :
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    41
	@if exist $(ICONTARGETFILENAME) erase $(ICONTARGETFILENAME)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    42
	
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    43
LIB : do_nothing
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    44
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    45
CLEANLIB : do_nothing
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    46
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    47
RESOURCE : $(ICONTARGETFILENAME)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    48
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    49
$(ICONTARGETFILENAME) : qgn_menu_?smallmyapp.svg
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    50
	mifconv $(ICONTARGETFILENAME) \
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    51
		/c8,8 qgn_menu_?smallmyapp.svg
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    52
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    53
FREEZE : do_nothing
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    54
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    55
SAVESPACE : do_nothing
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    56
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    57
RELEASABLES :
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    58
	@echo $(ICONTARGETFILENAME)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    59
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    60
FINAL : do_nothing