sbsv2/raptor/lib/flm/user/globals.mk_ex
author timothy.murphy@nokia.com
Fri, 16 Apr 2010 19:03:20 +0100
branchfix
changeset 488 bae97f326378
parent 3 e1eecf4d390d
permissions -rw-r--r--
Merge

# Copyright (c) Symbian Software Ltd 2008-2009.
#
# Description:
# This is an example file.
# If it exists, the file globals.mk in this directory is automatically
# included by $(SBS_HOME)/lib/flm/globals.mk
# This allows end-users to "drop in" a file which adds to the default
# behaviour (or overrides it) rather than editing the shipped .mk file.
# globals.mk contains things which require one instance per build.
# For example, macros and variables, dependencies and targets which are
# truly global - independent of the epoc32 tree location.
#


# example resource dependency variables

mycore_DEPENDS:=eikcore.rsg eikcoctl.rsg
mymisc_DEPENDS:=eikmisc.rsg


# end of example file