sl@0: # Copyright (c) 2007-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 "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: # Copy test files to test sortbytable functionality. sl@0: # sl@0: # sl@0: sl@0: TMPROOT:=$(subst \,/,$(EPOCROOT)) sl@0: EPOCROOT:=$(patsubst %/,%,$(TMPROOT))/ sl@0: include $(EPOCROOT)epoc32/tools/shell/$(notdir $(basename $(SHELL))).mk sl@0: sl@0: ifeq ($(findstring WINS,$(PLATFORM)),WINS) sl@0: EPOCDATADIR=$(EPOCROOT)epoc32/release/$(PLATFORM_PATH)/$(CFG_PATH) sl@0: else sl@0: EPOCDATADIR=$(EPOCROOT)epoc32/data sl@0: endif sl@0: sl@0: TARGETDIR=$(EPOCDATADIR)/z/system/documents/baflsortbytabletest sl@0: SOURCEDIR=$(EXTENSION_ROOT)/../tsrc sl@0: sl@0: COPYFILES : sl@0: $(CP) -f $(call slash2generic,$(SOURCEDIR)/ADDCERT.RSC $(TARGETDIR)/addcert.rsc) sl@0: $(CP) -f $(call slash2generic,$(SOURCEDIR)/HELP.RSC $(TARGETDIR)/help.rsc) sl@0: $(CP) -f $(call slash2generic,$(SOURCEDIR)/MSGEDITOR.RSC $(TARGETDIR)/msgeditor.rsc) sl@0: $(CP) -f $(call slash2generic,$(SOURCEDIR)/SMLPROGRESS.RSC $(TARGETDIR)/smlprogress.rsc) sl@0: sl@0: $(TARGETDIR) : sl@0: $(call createdir,"$@") sl@0: sl@0: DO_NOTHING : sl@0: @echo do nothing sl@0: sl@0: # sl@0: # The targets invoked by bld... sl@0: # sl@0: sl@0: BLD : $(TARGETDIR) COPYFILES sl@0: sl@0: CLEAN : sl@0: -$(ERASE) $(call slash2generic,$(TARGETDIR)/addcert.rsc) sl@0: -$(ERASE) $(call slash2generic,$(TARGETDIR)/help.rsc) sl@0: -$(ERASE) $(call slash2generic,$(TARGETDIR)/msgeditor.rsc) sl@0: -$(ERASE) $(call slash2generic,$(TARGETDIR)/smlprogress.rsc) sl@0: sl@0: RELEASABLES : sl@0: @echo $(TARGETDIR)/addcert.rsc sl@0: @echo $(TARGETDIR)/help.rsc sl@0: @echo $(TARGETDIR)/msgeditor.rsc sl@0: @echo $(TARGETDIR)/smlprogress.rsc sl@0: sl@0: MAKMAKE : DO_NOTHING sl@0: sl@0: SAVESPACE : DO_NOTHING sl@0: sl@0: RESOURCE : DO_NOTHING 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: FINAL : DO_NOTHING