makeindex.mk
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 16:25:39 +0100
branchGCC_SURGE
changeset 5 10b7194ec8b4
parent 1 28e8d4c0e55e
child 2 ee79fe77b3c7
permissions -rw-r--r--
Branch for GCC_SURGE fixes

#
# Copyright (c) 2008-2010 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:  Hb make index wrapper
#

MAKE = make

do_nothing :
	echo do_nothing

MAKMAKE : do_nothing

RESOURCE : do_nothing

SAVESPACE : do_nothing

BLD :
	-$(MAKE) index

FREEZE : do_nothing

LIB : do_nothing

CLEANLIB : do_nothing

FINAL : do_nothing

CLEAN : do_nothing

RELEASABLES : do_nothing