devicesrv_pub/platform_path_definitions_api/config/export.mk
branchRCL_3
changeset 81 24127ea5a236
parent 56 1ddbe54d0645
equal deleted inserted replaced
71:fdcef27a50b8 81:24127ea5a236
     1 #
     1 #
     2 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 # Copyright (c) 2009 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".
    16 #
    16 #
    17 
    17 
    18 
    18 
    19 # platform_path_definitions_api's actual configuration export makefile
    19 # platform_path_definitions_api's actual configuration export makefile
    20 
    20 
    21 MAKEFILE = 	$(EPOCROOT)/sf/os/devicesrv/devicesrv_pub/platform_path_definitions_api/config/export.mk
    21 MAKEFILE = 	/sf/os/devicesrv/devicesrv_pub/platform_path_definitions_api/config/export.mk
    22 $(call push,MAKEFILE_STACK,$(MAKEFILE))
    22 $(call push,MAKEFILE_STACK,$(MAKEFILE))
    23 
    23 
    24 INCFILES =		$(MAKEFILEDIR)../inc/platform_paths.hrh               $(EPOCROOT)/epoc32/include/ \
    24 INCFILES =		$(MAKEFILEDIR)../inc/platform_paths.hrh               /epoc32/include/ \
    25 							$(MAKEFILEDIR)../inc/non_foundation_paths.hrh         $(EPOCROOT)/epoc32/include/ \
    25 							$(MAKEFILEDIR)../inc/non_foundation_paths.hrh         /epoc32/include/ \
    26 							$(MAKEFILEDIR)../inc/iconlocations.hrh                $(EPOCROOT)/epoc32/include/
    26 							$(MAKEFILEDIR)../inc/iconlocations.hrh                /epoc32/include/
    27 		
    27 		
    28 platform_path_config				:: platform_path_config-inc
    28 platform_path_config				:: platform_path_config-inc
    29 platform_path_config-inc 		::
    29 platform_path_config-inc 		::
    30 
    30 
    31 $(call addfiles, $(INCFILES), platform_path_config-inc)
    31 $(call addfiles, $(INCFILES), platform_path_config-inc)