group/cmaker/config/export.mk
changeset 0 1918ee327afb
child 3 41300fa6a67c
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 #
       
     2 # Copyright (c) 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 "Symbian Foundation License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 # 
       
    14 # Description: makefile_templates, actual build configuration export makefile
       
    15 # 
       
    16  
       
    17 MAKEFILE = /sf/mw/qt/group/cmaker/config/export.mk
       
    18 
       
    19 
       
    20 $(call push,MAKEFILE_STACK,$(MAKEFILE))
       
    21  
       
    22 
       
    23 TEMPLATEMAKEFILES =	/sf/mw/qt/group/qtconfig.meta /epoc32/tools/makefile_templates/qt/
       
    24 
       
    25 
       
    26 template_makefiles :: template_makefiles_config
       
    27          
       
    28 
       
    29 $(call addfiles, $(TEMPLATEMAKEFILES), template_makefiles_config) 
       
    30 
       
    31 
       
    32 $(call popout,MAKEFILE_STACK)
       
    33