Update contrib.
1 # Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
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".
8 # Initial Contributors:
9 # Nokia Corporation - initial contribution.
14 # Copy test files to test sortbytable functionality.
18 TMPROOT:=$(subst \,/,$(EPOCROOT))
19 EPOCROOT:=$(patsubst %/,%,$(TMPROOT))/
20 include $(EPOCROOT)epoc32/tools/shell/$(notdir $(basename $(SHELL))).mk
22 ifeq ($(findstring WINS,$(PLATFORM)),WINS)
23 EPOCDATADIR=$(EPOCROOT)epoc32/release/$(PLATFORM_PATH)/$(CFG_PATH)
25 EPOCDATADIR=$(EPOCROOT)epoc32/data
28 TARGETDIR=$(EPOCDATADIR)/z/system/documents/baflsortbytabletest
29 SOURCEDIR=$(EXTENSION_ROOT)/../tsrc
32 $(CP) -f $(call slash2generic,$(SOURCEDIR)/ADDCERT.RSC $(TARGETDIR)/addcert.rsc)
33 $(CP) -f $(call slash2generic,$(SOURCEDIR)/HELP.RSC $(TARGETDIR)/help.rsc)
34 $(CP) -f $(call slash2generic,$(SOURCEDIR)/MSGEDITOR.RSC $(TARGETDIR)/msgeditor.rsc)
35 $(CP) -f $(call slash2generic,$(SOURCEDIR)/SMLPROGRESS.RSC $(TARGETDIR)/smlprogress.rsc)
38 $(call createdir,"$@")
44 # The targets invoked by bld...
47 BLD : $(TARGETDIR) COPYFILES
50 -$(ERASE) $(call slash2generic,$(TARGETDIR)/addcert.rsc)
51 -$(ERASE) $(call slash2generic,$(TARGETDIR)/help.rsc)
52 -$(ERASE) $(call slash2generic,$(TARGETDIR)/msgeditor.rsc)
53 -$(ERASE) $(call slash2generic,$(TARGETDIR)/smlprogress.rsc)
56 @echo $(TARGETDIR)/addcert.rsc
57 @echo $(TARGETDIR)/help.rsc
58 @echo $(TARGETDIR)/msgeditor.rsc
59 @echo $(TARGETDIR)/smlprogress.rsc
63 SAVESPACE : DO_NOTHING