omadrm/drmengine/group/DrmRel1_0StringDict00AttributeValueTable.mak
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:29:38 +0300
branchRCL_3
changeset 26 1221b68b8a5f
parent 0 95b198f216e5
permissions -rw-r--r--
Revision: 201033 Kit: 201035

BUILD_DIR=$(EPOCROOT)epoc32\build\generated\Xml
GENERATED_FILES= \
	$(BUILD_DIR)\DrmRel1_0StringDict00AttributeValueTable.cpp
SOURCE_DIR=..\RO\src\

$(BUILD_DIR)\DrmRel1_0StringDict00AttributeValueTable.cpp : $(SOURCE_DIR)\DrmRel1_0StringDict00AttributeValueTable.st
	perl -S emkdir.pl $(BUILD_DIR)
	perl -S ecopyfile.pl $(SOURCE_DIR)\DrmRel1_0StringDict00AttributeValueTable.st $(BUILD_DIR)\DrmRel1_0StringDict00AttributeValueTable.st
	perl -S stringtable.pl $(BUILD_DIR)\DrmRel1_0StringDict00AttributeValueTable.st

do_nothing:
	@rem do nothing

#
# The targets invoked by bld...
#

MAKMAKE : $(GENERATED_FILES)

BLD : MAKMAKE

SAVESPACE : MAKMAKE

CLEAN : 
	perl -S ermdir.pl $(BUILD_DIR)

FREEZE : do_nothing

LIB : do_nothing

CLEANLIB : do_nothing

RESOURCE : do_nothing

FINAL : do_nothing

RELEASABLES : $(GENERATED_FILES)