layouts/aknlayout2/group/Copy.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:  uses ecopyfile command to copy files for hand coded CDL 
       
    15 #  instances. This is required as CDLCompiler requires all source to be in the same 
       
    16 #  directory.
       
    17 #
       
    18 
       
    19 include layoutconfig.mk
       
    20 
       
    21 $($(wildcard ../adaptationlayer/adaptation_layer_*))
       
    22 
       
    23 ADAPTATIONLAYERFILES=$(notdir $(wildcard ../adaptationlayer/adaptation_layer_*))
       
    24 $(ADAPTATIONLAYERFILES $(ADAPTATIONLAYERFILES))
       
    25 
       
    26 $($(wildcard ../layoutmetadata/layoutmetadata*))
       
    27 LAYOUTMETADATAFILES=$(notdir $(wildcard ../layoutmetadata/layoutmetadata*))
       
    28 $(LAYOUTMETADATAFILES $(LAYOUTMETADATAFILES))
       
    29 
       
    30 $(gen_dir $(gen_dir))
       
    31 
       
    32 $(gen_dir)/% : ../adaptationlayer/%
       
    33 	perl -S ecopyfile.pl $< $@
       
    34 
       
    35 $(gen_dir)/% : ../layoutmetadata/%
       
    36 	perl -S ecopyfile.pl $< $@
       
    37 
       
    38 $(MAKMAKE : $(addprefix $(gen_dir)/,$(ADAPTATIONLAYERFILES) $(LAYOUTMETADATAFILES)))
       
    39 MAKMAKE : $(addprefix $(gen_dir)/,$(ADAPTATIONLAYERFILES) $(LAYOUTMETADATAFILES))
       
    40 
       
    41 BLD : ;
       
    42 
       
    43 CLEAN :
       
    44 
       
    45 LIB : ;
       
    46 
       
    47 CLEANLIB : ;
       
    48 
       
    49 RESOURCE : ;
       
    50 
       
    51 FREEZE : ;
       
    52 
       
    53 SAVESPACE : ;
       
    54 
       
    55 RELEASABLES : ;
       
    56 
       
    57 FINAL : ;