Removed non-code files that shouldn't have been there and updated .gitignore to ignore *.d as well.

This commit is contained in:
OBattler 2020-03-24 02:44:19 +01:00
parent 63b4cfc4ce
commit 5b5face08b
311 changed files with 1 additions and 1059 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
src/*.o
src/*.exe
src/*.res
src/*.d
src/NUL

View File

@ -1,4 +0,0 @@
386.o: cpu_common/386.c 86box.h cpu_common/cpu.h timer.h cpu_common/cpu.h \
cpu_common/x86.h cpu_common/x87.h nmi.h mem.h pic.h pit.h floppy/fdd.h \
floppy/fdc.h cpu_common/386_common.h cpu/x86_flags.h \
cpu_common/x86_ops.h

View File

@ -1,4 +0,0 @@
386_common.o: cpu_common/386_common.c 86box.h cpu_common/cpu.h timer.h \
cpu_common/cpu.h cpu_common/x86.h cpu_common/x87.h nmi.h mem.h pic.h \
pit.h floppy/fdd.h floppy/fdc.h cpu_common/386_common.h cpu/x86_flags.h \
cpu/codegen.h cpu/../mem.h cpu/../cpu_common/x86_ops.h cpu/codegen_x86.h

View File

@ -1,25 +0,0 @@
386_dynarec.o: cpu_common/386_dynarec.c 86box.h cpu_common/cpu.h \
cpu_common/x86.h cpu_common/x86_ops.h cpu_common/x87.h 86box_io.h mem.h \
nmi.h pic.h timer.h cpu_common/cpu.h floppy/fdd.h floppy/fdc.h \
cpu/codegen.h cpu/../mem.h cpu/../cpu_common/x86_ops.h cpu/codegen_x86.h \
cpu_common/386_common.h cpu/x86_flags.h cpu_common/386_ops.h \
cpu_common/x86seg.h cpu_common/x86_ops_arith.h \
cpu_common/x86_ops_atomic.h cpu_common/x86_ops_bcd.h \
cpu_common/x86_ops_bit.h cpu_common/x86_ops_bitscan.h \
cpu_common/x86_ops_flag.h cpu_common/x86_ops_fpu.h \
cpu_common/x86_ops_inc_dec.h cpu_common/x86_ops_int.h \
cpu_common/x86_ops_io.h cpu_common/x86_ops_jump.h \
cpu_common/x86_ops_misc.h cpu_common/x87_ops.h \
cpu_common/x87_ops_arith.h cpu_common/x87_ops_misc.h \
cpu_common/x87_ops_loadstore.h cpu_common/x86_ops_i686.h \
cpu_common/x86_ops_mmx.h cpu_common/x86_ops_mmx_arith.h \
cpu_common/x86_ops_mmx_cmp.h cpu_common/x86_ops_mmx_logic.h \
cpu_common/x86_ops_mmx_mov.h cpu_common/x86_ops_mmx_pack.h \
cpu_common/x86_ops_mmx_shift.h cpu_common/x86_ops_mov.h \
cpu_common/x86_ops_mov_ctrl.h cpu_common/x86_ops_mov_seg.h \
cpu_common/x86_ops_movx.h cpu_common/x86_ops_msr.h \
cpu_common/x86_ops_mul.h cpu_common/x86_ops_pmode.h \
cpu_common/x86_ops_prefix.h cpu_common/x86_ops_rep.h \
cpu_common/x86_ops_ret.h cpu_common/x86_ops_set.h \
cpu_common/x86_ops_stack.h cpu_common/x86_ops_string.h \
cpu_common/x86_ops_xchg.h cpu/x86_ops_call.h cpu/x86_ops_shift.h

View File

@ -1,24 +0,0 @@
386_dynarec_ops.o: cpu_common/386_dynarec_ops.c 86box.h cpu_common/cpu.h \
timer.h cpu_common/cpu.h cpu_common/x86.h cpu_common/x86_ops.h \
cpu_common/x87.h cpu/x86_flags.h 86box_io.h mem.h nmi.h pic.h \
cpu/codegen.h cpu/../mem.h cpu/../cpu_common/x86_ops.h cpu/codegen_x86.h \
cpu_common/386_common.h cpu_common/386_ops.h cpu_common/x86seg.h \
cpu_common/x86_ops_arith.h cpu_common/x86_ops_atomic.h \
cpu_common/x86_ops_bcd.h cpu_common/x86_ops_bit.h \
cpu_common/x86_ops_bitscan.h cpu_common/x86_ops_flag.h \
cpu_common/x86_ops_fpu.h cpu_common/x86_ops_inc_dec.h \
cpu_common/x86_ops_int.h cpu_common/x86_ops_io.h \
cpu_common/x86_ops_jump.h cpu_common/x86_ops_misc.h cpu_common/x87_ops.h \
cpu_common/x87_ops_arith.h cpu_common/x87_ops_misc.h \
cpu_common/x87_ops_loadstore.h cpu_common/x86_ops_i686.h \
cpu_common/x86_ops_mmx.h cpu_common/x86_ops_mmx_arith.h \
cpu_common/x86_ops_mmx_cmp.h cpu_common/x86_ops_mmx_logic.h \
cpu_common/x86_ops_mmx_mov.h cpu_common/x86_ops_mmx_pack.h \
cpu_common/x86_ops_mmx_shift.h cpu_common/x86_ops_mov.h \
cpu_common/x86_ops_mov_ctrl.h cpu_common/x86_ops_mov_seg.h \
cpu_common/x86_ops_movx.h cpu_common/x86_ops_msr.h \
cpu_common/x86_ops_mul.h cpu_common/x86_ops_pmode.h \
cpu_common/x86_ops_prefix.h cpu_common/x86_ops_rep.h \
cpu_common/x86_ops_ret.h cpu_common/x86_ops_set.h \
cpu_common/x86_ops_stack.h cpu_common/x86_ops_string.h \
cpu_common/x86_ops_xchg.h cpu/x86_ops_call.h cpu/x86_ops_shift.h

View File

@ -1,5 +0,0 @@
808x.o: cpu_common/808x.c 86box.h cpu_common/cpu.h cpu_common/x86.h \
machine/machine.h 86box_io.h mem.h rom.h nmi.h pic.h timer.h \
cpu_common/cpu.h cpu_common/x87.h cpu_common/x87_ops.h \
cpu_common/x87_ops_arith.h cpu_common/x87_ops_misc.h \
cpu_common/x87_ops_loadstore.h

View File

@ -1,3 +0,0 @@
Analog.o: sound/munt/Analog.cpp sound/munt/internals.h sound/munt/Types.h \
sound/munt/Analog.h sound/munt/globals.h sound/munt/config.h \
sound/munt/Enumerations.h sound/munt/Synth.h

View File

@ -1,3 +0,0 @@
BReverbModel.o: sound/munt/BReverbModel.cpp sound/munt/internals.h \
sound/munt/Types.h sound/munt/BReverbModel.h sound/munt/globals.h \
sound/munt/config.h sound/munt/Enumerations.h sound/munt/Synth.h

View File

@ -1,3 +0,0 @@
File.o: sound/munt/File.cpp sound/munt/internals.h sound/munt/Types.h \
sound/munt/File.h sound/munt/globals.h sound/munt/config.h \
sound/munt/sha1/sha1.h

View File

@ -1,3 +0,0 @@
FileStream.o: sound/munt/FileStream.cpp sound/munt/internals.h \
sound/munt/Types.h sound/munt/FileStream.h sound/munt/globals.h \
sound/munt/config.h sound/munt/File.h

View File

@ -1,5 +0,0 @@
LA32FloatWaveGenerator.o: sound/munt/LA32FloatWaveGenerator.cpp \
sound/munt/internals.h sound/munt/Types.h \
sound/munt/LA32FloatWaveGenerator.h sound/munt/globals.h \
sound/munt/config.h sound/munt/LA32WaveGenerator.h sound/munt/mmath.h \
sound/munt/Tables.h

View File

@ -1,3 +0,0 @@
LA32Ramp.o: sound/munt/LA32Ramp.cpp sound/munt/internals.h \
sound/munt/Types.h sound/munt/LA32Ramp.h sound/munt/globals.h \
sound/munt/config.h sound/munt/Tables.h

View File

@ -1,3 +0,0 @@
LA32WaveGenerator.o: sound/munt/LA32WaveGenerator.cpp \
sound/munt/internals.h sound/munt/Types.h sound/munt/LA32WaveGenerator.h \
sound/munt/globals.h sound/munt/config.h sound/munt/Tables.h

View File

@ -1,4 +0,0 @@
MidiStreamParser.o: sound/munt/MidiStreamParser.cpp \
sound/munt/internals.h sound/munt/Types.h sound/munt/MidiStreamParser.h \
sound/munt/globals.h sound/munt/config.h sound/munt/Synth.h \
sound/munt/Enumerations.h

View File

@ -1,6 +0,0 @@
Part.o: sound/munt/Part.cpp sound/munt/internals.h sound/munt/Types.h \
sound/munt/Part.h sound/munt/globals.h sound/munt/config.h \
sound/munt/Structures.h sound/munt/Partial.h sound/munt/LA32Ramp.h \
sound/munt/LA32WaveGenerator.h sound/munt/LA32FloatWaveGenerator.h \
sound/munt/PartialManager.h sound/munt/Poly.h sound/munt/Synth.h \
sound/munt/Enumerations.h

View File

@ -1,7 +0,0 @@
Partial.o: sound/munt/Partial.cpp sound/munt/internals.h \
sound/munt/Types.h sound/munt/Partial.h sound/munt/globals.h \
sound/munt/config.h sound/munt/Structures.h sound/munt/LA32Ramp.h \
sound/munt/LA32WaveGenerator.h sound/munt/LA32FloatWaveGenerator.h \
sound/munt/Part.h sound/munt/Poly.h sound/munt/Synth.h \
sound/munt/Enumerations.h sound/munt/Tables.h sound/munt/TVA.h \
sound/munt/TVF.h sound/munt/TVP.h

View File

@ -1,6 +0,0 @@
PartialManager.o: sound/munt/PartialManager.cpp sound/munt/internals.h \
sound/munt/Types.h sound/munt/PartialManager.h sound/munt/globals.h \
sound/munt/config.h sound/munt/Part.h sound/munt/Structures.h \
sound/munt/Partial.h sound/munt/LA32Ramp.h \
sound/munt/LA32WaveGenerator.h sound/munt/LA32FloatWaveGenerator.h \
sound/munt/Poly.h sound/munt/Synth.h sound/munt/Enumerations.h

View File

@ -1,6 +0,0 @@
Poly.o: sound/munt/Poly.cpp sound/munt/internals.h sound/munt/Types.h \
sound/munt/Poly.h sound/munt/globals.h sound/munt/config.h \
sound/munt/Part.h sound/munt/Structures.h sound/munt/Partial.h \
sound/munt/LA32Ramp.h sound/munt/LA32WaveGenerator.h \
sound/munt/LA32FloatWaveGenerator.h sound/munt/Synth.h \
sound/munt/Enumerations.h

View File

@ -1,3 +0,0 @@
ROMInfo.o: sound/munt/ROMInfo.cpp sound/munt/internals.h \
sound/munt/Types.h sound/munt/ROMInfo.h sound/munt/globals.h \
sound/munt/config.h sound/munt/File.h

View File

@ -1,5 +0,0 @@
SampleRateConverter_dummy.o: sound/munt/SampleRateConverter_dummy.cpp \
sound/munt/../../plat.h sound/munt/../../lang/language.h \
sound/munt/SampleRateConverter.h sound/munt/globals.h \
sound/munt/config.h sound/munt/Types.h sound/munt/Enumerations.h \
sound/munt/Synth.h

View File

@ -1,8 +0,0 @@
Synth.o: sound/munt/Synth.cpp sound/munt/internals.h sound/munt/Types.h \
sound/munt/Synth.h sound/munt/globals.h sound/munt/config.h \
sound/munt/Enumerations.h sound/munt/Analog.h sound/munt/BReverbModel.h \
sound/munt/File.h sound/munt/MemoryRegion.h sound/munt/Structures.h \
sound/munt/MidiEventQueue.h sound/munt/Part.h sound/munt/Partial.h \
sound/munt/LA32Ramp.h sound/munt/LA32WaveGenerator.h \
sound/munt/LA32FloatWaveGenerator.h sound/munt/PartialManager.h \
sound/munt/Poly.h sound/munt/ROMInfo.h sound/munt/TVA.h

View File

@ -1,6 +0,0 @@
TVA.o: sound/munt/TVA.cpp sound/munt/internals.h sound/munt/Types.h \
sound/munt/TVA.h sound/munt/globals.h sound/munt/config.h \
sound/munt/Structures.h sound/munt/Part.h sound/munt/Partial.h \
sound/munt/LA32Ramp.h sound/munt/LA32WaveGenerator.h \
sound/munt/LA32FloatWaveGenerator.h sound/munt/Poly.h sound/munt/Synth.h \
sound/munt/Enumerations.h sound/munt/Tables.h

View File

@ -1,6 +0,0 @@
TVF.o: sound/munt/TVF.cpp sound/munt/internals.h sound/munt/Types.h \
sound/munt/TVF.h sound/munt/globals.h sound/munt/config.h \
sound/munt/Structures.h sound/munt/LA32Ramp.h sound/munt/Partial.h \
sound/munt/LA32WaveGenerator.h sound/munt/LA32FloatWaveGenerator.h \
sound/munt/Poly.h sound/munt/Synth.h sound/munt/Enumerations.h \
sound/munt/Tables.h

View File

@ -1,6 +0,0 @@
TVP.o: sound/munt/TVP.cpp sound/munt/internals.h sound/munt/Types.h \
sound/munt/TVP.h sound/munt/globals.h sound/munt/config.h \
sound/munt/Structures.h sound/munt/Part.h sound/munt/Partial.h \
sound/munt/LA32Ramp.h sound/munt/LA32WaveGenerator.h \
sound/munt/LA32FloatWaveGenerator.h sound/munt/Poly.h sound/munt/Synth.h \
sound/munt/Enumerations.h sound/munt/TVA.h

View File

@ -1,3 +0,0 @@
Tables.o: sound/munt/Tables.cpp sound/munt/internals.h sound/munt/Types.h \
sound/munt/Tables.h sound/munt/globals.h sound/munt/config.h \
sound/munt/mmath.h

View File

@ -1,3 +0,0 @@
acc2168.o: chipset/acc2168.c 86box.h cpu_common/cpu.h timer.h device.h \
keyboard.h 86box_io.h mem.h mouse.h port_92.h sio.h disk/hdc.h \
video/video.h chipset/chipset.h

View File

@ -1,2 +0,0 @@
acer_m3a.o: chipset/acer_m3a.c 86box.h mem.h 86box_io.h rom.h pci.h \
device.h keyboard.h chipset/chipset.h

View File

@ -1,3 +0,0 @@
ali1429.o: chipset/ali1429.c 86box.h cpu_common/cpu.h timer.h 86box_io.h \
mem.h device.h keyboard.h floppy/fdd.h floppy/fdc.h disk/hdc.h \
disk/hdc_ide.h port_92.h chipset/chipset.h

View File

@ -1 +0,0 @@
apm_new.o: apm_new.c 86box.h cpu_common/cpu.h device.h 86box_io.h

View File

@ -1,9 +0,0 @@
bootp.o: network/slirp/bootp.c network/slirp/slirp.h \
network/slirp/config.h network/slirp/config-host.h \
network/slirp/slirp_config.h network/slirp/debug.h network/slirp/ip.h \
network/slirp/tcp.h network/slirp/tcp_var.h network/slirp/tcpip.h \
network/slirp/tcp_timer.h network/slirp/udp.h network/slirp/icmp_var.h \
network/slirp/mbuf.h network/slirp/sbuf.h network/slirp/socket.h \
network/slirp/if.h network/slirp/main.h network/slirp/misc.h \
network/slirp/ctl.h network/slirp/bootp.h network/slirp/tftp.h \
network/slirp/libslirp.h

View File

@ -1,2 +0,0 @@
bugger.o: bugger.c 86box.h 86box_io.h device.h plat.h lang/language.h \
ui.h bugger.h

View File

@ -1,12 +0,0 @@
c_interface.o: sound/munt/c_interface/c_interface.cpp \
sound/munt/c_interface/../globals.h sound/munt/c_interface/../config.h \
sound/munt/c_interface/../Types.h sound/munt/c_interface/../File.h \
sound/munt/c_interface/../globals.h sound/munt/c_interface/../Types.h \
sound/munt/c_interface/../FileStream.h sound/munt/c_interface/../File.h \
sound/munt/c_interface/../ROMInfo.h sound/munt/c_interface/../Synth.h \
sound/munt/c_interface/../Enumerations.h \
sound/munt/c_interface/../MidiStreamParser.h \
sound/munt/c_interface/../SampleRateConverter.h \
sound/munt/c_interface/c_types.h \
sound/munt/c_interface/../Enumerations.h \
sound/munt/c_interface/c_interface.h

View File

@ -1,2 +0,0 @@
cdrom.o: cdrom/cdrom.c 86box.h config.h cdrom/cdrom.h cdrom/cdrom_image.h \
plat.h lang/language.h sound/sound.h

View File

@ -1,3 +0,0 @@
cdrom_image.o: cdrom/cdrom_image.c 86box.h config.h plat.h \
lang/language.h scsi/scsi_device.h cdrom/cdrom_image_backend.h \
cdrom/cdrom.h cdrom/cdrom_image.h

View File

@ -1,2 +0,0 @@
cdrom_image_backend.o: cdrom/cdrom_image_backend.c 86box.h plat.h \
lang/language.h cdrom/cdrom_image_backend.h

View File

@ -1,9 +0,0 @@
cksum.o: network/slirp/cksum.c network/slirp/slirp.h \
network/slirp/config.h network/slirp/config-host.h \
network/slirp/slirp_config.h network/slirp/debug.h network/slirp/ip.h \
network/slirp/tcp.h network/slirp/tcp_var.h network/slirp/tcpip.h \
network/slirp/tcp_timer.h network/slirp/udp.h network/slirp/icmp_var.h \
network/slirp/mbuf.h network/slirp/sbuf.h network/slirp/socket.h \
network/slirp/if.h network/slirp/main.h network/slirp/misc.h \
network/slirp/ctl.h network/slirp/bootp.h network/slirp/tftp.h \
network/slirp/libslirp.h

View File

@ -1,3 +0,0 @@
codegen.o: cpu/codegen.c 86box.h mem.h cpu_common/cpu.h \
cpu_common/x86_ops.h cpu/codegen.h cpu/../mem.h \
cpu/../cpu_common/x86_ops.h cpu/codegen_x86.h

View File

@ -1,8 +0,0 @@
codegen_ops.o: cpu/codegen_ops.c 86box.h mem.h cpu_common/cpu.h \
cpu_common/x86.h cpu_common/x86_ops.h cpu/x86_flags.h cpu_common/x87.h \
cpu_common/386_common.h cpu/codegen.h cpu/../mem.h \
cpu/../cpu_common/x86_ops.h cpu/codegen_x86.h cpu/codegen_ops.h \
cpu/codegen_ops_x86.h cpu/codegen_ops_arith.h cpu/codegen_ops_fpu.h \
cpu/codegen_ops_jump.h cpu/codegen_ops_logic.h cpu/codegen_ops_misc.h \
cpu/codegen_ops_mmx.h cpu/codegen_ops_mov.h cpu/codegen_ops_shift.h \
cpu/codegen_ops_stack.h cpu/codegen_ops_xchg.h

View File

@ -1,4 +0,0 @@
codegen_timing_486.o: cpu/codegen_timing_486.c 86box.h mem.h \
cpu_common/cpu.h cpu_common/x86.h cpu_common/x86_ops.h cpu_common/x87.h \
cpu/codegen.h cpu/../mem.h cpu/../cpu_common/x86_ops.h cpu/codegen_x86.h \
cpu/codegen_ops.h cpu/codegen_timing_common.h

View File

@ -1,4 +0,0 @@
codegen_timing_686.o: cpu/codegen_timing_686.c 86box.h mem.h \
cpu_common/cpu.h cpu_common/x86.h cpu_common/x86_ops.h cpu_common/x87.h \
cpu/codegen.h cpu/../mem.h cpu/../cpu_common/x86_ops.h cpu/codegen_x86.h \
cpu/codegen_timing_common.h cpu/codegen_ops.h

View File

@ -1,3 +0,0 @@
codegen_timing_common.o: cpu/codegen_timing_common.c 86box.h \
cpu_common/cpu.h cpu/codegen_timing_common.h cpu/codegen_ops.h \
cpu/codegen.h cpu/../mem.h cpu/../cpu_common/x86_ops.h cpu/codegen_x86.h

View File

@ -1,4 +0,0 @@
codegen_timing_pentium.o: cpu/codegen_timing_pentium.c 86box.h mem.h \
cpu_common/cpu.h cpu_common/x86.h cpu_common/x86_ops.h cpu_common/x87.h \
cpu/codegen.h cpu/../mem.h cpu/../cpu_common/x86_ops.h cpu/codegen_x86.h \
cpu/codegen_ops.h cpu/codegen_timing_common.h

View File

@ -1,4 +0,0 @@
codegen_timing_winchip.o: cpu/codegen_timing_winchip.c 86box.h \
cpu_common/cpu.h cpu_common/x86.h cpu_common/x86_ops.h cpu_common/x87.h \
cpu/../mem.h cpu/codegen.h cpu/../cpu_common/x86_ops.h cpu/codegen_x86.h \
cpu/codegen_ops.h cpu/codegen_timing_common.h

View File

@ -1,4 +0,0 @@
codegen_x86.o: cpu/codegen_x86.c 86box.h cpu_common/cpu.h mem.h \
cpu_common/x86.h cpu/x86_flags.h cpu/../cpu_common/x86_ops.h \
cpu_common/x87.h cpu_common/386_common.h cpu/codegen.h cpu/../mem.h \
cpu/codegen_x86.h cpu/codegen_ops.h cpu/codegen_ops_x86.h

View File

@ -1,6 +0,0 @@
config.o: config.c 86box.h cpu_common/cpu.h device.h timer.h nvr.h \
config.h isamem.h isartc.h lpt.h disk/hdd.h disk/hdc.h disk/hdc_ide.h \
floppy/fdd.h floppy/fdc.h game/gameport.h machine/machine.h mouse.h \
network/network.h scsi/scsi.h scsi/scsi_device.h cdrom/cdrom.h \
disk/zip.h sound/sound.h sound/midi.h sound/snd_mpu401.h video/video.h \
plat.h lang/language.h plat_midi.h ui.h

View File

@ -1,4 +0,0 @@
convolve-sse.o: sound/resid-fp/convolve-sse.cc sound/resid-fp/sid.h \
sound/resid-fp/siddefs-fp.h sound/resid-fp/voice.h sound/resid-fp/wave.h \
sound/resid-fp/envelope.h sound/resid-fp/filter.h \
sound/resid-fp/extfilt.h sound/resid-fp/pot.h

View File

@ -1 +0,0 @@
convolve.o: sound/resid-fp/convolve.cc

View File

@ -1,4 +0,0 @@
cpu.o: cpu_common/cpu.c 86box.h cpu_common/cpu.h device.h \
machine/machine.h 86box_io.h cpu_common/x86_ops.h mem.h nmi.h pic.h \
pci.h cpu/codegen.h cpu/../mem.h cpu/../cpu_common/x86_ops.h \
cpu/codegen_x86.h

View File

@ -1,2 +0,0 @@
cpu_table.o: cpu_common/cpu_table.c 86box.h cpu_common/cpu.h \
machine/machine.h

View File

@ -1,9 +0,0 @@
debug.o: network/slirp/debug.c network/slirp/slirp.h \
network/slirp/config.h network/slirp/config-host.h \
network/slirp/slirp_config.h network/slirp/debug.h network/slirp/ip.h \
network/slirp/tcp.h network/slirp/tcp_var.h network/slirp/tcpip.h \
network/slirp/tcp_timer.h network/slirp/udp.h network/slirp/icmp_var.h \
network/slirp/mbuf.h network/slirp/sbuf.h network/slirp/socket.h \
network/slirp/if.h network/slirp/main.h network/slirp/misc.h \
network/slirp/ctl.h network/slirp/bootp.h network/slirp/tftp.h \
network/slirp/libslirp.h

View File

@ -1,2 +0,0 @@
device.o: device.c 86box.h config.h device.h machine/machine.h \
sound/sound.h

View File

@ -1,2 +0,0 @@
dma.o: dma.c 86box.h cpu_common/cpu.h cpu_common/x86.h machine/machine.h \
mca.h mem.h 86box_io.h dma.h

View File

@ -1,2 +0,0 @@
envelope.o: sound/resid-fp/envelope.cc sound/resid-fp/envelope.h \
sound/resid-fp/siddefs-fp.h

View File

@ -1,2 +0,0 @@
extfilt.o: sound/resid-fp/extfilt.cc sound/resid-fp/extfilt.h \
sound/resid-fp/siddefs-fp.h

View File

@ -1,2 +0,0 @@
fdc.o: floppy/fdc.c 86box.h device.h cpu_common/cpu.h machine/machine.h \
86box_io.h dma.h pic.h timer.h ui.h floppy/fdd.h floppy/fdc.h

View File

@ -1,4 +0,0 @@
fdd.o: floppy/fdd.c 86box.h timer.h cpu_common/cpu.h plat.h \
lang/language.h ui.h floppy/fdd.h floppy/fdd_86f.h floppy/fdd_fdi.h \
floppy/fdd_imd.h floppy/fdd_img.h floppy/fdd_json.h floppy/fdd_mfm.h \
floppy/fdd_td0.h floppy/fdc.h

View File

@ -1,3 +0,0 @@
fdd_86f.o: floppy/fdd_86f.c 86box.h timer.h cpu_common/cpu.h dma.h nvr.h \
random.h plat.h lang/language.h ui.h floppy/fdd.h floppy/fdc.h \
floppy/fdd_86f.h

View File

@ -1,2 +0,0 @@
fdd_common.o: floppy/fdd_common.c 86box.h timer.h cpu_common/cpu.h \
floppy/fdd.h floppy/fdd_common.h

View File

@ -1,3 +0,0 @@
fdd_fdi.o: floppy/fdd_fdi.c 86box.h timer.h cpu_common/cpu.h plat.h \
lang/language.h floppy/fdd.h floppy/fdd_86f.h floppy/fdd_img.h \
floppy/fdd_fdi.h floppy/fdc.h floppy/fdi2raw.h

View File

@ -1,3 +0,0 @@
fdd_imd.o: floppy/fdd_imd.c 86box.h timer.h cpu_common/cpu.h plat.h \
lang/language.h floppy/fdd.h floppy/fdd_86f.h floppy/fdd_imd.h \
floppy/fdc.h

View File

@ -1,3 +0,0 @@
fdd_img.o: floppy/fdd_img.c 86box.h timer.h cpu_common/cpu.h config.h \
plat.h lang/language.h floppy/fdd.h floppy/fdd_86f.h floppy/fdd_img.h \
floppy/fdc.h

View File

@ -1,3 +0,0 @@
fdd_json.o: floppy/fdd_json.c 86box.h timer.h cpu_common/cpu.h plat.h \
lang/language.h floppy/fdd.h floppy/fdd_86f.h floppy/fdc.h \
floppy/fdd_common.h floppy/fdd_json.h

View File

@ -1,3 +0,0 @@
fdd_mfm.o: floppy/fdd_mfm.c 86box.h timer.h cpu_common/cpu.h plat.h \
lang/language.h floppy/fdd.h floppy/fdd_86f.h floppy/fdd_img.h \
floppy/fdd_mfm.h floppy/fdc.h

View File

@ -1,3 +0,0 @@
fdd_td0.o: floppy/fdd_td0.c 86box.h timer.h cpu_common/cpu.h plat.h \
lang/language.h floppy/fdd.h floppy/fdd_86f.h floppy/fdd_td0.h \
floppy/fdc.h

View File

@ -1 +0,0 @@
fdi2raw.o: floppy/fdi2raw.c 86box.h floppy/fdi2raw.h

View File

@ -1,4 +0,0 @@
filter.o: sound/resid-fp/filter.cc sound/resid-fp/filter.h \
sound/resid-fp/siddefs-fp.h sound/resid-fp/sid.h sound/resid-fp/voice.h \
sound/resid-fp/wave.h sound/resid-fp/envelope.h sound/resid-fp/extfilt.h \
sound/resid-fp/pot.h

View File

@ -1,4 +0,0 @@
gameport.o: game/gameport.c 86box.h machine/machine.h cpu_common/cpu.h \
device.h 86box_io.h timer.h game/gameport.h \
game/joystick_ch_flightstick_pro.h game/joystick_standard.h \
game/joystick_sw_pad.h game/joystick_tm_fcs.h

View File

@ -1,2 +0,0 @@
hdc.o: disk/hdc.c 86box.h machine/machine.h device.h disk/hdc.h \
disk/hdc_ide.h disk/hdd.h

View File

@ -1,3 +0,0 @@
hdc_esdi_at.o: disk/hdc_esdi_at.c 86box.h device.h 86box_io.h mem.h pic.h \
rom.h cpu_common/cpu.h machine/machine.h timer.h plat.h lang/language.h \
ui.h disk/hdc.h disk/hdd.h

View File

@ -1,3 +0,0 @@
hdc_esdi_mca.o: disk/hdc_esdi_mca.c 86box.h device.h dma.h 86box_io.h \
mca.h mem.h pic.h rom.h timer.h cpu_common/cpu.h ui.h disk/hdc.h \
disk/hdd.h

View File

@ -1,4 +0,0 @@
hdc_ide.o: disk/hdc_ide.c 86box.h cpu_common/cpu.h machine/machine.h \
86box_io.h mem.h pic.h pci.h rom.h timer.h device.h scsi/scsi_device.h \
cdrom/cdrom.h plat.h lang/language.h ui.h disk/hdc.h disk/hdc_ide.h \
disk/hdd.h disk/zip.h

View File

@ -1,4 +0,0 @@
hdc_ide_sff8038i.o: disk/hdc_ide_sff8038i.c 86box.h cdrom/cdrom.h \
scsi/scsi_device.h scsi/scsi_cdrom.h dma.h 86box_io.h device.h \
keyboard.h mem.h pci.h pic.h disk/hdc.h disk/hdc_ide.h \
disk/hdc_ide_sff8038i.h disk/zip.h

View File

@ -1,3 +0,0 @@
hdc_st506_at.o: disk/hdc_st506_at.c 86box.h device.h 86box_io.h pic.h \
cpu_common/cpu.h machine/machine.h timer.h plat.h lang/language.h ui.h \
disk/hdc.h disk/hdd.h

View File

@ -1,3 +0,0 @@
hdc_st506_xt.o: disk/hdc_st506_xt.c 86box.h 86box_io.h mem.h rom.h \
timer.h cpu_common/cpu.h device.h ui.h plat.h lang/language.h dma.h \
pic.h disk/hdc.h disk/hdd.h

View File

@ -1,3 +0,0 @@
hdc_xta.o: disk/hdc_xta.c 86box.h 86box_io.h dma.h pic.h mem.h rom.h \
device.h timer.h cpu_common/cpu.h plat.h lang/language.h ui.h disk/hdc.h \
disk/hdd.h

View File

@ -1,2 +0,0 @@
hdc_xtide.o: disk/hdc_xtide.c 86box.h 86box_io.h mem.h rom.h device.h \
disk/hdc.h disk/hdc_ide.h

View File

@ -1,2 +0,0 @@
hdd.o: disk/hdd.c 86box.h plat.h lang/language.h ui.h disk/hdd.h \
cdrom/cdrom.h

View File

@ -1,2 +0,0 @@
hdd_image.o: disk/hdd_image.c 86box.h plat.h lang/language.h random.h \
disk/hdd.h

View File

@ -1 +0,0 @@
hdd_table.o: disk/hdd_table.c 86box.h disk/hdd.h

View File

@ -1,3 +0,0 @@
headland.o: chipset/headland.c 86box.h cpu_common/cpu.h cpu_common/x86.h \
timer.h 86box_io.h mem.h rom.h device.h keyboard.h floppy/fdd.h \
floppy/fdc.h port_92.h chipset/chipset.h

View File

@ -1,3 +0,0 @@
ibm_5161.o: ibm_5161.c 86box.h device.h 86box_io.h apm.h dma.h mem.h \
pci.h timer.h cpu_common/cpu.h pit.h port_92.h machine/machine.h \
intel_sio.h

View File

@ -1,8 +0,0 @@
if.o: network/slirp/if.c network/slirp/slirp.h network/slirp/config.h \
network/slirp/config-host.h network/slirp/slirp_config.h \
network/slirp/debug.h network/slirp/ip.h network/slirp/tcp.h \
network/slirp/tcp_var.h network/slirp/tcpip.h network/slirp/tcp_timer.h \
network/slirp/udp.h network/slirp/icmp_var.h network/slirp/mbuf.h \
network/slirp/sbuf.h network/slirp/socket.h network/slirp/if.h \
network/slirp/main.h network/slirp/misc.h network/slirp/ctl.h \
network/slirp/bootp.h network/slirp/tftp.h network/slirp/libslirp.h

View File

@ -1,2 +0,0 @@
intel_4x0.o: chipset/intel_4x0.c 86box.h cpu_common/cpu.h mem.h \
86box_io.h rom.h pci.h device.h keyboard.h chipset/chipset.h

View File

@ -1,2 +0,0 @@
intel_flash.o: intel_flash.c 86box.h device.h mem.h machine/machine.h \
timer.h cpu_common/cpu.h nvr.h plat.h lang/language.h

View File

@ -1,5 +0,0 @@
intel_piix.o: intel_piix.c 86box.h cdrom/cdrom.h cpu_common/cpu.h \
scsi/scsi_device.h scsi/scsi_cdrom.h dma.h 86box_io.h device.h apm.h \
keyboard.h mem.h timer.h nvr.h pci.h pic.h port_92.h disk/hdc.h \
disk/hdc_ide.h disk/hdc_ide_sff8038i.h disk/zip.h machine/machine.h \
piix.h

View File

@ -1,3 +0,0 @@
intel_sio.o: intel_sio.c 86box.h device.h 86box_io.h apm.h dma.h mem.h \
pci.h timer.h cpu_common/cpu.h pit.h port_92.h machine/machine.h \
intel_sio.h

View File

@ -1 +0,0 @@
io.o: io.c 86box.h 86box_io.h cpu_common/cpu.h machine/m_amstrad.h

View File

@ -1,9 +0,0 @@
ip_icmp.o: network/slirp/ip_icmp.c network/slirp/slirp.h \
network/slirp/config.h network/slirp/config-host.h \
network/slirp/slirp_config.h network/slirp/debug.h network/slirp/ip.h \
network/slirp/tcp.h network/slirp/tcp_var.h network/slirp/tcpip.h \
network/slirp/tcp_timer.h network/slirp/udp.h network/slirp/icmp_var.h \
network/slirp/mbuf.h network/slirp/sbuf.h network/slirp/socket.h \
network/slirp/if.h network/slirp/main.h network/slirp/misc.h \
network/slirp/ctl.h network/slirp/bootp.h network/slirp/tftp.h \
network/slirp/libslirp.h network/slirp/ip_icmp.h

View File

@ -1,9 +0,0 @@
ip_input.o: network/slirp/ip_input.c network/slirp/slirp.h \
network/slirp/config.h network/slirp/config-host.h \
network/slirp/slirp_config.h network/slirp/debug.h network/slirp/ip.h \
network/slirp/tcp.h network/slirp/tcp_var.h network/slirp/tcpip.h \
network/slirp/tcp_timer.h network/slirp/udp.h network/slirp/icmp_var.h \
network/slirp/mbuf.h network/slirp/sbuf.h network/slirp/socket.h \
network/slirp/if.h network/slirp/main.h network/slirp/misc.h \
network/slirp/ctl.h network/slirp/bootp.h network/slirp/tftp.h \
network/slirp/libslirp.h network/slirp/ip_icmp.h

View File

@ -1,9 +0,0 @@
ip_output.o: network/slirp/ip_output.c network/slirp/slirp.h \
network/slirp/config.h network/slirp/config-host.h \
network/slirp/slirp_config.h network/slirp/debug.h network/slirp/ip.h \
network/slirp/tcp.h network/slirp/tcp_var.h network/slirp/tcpip.h \
network/slirp/tcp_timer.h network/slirp/udp.h network/slirp/icmp_var.h \
network/slirp/mbuf.h network/slirp/sbuf.h network/slirp/socket.h \
network/slirp/if.h network/slirp/main.h network/slirp/misc.h \
network/slirp/ctl.h network/slirp/bootp.h network/slirp/tftp.h \
network/slirp/libslirp.h

View File

@ -1,2 +0,0 @@
isamem.o: isamem.c 86box.h machine/machine.h 86box_io.h mem.h device.h \
ui.h plat.h lang/language.h isamem.h

View File

@ -1,2 +0,0 @@
isartc.o: isartc.c 86box.h cpu_common/cpu.h timer.h machine/machine.h \
86box_io.h device.h nvr.h ui.h plat.h lang/language.h pic.h isartc.h

View File

@ -1,3 +0,0 @@
joystick_ch_flightstick_pro.o: game/joystick_ch_flightstick_pro.c 86box.h \
device.h timer.h cpu_common/cpu.h game/gameport.h \
game/joystick_standard.h

View File

@ -1,2 +0,0 @@
joystick_standard.o: game/joystick_standard.c 86box.h device.h timer.h \
cpu_common/cpu.h game/gameport.h game/joystick_standard.h

View File

@ -1,2 +0,0 @@
joystick_sw_pad.o: game/joystick_sw_pad.c 86box.h device.h timer.h \
cpu_common/cpu.h game/gameport.h game/joystick_sw_pad.h

View File

@ -1,2 +0,0 @@
joystick_tm_fcs.o: game/joystick_tm_fcs.c 86box.h device.h timer.h \
cpu_common/cpu.h game/gameport.h game/joystick_standard.h

View File

@ -1 +0,0 @@
keyboard.o: keyboard.c 86box.h machine/machine.h keyboard.h

View File

@ -1,4 +0,0 @@
keyboard_at.o: keyboard_at.c 86box.h cpu_common/cpu.h timer.h 86box_io.h \
pic.h pit.h ppi.h mem.h device.h machine/machine.h machine/m_xt_xi8088.h \
machine/../device.h machine/m_at_t3100e.h floppy/fdd.h floppy/fdc.h \
sound/sound.h sound/snd_speaker.h video/video.h keyboard.h

View File

@ -1,4 +0,0 @@
keyboard_xt.o: keyboard_xt.c 86box.h device.h timer.h cpu_common/cpu.h \
floppy/fdd.h machine/machine.h machine/m_xt_t1000.h 86box_io.h pic.h \
pit.h ppi.h mem.h rom.h sound/sound.h sound/snd_speaker.h video/video.h \
keyboard.h

View File

@ -1,2 +0,0 @@
lpt.o: lpt.c 86box.h 86box_io.h lpt.h pic.h sound/sound.h \
printer/prt_devs.h

Some files were not shown because too many files have changed in this diff Show More