scrsaver/scrsaverplugins/BmpAnimScrPlugin/srcdata/animation.mk
changeset 14 8a173132b0aa
parent 2 058b1fc1663a
equal deleted inserted replaced
2:058b1fc1663a 14:8a173132b0aa
     1 #
       
     2 # Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:     Bitmap animation plugin animation makefile
       
    15 #
       
    16 
       
    17 include bitmaps.mk
       
    18 
       
    19 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
       
    20 ZDIR=\epoc32\release\$(PLATFORM)\$(CFG)\Z
       
    21 else
       
    22 ZDIR=\epoc32\data\z
       
    23 endif
       
    24 
       
    25 # ----------------------------------------------------------------------------
       
    26 # TODO: Configure these
       
    27 # ----------------------------------------------------------------------------
       
    28 
       
    29 TARGETDIR=$(ZDIR)\resource\plugins
       
    30 ICONTARGETFILENAME=$(TARGETDIR)\bmpanimscrplugin.mif
       
    31 
       
    32 HEADERDIR=\epoc32\include
       
    33 HEADERFILENAME=$(HEADERDIR)\bmpanimscrplugin.mbg
       
    34 
       
    35 do_nothing :
       
    36 	@rem do_nothing
       
    37 
       
    38 MAKMAKE : do_nothing
       
    39 
       
    40 BLD : do_nothing
       
    41 
       
    42 CLEAN : do_nothing
       
    43 
       
    44 LIB : do_nothing
       
    45 
       
    46 CLEANLIB : do_nothing
       
    47 
       
    48 # ----------------------------------------------------------------------------
       
    49 # TODO: Configure these.
       
    50 #
       
    51 # NOTE 1: DO NOT DEFINE MASK FILE NAMES! They are included automatically by
       
    52 # MifConv if the mask detph is defined.
       
    53 #
       
    54 # NOTE 2: Usually, source paths should not be included in the bitmap
       
    55 # definitions. MifConv searches for the icons in all icon directories in a
       
    56 # predefined order, which is currently \s60\icons, \s60\bitmaps2, \s60\bitmaps.
       
    57 # The directory \s60\icons is included in the search only if the feature flag
       
    58 # __SCALABLE_ICONS is defined.
       
    59 # ----------------------------------------------------------------------------
       
    60 
       
    61 RESOURCE :
       
    62 	mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) $(ANIMBITMAPS)
       
    63 
       
    64 FREEZE : do_nothing
       
    65 
       
    66 SAVESPACE : do_nothing
       
    67 
       
    68 RELEASABLES :
       
    69 	@echo $(HEADERFILENAME)&& \
       
    70 	@echo $(ICONTARGETFILENAME)
       
    71 
       
    72 FINAL : do_nothing