application/group/icons.mk
author Sebastian Brannstrom <sebastianb@symbian.org>
Mon, 22 Nov 2010 15:41:41 +0000
branch3rded
changeset 390 d7abecc9d189
parent 63 aefdc579987d
permissions -rw-r--r--
Catch up with 5th ed; New SIS version 1.10 (1)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     1
ifeq (WINS,$(findstring WINS, $(PLATFORM)))
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     2
ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     3
else
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     4
ZDIR=$(EPOCROOT)epoc32\data\z
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     5
endif
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     6
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     7
TARGETDIR=$(ZDIR)\resource\apps
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     8
ICONTARGETFILENAME=$(TARGETDIR)\Podcast.mif
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     9
HEADERFILE=$(EPOCROOT)epoc32\include\Podcast.mbg
390
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    10
DPATH=..\data\icons
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    11
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    12
do_nothing :
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    13
	@rem do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    14
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    15
MAKMAKE : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    16
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    17
BLD : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    18
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    19
CLEAN : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    20
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    21
LIB : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    22
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    23
CLEANLIB : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    24
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    25
RESOURCE :	
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    26
		mifconv $(ICONTARGETFILENAME) /h$(HEADERFILE) /c16,1\
390
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    27
		$(DPATH)\appicon.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    28
		$(DPATH)\shows\audio.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    29
		$(DPATH)\shows\audio_dl.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    30
		$(DPATH)\shows\audio_dl_active.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    31
		$(DPATH)\shows\audio_dl_active_new.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    32
		$(DPATH)\shows\audio_dl_failed.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    33
		$(DPATH)\shows\audio_dl_failed_new.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    34
		$(DPATH)\shows\audio_dl_new.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    35
		$(DPATH)\shows\audio_dl_queued.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    36
		$(DPATH)\shows\audio_dl_queued_new.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    37
		$(DPATH)\shows\audio_dl_suspended.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    38
		$(DPATH)\shows\audio_dl_suspended_new.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    39
		$(DPATH)\shows\audio_new.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    40
		$(DPATH)\shows\video.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    41
		$(DPATH)\shows\video_dl.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    42
		$(DPATH)\shows\video_dl_active.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    43
		$(DPATH)\shows\video_dl_active_new.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    44
		$(DPATH)\shows\video_dl_failed.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    45
		$(DPATH)\shows\video_dl_failed_new.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    46
		$(DPATH)\shows\video_dl_new.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    47
		$(DPATH)\shows\video_dl_queued.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    48
		$(DPATH)\shows\video_dl_queued_new.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    49
		$(DPATH)\shows\video_dl_suspended.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    50
		$(DPATH)\shows\video_dl_suspended_new.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    51
		$(DPATH)\shows\video_new.svg\
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    52
		$(DPATH)\shows\feed.svg
d7abecc9d189 Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    53
		
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    54
FREEZE : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    55
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    56
SAVESPACE : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    57
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    58
RELEASABLES :
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    59
	@echo $(ICONTARGETFILENAME)
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    60
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    61
FINAL : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    62