remove cpudb.h from some Makefile dependencies. TODO: it should be only in cpu/init.cc and config.cc
This commit is contained in:
parent
2cb9bb4e44
commit
021f3794fa
@ -117,11 +117,11 @@ parser.o: parser.cc 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 \
|
||||
../gui/paramtree.h ../logio.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 ../cpu/decoder/decoder.h \
|
||||
../gui/paramtree.h ../logio.h ../cpudb.h \
|
||||
../gui/paramtree.h ../logio.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 \
|
||||
@ -134,7 +134,7 @@ dbg_main.o: dbg_main.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.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 ../instrument/stubs/instrument.h ../cpu/cpu.h \
|
||||
../logio.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 \
|
||||
@ -143,7 +143,7 @@ linux.o: linux.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.
|
||||
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 \
|
||||
../gui/paramtree.h ../logio.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 \
|
||||
|
@ -93,7 +93,7 @@ dist-clean: clean
|
||||
###########################################
|
||||
amd/amd_k6_2_chomper.o: amd/amd_k6_2_chomper.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../gui/siminterface.h ../../gui/paramtree.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 \
|
||||
@ -101,7 +101,7 @@ amd/amd_k6_2_chomper.o: amd/amd_k6_2_chomper.@CPP_SUFFIX@ ../../bochs.h ../../co
|
||||
../svm.h ../cpuid.h ../access.h amd/amd_k6_2_chomper.h ../../cpu/cpuid.h
|
||||
amd/athlon64_clawhammer.o: amd/athlon64_clawhammer.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/siminterface.h \
|
||||
../../gui/paramtree.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
@ -111,7 +111,7 @@ amd/athlon64_clawhammer.o: amd/athlon64_clawhammer.@CPP_SUFFIX@ ../../bochs.h \
|
||||
amd/athlon64_clawhammer.h ../../cpu/cpuid.h
|
||||
amd/athlon64_venice.o: amd/athlon64_venice.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../gui/siminterface.h ../../gui/paramtree.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 \
|
||||
@ -119,7 +119,7 @@ amd/athlon64_venice.o: amd/athlon64_venice.@CPP_SUFFIX@ ../../bochs.h ../../conf
|
||||
../svm.h ../cpuid.h ../access.h amd/athlon64_venice.h ../../cpu/cpuid.h
|
||||
amd/phenomx3_8650_toliman.o: amd/phenomx3_8650_toliman.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/siminterface.h \
|
||||
../../gui/paramtree.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
@ -129,7 +129,7 @@ amd/phenomx3_8650_toliman.o: amd/phenomx3_8650_toliman.@CPP_SUFFIX@ ../../bochs.
|
||||
amd/phenomx3_8650_toliman.h ../../cpu/cpuid.h
|
||||
amd/ryzen.o: amd/ryzen.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../gui/siminterface.h ../../gui/paramtree.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 \
|
||||
@ -138,7 +138,7 @@ amd/ryzen.o: amd/ryzen.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../cpu/cpuid.h
|
||||
amd/trinity_apu.o: amd/trinity_apu.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../gui/siminterface.h ../../gui/paramtree.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 \
|
||||
@ -147,7 +147,7 @@ amd/trinity_apu.o: amd/trinity_apu.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../cpu/cpuid.h
|
||||
amd/turion64_tyler.o: amd/turion64_tyler.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../gui/siminterface.h ../../gui/paramtree.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 \
|
||||
@ -155,7 +155,7 @@ amd/turion64_tyler.o: amd/turion64_tyler.@CPP_SUFFIX@ ../../bochs.h ../../config
|
||||
../svm.h ../cpuid.h ../access.h amd/turion64_tyler.h ../../cpu/cpuid.h
|
||||
amd/zambezi.o: amd/zambezi.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../gui/siminterface.h ../../gui/paramtree.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 \
|
||||
@ -164,7 +164,7 @@ amd/zambezi.o: amd/zambezi.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep
|
||||
../../cpu/cpuid.h
|
||||
intel/atom_n270.o: intel/atom_n270.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../gui/siminterface.h ../../gui/paramtree.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 \
|
||||
@ -173,7 +173,7 @@ intel/atom_n270.o: intel/atom_n270.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../cpu/cpuid.h
|
||||
intel/broadwell_ult.o: intel/broadwell_ult.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../gui/siminterface.h ../../gui/paramtree.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 \
|
||||
@ -182,7 +182,7 @@ intel/broadwell_ult.o: intel/broadwell_ult.@CPP_SUFFIX@ ../../bochs.h ../../conf
|
||||
intel/broadwell_ult.h ../../cpu/cpuid.h
|
||||
intel/core_duo_t2400_yonah.o: intel/core_duo_t2400_yonah.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/siminterface.h \
|
||||
../../gui/paramtree.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
@ -192,7 +192,7 @@ intel/core_duo_t2400_yonah.o: intel/core_duo_t2400_yonah.@CPP_SUFFIX@ ../../boch
|
||||
intel/core_duo_t2400_yonah.h ../../cpu/cpuid.h
|
||||
intel/core2_penryn_t9600.o: intel/core2_penryn_t9600.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/siminterface.h \
|
||||
../../gui/paramtree.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
@ -202,7 +202,7 @@ intel/core2_penryn_t9600.o: intel/core2_penryn_t9600.@CPP_SUFFIX@ ../../bochs.h
|
||||
intel/core2_penryn_t9600.h ../../cpu/cpuid.h
|
||||
intel/corei5_arrandale_m520.o: intel/corei5_arrandale_m520.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/siminterface.h \
|
||||
../../gui/paramtree.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
@ -212,7 +212,7 @@ intel/corei5_arrandale_m520.o: intel/corei5_arrandale_m520.@CPP_SUFFIX@ ../../bo
|
||||
intel/corei5_arrandale_m520.h ../../cpu/cpuid.h
|
||||
intel/corei5_lynnfield_750.o: intel/corei5_lynnfield_750.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/siminterface.h \
|
||||
../../gui/paramtree.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
@ -222,7 +222,7 @@ intel/corei5_lynnfield_750.o: intel/corei5_lynnfield_750.@CPP_SUFFIX@ ../../boch
|
||||
intel/corei5_lynnfield_750.h ../../cpu/cpuid.h
|
||||
intel/corei7_haswell_4770.o: intel/corei7_haswell_4770.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/siminterface.h \
|
||||
../../gui/paramtree.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
@ -232,7 +232,7 @@ intel/corei7_haswell_4770.o: intel/corei7_haswell_4770.@CPP_SUFFIX@ ../../bochs.
|
||||
intel/corei7_haswell_4770.h ../../cpu/cpuid.h
|
||||
intel/corei7_ivy_bridge_3770K.o: intel/corei7_ivy_bridge_3770K.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/siminterface.h \
|
||||
../../gui/paramtree.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
@ -242,7 +242,7 @@ intel/corei7_ivy_bridge_3770K.o: intel/corei7_ivy_bridge_3770K.@CPP_SUFFIX@ ../.
|
||||
intel/corei7_ivy_bridge_3770K.h ../../cpu/cpuid.h
|
||||
intel/corei7_sandy_bridge_2600K.o: intel/corei7_sandy_bridge_2600K.@CPP_SUFFIX@ \
|
||||
../../bochs.h ../../config.h ../../osdep.h ../../bx_debug/debug.h \
|
||||
../../config.h ../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../config.h ../../osdep.h ../../gui/siminterface.h \
|
||||
../../gui/paramtree.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
@ -252,7 +252,7 @@ intel/corei7_sandy_bridge_2600K.o: intel/corei7_sandy_bridge_2600K.@CPP_SUFFIX@
|
||||
intel/corei7_sandy_bridge_2600K.h ../../cpu/cpuid.h
|
||||
intel/corei7_skylake-x.o: intel/corei7_skylake-x.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/siminterface.h \
|
||||
../../gui/paramtree.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
@ -262,7 +262,7 @@ intel/corei7_skylake-x.o: intel/corei7_skylake-x.@CPP_SUFFIX@ ../../bochs.h \
|
||||
intel/corei7_skylake-x.h ../../cpu/cpuid.h
|
||||
intel/corei3_cnl.o: intel/corei3_cnl.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/siminterface.h \
|
||||
../../gui/paramtree.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
@ -272,7 +272,7 @@ intel/corei3_cnl.o: intel/corei3_cnl.@CPP_SUFFIX@ ../../bochs.h \
|
||||
intel/corei3_cnl.h ../../cpu/cpuid.h
|
||||
intel/corei7_icelake-u.o: intel/corei7_icelake-u.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/siminterface.h \
|
||||
../../gui/paramtree.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
@ -282,7 +282,7 @@ intel/corei7_icelake-u.o: intel/corei7_icelake-u.@CPP_SUFFIX@ ../../bochs.h \
|
||||
intel/corei7_icelake-u.h ../../cpu/cpuid.h
|
||||
intel/tigerlake.o: intel/tigerlake.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/siminterface.h \
|
||||
../../gui/paramtree.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
@ -292,7 +292,7 @@ intel/tigerlake.o: intel/tigerlake.@CPP_SUFFIX@ ../../bochs.h \
|
||||
intel/tigerlake.h ../../cpu/cpuid.h
|
||||
intel/p2_klamath.o: intel/p2_klamath.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../gui/siminterface.h ../../gui/paramtree.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 \
|
||||
@ -300,7 +300,7 @@ intel/p2_klamath.o: intel/p2_klamath.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../svm.h ../cpuid.h ../access.h intel/p2_klamath.h ../../cpu/cpuid.h
|
||||
intel/p3_katmai.o: intel/p3_katmai.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../gui/siminterface.h ../../gui/paramtree.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 \
|
||||
@ -308,7 +308,7 @@ intel/p3_katmai.o: intel/p3_katmai.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../svm.h ../cpuid.h ../access.h intel/p3_katmai.h ../../cpu/cpuid.h
|
||||
intel/p4_prescott_celeron_336.o: intel/p4_prescott_celeron_336.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/siminterface.h \
|
||||
../../gui/paramtree.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
@ -318,7 +318,7 @@ intel/p4_prescott_celeron_336.o: intel/p4_prescott_celeron_336.@CPP_SUFFIX@ ../.
|
||||
intel/p4_prescott_celeron_336.h ../../cpu/cpuid.h
|
||||
intel/p4_willamette.o: intel/p4_willamette.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../gui/siminterface.h ../../gui/paramtree.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 \
|
||||
@ -326,7 +326,7 @@ intel/p4_willamette.o: intel/p4_willamette.@CPP_SUFFIX@ ../../bochs.h ../../conf
|
||||
../svm.h ../cpuid.h ../access.h intel/p4_willamette.h ../../cpu/cpuid.h
|
||||
intel/pentium.o: intel/pentium.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../gui/siminterface.h ../../gui/paramtree.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 \
|
||||
@ -334,7 +334,7 @@ intel/pentium.o: intel/pentium.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../o
|
||||
../svm.h ../cpuid.h ../access.h intel/pentium.h ../../cpu/cpuid.h
|
||||
intel/pentium_mmx.o: intel/pentium_mmx.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../gui/siminterface.h ../../gui/paramtree.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 \
|
||||
|
@ -135,7 +135,7 @@ dist-clean: clean
|
||||
# building plugins.
|
||||
###########################################
|
||||
banshee.o: banshee.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
@ -143,32 +143,32 @@ banshee.o: banshee.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../pci.h vgacore.h ddc.h voodoo.h ../virt_timer.h ../../bxthread.h \
|
||||
bitblt.h voodoo_types.h voodoo_data.h voodoo_main.h
|
||||
ddc.o: ddc.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h \
|
||||
../../gui/siminterface.h ddc.h ../../param_names.h
|
||||
svga_cirrus.o: svga_cirrus.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
vgacore.h bitblt.h ddc.h svga_cirrus.h ../virt_timer.h
|
||||
vga.o: vga.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
vgacore.h ddc.h vga.h ../virt_timer.h
|
||||
vgacore.o: vgacore.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
vgacore.h ../virt_timer.h
|
||||
voodoo.o: voodoo.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
@ -176,7 +176,7 @@ voodoo.o: voodoo.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h ../../osde
|
||||
../pci.h vgacore.h ddc.h voodoo.h ../virt_timer.h ../../bxthread.h \
|
||||
bitblt.h voodoo_types.h voodoo_data.h voodoo_main.h voodoo_func.h
|
||||
banshee.lo: banshee.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
@ -184,32 +184,32 @@ banshee.lo: banshee.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../pci.h vgacore.h ddc.h voodoo.h ../virt_timer.h ../../bxthread.h \
|
||||
bitblt.h voodoo_types.h voodoo_data.h voodoo_main.h
|
||||
ddc.lo: ddc.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h \
|
||||
../../gui/siminterface.h ddc.h ../../param_names.h
|
||||
svga_cirrus.lo: svga_cirrus.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
vgacore.h bitblt.h ddc.h svga_cirrus.h ../virt_timer.h
|
||||
vga.lo: vga.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
vgacore.h ddc.h vga.h ../virt_timer.h
|
||||
vgacore.lo: vgacore.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
vgacore.h ../virt_timer.h
|
||||
voodoo.lo: voodoo.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
|
@ -131,94 +131,94 @@ dist-clean: clean
|
||||
# building plugins.
|
||||
###########################################
|
||||
cdrom_amigaos.o: cdrom_amigaos.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h scsi_commands.h \
|
||||
cdrom.h cdrom_amigaos.h
|
||||
cdrom.o: cdrom.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h cdrom.h
|
||||
cdrom_misc.o: cdrom_misc.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h cdrom.h \
|
||||
cdrom_misc.h
|
||||
cdrom_osx.o: cdrom_osx.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h cdrom.h \
|
||||
cdrom_osx.h
|
||||
cdrom_win32.o: cdrom_win32.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h cdrom.h \
|
||||
cdrom_win32.h
|
||||
hdimage.o: hdimage.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h \
|
||||
../../gui/siminterface.h ../../gui/paramtree.h ../../param_names.h \
|
||||
../../plugin.h ../../extplugin.h cdrom.h cdrom_amigaos.h cdrom_misc.h \
|
||||
cdrom_osx.h cdrom_win32.h hdimage.h
|
||||
vbox.o: vbox.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h hdimage.h vbox.h
|
||||
vmware3.o: vmware3.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h hdimage.h vmware3.h
|
||||
vmware4.o: vmware4.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h hdimage.h vmware4.h
|
||||
vpc.o: vpc.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h hdimage.h vpc.h
|
||||
vvfat.o: vvfat.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../gui/siminterface.h ../../gui/paramtree.h \
|
||||
hdimage.h vvfat.h
|
||||
cdrom_amigaos.lo: cdrom_amigaos.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h scsi_commands.h \
|
||||
cdrom.h cdrom_amigaos.h
|
||||
cdrom.lo: cdrom.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h cdrom.h
|
||||
cdrom_misc.lo: cdrom_misc.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h cdrom.h \
|
||||
cdrom_misc.h
|
||||
cdrom_osx.lo: cdrom_osx.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h cdrom.h \
|
||||
cdrom_osx.h
|
||||
cdrom_win32.lo: cdrom_win32.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h cdrom.h \
|
||||
cdrom_win32.h
|
||||
hdimage.lo: hdimage.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h \
|
||||
../../gui/siminterface.h ../../gui/paramtree.h ../../param_names.h \
|
||||
../../plugin.h ../../extplugin.h cdrom.h cdrom_amigaos.h cdrom_misc.h \
|
||||
cdrom_osx.h cdrom_win32.h hdimage.h
|
||||
vbox.lo: vbox.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h hdimage.h vbox.h
|
||||
vmware3.lo: vmware3.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h hdimage.h vmware3.h
|
||||
vmware4.lo: vmware4.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h hdimage.h vmware4.h
|
||||
vpc.lo: vpc.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h hdimage.h vpc.h
|
||||
vvfat.lo: vvfat.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../gui/siminterface.h ../../gui/paramtree.h \
|
||||
hdimage.h vvfat.h
|
||||
|
@ -174,26 +174,26 @@ dist-clean: clean
|
||||
# building plugins.
|
||||
###########################################
|
||||
e1000.o: e1000.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
../pci.h netmod.h e1000.h
|
||||
eth_fbsd.o: eth_fbsd.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h
|
||||
eth_linux.o: eth_linux.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h
|
||||
eth_null.o: eth_null.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h
|
||||
eth_slirp.o: eth_slirp.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h slirp/slirp.h \
|
||||
../../config.h slirp/slirp_config.h slirp/debug.h slirp/libslirp.h \
|
||||
@ -202,46 +202,46 @@ eth_slirp.o: eth_slirp.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
slirp/sbuf.h slirp/socket.h slirp/if.h slirp/main.h slirp/misc.h \
|
||||
slirp/bootp.h slirp/tftp.h slirp/libslirp.h
|
||||
eth_socket.o: eth_socket.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h
|
||||
eth_tap.o: eth_tap.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h
|
||||
eth_tuntap.o: eth_tuntap.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h
|
||||
eth_vde.o: eth_vde.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h
|
||||
eth_vnet.o: eth_vnet.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h netutil.h
|
||||
eth_win32.o: eth_win32.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h
|
||||
ne2k.o: ne2k.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
../pci.h ne2k.h netmod.h
|
||||
netmod.o: netmod.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../gui/siminterface.h netmod.h
|
||||
netutil.o: netutil.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../pc_system.h \
|
||||
netmod.h netutil.h
|
||||
pcipnic.o: pcipnic.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
@ -280,7 +280,7 @@ slirp/if.o: slirp/if.@CPP_SUFFIX@ slirp/slirp.h ../../config.h slirp/slirp_confi
|
||||
slirp/udp.h slirp/ip_icmp.h slirp/mbuf.h slirp/sbuf.h slirp/socket.h \
|
||||
slirp/if.h slirp/main.h slirp/misc.h slirp/bootp.h slirp/tftp.h \
|
||||
../iodev.h ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../osdep.h ../../memory/memory-bochs.h \
|
||||
@ -324,7 +324,7 @@ slirp/slirp.o: slirp/slirp.@CPP_SUFFIX@ slirp/slirp.h ../../config.h slirp/slirp
|
||||
slirp/udp.h slirp/ip_icmp.h slirp/mbuf.h slirp/sbuf.h slirp/socket.h \
|
||||
slirp/if.h slirp/main.h slirp/misc.h slirp/bootp.h slirp/tftp.h \
|
||||
../iodev.h ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../osdep.h ../../memory/memory-bochs.h \
|
||||
@ -370,26 +370,26 @@ slirp/udp.o: slirp/udp.@CPP_SUFFIX@ slirp/slirp.h ../../config.h slirp/slirp_con
|
||||
slirp/udp.h slirp/ip_icmp.h slirp/mbuf.h slirp/sbuf.h slirp/socket.h \
|
||||
slirp/if.h slirp/main.h slirp/misc.h slirp/bootp.h slirp/tftp.h
|
||||
e1000.lo: e1000.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
../pci.h netmod.h e1000.h
|
||||
eth_fbsd.lo: eth_fbsd.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h
|
||||
eth_linux.lo: eth_linux.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h
|
||||
eth_null.lo: eth_null.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h
|
||||
eth_slirp.lo: eth_slirp.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h slirp/slirp.h \
|
||||
../../config.h slirp/slirp_config.h slirp/debug.h slirp/libslirp.h \
|
||||
@ -398,46 +398,46 @@ eth_slirp.lo: eth_slirp.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h
|
||||
slirp/sbuf.h slirp/socket.h slirp/if.h slirp/main.h slirp/misc.h \
|
||||
slirp/bootp.h slirp/tftp.h slirp/libslirp.h
|
||||
eth_socket.lo: eth_socket.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h
|
||||
eth_tap.lo: eth_tap.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h
|
||||
eth_tuntap.lo: eth_tuntap.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h
|
||||
eth_vde.lo: eth_vde.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h
|
||||
eth_vnet.lo: eth_vnet.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h netutil.h
|
||||
eth_win32.lo: eth_win32.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h netmod.h
|
||||
ne2k.lo: ne2k.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
../pci.h ne2k.h netmod.h
|
||||
netmod.lo: netmod.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../gui/siminterface.h netmod.h
|
||||
netutil.lo: netutil.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../pc_system.h \
|
||||
netmod.h netutil.h
|
||||
pcipnic.lo: pcipnic.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
@ -476,7 +476,7 @@ slirp/if.lo: slirp/if.@CPP_SUFFIX@ slirp/slirp.h ../../config.h slirp/slirp_conf
|
||||
slirp/udp.h slirp/ip_icmp.h slirp/mbuf.h slirp/sbuf.h slirp/socket.h \
|
||||
slirp/if.h slirp/main.h slirp/misc.h slirp/bootp.h slirp/tftp.h \
|
||||
../iodev.h ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../osdep.h ../../memory/memory-bochs.h \
|
||||
@ -520,7 +520,7 @@ slirp/slirp.lo: slirp/slirp.@CPP_SUFFIX@ slirp/slirp.h ../../config.h slirp/slir
|
||||
slirp/udp.h slirp/ip_icmp.h slirp/mbuf.h slirp/sbuf.h slirp/socket.h \
|
||||
slirp/if.h slirp/main.h slirp/misc.h slirp/bootp.h slirp/tftp.h \
|
||||
../iodev.h ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../osdep.h ../../memory/memory-bochs.h \
|
||||
|
@ -146,126 +146,126 @@ dist-clean: clean
|
||||
# building plugins.
|
||||
###########################################
|
||||
es1370.o: es1370.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
soundlow.h ../../bxthread.h soundmod.h ../pci.h es1370.h
|
||||
opl.o: opl.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
opl.h
|
||||
sb16.o: sb16.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
soundlow.h ../../bxthread.h soundmod.h sb16.h opl.h
|
||||
soundalsa.o: soundalsa.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h soundlow.h ../../bxthread.h \
|
||||
soundmod.h soundalsa.h
|
||||
sounddummy.o: sounddummy.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h soundlow.h ../../bxthread.h
|
||||
soundfile.o: soundfile.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h soundlow.h ../../bxthread.h soundmod.h soundfile.h
|
||||
soundlow.o: soundlow.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h soundlow.h ../../bxthread.h
|
||||
soundmod.o: soundmod.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../gui/siminterface.h ../../param_names.h \
|
||||
soundmod.h soundlow.h ../../bxthread.h
|
||||
soundoss.o: soundoss.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h soundlow.h ../../bxthread.h \
|
||||
soundmod.h soundoss.h
|
||||
soundosx.o: soundosx.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h soundlow.h ../../bxthread.h soundmod.h soundosx.h
|
||||
soundsdl.o: soundsdl.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h soundlow.h ../../bxthread.h \
|
||||
soundmod.h soundsdl.h
|
||||
soundwin.o: soundwin.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h soundlow.h ../../bxthread.h \
|
||||
soundmod.h soundwin.h
|
||||
es1370.lo: es1370.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
soundlow.h ../../bxthread.h soundmod.h ../pci.h es1370.h
|
||||
opl.lo: opl.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
opl.h
|
||||
sb16.lo: sb16.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
soundlow.h ../../bxthread.h soundmod.h sb16.h opl.h
|
||||
soundalsa.lo: soundalsa.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h soundlow.h ../../bxthread.h \
|
||||
soundmod.h soundalsa.h
|
||||
sounddummy.lo: sounddummy.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h soundlow.h ../../bxthread.h
|
||||
soundfile.lo: soundfile.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h soundlow.h ../../bxthread.h soundmod.h soundfile.h
|
||||
soundlow.lo: soundlow.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h soundlow.h ../../bxthread.h
|
||||
soundmod.lo: soundmod.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../gui/siminterface.h ../../param_names.h \
|
||||
soundmod.h soundlow.h ../../bxthread.h
|
||||
soundoss.lo: soundoss.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h soundlow.h ../../bxthread.h \
|
||||
soundmod.h soundoss.h
|
||||
soundosx.lo: soundosx.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h soundlow.h ../../bxthread.h soundmod.h soundosx.h
|
||||
soundsdl.lo: soundsdl.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h soundlow.h ../../bxthread.h \
|
||||
soundmod.h soundsdl.h
|
||||
soundwin.lo: soundwin.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../pc_system.h soundlow.h ../../bxthread.h \
|
||||
soundmod.h soundwin.h
|
||||
|
@ -158,28 +158,28 @@ dist-clean: clean
|
||||
# building plugins.
|
||||
###########################################
|
||||
scsi_device.o: scsi_device.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
../hdimage/hdimage.h ../hdimage/cdrom.h scsi_device.h
|
||||
uhci_core.o: uhci_core.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
../pci.h usb_common.h usb_pcap.h uhci_core.h
|
||||
usb_common.o: usb_common.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
usb_pcap.h usb_common.h
|
||||
usb_ehci.o: usb_ehci.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
@ -187,28 +187,28 @@ usb_ehci.o: usb_ehci.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../pci.h usb_common.h usb_pcap.h uhci_core.h ../../qemu-queue.h \
|
||||
usb_ehci.h
|
||||
usb_floppy.o: usb_floppy.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
usb_common.h usb_pcap.h ../hdimage/hdimage.h usb_floppy.h
|
||||
usb_hid.o: usb_hid.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
usb_common.h usb_pcap.h usb_hid.h
|
||||
usb_hub.o: usb_hub.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
usb_common.h usb_pcap.h usb_hub.h
|
||||
usb_msd.o: usb_msd.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
@ -216,63 +216,63 @@ usb_msd.o: usb_msd.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
usb_common.h usb_pcap.h ../hdimage/cdrom.h ../hdimage/hdimage.h \
|
||||
scsi_device.h usb_msd.h
|
||||
usb_ohci.o: usb_ohci.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
../pci.h usb_common.h usb_pcap.h usb_ohci.h
|
||||
usb_pcap.o: usb_pcap.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
usb_pcap.h usb_common.h
|
||||
usb_printer.o: usb_printer.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
usb_common.h usb_pcap.h usb_printer.h
|
||||
usb_uhci.o: usb_uhci.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
../pci.h usb_common.h usb_pcap.h uhci_core.h usb_uhci.h
|
||||
usb_xhci.o: usb_xhci.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
../pci.h usb_common.h usb_pcap.h usb_xhci.h
|
||||
scsi_device.lo: scsi_device.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
../hdimage/hdimage.h ../hdimage/cdrom.h scsi_device.h
|
||||
uhci_core.lo: uhci_core.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
../pci.h usb_common.h usb_pcap.h uhci_core.h
|
||||
usb_common.lo: usb_common.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
usb_pcap.h usb_common.h
|
||||
usb_ehci.lo: usb_ehci.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
@ -280,28 +280,28 @@ usb_ehci.lo: usb_ehci.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../pci.h usb_common.h usb_pcap.h uhci_core.h ../../qemu-queue.h \
|
||||
usb_ehci.h
|
||||
usb_floppy.lo: usb_floppy.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
usb_common.h usb_pcap.h ../hdimage/hdimage.h usb_floppy.h
|
||||
usb_hid.lo: usb_hid.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
usb_common.h usb_pcap.h usb_hid.h
|
||||
usb_hub.lo: usb_hub.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
usb_common.h usb_pcap.h usb_hub.h
|
||||
usb_msd.lo: usb_msd.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
@ -309,35 +309,35 @@ usb_msd.lo: usb_msd.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
usb_common.h usb_pcap.h ../hdimage/cdrom.h ../hdimage/hdimage.h \
|
||||
scsi_device.h usb_msd.h
|
||||
usb_ohci.lo: usb_ohci.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
../pci.h usb_common.h usb_pcap.h usb_ohci.h
|
||||
usb_pcap.lo: usb_pcap.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
usb_pcap.h usb_common.h
|
||||
usb_printer.lo: usb_printer.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
usb_common.h usb_pcap.h usb_printer.h
|
||||
usb_uhci.lo: usb_uhci.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../memory/memory-bochs.h ../../gui/siminterface.h ../../gui/gui.h \
|
||||
../pci.h usb_common.h usb_pcap.h uhci_core.h usb_uhci.h
|
||||
usb_xhci.lo: usb_xhci.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../../cpudb.h \
|
||||
../../osdep.h ../../gui/paramtree.h ../../logio.h ../\
|
||||
../../instrument/stubs/instrument.h ../../misc/bswap.h ../../plugin.h \
|
||||
../../extplugin.h ../../param_names.h ../../pc_system.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
|
@ -69,7 +69,7 @@ dist-clean: clean
|
||||
###########################################
|
||||
memory.o: memory.@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 \
|
||||
../logio.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 \
|
||||
@ -80,7 +80,7 @@ memory.o: memory.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debu
|
||||
../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/paramtree.h ../logio.h ../cpudb.h ../memory/memory-bochs.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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user