Skip to content

Commit

Permalink
regen Makefile.in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Shwartsman committed Jan 11, 2024
1 parent 0eab037 commit 1679428
Show file tree
Hide file tree
Showing 6 changed files with 267 additions and 350 deletions.
17 changes: 7 additions & 10 deletions bochs/bx_debug/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -124,21 +124,19 @@ dbg_main.o: dbg_main.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../logio.h \
../instrument/stubs/instrument.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/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 \
../memory/memory-bochs.h ../gui/siminterface.h ../gui/paramtree.h \
../gui/gui.h
../cpu/lazy_flags.h ../cpu/tlb.h ../cpu/icache.h ../cpu/xmm.h \
../cpu/vmx.h ../cpu/access.h ../cpu/decoder/ia_opcodes.h \
../cpu/decoder/ia_opcodes.def ../iodev/iodev.h ../plugin.h \
../extplugin.h ../pc_system.h ../memory/memory-bochs.h \
../gui/siminterface.h ../gui/paramtree.h ../gui/gui.h
linux.o: linux.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../logio.h \
../misc/bswap.h ../cpu/cpu.h ../bx_debug/debug.h ../config.h ../osdep.h \
../cpu/decoder/decoder.h ../cpu/decoder/features.h \
../cpu/decoder/decoder.h ../instrument/stubs/instrument.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/xmm.h ../cpu/vmx.h ../cpu/svm.h ../cpu/cpuid.h \
../cpu/access.h syscalls-linux.h
../cpu/xmm.h ../cpu/vmx.h ../cpu/access.h syscalls-linux.h
parser.o: parser.@CPP_SUFFIX@ debug.h ../config.h ../osdep.h \
../cpu/decoder/decoder.h ../cpu/decoder/features.h
symbols.o: symbols.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../logio.h \
Expand All @@ -148,5 +146,4 @@ symbols.o: symbols.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../logio.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/xmm.h ../cpu/vmx.h ../cpu/svm.h ../cpu/cpuid.h \
../cpu/access.h
../cpu/xmm.h ../cpu/vmx.h ../cpu/access.h
Loading

0 comments on commit 1679428

Please sign in to comment.