1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericservices/httputils/Test/group/dummystringtable.mak Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,63 @@
1.4 +#
1.5 +# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +# All rights reserved.
1.7 +# This component and the accompanying materials are made available
1.8 +# under the terms of the License "Eclipse Public License v1.0"
1.9 +# which accompanies this distribution, and is available
1.10 +# at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +#
1.12 +# Initial Contributors:
1.13 +# Nokia Corporation - initial contribution.
1.14 +#
1.15 +# Contributors:
1.16 +#
1.17 +# Description:
1.18 +#
1.19 +
1.20 +GENERATED_FILES= \
1.21 + $(EPOCROOT)epoc32\build\generated\t_decode\WspDummyConstants.cpp \
1.22 + $(EPOCROOT)epoc32\include\WspDummyConstants.h
1.23 +
1.24 +$(EPOCROOT)epoc32\build\generated\t_decode\WspDummyConstants.cpp : ..\strings\WspDummyConstants.st
1.25 + @perl -S emkdir.pl $(EPOCROOT)epoc32\build\generated\t_decode
1.26 + copy ..\strings\WspDummyConstants.st $(EPOCROOT)epoc32\build\generated\t_decode
1.27 + perl $(EPOCROOT)epoc32\tools\stringtable.pl $(EPOCROOT)epoc32\build\generated\t_decode\WspDummyConstants.st
1.28 +
1.29 +$(EPOCROOT)epoc32\include\WspDummyConstants.h : $(EPOCROOT)epoc32\build\generated\t_decode\WspDummyConstants.cpp
1.30 + copy $(EPOCROOT)epoc32\build\generated\t_decode\WspDummyConstants.h $(EPOCROOT)epoc32\include
1.31 +
1.32 +ifeq "$(OS)" "Windows_NT"
1.33 +ERASE := @erase 2>>nul
1.34 +else
1.35 +ERASE := @erase
1.36 +endif
1.37 +
1.38 +do_nothing:
1.39 + @rem do nothing
1.40 +
1.41 +#
1.42 +# The targets invoked by bld...
1.43 +#
1.44 +
1.45 +MAKMAKE : $(GENERATED_FILES)
1.46 +
1.47 +BLD : MAKMAKE
1.48 +
1.49 +SAVESPACE : MAKMAKE
1.50 +
1.51 +CLEAN :
1.52 + -$(ERASE) $(GENERATED_FILES) $(EPOCROOT)epoc32\build\generated\t_decode\WspDummyConstants.h
1.53 +
1.54 +FREEZE : do_nothing
1.55 +
1.56 +LIB : do_nothing
1.57 +
1.58 +CLEANLIB : do_nothing
1.59 +
1.60 +RESOURCE : do_nothing
1.61 +
1.62 +FINAL : do_nothing
1.63 +
1.64 +RELEASABLES : $(GENERATED_FILES)
1.65 +
1.66 +ROMFILE : do_nothing