sbsv1_os/e32toolp/bldmake/egmak.fil
changeset 0 83f4b4db085c
child 2 99082257a271
equal deleted inserted replaced
-1:000000000000 0:83f4b4db085c
       
     1 # Copyright (c) 2004-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 # A template custom-build extension makefile - for carrying out build activities
       
    15 # not handled by MAKMAKE-generated makefiles.
       
    16 # List this file in the PRJ_MMPFILES or PRJ_TESTMMPFILES of your BLD.INF file with the
       
    17 # keyword MAKEFILE, e.g. MAKEFILE EGMAK.FIL.
       
    18 # All the targets below should be provided, even if they do nothing, or else errors may
       
    19 # be generated.
       
    20 # Extension makefiles and makefiles generated from .MMP files are called in the order
       
    21 # in which they are specified in the BLD.INF file.
       
    22 # You can use defines
       
    23 # !IF "$(PLATFORM)" == "[<platform>]"
       
    24 # !ENDIF
       
    25 # or
       
    26 # !IF "$(CFG)" == "[UDEB|UREL]"
       
    27 # !ENDIF
       
    28 # to carry out different activities for different platforms and build configurations.
       
    29 #
       
    30 
       
    31 
       
    32 # This target is called by ABLD CLEAN ...
       
    33 CLEAN :
       
    34 #	add commands here to clean your component.
       
    35 
       
    36 
       
    37 # This target is called by ABLD FINAL ...
       
    38 FINAL :
       
    39 #	add commands here to execute any required final activities to complete the building
       
    40 #	of your component.
       
    41 
       
    42 
       
    43 # This target is called by ABLD FREEZE ...
       
    44 FREEZE :
       
    45 #	add commands here to be carried out when exports are frozen.
       
    46 
       
    47 
       
    48 # This target is called by ABLD LIBRARY ...
       
    49 LIB :
       
    50 #	add commands here to be carried out when import libraries are created.
       
    51 
       
    52 
       
    53 # This target is called by ABLD MAKEFILE ...
       
    54 MAKMAKE :
       
    55 #	add commands here to be carried out when makefiles are created.
       
    56 
       
    57 
       
    58 # This target is called by ABLD RESOURCE ...
       
    59 RESOURCE :
       
    60 #	add commands here to be carried out when resources, bitmaps and aifs are created.
       
    61 
       
    62 
       
    63 # This target is called by ABLD TARGET ...
       
    64 BLD : 
       
    65 #	add commands here to be carried out when main executables are created.
       
    66 
       
    67 
       
    68 # This target is called by ABLD -savepace TARGET ...
       
    69 SAVESPACE :
       
    70 #	add commands here to be carried out when main executables are created and
       
    71 #	intermediate files are removed.
       
    72 
       
    73 
       
    74 # This target is called by ABLD -what TARGET ...  and ABLD -check TARGET ...
       
    75 RELEASABLES :
       
    76 #	add commands here to list the releasables this makefile will create.
       
    77 
       
    78 
       
    79