sl@0: # sl@0: # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: # All rights reserved. sl@0: # This component and the accompanying materials are made available sl@0: # under the terms of the License "Eclipse Public License v1.0" sl@0: # which accompanies this distribution, and is available sl@0: # at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: # sl@0: # Initial Contributors: sl@0: # Nokia Corporation - initial contribution. sl@0: # sl@0: # Contributors: sl@0: # sl@0: # Description: sl@0: # sl@0: sl@0: GENERATED_FILES= \ sl@0: $(EPOCROOT)epoc32\build\generated\t_decode\WspDummyConstants.cpp \ sl@0: $(EPOCROOT)epoc32\include\WspDummyConstants.h sl@0: sl@0: $(EPOCROOT)epoc32\build\generated\t_decode\WspDummyConstants.cpp : ..\strings\WspDummyConstants.st sl@0: @perl -S emkdir.pl $(EPOCROOT)epoc32\build\generated\t_decode sl@0: copy ..\strings\WspDummyConstants.st $(EPOCROOT)epoc32\build\generated\t_decode sl@0: perl $(EPOCROOT)epoc32\tools\stringtable.pl $(EPOCROOT)epoc32\build\generated\t_decode\WspDummyConstants.st sl@0: sl@0: $(EPOCROOT)epoc32\include\WspDummyConstants.h : $(EPOCROOT)epoc32\build\generated\t_decode\WspDummyConstants.cpp sl@0: copy $(EPOCROOT)epoc32\build\generated\t_decode\WspDummyConstants.h $(EPOCROOT)epoc32\include sl@0: sl@0: ifeq "$(OS)" "Windows_NT" sl@0: ERASE := @erase 2>>nul sl@0: else sl@0: ERASE := @erase sl@0: endif sl@0: sl@0: do_nothing: sl@0: @rem do nothing sl@0: sl@0: # sl@0: # The targets invoked by bld... sl@0: # sl@0: sl@0: MAKMAKE : $(GENERATED_FILES) sl@0: sl@0: BLD : MAKMAKE sl@0: sl@0: SAVESPACE : MAKMAKE sl@0: sl@0: CLEAN : sl@0: -$(ERASE) $(GENERATED_FILES) $(EPOCROOT)epoc32\build\generated\t_decode\WspDummyConstants.h sl@0: sl@0: FREEZE : do_nothing sl@0: sl@0: LIB : do_nothing sl@0: sl@0: CLEANLIB : do_nothing sl@0: sl@0: RESOURCE : do_nothing sl@0: sl@0: FINAL : do_nothing sl@0: sl@0: RELEASABLES : $(GENERATED_FILES) sl@0: sl@0: ROMFILE : do_nothing