makeindex.mk
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 27 May 2010 13:23:10 +0300
changeset 4 0765d19355bd
parent 2 ee79fe77b3c7
child 6 22214389caed
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

#
# 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 : do_nothing

FREEZE : do_nothing

LIB : do_nothing

CLEANLIB : do_nothing

FINAL :
	-$(MAKE) index

CLEAN : do_nothing

RELEASABLES : do_nothing