omadrm/drmengine/utils/src/DrmRel2_1StringDict00AttributeTable.mak
author Shabe Razvi <shaber@symbian.org>
Fri, 17 Sep 2010 17:32:40 +0100
branchRCL_3
changeset 78 b72c2d56e34a
parent 0 95b198f216e5
permissions -rw-r--r--
Re-merge fixes for Bug 1993 and Bug 2121

BUILD_DIR=$(EPOCROOT)epoc32\build\generated\Xml
GENERATED_FILES= \
	$(BUILD_DIR)\DrmRel2_1StringDict00AttributeTable.cpp
SOURCE_DIR=.

$(BUILD_DIR)\DrmRel2_1StringDict00AttributeTable.cpp : $(SOURCE_DIR)\DrmRel2_1StringDict00AttributeTable.st
	perl -S emkdir.pl $(BUILD_DIR)
	perl -S ecopyfile.pl $(SOURCE_DIR)\DrmRel2_1StringDict00AttributeTable.st $(BUILD_DIR)\DrmRel2_1StringDict00AttributeTable.st
	perl -S stringtable.pl $(BUILD_DIR)\DrmRel2_1StringDict00AttributeTable.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)