messagingfw/wappushfw/plugins/ROAppHandler/group/DRMStringDict00AttributeValueTable.mak
changeset 0 8e480a14352b
child 3 28ae839b4c09
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 #
       
     2 # Copyright (c) 2006 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 the License "Symbian Foundation License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:
       
    15 #
       
    16 
       
    17 BUILD_DIR=$(EPOCROOT)epoc32\build\generated\WapPush\Plugins\StringDictionaries
       
    18 GENERATED_FILES= \
       
    19 	$(BUILD_DIR)\DRMStringDict00AttributeValueTable.cpp
       
    20 SOURCE_DIR=..\..\Plugins\StringDictionaries\DRM
       
    21 
       
    22 $(BUILD_DIR)\DRMStringDict00AttributeValueTable.cpp : $(SOURCE_DIR)\DRMStringDict00AttributeValueTable.st
       
    23 	perl -S emkdir.pl $(BUILD_DIR)
       
    24 	perl -S ecopyfile.pl $(SOURCE_DIR)\DRMStringDict00AttributeValueTable.st $(BUILD_DIR)\DRMStringDict00AttributeValueTable.st
       
    25 	perl -S stringtable.pl $(BUILD_DIR)\DRMStringDict00AttributeValueTable.st
       
    26 
       
    27 do_nothing:
       
    28 	@rem do nothing
       
    29 
       
    30 #
       
    31 # The targets invoked by bld...
       
    32 #
       
    33 
       
    34 MAKMAKE : $(GENERATED_FILES)
       
    35 
       
    36 BLD : MAKMAKE
       
    37 
       
    38 SAVESPACE : MAKMAKE
       
    39 
       
    40 CLEAN : 
       
    41 	perl -S ermdir.pl $(BUILD_DIR)
       
    42 
       
    43 FREEZE : do_nothing
       
    44 
       
    45 LIB : do_nothing
       
    46 
       
    47 CLEANLIB : do_nothing
       
    48 
       
    49 RESOURCE : do_nothing
       
    50 
       
    51 FINAL : do_nothing
       
    52 
       
    53 RELEASABLES : $(GENERATED_FILES)