-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdeps.bld
234 lines (234 loc) · 13.2 KB
/
deps.bld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
#UPDATE#
CINIT.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h emit.h dos.h tss.h os.h mps.h \
hal.h peexe.h window.h timer.h line.h dosfile.h loader.h \
event.h bus.h start.h
KERNEL.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h timer.h peexe.h extrnvar.h line.h loader.h \
malloc.h free.h dosfile.h ifs.h event.h
SCREEN.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h os.h emit.h malloc.h \
free.h dos.h dosfile.h event.h
EXPRESS.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h dos.h tss.h
DEBUG.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h emit.h os.h dos.h tss.h mps.h \
hal.h xcall.h window.h line.h loader.h menu.h rlock.h event.h \
debug.h dparse.h bus.h ia32.h debcmd.h debkern.h sld.h
UNASM.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h emit.h os.h dos.h tss.h mps.h \
hal.h xcall.h window.h line.h loader.h menu.h rlock.h event.h \
debug.h dparse.h bus.h ia32.h debcmd.h
FORMAT.obj: stdarg.h stdio.h stdlib.h ctype.h kernel.h types.h \
version.h keyboard.h screen.h
MPS.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h os.h emit.h mps.h event.h
INT.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h keyboard.h \
kernel.h version.h hal.h screen.h mps.h emit.h os.h
MEM.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h emit.h dos.h tss.h mps.h os.h \
globals.h index.h mmu.h book.h chapter.h page.h byte.h mpt.h \
mah.h mat.h malloc.h
MPT.obj: stdarg.h stdio.h stdlib.h emit.h os.h types.h kernel.h \
version.h globals.h index.h mmu.h book.h chapter.h page.h \
byte.h mpt.h mah.h mat.h malloc.h
MAH.obj: stdarg.h stdio.h stdlib.h emit.h os.h types.h kernel.h \
version.h globals.h index.h mmu.h book.h chapter.h page.h \
byte.h mpt.h mah.h mat.h malloc.h
MAT.obj: stdarg.h stdio.h stdlib.h emit.h os.h types.h kernel.h \
version.h globals.h index.h mmu.h book.h chapter.h page.h \
byte.h mpt.h mah.h mat.h malloc.h
CHAPTER.obj: stdarg.h stdio.h stdlib.h emit.h os.h types.h kernel.h \
version.h globals.h index.h mmu.h book.h chapter.h page.h \
byte.h mpt.h mah.h mat.h malloc.h
PAGE.obj: stdarg.h stdio.h stdlib.h emit.h os.h types.h kernel.h \
version.h globals.h index.h mmu.h book.h chapter.h page.h \
byte.h mpt.h mah.h mat.h malloc.h
INDEX.obj: stdarg.h stdio.h stdlib.h emit.h os.h types.h kernel.h \
version.h globals.h index.h mmu.h book.h chapter.h page.h \
byte.h mpt.h mah.h mat.h malloc.h
MALLOC.obj: stdarg.h stdio.h stdlib.h emit.h os.h types.h kernel.h \
version.h globals.h index.h mmu.h book.h chapter.h page.h \
byte.h mpt.h mah.h mat.h malloc.h
BYTE.obj: stdarg.h stdio.h stdlib.h emit.h os.h types.h kernel.h \
version.h globals.h index.h mmu.h book.h chapter.h page.h \
byte.h mpt.h mah.h mat.h malloc.h
RANDOM.obj: stdarg.h stdio.h stdlib.h emit.h os.h types.h globals.h \
index.h mmu.h book.h chapter.h page.h byte.h mpt.h mah.h \
mat.h malloc.h
HAL.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h hal.h mps.h emit.h os.h
PROC.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
keyboard.h kernel.h version.h hal.h screen.h mps.h emit.h \
os.h event.h dos.h
PROCESS.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h timer.h peexe.h malloc.h free.h event.h
COMMAND.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h window.h dosfile.h timer.h line.h loader.h \
cmd.h xcall.h
DOSFILE.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h peexe.h window.h dosfile.h event.h
CTIMER.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h peexe.h timer.h
SEMA.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h emit.h dos.h tss.h os.h mps.h \
hal.h timer.h peexe.h malloc.h free.h event.h
MMU.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h emit.h dos.h tss.h os.h mps.h \
hal.h peexe.h window.h timer.h globals.h index.h mmu.h book.h \
chapter.h page.h byte.h mpt.h mah.h mat.h malloc.h
CODEVIEW.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h timer.h dosfile.h peexe.h line.h loader.h \
malloc.h free.h trees.h symbols.h exports.h codeview.h
LOADER.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h timer.h peexe.h extrnvar.h line.h loader.h \
malloc.h free.h dosfile.h ifs.h event.h exports.h
PEDUMP.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h timer.h peexe.h extrnvar.h dosfile.h ifs.h
EXEDUMP.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h timer.h peexe.h extrnvar.h
OBJDUMP.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h timer.h peexe.h extrnvar.h
COMMON.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h timer.h peexe.h extrnvar.h
PEUTIL.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h timer.h peexe.h extrnvar.h
WINDOW.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h window.h malloc.h free.h
MENU.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h emit.h dos.h tss.h os.h mps.h \
hal.h menu.h malloc.h free.h
DLL.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h emit.h dos.h tss.h os.h mps.h \
hal.h timer.h dosfile.h peexe.h extrnvar.h line.h loader.h \
exports.h
MONITOR.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h window.h menu.h dosfile.h timer.h peexe.h \
line.h loader.h malloc.h free.h event.h
LOWMEM.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h timer.h peexe.h bus.h
HIGHMEM.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h timer.h peexe.h
BUS.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h emit.h os.h dos.h tss.h mps.h \
hal.h xcall.h window.h line.h loader.h menu.h dosfile.h
TREES.obj: version.h stdarg.h stdio.h stdlib.h ctype.h string.h \
types.h kernel.h keyboard.h screen.h emit.h dos.h tss.h os.h \
mps.h hal.h timer.h peexe.h malloc.h free.h trees.h
FILEIO.obj: version.h stdarg.h stdio.h stdlib.h ctype.h string.h \
types.h kernel.h keyboard.h screen.h emit.h dos.h tss.h os.h \
mps.h hal.h timer.h peexe.h dosfile.h malloc.h free.h trees.h \
ifs.h
RLOCK.obj: version.h stdarg.h stdio.h stdlib.h ctype.h string.h \
types.h kernel.h keyboard.h screen.h emit.h dos.h tss.h os.h \
mps.h hal.h timer.h peexe.h malloc.h free.h rlock.h
EVENT.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h emit.h dos.h tss.h os.h mps.h \
hal.h window.h menu.h dosfile.h timer.h peexe.h line.h \
loader.h malloc.h free.h event.h
IFS.obj: version.h stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h keyboard.h screen.h emit.h dos.h tss.h os.h mps.h \
hal.h timer.h peexe.h malloc.h free.h ifs.h dosfile.h
DPARSE.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h os.h dos.h \
tss.h mps.h hal.h xcall.h window.h line.h loader.h menu.h \
rlock.h event.h dparse.h
CMD.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h emit.h os.h dos.h tss.h mps.h \
hal.h xcall.h window.h line.h loader.h menu.h rlock.h event.h \
cmd.h
START.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h emit.h os.h dos.h tss.h mps.h \
hal.h xcall.h window.h line.h loader.h menu.h rlock.h event.h \
start.h
TRACKING.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h os.h dos.h \
tss.h mps.h hal.h xcall.h window.h line.h loader.h menu.h \
rlock.h malloc.h free.h tracking.h
DEBMPS.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h os.h dos.h \
tss.h mps.h hal.h xcall.h window.h line.h loader.h menu.h \
rlock.h event.h debug.h dparse.h
TSSPOOL.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h os.h dos.h \
tss.h mps.h hal.h xcall.h window.h line.h loader.h menu.h \
rlock.h event.h debug.h dparse.h
XCALL.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h emit.h os.h dos.h tss.h mps.h \
hal.h xcall.h window.h line.h loader.h menu.h rlock.h event.h \
debug.h dparse.h bus.h
IA32.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h emit.h os.h dos.h tss.h mps.h \
hal.h xcall.h window.h line.h loader.h menu.h rlock.h event.h \
debug.h dparse.h ia32.h altdebug.h
SLD.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h emit.h os.h dos.h tss.h mps.h \
hal.h xcall.h window.h line.h loader.h menu.h rlock.h event.h \
debug.h dparse.h bus.h sld.h
DEBCMD.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h os.h dos.h \
tss.h mps.h hal.h xcall.h window.h line.h loader.h menu.h \
rlock.h event.h debug.h dparse.h bus.h debcmd.h
ACCEL.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h emit.h os.h dos.h tss.h mps.h \
hal.h xcall.h window.h line.h loader.h menu.h rlock.h event.h
SPEED.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h emit.h dos.h tss.h os.h mps.h \
hal.h peexe.h window.h timer.h line.h dosfile.h loader.h \
event.h bus.h start.h
STARTLIB.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h peexe.h window.h timer.h line.h dosfile.h \
loader.h event.h bus.h start.h
ALTDEBUG.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h os.h dos.h \
tss.h mps.h hal.h xcall.h window.h line.h loader.h menu.h \
rlock.h event.h altdebug.h
SYMBOLS.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h os.h dos.h \
tss.h mps.h hal.h xcall.h window.h line.h loader.h menu.h \
rlock.h event.h debug.h dparse.h bus.h symbols.h malloc.h \
free.h
EXPORTS.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h os.h dos.h \
tss.h mps.h hal.h xcall.h window.h line.h loader.h menu.h \
rlock.h event.h debug.h dparse.h bus.h peexe.h exports.h \
malloc.h free.h
MUTEX.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h kernel.h \
version.h keyboard.h screen.h emit.h dos.h tss.h os.h mps.h \
hal.h timer.h peexe.h malloc.h free.h event.h
RMUTEX.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h timer.h peexe.h malloc.h free.h event.h
DEBKERN.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h os.h dos.h \
tss.h mps.h hal.h xcall.h window.h line.h loader.h menu.h \
rlock.h event.h debug.h dparse.h bus.h debkern.h
RWLOCK.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h timer.h peexe.h malloc.h free.h event.h
CLOADER.obj: version.h stdarg.h stdio.h stdlib.h ctype.h types.h \
emit.h string.h dos.h tss.h os.h hal.h kernel.h screen.h \
peexe.h extrnvar.h dosfile.h mps.h
LDOSFILE.obj: stdarg.h stdio.h stdlib.h ctype.h string.h types.h \
kernel.h version.h keyboard.h screen.h emit.h dos.h tss.h \
os.h mps.h hal.h peexe.h window.h dosfile.h
LFORMAT.obj: stdarg.h stdio.h stdlib.h ctype.h kernel.h types.h \
version.h keyboard.h screen.h
#ENDUPDATE#