extension_makefiles/test/xml_stringdictionary00tagtable.mk
branchRCL_3
changeset 32 889504eac4fb
equal deleted inserted replaced
31:6bcc0aa4be39 32:889504eac4fb
       
     1 # Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 #
       
     8 # Initial Contributors:
       
     9 # Nokia Corporation - initial contribution.
       
    10 #
       
    11 # Contributors:
       
    12 #
       
    13 # Description:
       
    14 #
       
    15 
       
    16 TMPROOT:=$(subst \,/,$(EPOCROOT))
       
    17 EPOCROOT:=$(patsubst %/,%,$(TMPROOT))/
       
    18 
       
    19 include $(EPOCROOT)epoc32/tools/shell/$(notdir $(basename $(SHELL))).mk
       
    20 
       
    21 BUILD_DIR = $(EPOCROOT)epoc32/build/generated/xml
       
    22 
       
    23 GENERATED_FILES = $(BUILD_DIR)/t_stringdictionary00tagtable.cpp
       
    24 
       
    25 $(BUILD_DIR)/t_stringdictionary00tagtable.cpp : $(EXTENSION_ROOT)/../tsrc/t_stringdictionary00tagtable.st
       
    26 	$(call createdir,$(BUILD_DIR))
       
    27 	@perl $(EPOCROOT)epoc32/tools/ecopyfile.pl $(EXTENSION_ROOT)/../tsrc/t_stringdictionary00tagtable.st $(BUILD_DIR)$/t_stringdictionary00tagtable.st
       
    28 	@perl $(EPOCROOT)epoc32/tools/stringtable.pl $(BUILD_DIR)/t_stringdictionary00tagtable.st 
       
    29 
       
    30 DO_NOTHING:
       
    31 	@echo do nothing
       
    32 
       
    33 #
       
    34 # The targets invoked by bld...
       
    35 #
       
    36 
       
    37 MAKMAKE : $(GENERATED_FILES)
       
    38 
       
    39 BLD : MAKMAKE
       
    40 
       
    41 SAVESPACE : MAKMAKE
       
    42 
       
    43 CLEAN : 
       
    44 	$(call createdir,$(BUILD_DIR))
       
    45 
       
    46 FREEZE : DO_NOTHING
       
    47 
       
    48 LIB : DO_NOTHING
       
    49 
       
    50 CLEANLIB : DO_NOTHING
       
    51 
       
    52 RESOURCE : DO_NOTHING
       
    53 
       
    54 FINAL : DO_NOTHING
       
    55 
       
    56 RELEASABLES : 
       
    57 	@echo $(GENERATED_FILES)