equal
deleted
inserted
replaced
|
1 BUILD_DIR=$(EPOCROOT)epoc32\build\generated\Xml |
|
2 GENERATED_FILES= \ |
|
3 $(BUILD_DIR)\DrmRel1_0StringDict00AttributeTable.cpp |
|
4 SOURCE_DIR=..\RO\src\ |
|
5 |
|
6 $(BUILD_DIR)\DrmRel1_0StringDict00AttributeTable.cpp : $(SOURCE_DIR)\DrmRel1_0StringDict00AttributeTable.st |
|
7 perl -S emkdir.pl $(BUILD_DIR) |
|
8 perl -S ecopyfile.pl $(SOURCE_DIR)\DrmRel1_0StringDict00AttributeTable.st $(BUILD_DIR)\DrmRel1_0StringDict00AttributeTable.st |
|
9 perl -S stringtable.pl $(BUILD_DIR)\DrmRel1_0StringDict00AttributeTable.st |
|
10 |
|
11 do_nothing: |
|
12 @rem do nothing |
|
13 |
|
14 # |
|
15 # The targets invoked by bld... |
|
16 # |
|
17 |
|
18 MAKMAKE : $(GENERATED_FILES) |
|
19 |
|
20 BLD : MAKMAKE |
|
21 |
|
22 SAVESPACE : MAKMAKE |
|
23 |
|
24 CLEAN : |
|
25 perl -S ermdir.pl $(BUILD_DIR) |
|
26 |
|
27 FREEZE : do_nothing |
|
28 |
|
29 LIB : do_nothing |
|
30 |
|
31 CLEANLIB : do_nothing |
|
32 |
|
33 RESOURCE : do_nothing |
|
34 |
|
35 FINAL : do_nothing |
|
36 |
|
37 RELEASABLES : $(GENERATED_FILES) |