dtdinstaller/config/export.mk
branchRCL_3
changeset 17 fe49e33862e2
parent 16 b685c59de105
child 18 04b7640f6fb5
equal deleted inserted replaced
16:b685c59de105 17:fe49e33862e2
     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 "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:
       
    15 #
       
    16 # dtdinstaller's actual configuration export makefile
       
    17 
       
    18 MAKEFILE =	/sf/app/homescreentools/dtdinstaller/config/export.mk
       
    19 $(call push,MAKEFILE_STACK,$(MAKEFILE))
       
    20 
       
    21 DTDINSTALLERFILES =	$(MAKEFILEDIR)../bin/dtd_installer.pl													/epoc32/tools/ \
       
    22 													$(MAKEFILEDIR)../bin/convert_file.pm										/epoc32/tools/ \
       
    23 													$(MAKEFILEDIR)../bin/dtd.meta														/epoc32/tools/makefile_templates/tools/ \
       
    24 													$(MAKEFILEDIR)../bin/dtd.mk															/epoc32/tools/makefile_templates/tools/
       
    25 
       
    26 dtdinstaller_config								:: dtdinstaller_config-dtdinstaller 
       
    27 dtdinstaller_config-dtdinstaller	::
       
    28 
       
    29 $(call addfiles, $(DTDINSTALLERFILES), dtdinstaller_config-dtdinstaller)
       
    30 
       
    31 $(call popout,MAKEFILE_STACK)