layouts/aknlayout2/group/DLL_All.mk
changeset 0 05e9090e2422
child 38 a10f447f38bd
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 #
       
     2 # Copyright (c) 2003-2008 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:  Use the CDL Compiler to generate the layout instance DLL. This file is named "ALL"
       
    15 #  to signify that all layouts are included into the DLL. Each product must modify this file to include
       
    16 #  only the instances and packages that it requires.
       
    17 #
       
    18 
       
    19 include layoutConfig.mk
       
    20 
       
    21 do_nothing :
       
    22 	@rem do_nothing
       
    23 
       
    24 MAKMAKE : make_gen_dir
       
    25 	@rem
       
    26 	@rem the DLL
       
    27 	@rem
       
    28 	@CdlCompiler dll \
       
    29 		-p$(gen_dir) \
       
    30 		\
       
    31 		-laknlayout2.lib \
       
    32 		-laknlayout2scalable.lib \
       
    33 		-laknlayout2adaptation.lib \
       
    34 		-lcdlengine.lib \
       
    35 		\
       
    36 		-s..\decodelib\Aknlayout2adaptationdecode.cpp \
       
    37 		\
       
    38 		LayoutInst 0x101fe2aa \
       
    39 		\
       
    40 		@common_instances.txt
       
    41 
       
    42 BLD : do_nothing
       
    43 
       
    44 CLEAN : 
       
    45 
       
    46 LIB : do_nothing
       
    47 
       
    48 CLEANLIB : do_nothing
       
    49 
       
    50 RESOURCE : do_nothing
       
    51 
       
    52 FREEZE : do_nothing
       
    53 
       
    54 SAVESPACE : do_nothing
       
    55 
       
    56 RELEASABLES : do_nothing
       
    57 
       
    58 FINAL : do_nothing