memana/analyzetoolclient/group/atool_stub_sis.mk
changeset 2 6a82cd05fb1e
parent 1 3ff3fecb12fe
equal deleted inserted replaced
1:3ff3fecb12fe 2:6a82cd05fb1e
     1 #
       
     2 # Copyright (c) 2009 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:  Stub sis makefile for Configuration UI.
       
    15 #
       
    16 
       
    17 TARGETDIR=$(EPOCROOT)EPOC32\Data\Z\System\Install
       
    18 
       
    19 SISNAME=analyzeTool_stub
       
    20 PKGNAME=analyzeTool_stub
       
    21 
       
    22 $(TARGETDIR) :
       
    23 	@perl -S emkdir.pl "$(TARGETDIR)"
       
    24 
       
    25 do_nothing :
       
    26 	rem do_nothing
       
    27 
       
    28 SISFILE=$(TARGETDIR)\$(SISNAME).sis
       
    29 
       
    30 $(SISFILE) : ..\sis\$(PKGNAME).pkg
       
    31 	makesis -s $? $@ 
       
    32 
       
    33 #
       
    34 # The targets invoked by bld...
       
    35 #
       
    36 
       
    37 MAKMAKE : do_nothing
       
    38 
       
    39 RESOURCE : do_nothing
       
    40 
       
    41 SAVESPACE : do_nothing
       
    42 
       
    43 BLD : do_nothing
       
    44 
       
    45 FREEZE : do_nothing
       
    46 
       
    47 LIB : do_nothing
       
    48 
       
    49 CLEANLIB : do_nothing
       
    50 
       
    51 FINAL : $(TARGETDIR) $(SISFILE)
       
    52 
       
    53 CLEAN : 
       
    54 	-erase $(SISFILE)
       
    55 
       
    56 RELEASABLES : 
       
    57 	@echo $(SISFILE)