srctools/cmaker/src/tools.mk
changeset 1 be27ed110b50
child 598 0a541d1f13c3
equal deleted inserted replaced
0:044383f39525 1:be27ed110b50
       
     1 ifneq ($(TOOLS_INCLUDE),done)
       
     2 #
       
     3 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     4 # All rights reserved.
       
     5 # This component and the accompanying materials are made available
       
     6 # under the terms of the License "Symbian Foundation License v1.0"
       
     7 # which accompanies this distribution, and is available
       
     8 # at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     9 #
       
    10 # Initial Contributors:
       
    11 # Nokia Corporation - initial contribution.
       
    12 #
       
    13 # Contributors:
       
    14 #
       
    15 # Description:
       
    16 # Actions that can be executed
       
    17 #
       
    18 TOOLS_INCLUDE=done
       
    19 
       
    20 test_makefiles:
       
    21 	$(foreach makefile,$(MAKEFILE_LIST),\
       
    22 		$(call println,$(makefile)))
       
    23 
       
    24 
       
    25 
       
    26 EPOC32      := $(subst \,/,$(EPOCROOT))epoc32
       
    27 E32TOOLS    := $(EPOC32)/tools
       
    28 E32MAKEFILES:= $(EPOC32)/tools/cmaker
       
    29 
       
    30 
       
    31 include $(E32MAKEFILES)/utils.mk
       
    32 include $(E32MAKEFILES)/env.mk
       
    33 include $(E32MAKEFILES)/settings.mk
       
    34 include $(E32MAKEFILES)/functions.mk
       
    35 
       
    36 endif