mmaudio_plat/telephony_audio_routing_client_api/TelephonyAudioRouting_TestApp/help/build_help.mk
author hgs
Tue, 02 Nov 2010 12:13:59 +0000
changeset 5 b220a9341636
permissions -rw-r--r--
2010wk46_01
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
     1
/*
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
     2
* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
     3
* All rights reserved.
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
     4
* This component and the accompanying materials are made available
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
     6
* which accompanies this distribution, and is available
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
     8
*
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
     9
* Initial Contributors:
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    11
*
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    12
* Contributors:
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    13
*
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    14
* Description:  build_help.mk
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    15
* This make file will build the application help file (.hlp)
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    16
*/
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    17
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    18
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    19
do_nothing :
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    20
	@rem do_nothing
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    21
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    22
# build the help from the MAKMAKE step so the header file generated
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    23
# will be found by cpp.exe when calculating the dependency information
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    24
# in the mmp makefiles.
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    25
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    26
MAKMAKE : MyPlayer_0xE0EDBE14.hlp
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    27
MyPlayer_0xE0EDBE14.hlp : MyPlayer.xml MyPlayer.cshlp Custom.xml
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    28
	cshlpcmp MyPlayer.cshlp
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    29
ifeq (WINS,$(findstring WINS, $(PLATFORM)))
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    30
	copy MyPlayer_0xE0EDBE14.hlp $(EPOCROOT)epoc32\$(PLATFORM)\c\resource\help
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    31
endif
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    32
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    33
BLD : do_nothing
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    34
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    35
CLEAN :
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    36
	del MyPlayer_0xE0EDBE14.hlp
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    37
	del MyPlayer_0xE0EDBE14.hlp.hrh
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    38
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    39
LIB : do_nothing
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    40
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    41
CLEANLIB : do_nothing
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    42
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    43
RESOURCE : do_nothing
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    44
		
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    45
FREEZE : do_nothing
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    46
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    47
SAVESPACE : do_nothing
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    48
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    49
RELEASABLES :
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    50
	@echo MyPlayer_0xE0EDBE14.hlp
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    51
b220a9341636 2010wk46_01
hgs
parents:
diff changeset
    52
FINAL : do_nothing