toolsandutils/buildsystem/extension/tools/compsupp.mk
author William Roberts <williamr@symbian.org>
Fri, 23 Apr 2010 14:02:54 +0100
branchRCL_3
changeset 33 54aa4a06a075
parent 23 914fcbc22065
child 76 2b4ec55c802e
permissions -rw-r--r--
Remerge fixes for Bug 476, Bug 1895, Bug 2149, Bug 2049, Bug 2509 and Bug 2539

# 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