equal
deleted
inserted
replaced
|
1 # ============================================================================ |
|
2 # Name : makeindex.mk |
|
3 # Part of : Hb |
|
4 # Description : Hb make index wrapper |
|
5 # Version : %version: 3 % |
1 # |
6 # |
2 # Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). |
7 # Copyright (c) 2008-2010 Nokia. All rights reserved. |
3 # All rights reserved. |
8 # This material, including documentation and any related computer |
4 # This component and the accompanying materials are made available |
9 # programs, is protected by copyright controlled by Nokia. All |
5 # under the terms of "Eclipse Public License v1.0" |
10 # rights are reserved. Copying, including reproducing, storing, |
6 # which accompanies this distribution, and is available |
11 # adapting or translating, any or all of this material requires the |
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
12 # prior written consent of Nokia. This material also contains |
8 # |
13 # confidential information which may not be disclosed to others |
9 # Initial Contributors: |
14 # without the prior written consent of Nokia. |
10 # Nokia Corporation - initial contribution. |
15 # ============================================================================ |
11 # |
|
12 # Contributors: |
|
13 # |
|
14 # Description: Hb make index wrapper |
|
15 # |
|
16 |
16 |
17 MAKE = make |
17 MAKE = make |
18 |
18 |
19 do_nothing : |
19 MAKMAKE : |
20 echo do_nothing |
|
21 |
20 |
22 MAKMAKE : do_nothing |
21 RESOURCE : |
|
22 -$(MAKE) index |
23 |
23 |
24 RESOURCE : do_nothing |
24 SAVESPACE : |
25 |
25 |
26 SAVESPACE : do_nothing |
26 BLD : |
27 |
27 |
28 BLD : do_nothing |
28 FREEZE : |
29 |
29 |
30 FREEZE : do_nothing |
30 LIB : |
31 |
31 |
32 LIB : do_nothing |
32 CLEANLIB : |
33 |
|
34 CLEANLIB : do_nothing |
|
35 |
33 |
36 FINAL : |
34 FINAL : |
37 -$(MAKE) index |
|
38 |
35 |
39 CLEAN : do_nothing |
36 CLEAN : |
40 |
37 |
41 RELEASABLES : do_nothing |
38 RELEASABLES : |