os/ossrv/genericservices/httputils/Test/group/dummystringtable.mak
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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\t_decode\WspDummyConstants.cpp \
    19 	$(EPOCROOT)epoc32\include\WspDummyConstants.h
    20 
    21 $(EPOCROOT)epoc32\build\generated\t_decode\WspDummyConstants.cpp : ..\strings\WspDummyConstants.st
    22 	@perl -S emkdir.pl $(EPOCROOT)epoc32\build\generated\t_decode
    23 	copy ..\strings\WspDummyConstants.st $(EPOCROOT)epoc32\build\generated\t_decode
    24 	perl $(EPOCROOT)epoc32\tools\stringtable.pl $(EPOCROOT)epoc32\build\generated\t_decode\WspDummyConstants.st
    25 
    26 $(EPOCROOT)epoc32\include\WspDummyConstants.h : $(EPOCROOT)epoc32\build\generated\t_decode\WspDummyConstants.cpp
    27 	copy $(EPOCROOT)epoc32\build\generated\t_decode\WspDummyConstants.h $(EPOCROOT)epoc32\include
    28 
    29 ifeq "$(OS)" "Windows_NT"
    30 ERASE := @erase 2>>nul
    31 else
    32 ERASE := @erase
    33 endif
    34 
    35 do_nothing:
    36 	@rem do nothing
    37 
    38 #
    39 # The targets invoked by bld...
    40 #
    41 
    42 MAKMAKE : $(GENERATED_FILES)
    43 
    44 BLD : MAKMAKE
    45 
    46 SAVESPACE : MAKMAKE
    47 
    48 CLEAN : 
    49 	-$(ERASE) $(GENERATED_FILES) $(EPOCROOT)epoc32\build\generated\t_decode\WspDummyConstants.h
    50 
    51 FREEZE : do_nothing
    52 
    53 LIB : do_nothing
    54 
    55 CLEANLIB : do_nothing
    56 
    57 RESOURCE : do_nothing
    58 
    59 FINAL : do_nothing
    60 
    61 RELEASABLES : $(GENERATED_FILES)
    62 
    63 ROMFILE : do_nothing