commonservices/commonengine/config/export.mk
branchRCL_3
changeset 20 1ddbe54d0645
parent 0 4e1aa6a622a0
child 21 ccb4f6b3db21
equal deleted inserted replaced
19:94cb00198351 20:1ddbe54d0645
     1 #
     1 #
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of "Eclipse Public License v1.0"
     5 # under the terms of "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    15 #
    15 #
    16 
    16 
    17 
    17 
    18 # commonengine's actual configuration export makefile
    18 # commonengine's actual configuration export makefile
    19 
    19 
    20 MAKEFILE = 	/sf/os/devicesrv/commonservices/commonengine/config/export.mk
    20 MAKEFILE = 	$(EPOCROOT)/sf/os/devicesrv/commonservices/commonengine/config/export.mk
    21 $(call push,MAKEFILE_STACK,$(MAKEFILE))
    21 $(call push,MAKEFILE_STACK,$(MAKEFILE))
    22 
    22 
    23 CONFFILES =		$(MAKEFILEDIR)../conf/commonengine.confml              	/epoc32/rom/config/confml_data/s60/ \
    23 CONFFILES =		$(MAKEFILEDIR)../conf/commonengine.confml              	$(EPOCROOT)/epoc32/rom/config/confml_data/s60/ \
    24 							$(MAKEFILEDIR)../conf/commonengine_1020503B.crml 	     	/epoc32/rom/config/confml_data/s60/
    24 							$(MAKEFILEDIR)../conf/commonengine_1020503B.crml 	     	$(EPOCROOT)/epoc32/rom/config/confml_data/s60/
    25 		
    25 		
    26 commonengine_config					:: commonengine_config-conf
    26 commonengine_config					:: commonengine_config-conf
    27 commonengine_config-conf 		::
    27 commonengine_config-conf 		::
    28 
    28 
    29 $(call addfiles, $(CONFFILES), commonengine_config-conf)
    29 $(call addfiles, $(CONFFILES), commonengine_config-conf)