sbsv1/abld/bldmake/egmak.fil
author Mike Kinghan <mikek@symbian.org>
Thu, 25 Nov 2010 13:59:07 +0000
changeset 40 68f68128601f
permissions -rw-r--r--
1) Add the sbsv1 components from sftools/dev/build to make the linux_build package independent of the obsolete buildtools package. 2) Enhance romnibus.pl so that it generate the symbol file for the built rom when invoked by Raptor 3) Make the maksym.pl tool portable for Linux as well as Windows. 4) Remove the of armasm2as.pl from the e32tools component in favour of the copy now exported from sbsv1/e32util.

# Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
# 
# Contributors:
#
# Description:
# A template custom-build extension makefile - for carrying out build activities
# not handled by MAKMAKE-generated makefiles.
# List this file in the PRJ_MMPFILES or PRJ_TESTMMPFILES of your BLD.INF file with the
# keyword MAKEFILE, e.g. MAKEFILE EGMAK.FIL.
# All the targets below should be provided, even if they do nothing, or else errors may
# be generated.
# Extension makefiles and makefiles generated from .MMP files are called in the order
# in which they are specified in the BLD.INF file.
# You can use defines
# !IF "$(PLATFORM)" == "[<platform>]"
# !ENDIF
# or
# !IF "$(CFG)" == "[UDEB|UREL]"
# !ENDIF
# to carry out different activities for different platforms and build configurations.
#


# This target is called by ABLD CLEAN ...
CLEAN :
#	add commands here to clean your component.


# This target is called by ABLD FINAL ...
FINAL :
#	add commands here to execute any required final activities to complete the building
#	of your component.


# This target is called by ABLD FREEZE ...
FREEZE :
#	add commands here to be carried out when exports are frozen.


# This target is called by ABLD LIBRARY ...
LIB :
#	add commands here to be carried out when import libraries are created.


# This target is called by ABLD MAKEFILE ...
MAKMAKE :
#	add commands here to be carried out when makefiles are created.


# This target is called by ABLD RESOURCE ...
RESOURCE :
#	add commands here to be carried out when resources, bitmaps and aifs are created.


# This target is called by ABLD TARGET ...
BLD : 
#	add commands here to be carried out when main executables are created.


# This target is called by ABLD -savepace TARGET ...
SAVESPACE :
#	add commands here to be carried out when main executables are created and
#	intermediate files are removed.


# This target is called by ABLD -what TARGET ...  and ABLD -check TARGET ...
RELEASABLES :
#	add commands here to list the releasables this makefile will create.