# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).# All rights reserved.# This component and the accompanying materials are made available# under the terms of "Eclipse Public License v1.0"# which accompanies this distribution, and is available# at the URL "http://www.eclipse.org/legal/epl-v10.html".## Initial Contributors:# Nokia Corporation - initial contribution.## Contributors:## Description:# Definitions common to all shells# *_PATH variables to support filename policy conformance in makefile templates# NOTE: These should all be replaced by calls to a function that lower-cases# the current setting of the original variable# #PLATFORM_PATH=$(PLATFORM)CFG_PATH=$(CFG)ifeq ($(PLATFORM_PATH),WINS) PLATFORM_PATH=winselseifeq ($(PLATFORM_PATH),WINSCW) PLATFORM_PATH=winscwelseifeq ($(PLATFORM_PATH),ARMV5) PLATFORM_PATH=armv5elseifeq ($(PLATFORM_PATH),ARMV7) PLATFORM_PATH=armv7elseifeq ($(PLATFORM_PATH),TOOLS) PLATFORM_PATH=toolselseifeq ($(PLATFORM_PATH),TOOLS2) PLATFORM_PATH=tools2endifendifendifendifendifendififeq ($(CFG_PATH),UREL) CFG_PATH=urelelseifeq ($(CFG_PATH),UDEB) CFG_PATH=udebelseifeq ($(CFG_PATH),DEB) CFG_PATH=debelseifeq ($(CFG_PATH),REL) CFG_PATH=relendifendifendifendif