charconvfw/Charconv/ongoing/test/data/main/TSNMDATA.MK
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 12 Mar 2010 15:51:09 +0200
branchRCL_3
changeset 11 6971d1c87c9a
parent 0 1fb32624e06b
child 16 56cd22a7a1cb
permissions -rw-r--r--
Revision: 201007 Kit: 201008

#
# Copyright (c) 1997-2004 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:      
#


# TARGET_DIRECTORY2 and TARGET_FILES2

!if "$(PLATFORM)"=="WINS" || "$(PLATFORM)"=="WINSCW"
TARGET_DIRECTORY=$(EPOCROOT)epoc32\$(PLATFORM)\c\resource\charconv
!else
TARGET_DIRECTORY=$(EPOCROOT)epoc32\data\z\resource\charconv
!endif

TARGET_FILES=$(TARGET_DIRECTORY)\TSNM.SNM

SOURCE_DIRECTORY=..\..\..\test\data\main

TOOLS=\
	$(EPOCROOT)epoc32\tools\UIDCRC.EXE \
	$(EPOCROOT)epoc32\tools\PARSER.PM \
	$(EPOCROOT)epoc32\tools\WRITER.PM \
	$(EPOCROOT)epoc32\tools\SNMTOOL.PL

$(TARGET_DIRECTORY) :
	@perl -S emkdir.pl "$@\\"

$(TARGET_DIRECTORY)\TSNM.SNM : $(SOURCE_DIRECTORY)\TSNM.TXT $(TOOLS)
	@call SNMTOOL $(SOURCE_DIRECTORY)\TSNM.TXT $@

DO_NOTHING :
	@rem do nothing

# the targets below are the public ones

MAKMAKE : DO_NOTHING

BLD : $(TARGET_DIRECTORY) $(TARGET_FILES)

SAVESPACE : BLD

FREEZE : DO_NOTHING

LIB : DO_NOTHING

CLEANLIB : DO_NOTHING

RESOURCE : DO_NOTHING

CLEAN : 
	-@erase $(TARGET_FILES)

RELEASABLES : 
	@echo $(TARGET_FILES)

FINAL : DO_NOTHING