testexecfw/useremul/help/build_help.mk
changeset 0 3e07fef1e154
equal deleted inserted replaced
-1:000000000000 0:3e07fef1e154
       
     1 #
       
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:  This make file will build the application help file (.hlp)
       
    15 #
       
    16 # ============================================================================
       
    17 #  Name	 : build_help.mk
       
    18 #  Part of  : UserEmulator
       
    19 # ============================================================================
       
    20 #  Name	 : build_help.mk
       
    21 #  Part of  : UserEmulator
       
    22 #
       
    23 #  Description: This make file will build the application help file (.hlp)
       
    24 # 
       
    25 # ============================================================================
       
    26 
       
    27 do_nothing :
       
    28 	@rem do_nothing
       
    29 
       
    30 # build the help from the MAKMAKE step so the header file generated
       
    31 # will be found by cpp.exe when calculating the dependency information
       
    32 # in the mmp makefiles.
       
    33 
       
    34 MAKMAKE : UserEmulator_0x2001C3AF.hlp
       
    35 UserEmulator_0x2001C3AF.hlp : UserEmulator.rtf UserEmulator.cshlp Custom.xml
       
    36 	cshlpcmp UserEmulator.cshlp
       
    37 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
       
    38 	copy UserEmulator_0x2001C3AF.hlp $(EPOCROOT)epoc32\$(PLATFORM)\c\resource\help
       
    39 endif
       
    40 
       
    41 BLD : do_nothing
       
    42 
       
    43 CLEAN :
       
    44 	del UserEmulator_0x2001C3AF.hlp
       
    45 	del UserEmulator_0x2001C3AF.hlp.hrh
       
    46 
       
    47 LIB : do_nothing
       
    48 
       
    49 CLEANLIB : do_nothing
       
    50 
       
    51 RESOURCE : do_nothing
       
    52 		
       
    53 FREEZE : do_nothing
       
    54 
       
    55 SAVESPACE : do_nothing
       
    56 
       
    57 RELEASABLES :
       
    58 	@echo UserEmulator_0x2001C3AF.hlp
       
    59 
       
    60 FINAL : do_nothing