secureswitools/swisistools/test/testmakesis/testmakesis.fil
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 
       
     2 # Copyright (c) 2006 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 the License "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 # testmakesis.fil is an extended test makefile which generates and signs
       
    17 # SIS file for INC092755
       
    18 #
       
    19 
       
    20 do_nothing:
       
    21 	rem do nothing
       
    22 
       
    23 #
       
    24 # The targets invoked by abld...
       
    25 #
       
    26 
       
    27 MAKMAKE : do_nothing
       
    28 FREEZE : do_nothing
       
    29 LIB : do_nothing
       
    30 RESOURCE : do_nothing
       
    31 CLEANLIB : do_nothing
       
    32 FINAL : do_nothing
       
    33 SAVESPACE : do_nothing
       
    34 CLEAN : do_nothing
       
    35 RELEASABLES : do_nothing 
       
    36 
       
    37 BLD : 
       
    38 	echo ****************************************************
       
    39 	echo testmakesis - Running inc092755 for $(PLATFORM) $(CFG)...
       
    40 	echo ****************************************************
       
    41 	inc092755.bat $(PLATFORM) $(CFG)
       
    42 
       
    43 
       
    44