application/group/icons.mk
author Sebastian Brannstrom <sebastianb@symbian.org>
Mon, 15 Nov 2010 17:25:39 +0000
branchnewlist
changeset 350 9c4fd008e20f
parent 347 b8d687bb7ca1
child 352 31f9864a37ac
permissions -rw-r--r--
Updated icons and other UI fixes
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
350
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
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\
350
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    27
		$(DPATH)\appicon.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    28
		$(DPATH)\shows\audio.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    29
		$(DPATH)\shows\audio_dl.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    30
		$(DPATH)\shows\audio_dl_active.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    31
		$(DPATH)\shows\audio_dl_active_new.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    32
		$(DPATH)\shows\audio_dl_failed.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    33
		$(DPATH)\shows\audio_dl_failed_new.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    34
		$(DPATH)\shows\audio_dl_new.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    35
		$(DPATH)\shows\audio_dl_queued.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    36
		$(DPATH)\shows\audio_dl_queued_new.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    37
		$(DPATH)\shows\audio_dl_suspended.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    38
		$(DPATH)\shows\audio_dl_suspended_new.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    39
		$(DPATH)\shows\audio_new.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    40
		$(DPATH)\shows\video.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    41
		$(DPATH)\shows\video_dl.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    42
		$(DPATH)\shows\video_dl_active.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    43
		$(DPATH)\shows\video_dl_active_new.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    44
		$(DPATH)\shows\video_dl_failed.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    45
		$(DPATH)\shows\video_dl_failed_new.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    46
		$(DPATH)\shows\video_dl_new.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    47
		$(DPATH)\shows\video_dl_queued.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    48
		$(DPATH)\shows\video_dl_queued_new.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    49
		$(DPATH)\shows\video_dl_suspended.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    50
		$(DPATH)\shows\video_dl_suspended_new.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    51
		$(DPATH)\shows\video_new.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    52
		$(DPATH)\shows\feed.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    53
		$(DPATH)\tabs\tab_feeds.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    54
		$(DPATH)\tabs\tab_new.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    55
		$(DPATH)\tabs\tab_queue.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    56
		$(DPATH)\tabs\tab_queue1.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    57
		$(DPATH)\tabs\tab_queue2.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    58
		$(DPATH)\tabs\tab_queue3.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    59
		$(DPATH)\toolbar\add_feed.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    60
		$(DPATH)\toolbar\delete.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    61
		$(DPATH)\toolbar\delete_all.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    62
		$(DPATH)\toolbar\download_all.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    63
		$(DPATH)\toolbar\download_pause.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    64
		$(DPATH)\toolbar\download_play.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    65
		$(DPATH)\toolbar\mark_new.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    66
		$(DPATH)\toolbar\mark_new_all.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    67
		$(DPATH)\toolbar\mark_old.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    68
		$(DPATH)\toolbar\settings.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    69
		$(DPATH)\toolbar\update.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    70
		$(DPATH)\toolbar\update_all.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    71
		$(DPATH)\toolbar\update_cancel.svg\
9c4fd008e20f Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 347
diff changeset
    72
		$(DPATH)\toolbar\download.svg		
347
b8d687bb7ca1 Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 268
diff changeset
    73
		
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    74
FREEZE : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    75
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    76
SAVESPACE : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    77
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    78
RELEASABLES :
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    79
	@echo $(ICONTARGETFILENAME)
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    80
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    81
FINAL : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    82