creator/group/creator_stub_sis.mk
branchRCL_3
changeset 21 b3cee849fa46
parent 20 48060abbbeaf
child 22 fad26422216a
equal deleted inserted replaced
20:48060abbbeaf 21:b3cee849fa46
     1 #
       
     2 # Copyright (c) 2008 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:  
       
    15 #
       
    16 
       
    17 
       
    18 TARGETDIR=$(EPOCROOT)EPOC32\Data\Z\System\Install
       
    19 
       
    20 SISNAME=Creator_stub
       
    21 PKGNAME=Creator_stub
       
    22 
       
    23 $(TARGETDIR) :
       
    24 	@perl -S emkdir.pl "$(TARGETDIR)"
       
    25 
       
    26 do_nothing :
       
    27 	rem do_nothing
       
    28 
       
    29 SISFILE=$(TARGETDIR)\$(SISNAME).sis
       
    30 
       
    31 $(SISFILE) : ..\sis\$(PKGNAME).pkg
       
    32 	makesis -s $? $@ 
       
    33 
       
    34 
       
    35 
       
    36 MAKMAKE : do_nothing
       
    37 
       
    38 RESOURCE : do_nothing
       
    39 
       
    40 SAVESPACE : do_nothing
       
    41 
       
    42 BLD : do_nothing
       
    43 
       
    44 FREEZE : do_nothing
       
    45 
       
    46 LIB : do_nothing
       
    47 
       
    48 CLEANLIB : do_nothing
       
    49 
       
    50 FINAL : $(TARGETDIR) $(SISFILE)
       
    51 
       
    52 CLEAN : 
       
    53 	@if exist $(SISFILE) erase $(SISFILE)
       
    54 
       
    55 RELEASABLES : 
       
    56 	@echo $(SISFILE)