installationservices/swinstallationfw/test/tusif/group/siftest.makefile
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
child 70 e8965914fac7
equal deleted inserted replaced
65:7333d7932ef7 66:8b7f4e561641
     1 # Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of the License "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 #
       
     8 # Initial Contributors:
       
     9 # Nokia Corporation - initial contribution.
       
    10 #
       
    11 # Contributors:
       
    12 #
       
    13 # Description:
       
    14 #
       
    15 # siftest.amkefile is an extended test makefile which generates
       
    16 # self-signed SIS files for the USIF integration tests
       
    17 
       
    18 
       
    19 do_nothing:
       
    20 	rem do nothing
       
    21 
       
    22 #
       
    23 # The targets invoked by abld...
       
    24 #
       
    25 
       
    26 MAKMAKE : do_nothing
       
    27 FREEZE : do_nothing
       
    28 LIB : do_nothing
       
    29 RESOURCE : do_nothing
       
    30 CLEANLIB : do_nothing
       
    31 BLD : do_nothing
       
    32 SAVESPACE : do_nothing
       
    33 CLEAN : do_nothing
       
    34 RELEASABLES : do_nothing
       
    35 
       
    36 FINAL : 
       
    37 	echo ***************************************************************
       
    38 	echo maketestsis - Running createsisfiles.bat for $(PLATFORM) $(CFG)
       
    39 	echo ***************************************************************
       
    40 	createsisfiles.bat $(PLATFORM) $(CFG)
       
    41 	perl createleesisfiles.pl $(PLATFORM) $(CFG)
       
    42 	perl createrefbinfiles.pl $(PLATFORM) $(CFG)