equal
deleted
inserted
replaced
|
1 # |
|
2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
3 # All rights reserved. |
|
4 # |
|
5 # Description: makefile_templates, actual build configuration export makefile |
|
6 # |
|
7 |
|
8 MAKEFILE = /sf/mw/qt/src/s60installs/deviceconfiguration/cmaker/config/export.mk |
|
9 |
|
10 |
|
11 $(call push,MAKEFILE_STACK,$(MAKEFILE)) |
|
12 |
|
13 |
|
14 TEMPLATEMAKEFILES = /sf/mw/qt/src/s60installs/deviceconfiguration/qtconfig.meta /epoc32/tools/makefile_templates/qt/ |
|
15 |
|
16 |
|
17 template_makefiles :: template_makefiles_config |
|
18 |
|
19 |
|
20 $(call addfiles, $(TEMPLATEMAKEFILES), template_makefiles_config) |
|
21 |
|
22 |
|
23 $(call popout,MAKEFILE_STACK) |
|
24 |