configure/compile changes + small optimizations
[bochs-mirror.git] / cpu / Makefile.in
blob9af81c7d3afdbc0c66e322a173b2157c2e2a4d4e
1 # Copyright (C) 2001 MandrakeSoft S.A.
3 # MandrakeSoft S.A.
4 # 43, rue d'Aboukir
5 # 75002 Paris - France
6 # http://www.linux-mandrake.com/
7 # http://www.mandrakesoft.com/
9 # This library is free software; you can redistribute it and/or
10 # modify it under the terms of the GNU Lesser General Public
11 # License as published by the Free Software Foundation; either
12 # version 2 of the License, or (at your option) any later version.
14 # This library is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 # Lesser General Public License for more details.
19 # You should have received a copy of the GNU Lesser General Public
20 # License along with this library; if not, write to the Free Software
21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 @SUFFIX_LINE@
26 srcdir = @srcdir@
27 VPATH = @srcdir@
28 top_builddir = ..
29 top_srcdir = @top_srcdir@
31 SHELL = /bin/sh
33 @SET_MAKE@
35 CXX = @CXX@
36 CXXFLAGS = @CXXFLAGS@ @GUI_CXXFLAGS@
38 LDFLAGS = @LDFLAGS@
39 LIBS = @LIBS@
40 X_LIBS = @X_LIBS@
41 X_PRE_LIBS = @X_PRE_LIBS@
42 RANLIB = @RANLIB@
46 BX_INCDIRS = -I.. -I$(srcdir)/.. -I../@INSTRUMENT_DIR@ -I$(srcdir)/../@INSTRUMENT_DIR@
48 EXT_DEBUG_OBJS = @EXT_DEBUG_OBJS@
50 # Objects which are synced between the cpu and cpu64 code and
51 # are used for either compile.
52 OBJS = \
53 init.o \
54 cpu.o \
55 resolve32.o \
56 fetchdecode.o \
57 access.o \
58 shift16.o \
59 logical16.o \
60 resolve16.o \
61 ctrl_xfer32.o \
62 ctrl_xfer16.o \
63 mmx.o \
64 3dnow.o \
65 fpu_emu.o \
66 sse.o \
67 sse_move.o \
68 sse_pfp.o \
69 sse_rcp.o \
70 sse_string.o \
71 soft_int.o \
72 io_pro.o \
73 apic.o \
74 bcd.o \
75 mult16.o \
76 tasking.o \
77 shift32.o \
78 shift8.o \
79 arith8.o \
80 stack16.o \
81 protect_ctrl.o \
82 mult8.o \
83 data_xfer8.o \
84 vm8086.o \
85 logical8.o \
86 logical32.o \
87 arith16.o \
88 segment_ctrl.o \
89 ctrl_xfer8.o \
90 data_xfer16.o \
91 data_xfer32.o \
92 exception.o \
93 cpuid.o \
94 proc_ctrl.o \
95 smm.o \
96 lazy_flags.o \
97 stack_pro.o \
98 flag_ctrl_pro.o \
99 stack32.o \
100 debugstuff.o \
101 flag_ctrl.o \
102 mult32.o \
103 arith32.o \
104 jmp_far.o \
105 call_far.o \
106 ret_far.o \
107 iret.o \
108 ctrl_xfer_pro.o \
109 segment_ctrl_pro.o \
110 io.o \
111 bit.o \
112 string.o \
113 paging.o \
114 $(EXT_DEBUG_OBJS)
116 # Objects which are only used for x86-64 code
117 OBJS64 = \
118 arith64.o \
119 ctrl_xfer64.o \
120 data_xfer64.o \
121 fetchdecode64.o \
122 logical64.o \
123 mult64.o \
124 resolve64.o \
125 shift64.o \
126 stack64.o
128 BX_INCLUDES = ../bochs.h ../config.h
131 all: libcpu.a
133 .@CPP_SUFFIX@.o:
134 $(CXX) @DASH@c $(BX_INCDIRS) $(CXXFLAGS) @CXXFP@$< @OFP@$@
137 libcpu.a: $(OBJS) @OBJS64@
138 @RMCOMMAND@ libcpu.a
139 @MAKELIB@ $(OBJS) @OBJS64@
140 $(RANLIB) libcpu.a
142 $(OBJS): $(BX_INCLUDES)
144 $(OBJS64): $(BX_INCLUDES)
146 clean:
147 @RMCOMMAND@ *.o
148 @RMCOMMAND@ *.a
150 dist-clean: clean
151 @RMCOMMAND@ Makefile
153 ###########################################
154 # dependencies generated by
155 # gcc -MM -I.. -I../instrument/stubs *.cc | sed 's/\.cc/.@CPP_SUFFIX@/g'
156 ###########################################
157 3dnow.o: 3dnow.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
158 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
159 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
160 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
161 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
162 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
163 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
164 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
165 access.o: access.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
166 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
167 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
168 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
169 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
170 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
171 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
172 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
173 apic.o: apic.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
174 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
175 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
176 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
177 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
178 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
179 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
180 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
181 ../iodev/iodev.h ../bochs.h ../iodev/pci.h ../iodev/pci2isa.h \
182 ../iodev/pci_ide.h ../iodev/acpi.h ../iodev/pcivga.h ../iodev/vga.h \
183 ../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
184 ../iodev/biosdev.h ../iodev/cmos.h ../iodev/dma.h ../iodev/floppy.h \
185 ../iodev/harddrv.h ../iodev/keyboard.h ../iodev/parallel.h \
186 ../iodev/pic.h ../iodev/pit_wrap.h ../iodev/pit82c54.h \
187 ../iodev/virt_timer.h ../iodev/serial.h ../iodev/unmapped.h \
188 ../iodev/ne2k.h ../iodev/guest2host.h ../iodev/slowdown_timer.h \
189 ../iodev/extfpuirq.h ../iodev/gameport.h
190 arith16.o: arith16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
191 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
192 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
193 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
194 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
195 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
196 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
197 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
198 ../cpu/xmm.h
199 arith32.o: arith32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
200 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
201 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
202 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
203 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
204 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
205 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
206 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
207 ../cpu/xmm.h
208 arith64.o: arith64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
209 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
210 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
211 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
212 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
213 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
214 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
215 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
216 ../cpu/xmm.h
217 arith8.o: arith8.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
218 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
219 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
220 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
221 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
222 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
223 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
224 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
225 bcd.o: bcd.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
226 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
227 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
228 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
229 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
230 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
231 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
232 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
233 bit.o: bit.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
234 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
235 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
236 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
237 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
238 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
239 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
240 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
241 call_far.o: call_far.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
242 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
243 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
244 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
245 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
246 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
247 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
248 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
249 ../cpu/xmm.h
250 cpu.o: cpu.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
251 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
252 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
253 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
254 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
255 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
256 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
257 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
258 ../iodev/iodev.h ../bochs.h ../iodev/pci.h ../iodev/pci2isa.h \
259 ../iodev/pci_ide.h ../iodev/acpi.h ../iodev/pcivga.h ../iodev/vga.h \
260 ../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
261 ../iodev/biosdev.h ../iodev/cmos.h ../iodev/dma.h ../iodev/floppy.h \
262 ../iodev/harddrv.h ../iodev/keyboard.h ../iodev/parallel.h \
263 ../iodev/pic.h ../iodev/pit_wrap.h ../iodev/pit82c54.h \
264 ../iodev/virt_timer.h ../iodev/serial.h ../iodev/unmapped.h \
265 ../iodev/ne2k.h ../iodev/guest2host.h ../iodev/slowdown_timer.h \
266 ../iodev/extfpuirq.h ../iodev/gameport.h
267 cpuid.o: cpuid.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
268 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
269 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
270 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
271 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
272 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
273 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
274 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
275 ctrl_xfer16.o: ctrl_xfer16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
276 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
277 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
278 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
279 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
280 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
281 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
282 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
283 ../cpu/xmm.h
284 ctrl_xfer32.o: ctrl_xfer32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
285 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
286 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
287 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
288 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
289 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
290 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
291 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
292 ../cpu/xmm.h
293 ctrl_xfer64.o: ctrl_xfer64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
294 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
295 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
296 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
297 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
298 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
299 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
300 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
301 ../cpu/xmm.h
302 ctrl_xfer8.o: ctrl_xfer8.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
303 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
304 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
305 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
306 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
307 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
308 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
309 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
310 ../cpu/xmm.h
311 ctrl_xfer_pro.o: ctrl_xfer_pro.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
312 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
313 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
314 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
315 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
316 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
317 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
318 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
319 ../cpu/xmm.h
320 data_xfer16.o: data_xfer16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
321 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
322 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
323 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
324 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
325 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
326 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
327 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
328 ../cpu/xmm.h
329 data_xfer32.o: data_xfer32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
330 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
331 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
332 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
333 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
334 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
335 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
336 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
337 ../cpu/xmm.h
338 data_xfer64.o: data_xfer64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
339 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
340 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
341 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
342 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
343 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
344 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
345 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
346 ../cpu/xmm.h
347 data_xfer8.o: data_xfer8.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
348 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
349 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
350 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
351 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
352 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
353 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
354 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
355 ../cpu/xmm.h
356 debugstuff.o: debugstuff.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
357 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
358 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
359 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
360 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
361 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
362 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
363 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
364 ../cpu/xmm.h
365 exception.o: exception.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
366 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
367 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
368 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
369 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
370 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
371 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
372 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
373 ../cpu/xmm.h ../iodev/iodev.h ../bochs.h ../iodev/pci.h \
374 ../iodev/pci2isa.h ../iodev/pci_ide.h ../iodev/acpi.h ../iodev/pcivga.h \
375 ../iodev/vga.h ../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
376 ../iodev/biosdev.h ../iodev/cmos.h ../iodev/dma.h ../iodev/floppy.h \
377 ../iodev/harddrv.h ../iodev/keyboard.h ../iodev/parallel.h \
378 ../iodev/pic.h ../iodev/pit_wrap.h ../iodev/pit82c54.h \
379 ../iodev/virt_timer.h ../iodev/serial.h ../iodev/unmapped.h \
380 ../iodev/ne2k.h ../iodev/guest2host.h ../iodev/slowdown_timer.h \
381 ../iodev/extfpuirq.h ../iodev/gameport.h
382 fetchdecode.o: fetchdecode.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
383 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
384 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
385 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
386 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
387 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
388 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
389 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
390 ../cpu/xmm.h fetchdecode.h
391 fetchdecode64.o: fetchdecode64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
392 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
393 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
394 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
395 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
396 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
397 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
398 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
399 ../cpu/xmm.h fetchdecode.h
400 flag_ctrl.o: flag_ctrl.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
401 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
402 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
403 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
404 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
405 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
406 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
407 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
408 ../cpu/xmm.h
409 flag_ctrl_pro.o: flag_ctrl_pro.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
410 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
411 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
412 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
413 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
414 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
415 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
416 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
417 ../cpu/xmm.h
418 fpu_emu.o: fpu_emu.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
419 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
420 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
421 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
422 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
423 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
424 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
425 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
426 ../cpu/xmm.h
427 init.o: init.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
428 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
429 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
430 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
431 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
432 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
433 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
434 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
435 io.o: io.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
436 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
437 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
438 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
439 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
440 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
441 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
442 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
443 ../iodev/iodev.h ../bochs.h ../iodev/pci.h ../iodev/pci2isa.h \
444 ../iodev/pci_ide.h ../iodev/acpi.h ../iodev/pcivga.h ../iodev/vga.h \
445 ../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
446 ../iodev/biosdev.h ../iodev/cmos.h ../iodev/dma.h ../iodev/floppy.h \
447 ../iodev/harddrv.h ../iodev/keyboard.h ../iodev/parallel.h \
448 ../iodev/pic.h ../iodev/pit_wrap.h ../iodev/pit82c54.h \
449 ../iodev/virt_timer.h ../iodev/serial.h ../iodev/unmapped.h \
450 ../iodev/ne2k.h ../iodev/guest2host.h ../iodev/slowdown_timer.h \
451 ../iodev/extfpuirq.h ../iodev/gameport.h
452 io_pro.o: io_pro.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
453 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
454 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
455 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
456 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
457 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
458 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
459 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
460 ../iodev/iodev.h ../bochs.h ../iodev/pci.h ../iodev/pci2isa.h \
461 ../iodev/pci_ide.h ../iodev/acpi.h ../iodev/pcivga.h ../iodev/vga.h \
462 ../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
463 ../iodev/biosdev.h ../iodev/cmos.h ../iodev/dma.h ../iodev/floppy.h \
464 ../iodev/harddrv.h ../iodev/keyboard.h ../iodev/parallel.h \
465 ../iodev/pic.h ../iodev/pit_wrap.h ../iodev/pit82c54.h \
466 ../iodev/virt_timer.h ../iodev/serial.h ../iodev/unmapped.h \
467 ../iodev/ne2k.h ../iodev/guest2host.h ../iodev/slowdown_timer.h \
468 ../iodev/extfpuirq.h ../iodev/gameport.h
469 iret.o: iret.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
470 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
471 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
472 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
473 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
474 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
475 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
476 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
477 jmp_far.o: jmp_far.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
478 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
479 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
480 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
481 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
482 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
483 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
484 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
485 ../cpu/xmm.h
486 lazy_flags.o: lazy_flags.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
487 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
488 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
489 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
490 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
491 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
492 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
493 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
494 ../cpu/xmm.h
495 logical16.o: logical16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
496 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
497 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
498 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
499 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
500 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
501 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
502 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
503 ../cpu/xmm.h
504 logical32.o: logical32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
505 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
506 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
507 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
508 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
509 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
510 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
511 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
512 ../cpu/xmm.h
513 logical64.o: logical64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
514 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
515 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
516 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
517 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
518 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
519 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
520 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
521 ../cpu/xmm.h
522 logical8.o: logical8.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
523 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
524 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
525 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
526 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
527 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
528 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
529 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
530 ../cpu/xmm.h
531 mmx.o: mmx.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
532 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
533 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
534 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
535 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
536 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
537 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
538 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
539 mult16.o: mult16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
540 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
541 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
542 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
543 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
544 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
545 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
546 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
547 mult32.o: mult32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
548 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
549 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
550 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
551 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
552 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
553 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
554 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
555 mult64.o: mult64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
556 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
557 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
558 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
559 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
560 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
561 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
562 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
563 mult8.o: mult8.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
564 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
565 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
566 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
567 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
568 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
569 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
570 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
571 paging.o: paging.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
572 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
573 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
574 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
575 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
576 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
577 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
578 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
579 proc_ctrl.o: proc_ctrl.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
580 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
581 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
582 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
583 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
584 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
585 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
586 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
587 ../cpu/xmm.h
588 protect_ctrl.o: protect_ctrl.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
589 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
590 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
591 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
592 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
593 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
594 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
595 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
596 ../cpu/xmm.h
597 resolve16.o: resolve16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
598 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
599 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
600 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
601 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
602 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
603 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
604 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
605 ../cpu/xmm.h
606 resolve32.o: resolve32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
607 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
608 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
609 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
610 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
611 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
612 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
613 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
614 ../cpu/xmm.h
615 resolve64.o: resolve64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
616 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
617 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
618 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
619 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
620 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
621 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
622 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
623 ../cpu/xmm.h
624 ret_far.o: ret_far.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
625 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
626 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
627 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
628 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
629 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
630 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
631 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
632 ../cpu/xmm.h
633 segment_ctrl.o: segment_ctrl.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
634 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
635 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
636 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
637 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
638 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
639 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
640 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
641 ../cpu/xmm.h
642 segment_ctrl_pro.o: segment_ctrl_pro.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
643 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
644 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
645 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
646 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
647 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
648 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
649 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
650 ../cpu/xmm.h
651 shift16.o: shift16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
652 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
653 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
654 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
655 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
656 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
657 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
658 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
659 ../cpu/xmm.h
660 shift32.o: shift32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
661 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
662 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
663 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
664 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
665 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
666 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
667 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
668 ../cpu/xmm.h
669 shift64.o: shift64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
670 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
671 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
672 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
673 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
674 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
675 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
676 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
677 ../cpu/xmm.h
678 shift8.o: shift8.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
679 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
680 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
681 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
682 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
683 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
684 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
685 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
686 smm.o: smm.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
687 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
688 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
689 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
690 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
691 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
692 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
693 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h smm.h
694 soft_int.o: soft_int.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
695 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
696 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
697 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
698 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
699 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
700 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
701 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
702 ../cpu/xmm.h
703 sse.o: sse.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
704 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
705 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
706 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
707 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
708 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
709 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
710 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
711 sse_move.o: sse_move.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
712 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
713 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
714 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
715 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
716 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
717 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
718 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
719 ../cpu/xmm.h
720 sse_pfp.o: sse_pfp.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
721 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
722 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
723 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
724 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
725 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
726 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
727 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
728 ../cpu/xmm.h ../fpu/softfloat-specialize.h ../fpu/softfloat.h
729 sse_rcp.o: sse_rcp.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
730 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
731 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
732 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
733 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
734 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
735 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
736 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
737 ../cpu/xmm.h ../fpu/softfloat-specialize.h ../fpu/softfloat.h
738 sse_string.o: sse_string.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
739 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
740 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
741 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
742 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
743 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
744 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
745 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
746 ../cpu/xmm.h ../fpu/softfloat-specialize.h ../fpu/softfloat.h
747 stack16.o: stack16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
748 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
749 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
750 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
751 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
752 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
753 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
754 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
755 ../cpu/xmm.h
756 stack32.o: stack32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
757 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
758 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
759 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
760 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
761 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
762 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
763 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
764 ../cpu/xmm.h
765 stack64.o: stack64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
766 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
767 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
768 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
769 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
770 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
771 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
772 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
773 ../cpu/xmm.h
774 stack_pro.o: stack_pro.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
775 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
776 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
777 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
778 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
779 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
780 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
781 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
782 ../cpu/xmm.h
783 string.o: string.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
784 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
785 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
786 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
787 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
788 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
789 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
790 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
791 tasking.o: tasking.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
792 ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
793 ../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
794 ../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
795 ../gui/keymap.h ../instrument/stubs/instrument.h cpu.h \
796 ../cpu/lazy_flags.h ../disasm/disasm.h ../config.h \
797 crregs.h descriptor.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
798 ../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
799 ../cpu/xmm.h
800 vm8086.o: vm8086.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
801 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
802 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
803 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
804 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
805 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
806 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
807 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
808 extdb.o: extdb.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
809 ../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
810 ../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
811 ../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
812 ../instrument/stubs/instrument.h cpu.h ../cpu/lazy_flags.h \
813 ../disasm/disasm.h ../config.h crregs.h descriptor.h \
814 icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h ../config.h \
815 ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
816 ../iodev/iodev.h ../bochs.h ../iodev/pci.h ../iodev/pci2isa.h \
817 ../iodev/pci_ide.h ../iodev/acpi.h ../iodev/pcivga.h ../iodev/vga.h \
818 ../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
819 ../iodev/biosdev.h ../iodev/cmos.h ../iodev/dma.h ../iodev/floppy.h \
820 ../iodev/harddrv.h ../iodev/keyboard.h ../iodev/parallel.h \
821 ../iodev/pic.h ../iodev/pit_wrap.h ../iodev/pit82c54.h \
822 ../iodev/virt_timer.h ../iodev/serial.h ../iodev/unmapped.h \
823 ../iodev/ne2k.h ../iodev/guest2host.h ../iodev/slowdown_timer.h \
824 ../iodev/extfpuirq.h ../iodev/gameport.h