sl@0
|
1 |
# f32test/loader/ldrtst.mke
|
sl@0
|
2 |
#
|
sl@0
|
3 |
# Copyright (c) 2000 Symbian Ltd. All rights reserved.
|
sl@0
|
4 |
#
|
sl@0
|
5 |
|
sl@0
|
6 |
ifeq "$(OS)" "Windows_NT"
|
sl@0
|
7 |
ERASE := @erase 2>>nul
|
sl@0
|
8 |
else
|
sl@0
|
9 |
ERASE := @erase
|
sl@0
|
10 |
endif
|
sl@0
|
11 |
|
sl@0
|
12 |
SDIR := ..\loader
|
sl@0
|
13 |
GDIR := ..\loader\gen
|
sl@0
|
14 |
|
sl@0
|
15 |
MAKMAKE : MAKEGENERATED
|
sl@0
|
16 |
|
sl@0
|
17 |
FREEZE :
|
sl@0
|
18 |
|
sl@0
|
19 |
LIB : LIBGENERATED
|
sl@0
|
20 |
|
sl@0
|
21 |
CLEANLIB :
|
sl@0
|
22 |
|
sl@0
|
23 |
RESOURCE :
|
sl@0
|
24 |
|
sl@0
|
25 |
FINAL :
|
sl@0
|
26 |
|
sl@0
|
27 |
BLD SAVESPACE : BLDGENERATED
|
sl@0
|
28 |
|
sl@0
|
29 |
RELEASABLES :
|
sl@0
|
30 |
|
sl@0
|
31 |
ROMFILE :
|
sl@0
|
32 |
|
sl@0
|
33 |
CLEAN :
|
sl@0
|
34 |
|
sl@0
|
35 |
$(GDIR)\dlltree.inf : $(SDIR)\dlltree.pl $(SDIR)\dllt.h $(SDIR)\dllt.cpp $(SDIR)\dllt.cia \
|
sl@0
|
36 |
$(SDIR)\dlltifc.h $(SDIR)\exet.cpp $(SDIR)\exetifc.h $(SDIR)\dlltree.txt
|
sl@0
|
37 |
perl $(SDIR)\dlltree.pl $(SDIR)\dlltree.txt $(GDIR)
|
sl@0
|
38 |
|
sl@0
|
39 |
$(GDIR)\ldrtest.iby : $(SDIR)\dlltree.pl $(SDIR)\dllt.h $(SDIR)\dllt.cpp $(SDIR)\dllt.cia \
|
sl@0
|
40 |
$(SDIR)\dlltifc.h $(SDIR)\exet.cpp $(SDIR)\exetifc.h $(SDIR)\dlltree.txt
|
sl@0
|
41 |
perl $(SDIR)\dlltree.pl $(SDIR)\dlltree.txt $(GDIR)
|
sl@0
|
42 |
|
sl@0
|
43 |
$(GDIR)\dlltree.h : $(SDIR)\dlltree.pl $(SDIR)\dllt.h $(SDIR)\dllt.cpp $(SDIR)\dllt.cia \
|
sl@0
|
44 |
$(SDIR)\dlltifc.h $(SDIR)\exet.cpp $(SDIR)\exetifc.h $(SDIR)\dlltree.txt
|
sl@0
|
45 |
perl $(SDIR)\dlltree.pl $(SDIR)\dlltree.txt $(GDIR)
|
sl@0
|
46 |
|
sl@0
|
47 |
$(GDIR)\dllt.h : $(SDIR)\dllt.h
|
sl@0
|
48 |
copy $(SDIR)\dllt.h $(GDIR)\dllt.h
|
sl@0
|
49 |
|
sl@0
|
50 |
$(GDIR)\dllt.cpp : $(SDIR)\dllt.cpp
|
sl@0
|
51 |
copy $(SDIR)\dllt.cpp $(GDIR)\dllt.cpp
|
sl@0
|
52 |
|
sl@0
|
53 |
$(GDIR)\dllt.cia : $(SDIR)\dllt.cia
|
sl@0
|
54 |
copy $(SDIR)\dllt.cia $(GDIR)\dllt.cia
|
sl@0
|
55 |
|
sl@0
|
56 |
$(GDIR)\dlltifc.h : $(SDIR)\dlltifc.h
|
sl@0
|
57 |
copy $(SDIR)\dlltifc.h $(GDIR)\dlltifc.h
|
sl@0
|
58 |
|
sl@0
|
59 |
$(GDIR)\exet.cpp : $(SDIR)\exet.cpp
|
sl@0
|
60 |
copy $(SDIR)\exet.cpp $(GDIR)\exet.cpp
|
sl@0
|
61 |
|
sl@0
|
62 |
$(GDIR)\exetifc.h : $(SDIR)\exetifc.h
|
sl@0
|
63 |
copy $(SDIR)\exetifc.h $(GDIR)\exetifc.h
|
sl@0
|
64 |
|
sl@0
|
65 |
$(GDIR)\exetifc.cpp : $(SDIR)\exetifc.cpp
|
sl@0
|
66 |
copy $(SDIR)\exetifc.cpp $(GDIR)\exetifc.cpp
|
sl@0
|
67 |
|
sl@0
|
68 |
$(GDIR)\t_ldrtst.h : $(SDIR)\t_ldrtst.h
|
sl@0
|
69 |
copy $(SDIR)\t_ldrtst.h $(GDIR)\t_ldrtst.h
|
sl@0
|
70 |
|
sl@0
|
71 |
$(GDIR)\t_ldrtst.cpp : $(SDIR)\t_ldrtst.cpp
|
sl@0
|
72 |
copy $(SDIR)\t_ldrtst.cpp $(GDIR)\t_ldrtst.cpp
|
sl@0
|
73 |
|
sl@0
|
74 |
$(GDIR)\t_ldrtst2.cpp : $(SDIR)\t_ldrtst2.cpp
|
sl@0
|
75 |
copy $(SDIR)\t_ldrtst2.cpp $(GDIR)\t_ldrtst2.cpp
|
sl@0
|
76 |
|
sl@0
|
77 |
$(GDIR)\t_ldrtst.mmp : $(SDIR)\t_ldrtst.mmp
|
sl@0
|
78 |
copy $(SDIR)\t_ldrtst.mmp $(GDIR)\t_ldrtst.mmp
|
sl@0
|
79 |
|
sl@0
|
80 |
$(GDIR)\t_sfhash.cpp : $(SDIR)\t_sfhash.cpp
|
sl@0
|
81 |
copy $(SDIR)\t_sfhash.cpp $(GDIR)\t_sfhash.cpp
|
sl@0
|
82 |
|
sl@0
|
83 |
$(GDIR)\t_hash.h : $(SDIR)\t_hash.h
|
sl@0
|
84 |
copy $(SDIR)\t_hash.h $(GDIR)\t_hash.h
|
sl@0
|
85 |
|
sl@0
|
86 |
GENERATED : $(GDIR)\dlltree.inf $(GDIR)\ldrtest.iby $(GDIR)\dlltree.h \
|
sl@0
|
87 |
$(GDIR)\dllt.h $(GDIR)\dllt.cpp $(GDIR)\dllt.cia $(GDIR)\dlltifc.h \
|
sl@0
|
88 |
$(GDIR)\exet.cpp $(GDIR)\exetifc.h $(GDIR)\exetifc.cpp \
|
sl@0
|
89 |
$(GDIR)\t_ldrtst.cpp $(GDIR)\t_ldrtst2.cpp $(GDIR)\t_ldrtst.h \
|
sl@0
|
90 |
$(GDIR)\t_ldrtst.mmp $(GDIR)\t_sfhash.cpp $(GDIR)\t_hash.h
|
sl@0
|
91 |
cd $(GDIR) && call bldmake -f dlltree.inf bldfiles
|
sl@0
|
92 |
cd $(GDIR) && call bldmake -f dlltree.inf bldfiles $(PLATFORM)
|
sl@0
|
93 |
|
sl@0
|
94 |
MAKEGENERATED : GENERATED
|
sl@0
|
95 |
cd $(GDIR) && call abld test makefile $(PLATFORM)
|
sl@0
|
96 |
|
sl@0
|
97 |
LIBGENERATED : GENERATED
|
sl@0
|
98 |
cd $(GDIR) && call abld test library $(PLATFORM)
|
sl@0
|
99 |
|
sl@0
|
100 |
BLDGENERATED : GENERATED
|
sl@0
|
101 |
cd $(GDIR) && call abld test target $(PLATFORM) $(CFG)
|
sl@0
|
102 |
|
sl@0
|
103 |
|