regen Makefile include dependencies for CPU, MEMORY and internal debugger

This commit is contained in:
Stanislav Shwartsman 2021-01-30 19:44:41 +00:00
parent 7cc9cffeed
commit 6d6ff0e06b
5 changed files with 462 additions and 453 deletions

View File

@ -110,36 +110,41 @@ dbg_main.o: debug.h
# dependencies generated by
# gcc -MM -I. -I.. -I../instrument/stubs *.c *.cc | sed 's/\.cc/.@CPP_SUFFIX@/g'
###########################################
lexer.o: lexer.c debug.h ../config.h ../osdep.h
parser.o: parser.c debug.h ../config.h ../osdep.h
dbg_breakpoints.o: dbg_breakpoints.@CPP_SUFFIX@ debug.h ../config.h ../osdep.h
lexer.o: lexer.c debug.h ../config.h ../osdep.h ../cpu/decoder/decoder.h \
parser.h
parser.o: parser.c debug.h ../config.h ../osdep.h \
../cpu/decoder/decoder.h
dbg_breakpoints.o: dbg_breakpoints.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
../bx_debug/debug.h ../config.h ../osdep.h ../cpu/decoder/decoder.h \
../gui/paramtree.h ../logio.h ../cpudb.h ../memory/memory-bochs.h \
../instrument/stubs/instrument.h
dbg_main.o: dbg_main.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
../gui/gui.h ../instrument/stubs/instrument.h ../param_names.h \
../cpu/cpu.h ../cpu/decoder/decoder.h ../cpu/i387.h \
../cpu/fpu/softfloat.h ../cpu/fpu/tag_w.h ../cpu/fpu/status_w.h \
../cpu/fpu/control_w.h ../cpu/crregs.h ../cpu/descriptor.h \
../cpu/decoder/instr.h ../cpu/decoder/ia_opcodes.h ../cpu/lazy_flags.h \
../cpu/tlb.h ../cpu/icache.h ../cpu/apic.h ../cpu/xmm.h ../cpu/vmx.h \
../cpu/cpuid.h ../cpu/access.h ../iodev/iodev.h ../plugin.h \
../extplugin.h
linux.o: linux.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
../instrument/stubs/instrument.h ../cpu/cpu.h ../cpu/decoder/decoder.h \
../cpu/i387.h ../cpu/fpu/softfloat.h ../cpu/fpu/tag_w.h \
../cpu/fpu/status_w.h ../cpu/fpu/control_w.h ../cpu/crregs.h \
../cpu/descriptor.h ../cpu/decoder/instr.h ../cpu/decoder/ia_opcodes.h \
../cpu/lazy_flags.h ../cpu/tlb.h ../cpu/icache.h ../cpu/apic.h \
../cpu/xmm.h ../cpu/vmx.h ../cpu/cpuid.h ../cpu/access.h
symbols.o: symbols.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
../gui/gui.h ../instrument/stubs/instrument.h ../cpu/cpu.h \
../bx_debug/debug.h ../config.h ../osdep.h ../cpu/decoder/decoder.h \
../gui/paramtree.h ../logio.h ../cpudb.h ../memory/memory-bochs.h \
../instrument/stubs/instrument.h ../param_names.h ../cpu/cpu.h \
../cpu/decoder/decoder.h ../cpu/i387.h ../cpu/fpu/softfloat.h \
../cpu/fpu/tag_w.h ../cpu/fpu/status_w.h ../cpu/fpu/control_w.h \
../cpu/crregs.h ../cpu/descriptor.h ../cpu/decoder/instr.h \
../cpu/decoder/ia_opcodes.h ../cpu/lazy_flags.h ../cpu/tlb.h \
../cpu/icache.h ../cpu/apic.h ../cpu/xmm.h ../cpu/vmx.h ../cpu/cpuid.h \
../cpu/access.h
../cpu/lazy_flags.h ../cpu/tlb.h ../cpu/icache.h ../cpu/apic.h \
../cpu/xmm.h ../cpu/vmx.h ../cpu/svm.h ../cpu/cpuid.h ../cpu/access.h \
../cpu/decoder/ia_opcodes.h ../cpu/decoder/ia_opcodes.def \
../iodev/iodev.h ../plugin.h ../extplugin.h ../pc_system.h \
../gui/siminterface.h ../gui/paramtree.h ../gui/gui.h
linux.o: linux.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
../config.h ../osdep.h ../cpu/decoder/decoder.h ../gui/paramtree.h \
../logio.h ../cpudb.h ../memory/memory-bochs.h \
../instrument/stubs/instrument.h ../cpu/cpu.h ../cpu/decoder/decoder.h \
../cpu/i387.h ../cpu/fpu/softfloat.h ../cpu/fpu/tag_w.h \
../cpu/fpu/status_w.h ../cpu/fpu/control_w.h ../cpu/crregs.h \
../cpu/descriptor.h ../cpu/decoder/instr.h ../cpu/lazy_flags.h \
../cpu/tlb.h ../cpu/icache.h ../cpu/apic.h ../cpu/xmm.h ../cpu/vmx.h \
../cpu/svm.h ../cpu/cpuid.h ../cpu/access.h syscalls-linux.h
symbols.o: symbols.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
../bx_debug/debug.h ../config.h ../osdep.h ../cpu/decoder/decoder.h \
../gui/paramtree.h ../logio.h ../cpudb.h ../memory/memory-bochs.h \
../instrument/stubs/instrument.h ../cpu/cpu.h ../cpu/decoder/decoder.h \
../cpu/i387.h ../cpu/fpu/softfloat.h ../cpu/fpu/tag_w.h \
../cpu/fpu/status_w.h ../cpu/fpu/control_w.h ../cpu/crregs.h \
../cpu/descriptor.h ../cpu/decoder/instr.h ../cpu/lazy_flags.h \
../cpu/tlb.h ../cpu/icache.h ../cpu/apic.h ../cpu/xmm.h ../cpu/vmx.h \
../cpu/svm.h ../cpu/cpuid.h ../cpu/access.h

File diff suppressed because it is too large Load Diff

View File

@ -93,8 +93,8 @@ dist-clean: clean
###########################################
avx.o: avx.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -102,8 +102,8 @@ avx.o: avx.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../svm.h ../cpuid.h ../stack.h ../access.h ../simd_int.h
avx2.o: avx2.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -112,8 +112,8 @@ avx2.o: avx2.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../simd_compare.h
avx512.o: avx512.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -122,8 +122,8 @@ avx512.o: avx512.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../simd_compare.h ../wide_int.h
avx512_bitalg.o: avx512_bitalg.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -132,8 +132,8 @@ avx512_bitalg.o: avx512_bitalg.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
../scalar_arith.h
avx512_broadcast.o: avx512_broadcast.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -141,8 +141,8 @@ avx512_broadcast.o: avx512_broadcast.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
../svm.h ../cpuid.h ../stack.h ../access.h ../simd_int.h
avx512_cvt.o: avx512_cvt.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -150,8 +150,8 @@ avx512_cvt.o: avx512_cvt.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h
../svm.h ../cpuid.h ../stack.h ../access.h ../simd_int.h
avx512_fma.o: avx512_fma.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -159,8 +159,8 @@ avx512_fma.o: avx512_fma.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h
../svm.h ../cpuid.h ../stack.h ../access.h ../simd_int.h ../simd_pfp.h
avx512_mask16.o: avx512_mask16.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -168,8 +168,8 @@ avx512_mask16.o: avx512_mask16.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
../svm.h ../cpuid.h ../stack.h ../access.h
avx512_mask32.o: avx512_mask32.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -177,8 +177,8 @@ avx512_mask32.o: avx512_mask32.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
../svm.h ../cpuid.h ../stack.h ../access.h
avx512_mask64.o: avx512_mask64.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -186,8 +186,8 @@ avx512_mask64.o: avx512_mask64.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
../svm.h ../cpuid.h ../stack.h ../access.h
avx512_mask8.o: avx512_mask8.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -195,8 +195,8 @@ avx512_mask8.o: avx512_mask8.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
../svm.h ../cpuid.h ../stack.h ../access.h
avx512_move.o: avx512_move.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -204,8 +204,8 @@ avx512_move.o: avx512_move.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep
../svm.h ../cpuid.h ../stack.h ../access.h ../simd_int.h
avx512_pfp.o: avx512_pfp.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -215,8 +215,8 @@ avx512_pfp.o: avx512_pfp.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h
../fpu/softfloat-specialize.h
avx512_rcp14.o: avx512_rcp14.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -225,8 +225,8 @@ avx512_rcp14.o: avx512_rcp14.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
../fpu/softfloat.h ../fpu/softfloat-round-pack.h ../simd_int.h
avx512_rsqrt14.o: avx512_rsqrt14.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -235,8 +235,8 @@ avx512_rsqrt14.o: avx512_rsqrt14.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
../fpu/softfloat.h ../fpu/softfloat-round-pack.h ../simd_int.h
avx_cvt.o: avx_cvt.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -244,8 +244,8 @@ avx_cvt.o: avx_cvt.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../svm.h ../cpuid.h ../stack.h ../access.h
avx_fma.o: avx_fma.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -253,8 +253,8 @@ avx_fma.o: avx_fma.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../svm.h ../cpuid.h ../stack.h ../access.h ../simd_pfp.h
avx_pfp.o: avx_pfp.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -263,8 +263,8 @@ avx_pfp.o: avx_pfp.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../fpu/softfloat.h ../simd_pfp.h ../simd_int.h
gather.o: gather.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -272,8 +272,8 @@ gather.o: gather.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../svm.h ../cpuid.h ../stack.h ../access.h
tbm32.o: tbm32.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -281,8 +281,8 @@ tbm32.o: tbm32.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../svm.h ../cpuid.h ../stack.h ../access.h ../scalar_arith.h
tbm64.o: tbm64.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -290,8 +290,8 @@ tbm64.o: tbm64.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../svm.h ../cpuid.h ../stack.h ../access.h ../scalar_arith.h
vnni.o: vnni.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
@ -299,8 +299,8 @@ vnni.o: vnni.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../svm.h ../cpuid.h ../stack.h ../access.h ../simd_int.h
xop.o: xop.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \

View File

@ -78,8 +78,8 @@ f2xm1.o: f2xm1.@CPP_SUFFIX@ softfloatx80.h softfloat.h ../../config.h \
softfloat-specialize.h softfloat-macros.h softfloat-round-pack.h
ferr.o: ferr.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../../cpu/cpu.h \
../../cpu/decoder/decoder.h ../../cpu/i387.h ../../cpu/fpu/softfloat.h \
../../cpu/fpu/tag_w.h ../../cpu/fpu/status_w.h ../../cpu/fpu/control_w.h \
@ -95,8 +95,8 @@ fprem.o: fprem.@CPP_SUFFIX@ softfloatx80.h softfloat.h ../../config.h \
softfloat-specialize.h softfloat-round-pack.h softfloat-macros.h
fpu.o: fpu.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../../cpu/cpu.h \
../../cpu/decoder/decoder.h ../../cpu/i387.h ../../cpu/fpu/softfloat.h \
../../cpu/fpu/tag_w.h ../../cpu/fpu/status_w.h ../../cpu/fpu/control_w.h \
@ -105,12 +105,12 @@ fpu.o: fpu.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../cpu/apic.h ../../cpu/xmm.h ../../cpu/vmx.h ../../cpu/svm.h \
../../cpu/cpuid.h ../../cpu/stack.h ../../cpu/access.h \
../../iodev/iodev.h ../../plugin.h ../../extplugin.h ../../param_names.h \
../../pc_system.h ../../gui/gui.h softfloatx80.h softfloat.h \
softfloat-specialize.h
../../pc_system.h ../../gui/siminterface.h ../../gui/paramtree.h \
../../gui/gui.h softfloatx80.h softfloat.h softfloat-specialize.h
fpu_arith.o: fpu_arith.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../../cpu/cpu.h \
../../cpu/decoder/decoder.h ../../cpu/i387.h ../../cpu/fpu/softfloat.h \
../../cpu/fpu/tag_w.h ../../cpu/fpu/status_w.h ../../cpu/fpu/control_w.h \
@ -121,8 +121,8 @@ fpu_arith.o: fpu_arith.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
softfloat.h softfloat-specialize.h
fpu_cmov.o: fpu_cmov.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../../cpu/cpu.h \
../../cpu/decoder/decoder.h ../../cpu/i387.h ../../cpu/fpu/softfloat.h \
../../cpu/fpu/tag_w.h ../../cpu/fpu/status_w.h ../../cpu/fpu/control_w.h \
@ -132,8 +132,8 @@ fpu_cmov.o: fpu_cmov.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../cpu/cpuid.h ../../cpu/stack.h ../../cpu/access.h
fpu_compare.o: fpu_compare.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../../cpu/cpu.h \
../../cpu/decoder/decoder.h ../../cpu/i387.h ../../cpu/fpu/softfloat.h \
../../cpu/fpu/tag_w.h ../../cpu/fpu/status_w.h ../../cpu/fpu/control_w.h \
@ -145,8 +145,8 @@ fpu_compare.o: fpu_compare.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep
softfloatx80.h softfloat.h softfloat-specialize.h
fpu_const.o: fpu_const.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../../cpu/cpu.h \
../../cpu/decoder/decoder.h ../../cpu/i387.h ../../cpu/fpu/softfloat.h \
../../cpu/fpu/tag_w.h ../../cpu/fpu/status_w.h ../../cpu/fpu/control_w.h \
@ -157,8 +157,8 @@ fpu_const.o: fpu_const.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
softfloat.h softfloat-specialize.h
fpu_load_store.o: fpu_load_store.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../../cpu/cpu.h \
../../cpu/decoder/decoder.h ../../cpu/i387.h ../../cpu/fpu/softfloat.h \
../../cpu/fpu/tag_w.h ../../cpu/fpu/status_w.h ../../cpu/fpu/control_w.h \
@ -170,8 +170,8 @@ fpu_load_store.o: fpu_load_store.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
softfloatx80.h softfloat.h softfloat-specialize.h
fpu_misc.o: fpu_misc.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../../cpu/cpu.h \
../../cpu/decoder/decoder.h ../../cpu/i387.h ../../cpu/fpu/softfloat.h \
../../cpu/fpu/tag_w.h ../../cpu/fpu/status_w.h ../../cpu/fpu/control_w.h \
@ -182,8 +182,8 @@ fpu_misc.o: fpu_misc.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
softfloat.h softfloat-specialize.h
fpu_trans.o: fpu_trans.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
../../bx_debug/debug.h ../../config.h ../../osdep.h \
../../cpu/decoder/decoder.h ../../gui/siminterface.h ../../cpudb.h \
../../gui/paramtree.h ../../logio.h ../../memory/memory-bochs.h \
../../cpu/decoder/decoder.h ../../gui/paramtree.h ../../logio.h \
../../cpudb.h ../../memory/memory-bochs.h \
../../instrument/stubs/instrument.h ../../cpu/cpu.h \
../../cpu/decoder/decoder.h ../../cpu/i387.h ../../cpu/fpu/softfloat.h \
../../cpu/fpu/tag_w.h ../../cpu/fpu/status_w.h ../../cpu/fpu/control_w.h \

View File

@ -68,23 +68,24 @@ dist-clean: clean
# gcc -MM -I.. -I../instrument/stubs *.cc | sed 's/\.cc/.@CPP_SUFFIX@/g'
###########################################
memory.o: memory.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
../config.h ../osdep.h ../cpu/decoder/decoder.h ../gui/siminterface.h \
../cpudb.h ../gui/paramtree.h ../logio.h ../memory/memory-bochs.h \
../config.h ../osdep.h ../cpu/decoder/decoder.h ../gui/paramtree.h \
../logio.h ../cpudb.h ../memory/memory-bochs.h \
../instrument/stubs/instrument.h ../cpu/cpu.h ../cpu/decoder/decoder.h \
../cpu/i387.h ../cpu/fpu/softfloat.h ../cpu/fpu/tag_w.h \
../cpu/fpu/status_w.h ../cpu/fpu/control_w.h ../cpu/crregs.h \
../cpu/descriptor.h ../cpu/decoder/instr.h ../cpu/lazy_flags.h \
../cpu/tlb.h ../cpu/icache.h ../cpu/apic.h ../cpu/xmm.h ../cpu/vmx.h \
../cpu/svm.h ../cpu/cpuid.h ../cpu/access.h ../iodev/iodev.h ../plugin.h \
../extplugin.h ../param_names.h ../pc_system.h ../gui/gui.h
../extplugin.h ../param_names.h ../pc_system.h ../gui/siminterface.h \
../gui/paramtree.h ../gui/gui.h
misc_mem.o: misc_mem.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
../bx_debug/debug.h ../config.h ../osdep.h ../cpu/decoder/decoder.h \
../gui/siminterface.h ../cpudb.h ../gui/paramtree.h ../logio.h \
../memory/memory-bochs.h ../instrument/stubs/instrument.h \
../param_names.h ../cpu/cpu.h ../cpu/decoder/decoder.h ../cpu/i387.h \
../cpu/fpu/softfloat.h ../cpu/fpu/tag_w.h ../cpu/fpu/status_w.h \
../cpu/fpu/control_w.h ../cpu/crregs.h ../cpu/descriptor.h \
../cpu/decoder/instr.h ../cpu/lazy_flags.h ../cpu/tlb.h ../cpu/icache.h \
../cpu/apic.h ../cpu/xmm.h ../cpu/vmx.h ../cpu/svm.h ../cpu/cpuid.h \
../cpu/access.h ../iodev/iodev.h ../plugin.h ../extplugin.h \
../pc_system.h ../gui/gui.h
../gui/paramtree.h ../logio.h ../cpudb.h ../memory/memory-bochs.h \
../instrument/stubs/instrument.h ../param_names.h ../cpu/cpu.h \
../cpu/decoder/decoder.h ../cpu/i387.h ../cpu/fpu/softfloat.h \
../cpu/fpu/tag_w.h ../cpu/fpu/status_w.h ../cpu/fpu/control_w.h \
../cpu/crregs.h ../cpu/descriptor.h ../cpu/decoder/instr.h \
../cpu/lazy_flags.h ../cpu/tlb.h ../cpu/icache.h ../cpu/apic.h \
../cpu/xmm.h ../cpu/vmx.h ../cpu/svm.h ../cpu/cpuid.h ../cpu/access.h \
../iodev/iodev.h ../plugin.h ../extplugin.h ../pc_system.h \
../gui/siminterface.h ../gui/paramtree.h ../gui/gui.h