dtdinstaller/config/export.mk
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 13 Oct 2010 14:18:43 +0300
branchRCL_3
changeset 38 daa23cd212b0
parent 34 60c10715f092
permissions -rw-r--r--
Revision: 201038 Kit: 201041

#
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
#
# Contributors:
#
# Description:
#
# dtdinstaller's actual configuration export makefile

MAKEFILE =	/sf/app/homescreentools/dtdinstaller/config/export.mk
$(call push,MAKEFILE_STACK,$(MAKEFILE))

DTDINSTALLERFILES =	$(MAKEFILEDIR)../bin/dtd_installer.pl													/epoc32/tools/ \
													$(MAKEFILEDIR)../bin/convert_file.pm										/epoc32/tools/ \
													$(MAKEFILEDIR)../bin/dtd.meta														/epoc32/tools/makefile_templates/tools/ \
													$(MAKEFILEDIR)../bin/dtd.mk															/epoc32/tools/makefile_templates/tools/

dtdinstaller_config								:: dtdinstaller_config-dtdinstaller 
dtdinstaller_config-dtdinstaller	::

$(call addfiles, $(DTDINSTALLERFILES), dtdinstaller_config-dtdinstaller)

$(call popout,MAKEFILE_STACK)