applayerprotocols/httptransportfw/group/wspcharactersetstable.mak
changeset 0 b16258d2340f
child 7 337070b4fa18
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 #
       
     2 # Copyright (c) 2009 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 "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:
       
    15 #
       
    16 
       
    17 GENERATED_FILES= \
       
    18 	$(EPOCROOT)epoc32\build\generated\http\WspCharacterSets.cpp \
       
    19 	$(EPOCROOT)epoc32\include\WspCharacterSets.h
       
    20 
       
    21 $(EPOCROOT)epoc32\build\generated\http\WspCharacterSets.cpp : ..\strings\WspCharacterSets.st
       
    22 	perl -S ecopyfile.pl ..\strings\WspCharacterSets.st $(EPOCROOT)epoc32\build\generated\http\WspCharacterSets.st
       
    23 	perl $(EPOCROOT)epoc32\tools\stringtable.pl $(EPOCROOT)epoc32\build\generated\http\WspCharacterSets.st
       
    24 
       
    25 $(EPOCROOT)epoc32\include\WspCharacterSets.h : $(EPOCROOT)epoc32\build\generated\http\WspCharacterSets.cpp
       
    26 	perl -S ecopyfile.pl $(EPOCROOT)epoc32\build\generated\http\WspCharacterSets.h $(EPOCROOT)epoc32\include\WspCharacterSets.h
       
    27 
       
    28 ifeq "$(OS)" "Windows_NT"
       
    29 ERASE := @erase 2>>nul
       
    30 else
       
    31 ERASE := @erase
       
    32 endif
       
    33 
       
    34 do_nothing:
       
    35 	@rem do nothing
       
    36 
       
    37 #
       
    38 # The targets invoked by bld...
       
    39 #
       
    40 
       
    41 MAKMAKE : $(GENERATED_FILES)
       
    42 
       
    43 BLD : MAKMAKE
       
    44 
       
    45 SAVESPACE : MAKMAKE
       
    46 
       
    47 CLEAN : 
       
    48 	-$(ERASE) $(GENERATED_FILES) $(EPOCROOT)epoc32\build\generated\http\WspCharacterSets.h
       
    49 
       
    50 FREEZE : do_nothing
       
    51 
       
    52 LIB : do_nothing
       
    53 
       
    54 CLEANLIB : do_nothing
       
    55 
       
    56 RESOURCE : do_nothing
       
    57 
       
    58 FINAL : do_nothing
       
    59 
       
    60 RELEASABLES : 
       
    61 	@echo $(EPOCROOT)epoc32\include\WspCharacterSets.h
       
    62 
       
    63 ROMFILE : do_nothing