sysresmonitoring/oommonitor/tsrc/oomtest/t_oomdummyapp/help/build_help.mk
branchRCL_3
changeset 1 0fdb7f6b0309
child 9 332e7bf3b42f
equal deleted inserted replaced
0:2e3d3ce01487 1:0fdb7f6b0309
       
     1 # ============================================================================
       
     2 #  Name	 : build_help.mk
       
     3 #  Part of  : t_oomdummyapp
       
     4 # ============================================================================
       
     5 #  Name	 : build_help.mk
       
     6 #  Part of  : t_oomdummyapp
       
     7 #
       
     8 #  Description: This make file will build the application help file (.hlp)
       
     9 # 
       
    10 # ============================================================================
       
    11 
       
    12 do_nothing :
       
    13 	@rem do_nothing
       
    14 
       
    15 # build the help from the MAKMAKE step so the header file generated
       
    16 # will be found by cpp.exe when calculating the dependency information
       
    17 # in the mmp makefiles.
       
    18 
       
    19 MAKMAKE : t_oomdummyapp_0xE6CFBA00.hlp
       
    20 t_oomdummyapp_0xE6CFBA00.hlp : t_oomdummyapp.xml t_oomdummyapp.cshlp Custom.xml
       
    21 	cshlpcmp t_oomdummyapp.cshlp
       
    22 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
       
    23 	copy t_oomdummyapp_0xE6CFBA00.hlp $(EPOCROOT)epoc32\$(PLATFORM)\c\resource\help
       
    24 endif
       
    25 
       
    26 BLD : do_nothing
       
    27 
       
    28 CLEAN :
       
    29 	del t_oomdummyapp_0xE6CFBA00.hlp
       
    30 	del t_oomdummyapp_0xE6CFBA00.hlp.hrh
       
    31 
       
    32 LIB : do_nothing
       
    33 
       
    34 CLEANLIB : do_nothing
       
    35 
       
    36 RESOURCE : do_nothing
       
    37 		
       
    38 FREEZE : do_nothing
       
    39 
       
    40 SAVESPACE : do_nothing
       
    41 
       
    42 RELEASABLES :
       
    43 	@echo t_oomdummyapp_0xE6CFBA00.hlp
       
    44 
       
    45 FINAL : do_nothing