toolsandutils/buildsystem/extension/tools/compsupp.mk
author Mike Kinghan <mikek@symbian.org>
Wed, 24 Nov 2010 09:17:29 +0000
branchGCC_SURGE
changeset 80 d82e43335b24
parent 40 62301b3b197e
permissions -rw-r--r--
Add the portable rombuild wrapper romnibus.pl to make it available for Windows as well as Linux

# Copyright (c) 2008-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:
#

# To ensure that EPOCROOT always ends with a forward slash
TMPROOT:=$(subst \,/,$(EPOCROOT))
EPOCROOT:=$(patsubst %/,%,$(TMPROOT))/

do_nothing:

MAKMAKE : do_nothing

FREEZE : do_nothing

LIB :
	unzip -o $(FILE) -d $(TODIR)

CLEANLIB : do_nothing

RESOURCE : do_nothing

FINAL : do_nothing

BLD : do_nothing

SAVESPACE : do_nothing

RELEASABLES :
		@perl -S $(EPOCROOT)epoc32/tools/listzip.pl $(TODIR) $(FILE)

CLEAN : do_nothing