3
|
1 |
#
|
|
2 |
# Copyright (c) 2008-2009 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 |
# final include file : this is included at the end of
|
|
16 |
# all generated makefiles
|
|
17 |
# INPUTS : assumes OSTYPE and FLMHOME are set.
|
|
18 |
#
|
|
19 |
|
|
20 |
# The final makefile is not a once-per-build file
|
|
21 |
# if the make tree is split into many files then
|
|
22 |
# final must be "included" many times
|
|
23 |
|
|
24 |
# Create all remaining buffered directories
|
|
25 |
#
|
|
26 |
$(call makepathfinalise)
|
|
27 |
|
|
28 |
# For users of SBSv2 who wish to add in their own final settings
|
|
29 |
# without modifying this file:
|
|
30 |
-include $(FLMHOME)/user/final.mk
|