makeindex.mk
changeset 1 28e8d4c0e55e
child 2 ee79fe77b3c7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/makeindex.mk	Mon Apr 19 14:02:15 2010 +0300
@@ -0,0 +1,41 @@
+#
+# 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