diff --git a/.gitignore b/.gitignore index bac8fe436..cc9da153b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ src/*.o src/*.exe src/*.res +src/*.d src/NUL diff --git a/src/386.d b/src/386.d deleted file mode 100644 index d3ddfcb52..000000000 --- a/src/386.d +++ /dev/null @@ -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 diff --git a/src/386_common.d b/src/386_common.d deleted file mode 100644 index 477b19fd7..000000000 --- a/src/386_common.d +++ /dev/null @@ -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 diff --git a/src/386_dynarec.d b/src/386_dynarec.d deleted file mode 100644 index 792b65683..000000000 --- a/src/386_dynarec.d +++ /dev/null @@ -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 diff --git a/src/386_dynarec_ops.d b/src/386_dynarec_ops.d deleted file mode 100644 index 4af90ccb2..000000000 --- a/src/386_dynarec_ops.d +++ /dev/null @@ -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 diff --git a/src/808x.d b/src/808x.d deleted file mode 100644 index 464d381c1..000000000 --- a/src/808x.d +++ /dev/null @@ -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 diff --git a/src/Analog.d b/src/Analog.d deleted file mode 100644 index cbca6f037..000000000 --- a/src/Analog.d +++ /dev/null @@ -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 diff --git a/src/BReverbModel.d b/src/BReverbModel.d deleted file mode 100644 index 4161da655..000000000 --- a/src/BReverbModel.d +++ /dev/null @@ -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 diff --git a/src/File.d b/src/File.d deleted file mode 100644 index 0d35ddd62..000000000 --- a/src/File.d +++ /dev/null @@ -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 diff --git a/src/FileStream.d b/src/FileStream.d deleted file mode 100644 index a992fa85c..000000000 --- a/src/FileStream.d +++ /dev/null @@ -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 diff --git a/src/LA32FloatWaveGenerator.d b/src/LA32FloatWaveGenerator.d deleted file mode 100644 index 0adecf1e7..000000000 --- a/src/LA32FloatWaveGenerator.d +++ /dev/null @@ -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 diff --git a/src/LA32Ramp.d b/src/LA32Ramp.d deleted file mode 100644 index 0ae8968e1..000000000 --- a/src/LA32Ramp.d +++ /dev/null @@ -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 diff --git a/src/LA32WaveGenerator.d b/src/LA32WaveGenerator.d deleted file mode 100644 index 2e9bcb5f0..000000000 --- a/src/LA32WaveGenerator.d +++ /dev/null @@ -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 diff --git a/src/MidiStreamParser.d b/src/MidiStreamParser.d deleted file mode 100644 index 35b721c7d..000000000 --- a/src/MidiStreamParser.d +++ /dev/null @@ -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 diff --git a/src/Part.d b/src/Part.d deleted file mode 100644 index 644871474..000000000 --- a/src/Part.d +++ /dev/null @@ -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 diff --git a/src/Partial.d b/src/Partial.d deleted file mode 100644 index 562b7bd2d..000000000 --- a/src/Partial.d +++ /dev/null @@ -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 diff --git a/src/PartialManager.d b/src/PartialManager.d deleted file mode 100644 index 5a22d83f1..000000000 --- a/src/PartialManager.d +++ /dev/null @@ -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 diff --git a/src/Poly.d b/src/Poly.d deleted file mode 100644 index fde8cbbf4..000000000 --- a/src/Poly.d +++ /dev/null @@ -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 diff --git a/src/ROMInfo.d b/src/ROMInfo.d deleted file mode 100644 index 50f90481f..000000000 --- a/src/ROMInfo.d +++ /dev/null @@ -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 diff --git a/src/SampleRateConverter_dummy.d b/src/SampleRateConverter_dummy.d deleted file mode 100644 index 0cf1c31c6..000000000 --- a/src/SampleRateConverter_dummy.d +++ /dev/null @@ -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 diff --git a/src/Synth.d b/src/Synth.d deleted file mode 100644 index 0152c1a05..000000000 --- a/src/Synth.d +++ /dev/null @@ -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 diff --git a/src/TVA.d b/src/TVA.d deleted file mode 100644 index 01d1ce78b..000000000 --- a/src/TVA.d +++ /dev/null @@ -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 diff --git a/src/TVF.d b/src/TVF.d deleted file mode 100644 index 6925b87ef..000000000 --- a/src/TVF.d +++ /dev/null @@ -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 diff --git a/src/TVP.d b/src/TVP.d deleted file mode 100644 index 0e895a6d1..000000000 --- a/src/TVP.d +++ /dev/null @@ -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 diff --git a/src/Tables.d b/src/Tables.d deleted file mode 100644 index 0d2008b5f..000000000 --- a/src/Tables.d +++ /dev/null @@ -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 diff --git a/src/acc2168.d b/src/acc2168.d deleted file mode 100644 index b3af53f0d..000000000 --- a/src/acc2168.d +++ /dev/null @@ -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 diff --git a/src/acer_m3a.d b/src/acer_m3a.d deleted file mode 100644 index 686b971eb..000000000 --- a/src/acer_m3a.d +++ /dev/null @@ -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 diff --git a/src/ali1429.d b/src/ali1429.d deleted file mode 100644 index 5267cb13c..000000000 --- a/src/ali1429.d +++ /dev/null @@ -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 diff --git a/src/apm_new.d b/src/apm_new.d deleted file mode 100644 index 7a0b1ece9..000000000 --- a/src/apm_new.d +++ /dev/null @@ -1 +0,0 @@ -apm_new.o: apm_new.c 86box.h cpu_common/cpu.h device.h 86box_io.h diff --git a/src/bootp.d b/src/bootp.d deleted file mode 100644 index 8064c7bbd..000000000 --- a/src/bootp.d +++ /dev/null @@ -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 diff --git a/src/bugger.d b/src/bugger.d deleted file mode 100644 index d03d9539d..000000000 --- a/src/bugger.d +++ /dev/null @@ -1,2 +0,0 @@ -bugger.o: bugger.c 86box.h 86box_io.h device.h plat.h lang/language.h \ - ui.h bugger.h diff --git a/src/c_interface.d b/src/c_interface.d deleted file mode 100644 index 867dc3935..000000000 --- a/src/c_interface.d +++ /dev/null @@ -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 diff --git a/src/cdrom.d b/src/cdrom.d deleted file mode 100644 index 4e9a5061d..000000000 --- a/src/cdrom.d +++ /dev/null @@ -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 diff --git a/src/cdrom_image.d b/src/cdrom_image.d deleted file mode 100644 index f7cbf445f..000000000 --- a/src/cdrom_image.d +++ /dev/null @@ -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 diff --git a/src/cdrom_image_backend.d b/src/cdrom_image_backend.d deleted file mode 100644 index e31acdba5..000000000 --- a/src/cdrom_image_backend.d +++ /dev/null @@ -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 diff --git a/src/cksum.d b/src/cksum.d deleted file mode 100644 index aeba67afb..000000000 --- a/src/cksum.d +++ /dev/null @@ -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 diff --git a/src/codegen.d b/src/codegen.d deleted file mode 100644 index fca8209c8..000000000 --- a/src/codegen.d +++ /dev/null @@ -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 diff --git a/src/codegen_ops.d b/src/codegen_ops.d deleted file mode 100644 index cb8054d5b..000000000 --- a/src/codegen_ops.d +++ /dev/null @@ -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 diff --git a/src/codegen_timing_486.d b/src/codegen_timing_486.d deleted file mode 100644 index 8d3af27ac..000000000 --- a/src/codegen_timing_486.d +++ /dev/null @@ -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 diff --git a/src/codegen_timing_686.d b/src/codegen_timing_686.d deleted file mode 100644 index a660a82f5..000000000 --- a/src/codegen_timing_686.d +++ /dev/null @@ -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 diff --git a/src/codegen_timing_common.d b/src/codegen_timing_common.d deleted file mode 100644 index 455d6847e..000000000 --- a/src/codegen_timing_common.d +++ /dev/null @@ -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 diff --git a/src/codegen_timing_pentium.d b/src/codegen_timing_pentium.d deleted file mode 100644 index a7f60a21d..000000000 --- a/src/codegen_timing_pentium.d +++ /dev/null @@ -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 diff --git a/src/codegen_timing_winchip.d b/src/codegen_timing_winchip.d deleted file mode 100644 index cbea6e70a..000000000 --- a/src/codegen_timing_winchip.d +++ /dev/null @@ -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 diff --git a/src/codegen_x86.d b/src/codegen_x86.d deleted file mode 100644 index edd9a9214..000000000 --- a/src/codegen_x86.d +++ /dev/null @@ -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 diff --git a/src/config.d b/src/config.d deleted file mode 100644 index e3d047890..000000000 --- a/src/config.d +++ /dev/null @@ -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 diff --git a/src/convolve-sse.d b/src/convolve-sse.d deleted file mode 100644 index 688d6dc87..000000000 --- a/src/convolve-sse.d +++ /dev/null @@ -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 diff --git a/src/convolve.d b/src/convolve.d deleted file mode 100644 index 60863dc41..000000000 --- a/src/convolve.d +++ /dev/null @@ -1 +0,0 @@ -convolve.o: sound/resid-fp/convolve.cc diff --git a/src/cpu.d b/src/cpu.d deleted file mode 100644 index 1b4039165..000000000 --- a/src/cpu.d +++ /dev/null @@ -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 diff --git a/src/cpu_table.d b/src/cpu_table.d deleted file mode 100644 index f2237f4fc..000000000 --- a/src/cpu_table.d +++ /dev/null @@ -1,2 +0,0 @@ -cpu_table.o: cpu_common/cpu_table.c 86box.h cpu_common/cpu.h \ - machine/machine.h diff --git a/src/debug.d b/src/debug.d deleted file mode 100644 index 92cc83672..000000000 --- a/src/debug.d +++ /dev/null @@ -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 diff --git a/src/device.d b/src/device.d deleted file mode 100644 index 013038f82..000000000 --- a/src/device.d +++ /dev/null @@ -1,2 +0,0 @@ -device.o: device.c 86box.h config.h device.h machine/machine.h \ - sound/sound.h diff --git a/src/dma.d b/src/dma.d deleted file mode 100644 index 52ef2c3e7..000000000 --- a/src/dma.d +++ /dev/null @@ -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 diff --git a/src/envelope.d b/src/envelope.d deleted file mode 100644 index 231ba6547..000000000 --- a/src/envelope.d +++ /dev/null @@ -1,2 +0,0 @@ -envelope.o: sound/resid-fp/envelope.cc sound/resid-fp/envelope.h \ - sound/resid-fp/siddefs-fp.h diff --git a/src/extfilt.d b/src/extfilt.d deleted file mode 100644 index c37f25691..000000000 --- a/src/extfilt.d +++ /dev/null @@ -1,2 +0,0 @@ -extfilt.o: sound/resid-fp/extfilt.cc sound/resid-fp/extfilt.h \ - sound/resid-fp/siddefs-fp.h diff --git a/src/fdc.d b/src/fdc.d deleted file mode 100644 index 2759b4139..000000000 --- a/src/fdc.d +++ /dev/null @@ -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 diff --git a/src/fdd.d b/src/fdd.d deleted file mode 100644 index a2fd752fb..000000000 --- a/src/fdd.d +++ /dev/null @@ -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 diff --git a/src/fdd_86f.d b/src/fdd_86f.d deleted file mode 100644 index 1ff41be35..000000000 --- a/src/fdd_86f.d +++ /dev/null @@ -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 diff --git a/src/fdd_common.d b/src/fdd_common.d deleted file mode 100644 index a55004324..000000000 --- a/src/fdd_common.d +++ /dev/null @@ -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 diff --git a/src/fdd_fdi.d b/src/fdd_fdi.d deleted file mode 100644 index 25217baf1..000000000 --- a/src/fdd_fdi.d +++ /dev/null @@ -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 diff --git a/src/fdd_imd.d b/src/fdd_imd.d deleted file mode 100644 index eba24f140..000000000 --- a/src/fdd_imd.d +++ /dev/null @@ -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 diff --git a/src/fdd_img.d b/src/fdd_img.d deleted file mode 100644 index b7f57f21f..000000000 --- a/src/fdd_img.d +++ /dev/null @@ -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 diff --git a/src/fdd_json.d b/src/fdd_json.d deleted file mode 100644 index 5a4299f5f..000000000 --- a/src/fdd_json.d +++ /dev/null @@ -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 diff --git a/src/fdd_mfm.d b/src/fdd_mfm.d deleted file mode 100644 index 5980352cf..000000000 --- a/src/fdd_mfm.d +++ /dev/null @@ -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 diff --git a/src/fdd_td0.d b/src/fdd_td0.d deleted file mode 100644 index 3e55a1657..000000000 --- a/src/fdd_td0.d +++ /dev/null @@ -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 diff --git a/src/fdi2raw.d b/src/fdi2raw.d deleted file mode 100644 index a971f5b0e..000000000 --- a/src/fdi2raw.d +++ /dev/null @@ -1 +0,0 @@ -fdi2raw.o: floppy/fdi2raw.c 86box.h floppy/fdi2raw.h diff --git a/src/filter.d b/src/filter.d deleted file mode 100644 index 55ad4e3f5..000000000 --- a/src/filter.d +++ /dev/null @@ -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 diff --git a/src/gameport.d b/src/gameport.d deleted file mode 100644 index 97f10b9a9..000000000 --- a/src/gameport.d +++ /dev/null @@ -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 diff --git a/src/hdc.d b/src/hdc.d deleted file mode 100644 index 837d6b82c..000000000 --- a/src/hdc.d +++ /dev/null @@ -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 diff --git a/src/hdc_esdi_at.d b/src/hdc_esdi_at.d deleted file mode 100644 index da819fedd..000000000 --- a/src/hdc_esdi_at.d +++ /dev/null @@ -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 diff --git a/src/hdc_esdi_mca.d b/src/hdc_esdi_mca.d deleted file mode 100644 index 9c3637c71..000000000 --- a/src/hdc_esdi_mca.d +++ /dev/null @@ -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 diff --git a/src/hdc_ide.d b/src/hdc_ide.d deleted file mode 100644 index 476642e57..000000000 --- a/src/hdc_ide.d +++ /dev/null @@ -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 diff --git a/src/hdc_ide_sff8038i.d b/src/hdc_ide_sff8038i.d deleted file mode 100644 index 656c9b77b..000000000 --- a/src/hdc_ide_sff8038i.d +++ /dev/null @@ -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 diff --git a/src/hdc_st506_at.d b/src/hdc_st506_at.d deleted file mode 100644 index d2007be1b..000000000 --- a/src/hdc_st506_at.d +++ /dev/null @@ -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 diff --git a/src/hdc_st506_xt.d b/src/hdc_st506_xt.d deleted file mode 100644 index a1f5632f7..000000000 --- a/src/hdc_st506_xt.d +++ /dev/null @@ -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 diff --git a/src/hdc_xta.d b/src/hdc_xta.d deleted file mode 100644 index dd48faf1b..000000000 --- a/src/hdc_xta.d +++ /dev/null @@ -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 diff --git a/src/hdc_xtide.d b/src/hdc_xtide.d deleted file mode 100644 index 436aa361f..000000000 --- a/src/hdc_xtide.d +++ /dev/null @@ -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 diff --git a/src/hdd.d b/src/hdd.d deleted file mode 100644 index 07777f193..000000000 --- a/src/hdd.d +++ /dev/null @@ -1,2 +0,0 @@ -hdd.o: disk/hdd.c 86box.h plat.h lang/language.h ui.h disk/hdd.h \ - cdrom/cdrom.h diff --git a/src/hdd_image.d b/src/hdd_image.d deleted file mode 100644 index 317c6d8d5..000000000 --- a/src/hdd_image.d +++ /dev/null @@ -1,2 +0,0 @@ -hdd_image.o: disk/hdd_image.c 86box.h plat.h lang/language.h random.h \ - disk/hdd.h diff --git a/src/hdd_table.d b/src/hdd_table.d deleted file mode 100644 index 7de62f4da..000000000 --- a/src/hdd_table.d +++ /dev/null @@ -1 +0,0 @@ -hdd_table.o: disk/hdd_table.c 86box.h disk/hdd.h diff --git a/src/headland.d b/src/headland.d deleted file mode 100644 index 9cd091798..000000000 --- a/src/headland.d +++ /dev/null @@ -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 diff --git a/src/ibm_5161.d b/src/ibm_5161.d deleted file mode 100644 index f855a05c4..000000000 --- a/src/ibm_5161.d +++ /dev/null @@ -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 diff --git a/src/if.d b/src/if.d deleted file mode 100644 index 37b6cff68..000000000 --- a/src/if.d +++ /dev/null @@ -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 diff --git a/src/intel_4x0.d b/src/intel_4x0.d deleted file mode 100644 index da4717d4e..000000000 --- a/src/intel_4x0.d +++ /dev/null @@ -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 diff --git a/src/intel_flash.d b/src/intel_flash.d deleted file mode 100644 index fd1226d2b..000000000 --- a/src/intel_flash.d +++ /dev/null @@ -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 diff --git a/src/intel_piix.d b/src/intel_piix.d deleted file mode 100644 index d01682751..000000000 --- a/src/intel_piix.d +++ /dev/null @@ -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 diff --git a/src/intel_sio.d b/src/intel_sio.d deleted file mode 100644 index d84f96f6f..000000000 --- a/src/intel_sio.d +++ /dev/null @@ -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 diff --git a/src/io.d b/src/io.d deleted file mode 100644 index f5fcc0a5e..000000000 --- a/src/io.d +++ /dev/null @@ -1 +0,0 @@ -io.o: io.c 86box.h 86box_io.h cpu_common/cpu.h machine/m_amstrad.h diff --git a/src/ip_icmp.d b/src/ip_icmp.d deleted file mode 100644 index a04ef0826..000000000 --- a/src/ip_icmp.d +++ /dev/null @@ -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 diff --git a/src/ip_input.d b/src/ip_input.d deleted file mode 100644 index 757074d32..000000000 --- a/src/ip_input.d +++ /dev/null @@ -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 diff --git a/src/ip_output.d b/src/ip_output.d deleted file mode 100644 index 61b9a05b7..000000000 --- a/src/ip_output.d +++ /dev/null @@ -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 diff --git a/src/isamem.d b/src/isamem.d deleted file mode 100644 index 77a9482a2..000000000 --- a/src/isamem.d +++ /dev/null @@ -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 diff --git a/src/isartc.d b/src/isartc.d deleted file mode 100644 index 39c456dd2..000000000 --- a/src/isartc.d +++ /dev/null @@ -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 diff --git a/src/joystick_ch_flightstick_pro.d b/src/joystick_ch_flightstick_pro.d deleted file mode 100644 index 186aa0302..000000000 --- a/src/joystick_ch_flightstick_pro.d +++ /dev/null @@ -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 diff --git a/src/joystick_standard.d b/src/joystick_standard.d deleted file mode 100644 index c2dd05d60..000000000 --- a/src/joystick_standard.d +++ /dev/null @@ -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 diff --git a/src/joystick_sw_pad.d b/src/joystick_sw_pad.d deleted file mode 100644 index 047f86f12..000000000 --- a/src/joystick_sw_pad.d +++ /dev/null @@ -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 diff --git a/src/joystick_tm_fcs.d b/src/joystick_tm_fcs.d deleted file mode 100644 index 4124b3d85..000000000 --- a/src/joystick_tm_fcs.d +++ /dev/null @@ -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 diff --git a/src/keyboard.d b/src/keyboard.d deleted file mode 100644 index 19f96cb7f..000000000 --- a/src/keyboard.d +++ /dev/null @@ -1 +0,0 @@ -keyboard.o: keyboard.c 86box.h machine/machine.h keyboard.h diff --git a/src/keyboard_at.d b/src/keyboard_at.d deleted file mode 100644 index d509d7878..000000000 --- a/src/keyboard_at.d +++ /dev/null @@ -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 diff --git a/src/keyboard_xt.d b/src/keyboard_xt.d deleted file mode 100644 index b80b09eba..000000000 --- a/src/keyboard_xt.d +++ /dev/null @@ -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 diff --git a/src/lpt.d b/src/lpt.d deleted file mode 100644 index 3032239c7..000000000 --- a/src/lpt.d +++ /dev/null @@ -1,2 +0,0 @@ -lpt.o: lpt.c 86box.h 86box_io.h lpt.h pic.h sound/sound.h \ - printer/prt_devs.h diff --git a/src/m_amstrad.d b/src/m_amstrad.d deleted file mode 100644 index e533d5b29..000000000 --- a/src/m_amstrad.d +++ /dev/null @@ -1,5 +0,0 @@ -m_amstrad.o: machine/m_amstrad.c 86box.h cpu_common/cpu.h timer.h \ - 86box_io.h nmi.h pic.h pit.h ppi.h mem.h rom.h device.h nvr.h keyboard.h \ - mouse.h game/gameport.h lpt.h floppy/fdd.h floppy/fdc.h sound/sound.h \ - sound/snd_speaker.h video/video.h video/vid_cga.h video/vid_ega.h \ - video/vid_mda.h machine/machine.h machine/m_amstrad.h diff --git a/src/m_at.d b/src/m_at.d deleted file mode 100644 index 838e79240..000000000 --- a/src/m_at.d +++ /dev/null @@ -1,3 +0,0 @@ -m_at.o: machine/m_at.c 86box.h timer.h cpu_common/cpu.h pic.h pit.h dma.h \ - mem.h device.h floppy/fdd.h floppy/fdc.h nvr.h game/gameport.h \ - keyboard.h lpt.h rom.h disk/hdc.h machine/machine.h diff --git a/src/m_at_286_386sx.d b/src/m_at_286_386sx.d deleted file mode 100644 index 07256e985..000000000 --- a/src/m_at_286_386sx.d +++ /dev/null @@ -1,3 +0,0 @@ -m_at_286_386sx.o: machine/m_at_286_386sx.c 86box.h cpu_common/cpu.h \ - timer.h 86box_io.h device.h chipset/chipset.h keyboard.h mem.h rom.h \ - floppy/fdd.h floppy/fdc.h disk/hdc.h video/video.h machine/machine.h diff --git a/src/m_at_386dx_486.d b/src/m_at_386dx_486.d deleted file mode 100644 index 8a9ebc5ad..000000000 --- a/src/m_at_386dx_486.d +++ /dev/null @@ -1,4 +0,0 @@ -m_at_386dx_486.o: machine/m_at_386dx_486.c 86box.h cpu_common/cpu.h \ - timer.h 86box_io.h device.h chipset/chipset.h keyboard.h mem.h nvr.h \ - pci.h floppy/fdd.h floppy/fdc.h rom.h sio.h disk/hdc.h video/video.h \ - intel_flash.h intel_sio.h machine/machine.h diff --git a/src/m_at_commodore.d b/src/m_at_commodore.d deleted file mode 100644 index 2c81c8982..000000000 --- a/src/m_at_commodore.d +++ /dev/null @@ -1,3 +0,0 @@ -m_at_commodore.o: machine/m_at_commodore.c 86box.h device.h timer.h \ - cpu_common/cpu.h 86box_io.h mem.h lpt.h rom.h serial.h floppy/fdd.h \ - floppy/fdc.h machine/machine.h diff --git a/src/m_at_compaq.d b/src/m_at_compaq.d deleted file mode 100644 index a5729c23c..000000000 --- a/src/m_at_compaq.d +++ /dev/null @@ -1,3 +0,0 @@ -m_at_compaq.o: machine/m_at_compaq.c 86box.h cpu_common/cpu.h timer.h \ - mem.h rom.h device.h floppy/fdd.h floppy/fdc.h disk/hdc.h disk/hdc_ide.h \ - machine/machine.h diff --git a/src/m_at_socket4_5.d b/src/m_at_socket4_5.d deleted file mode 100644 index 3bc15f1a7..000000000 --- a/src/m_at_socket4_5.d +++ /dev/null @@ -1,4 +0,0 @@ -m_at_socket4_5.o: machine/m_at_socket4_5.c 86box.h mem.h 86box_io.h rom.h \ - pci.h device.h chipset/chipset.h disk/hdc.h disk/hdc_ide.h timer.h \ - cpu_common/cpu.h floppy/fdd.h floppy/fdc.h keyboard.h intel_flash.h \ - intel_sio.h piix.h sio.h video/video.h machine/machine.h diff --git a/src/m_at_socket7_s7.d b/src/m_at_socket7_s7.d deleted file mode 100644 index cd540c489..000000000 --- a/src/m_at_socket7_s7.d +++ /dev/null @@ -1,4 +0,0 @@ -m_at_socket7_s7.o: machine/m_at_socket7_s7.c 86box.h mem.h rom.h pci.h \ - device.h chipset/chipset.h disk/hdc.h disk/hdc_ide.h keyboard.h \ - intel_flash.h intel_sio.h piix.h sio.h sst_flash.h via_vt82c586b.h \ - video/video.h machine/machine.h diff --git a/src/m_at_socket8.d b/src/m_at_socket8.d deleted file mode 100644 index 37c74dcc3..000000000 --- a/src/m_at_socket8.d +++ /dev/null @@ -1,4 +0,0 @@ -m_at_socket8.o: machine/m_at_socket8.c 86box.h mem.h 86box_io.h rom.h \ - pci.h device.h chipset/chipset.h disk/hdc.h disk/hdc_ide.h keyboard.h \ - intel_flash.h intel_sio.h piix.h sio.h sst_flash.h video/video.h \ - machine/machine.h diff --git a/src/m_at_t3100e.d b/src/m_at_t3100e.d deleted file mode 100644 index f6ec0922e..000000000 --- a/src/m_at_t3100e.d +++ /dev/null @@ -1,3 +0,0 @@ -m_at_t3100e.o: machine/m_at_t3100e.c 86box.h timer.h cpu_common/cpu.h \ - 86box_io.h mouse.h mem.h device.h keyboard.h rom.h floppy/fdd.h \ - floppy/fdc.h machine/machine.h machine/m_at_t3100e.h diff --git a/src/m_at_t3100e_vid.d b/src/m_at_t3100e_vid.d deleted file mode 100644 index aac5965ce..000000000 --- a/src/m_at_t3100e_vid.d +++ /dev/null @@ -1,3 +0,0 @@ -m_at_t3100e_vid.o: machine/m_at_t3100e_vid.c 86box.h device.h 86box_io.h \ - mem.h timer.h cpu_common/cpu.h video/video.h video/vid_cga.h \ - machine/m_at_t3100e.h diff --git a/src/m_europc.d b/src/m_europc.d deleted file mode 100644 index 2fd6414c3..000000000 --- a/src/m_europc.d +++ /dev/null @@ -1,4 +0,0 @@ -m_europc.o: machine/m_europc.c 86box.h 86box_io.h timer.h \ - cpu_common/cpu.h nmi.h mem.h pit.h rom.h device.h nvr.h keyboard.h \ - mouse.h game/gameport.h floppy/fdd.h floppy/fdc.h disk/hdc.h \ - video/video.h machine/machine.h diff --git a/src/m_olivetti_m24.d b/src/m_olivetti_m24.d deleted file mode 100644 index 20bacbba3..000000000 --- a/src/m_olivetti_m24.d +++ /dev/null @@ -1,4 +0,0 @@ -m_olivetti_m24.o: machine/m_olivetti_m24.c 86box.h timer.h \ - cpu_common/cpu.h 86box_io.h pic.h pit.h ppi.h nmi.h mem.h device.h nvr.h \ - keyboard.h mouse.h rom.h floppy/fdd.h floppy/fdc.h game/gameport.h \ - sound/sound.h sound/snd_speaker.h video/video.h machine/machine.h diff --git a/src/m_pcjr.d b/src/m_pcjr.d deleted file mode 100644 index 09fe478ad..000000000 --- a/src/m_pcjr.d +++ /dev/null @@ -1,4 +0,0 @@ -m_pcjr.o: machine/m_pcjr.c 86box.h cpu_common/cpu.h timer.h 86box_io.h \ - nmi.h pic.h pit.h mem.h device.h serial.h keyboard.h rom.h floppy/fdd.h \ - floppy/fdc.h sound/sound.h sound/snd_speaker.h sound/snd_sn76489.h \ - video/video.h video/vid_cga_comp.h machine/machine.h diff --git a/src/m_ps1.d b/src/m_ps1.d deleted file mode 100644 index efff60775..000000000 --- a/src/m_ps1.d +++ /dev/null @@ -1,4 +0,0 @@ -m_ps1.o: machine/m_ps1.c 86box.h cpu_common/cpu.h timer.h 86box_io.h \ - dma.h pic.h pit.h mem.h nmi.h rom.h device.h nvr.h game/gameport.h lpt.h \ - serial.h keyboard.h disk/hdc.h disk/hdc_ide.h floppy/fdd.h floppy/fdc.h \ - sound/sound.h sound/snd_sn76489.h video/video.h machine/machine.h diff --git a/src/m_ps1_hdc.d b/src/m_ps1_hdc.d deleted file mode 100644 index 13321d7f9..000000000 --- a/src/m_ps1_hdc.d +++ /dev/null @@ -1,3 +0,0 @@ -m_ps1_hdc.o: machine/m_ps1_hdc.c 86box.h timer.h cpu_common/cpu.h \ - 86box_io.h dma.h pic.h device.h disk/hdc.h disk/hdd.h plat.h \ - lang/language.h ui.h machine/machine.h diff --git a/src/m_ps2_isa.d b/src/m_ps2_isa.d deleted file mode 100644 index 578337dde..000000000 --- a/src/m_ps2_isa.d +++ /dev/null @@ -1,4 +0,0 @@ -m_ps2_isa.o: machine/m_ps2_isa.c 86box.h cpu_common/cpu.h timer.h \ - 86box_io.h dma.h pic.h pit.h mem.h rom.h device.h nvr.h keyboard.h lpt.h \ - port_92.h serial.h disk/hdc.h floppy/fdd.h floppy/fdc.h video/video.h \ - machine/machine.h diff --git a/src/m_ps2_mca.d b/src/m_ps2_mca.d deleted file mode 100644 index 0480f83ce..000000000 --- a/src/m_ps2_mca.d +++ /dev/null @@ -1,4 +0,0 @@ -m_ps2_mca.o: machine/m_ps2_mca.c 86box.h cpu_common/cpu.h \ - cpu_common/x86.h timer.h 86box_io.h dma.h pic.h pit.h mca.h mem.h nmi.h \ - rom.h device.h floppy/fdd.h floppy/fdc.h nvr.h nvr_ps2.h keyboard.h \ - lpt.h mouse.h port_92.h serial.h video/video.h machine/machine.h diff --git a/src/m_tandy.d b/src/m_tandy.d deleted file mode 100644 index 8d7b54307..000000000 --- a/src/m_tandy.d +++ /dev/null @@ -1,4 +0,0 @@ -m_tandy.o: machine/m_tandy.c 86box.h timer.h cpu_common/cpu.h 86box_io.h \ - pit.h nmi.h mem.h rom.h device.h nvr.h floppy/fdd.h floppy/fdc.h \ - game/gameport.h keyboard.h sound/sound.h sound/snd_sn76489.h \ - video/video.h video/vid_cga_comp.h machine/machine.h diff --git a/src/m_xt.d b/src/m_xt.d deleted file mode 100644 index a6c9cc780..000000000 --- a/src/m_xt.d +++ /dev/null @@ -1,3 +0,0 @@ -m_xt.o: machine/m_xt.c 86box.h nmi.h timer.h cpu_common/cpu.h pit.h mem.h \ - device.h floppy/fdd.h floppy/fdc.h game/gameport.h ibm_5161.h keyboard.h \ - rom.h machine/machine.h diff --git a/src/m_xt_compaq.d b/src/m_xt_compaq.d deleted file mode 100644 index 9f498bb61..000000000 --- a/src/m_xt_compaq.d +++ /dev/null @@ -1,3 +0,0 @@ -m_xt_compaq.o: machine/m_xt_compaq.c 86box.h cpu_common/cpu.h nmi.h \ - timer.h pit.h mem.h rom.h device.h floppy/fdd.h floppy/fdc.h \ - game/gameport.h keyboard.h lpt.h machine/machine.h diff --git a/src/m_xt_t1000.d b/src/m_xt_t1000.d deleted file mode 100644 index 1bf4bc19a..000000000 --- a/src/m_xt_t1000.d +++ /dev/null @@ -1,4 +0,0 @@ -m_xt_t1000.o: machine/m_xt_t1000.c 86box.h cpu_common/cpu.h 86box_io.h \ - timer.h pit.h nmi.h mem.h rom.h device.h nvr.h keyboard.h lpt.h \ - floppy/fdd.h floppy/fdc.h game/gameport.h video/video.h plat.h \ - lang/language.h machine/machine.h machine/m_xt_t1000.h diff --git a/src/m_xt_t1000_vid.d b/src/m_xt_t1000_vid.d deleted file mode 100644 index 01cadf1f2..000000000 --- a/src/m_xt_t1000_vid.d +++ /dev/null @@ -1,3 +0,0 @@ -m_xt_t1000_vid.o: machine/m_xt_t1000_vid.c 86box.h device.h 86box_io.h \ - mem.h timer.h cpu_common/cpu.h video/video.h video/vid_cga.h \ - machine/m_xt_t1000.h diff --git a/src/m_xt_xi8088.d b/src/m_xt_xi8088.d deleted file mode 100644 index 1b42e22d1..000000000 --- a/src/m_xt_xi8088.d +++ /dev/null @@ -1,4 +0,0 @@ -m_xt_xi8088.o: machine/m_xt_xi8088.c 86box.h timer.h cpu_common/cpu.h \ - pic.h pit.h dma.h mem.h device.h floppy/fdd.h floppy/fdc.h nmi.h nvr.h \ - game/gameport.h keyboard.h lpt.h rom.h disk/hdc.h video/video.h \ - machine/machine.h machine/m_xt_xi8088.h machine/../device.h diff --git a/src/m_xt_zenith.d b/src/m_xt_zenith.d deleted file mode 100644 index 15025d887..000000000 --- a/src/m_xt_zenith.d +++ /dev/null @@ -1,3 +0,0 @@ -m_xt_zenith.o: machine/m_xt_zenith.c 86box.h cpu_common/cpu.h timer.h \ - dma.h nmi.h pic.h pit.h mem.h rom.h device.h floppy/fdd.h floppy/fdc.h \ - game/gameport.h keyboard.h lpt.h serial.h machine/machine.h diff --git a/src/machine.d b/src/machine.d deleted file mode 100644 index 47a2fc9bf..000000000 --- a/src/machine.d +++ /dev/null @@ -1,3 +0,0 @@ -machine.o: machine/machine.c 86box.h device.h timer.h cpu_common/cpu.h \ - dma.h pic.h pit.h mem.h rom.h lpt.h serial.h video/video.h \ - machine/machine.h diff --git a/src/machine_table.d b/src/machine_table.d deleted file mode 100644 index c357609ea..000000000 --- a/src/machine_table.d +++ /dev/null @@ -1,2 +0,0 @@ -machine_table.o: machine/machine_table.c 86box.h cpu_common/cpu.h mem.h \ - rom.h device.h machine/machine.h diff --git a/src/mbuf.d b/src/mbuf.d deleted file mode 100644 index 0adbe97c0..000000000 --- a/src/mbuf.d +++ /dev/null @@ -1,8 +0,0 @@ -mbuf.o: network/slirp/mbuf.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 diff --git a/src/mca.d b/src/mca.d deleted file mode 100644 index e01cf0061..000000000 --- a/src/mca.d +++ /dev/null @@ -1 +0,0 @@ -mca.o: mca.c 86box_io.h mca.h diff --git a/src/mcr.d b/src/mcr.d deleted file mode 100644 index b7ef8475b..000000000 --- a/src/mcr.d +++ /dev/null @@ -1 +0,0 @@ -mcr.o: mcr.c 86box.h mem.h diff --git a/src/mem.d b/src/mem.d deleted file mode 100644 index 10ac5a600..000000000 --- a/src/mem.d +++ /dev/null @@ -1,4 +0,0 @@ -mem.o: mem.c 86box.h cpu_common/cpu.h cpu_common/x86_ops.h \ - cpu_common/x86.h machine/machine.h machine/m_xt_xi8088.h \ - machine/../device.h config.h 86box_io.h mem.h rom.h \ - cpu_common/codegen_public.h diff --git a/src/midi.d b/src/midi.d deleted file mode 100644 index 1cc8ed511..000000000 --- a/src/midi.d +++ /dev/null @@ -1,2 +0,0 @@ -midi.o: sound/midi.c 86box.h device.h plat.h lang/language.h plat_midi.h \ - sound/midi.h sound/midi_input.h diff --git a/src/midi_fluidsynth.d b/src/midi_fluidsynth.d deleted file mode 100644 index 724273e0f..000000000 --- a/src/midi_fluidsynth.d +++ /dev/null @@ -1,2 +0,0 @@ -midi_fluidsynth.o: sound/midi_fluidsynth.c 86box.h config.h device.h \ - plat.h lang/language.h plat_dynld.h ui.h sound/midi.h sound/sound.h diff --git a/src/midi_mt32.d b/src/midi_mt32.d deleted file mode 100644 index 6a8ef07f2..000000000 --- a/src/midi_mt32.d +++ /dev/null @@ -1,5 +0,0 @@ -midi_mt32.o: sound/midi_mt32.c sound/munt/c_interface/c_interface.h \ - sound/munt/c_interface/../globals.h sound/munt/c_interface/../config.h \ - sound/munt/c_interface/c_types.h \ - sound/munt/c_interface/../Enumerations.h 86box.h device.h mem.h rom.h \ - plat.h lang/language.h sound/sound.h sound/midi.h diff --git a/src/midi_system.d b/src/midi_system.d deleted file mode 100644 index aaad57f7f..000000000 --- a/src/midi_system.d +++ /dev/null @@ -1,2 +0,0 @@ -midi_system.o: sound/midi_system.c 86box.h device.h plat.h \ - lang/language.h plat_midi.h sound/midi.h sound/midi_input.h diff --git a/src/misc.d b/src/misc.d deleted file mode 100644 index ce9c7eb5d..000000000 --- a/src/misc.d +++ /dev/null @@ -1,8 +0,0 @@ -misc.o: network/slirp/misc.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 diff --git a/src/mouse.d b/src/mouse.d deleted file mode 100644 index c433c6a3b..000000000 --- a/src/mouse.d +++ /dev/null @@ -1 +0,0 @@ -mouse.o: mouse.c 86box.h device.h mouse.h diff --git a/src/mouse_bus.d b/src/mouse_bus.d deleted file mode 100644 index 25d04de2b..000000000 --- a/src/mouse_bus.d +++ /dev/null @@ -1,2 +0,0 @@ -mouse_bus.o: mouse_bus.c 86box.h 86box_io.h pic.h timer.h \ - cpu_common/cpu.h device.h mouse.h random.h diff --git a/src/mouse_ps2.d b/src/mouse_ps2.d deleted file mode 100644 index 7c0e68e70..000000000 --- a/src/mouse_ps2.d +++ /dev/null @@ -1 +0,0 @@ -mouse_ps2.o: mouse_ps2.c 86box.h device.h keyboard.h mouse.h diff --git a/src/mouse_serial.d b/src/mouse_serial.d deleted file mode 100644 index 9a1a0b89d..000000000 --- a/src/mouse_serial.d +++ /dev/null @@ -1,2 +0,0 @@ -mouse_serial.o: mouse_serial.c 86box.h device.h timer.h cpu_common/cpu.h \ - serial.h mouse.h diff --git a/src/neat.d b/src/neat.d deleted file mode 100644 index 9be1ba93f..000000000 --- a/src/neat.d +++ /dev/null @@ -1,3 +0,0 @@ -neat.o: chipset/neat.c 86box.h device.h timer.h cpu_common/cpu.h \ - floppy/fdd.h floppy/fdc.h keyboard.h 86box_io.h mem.h nmi.h \ - chipset/chipset.h diff --git a/src/net_3c503.d b/src/net_3c503.d deleted file mode 100644 index a8a57bff4..000000000 --- a/src/net_3c503.d +++ /dev/null @@ -1,3 +0,0 @@ -net_3c503.o: network/net_3c503.c 86box.h 86box_io.h dma.h pic.h mem.h \ - random.h device.h network/network.h network/net_dp8390.h \ - network/net_3c503.h network/bswap.h diff --git a/src/net_dp8390.d b/src/net_dp8390.d deleted file mode 100644 index 40288c623..000000000 --- a/src/net_dp8390.d +++ /dev/null @@ -1,2 +0,0 @@ -net_dp8390.o: network/net_dp8390.c 86box.h device.h network/network.h \ - network/net_dp8390.h diff --git a/src/net_ne2000.d b/src/net_ne2000.d deleted file mode 100644 index 70ee8e265..000000000 --- a/src/net_ne2000.d +++ /dev/null @@ -1,3 +0,0 @@ -net_ne2000.o: network/net_ne2000.c 86box.h 86box_io.h mem.h rom.h mca.h \ - pci.h pic.h random.h device.h network/network.h network/net_dp8390.h \ - network/net_ne2000.h network/bswap.h diff --git a/src/net_pcap.d b/src/net_pcap.d deleted file mode 100644 index d2f197880..000000000 --- a/src/net_pcap.d +++ /dev/null @@ -1,2 +0,0 @@ -net_pcap.o: network/net_pcap.c 86box.h device.h plat.h lang/language.h \ - plat_dynld.h network/network.h diff --git a/src/net_pcnet.d b/src/net_pcnet.d deleted file mode 100644 index c84d0aa83..000000000 --- a/src/net_pcnet.d +++ /dev/null @@ -1,3 +0,0 @@ -net_pcnet.o: network/net_pcnet.c 86box.h 86box_io.h timer.h \ - cpu_common/cpu.h dma.h mem.h rom.h pci.h pic.h random.h device.h \ - network/network.h network/net_pcnet.h network/bswap.h diff --git a/src/net_slirp.d b/src/net_slirp.d deleted file mode 100644 index b67be0ddc..000000000 --- a/src/net_slirp.d +++ /dev/null @@ -1,10 +0,0 @@ -net_slirp.o: network/net_slirp.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/queue.h 86box.h device.h plat.h \ - lang/language.h network/network.h diff --git a/src/net_wd8003.d b/src/net_wd8003.d deleted file mode 100644 index 52ccbd930..000000000 --- a/src/net_wd8003.d +++ /dev/null @@ -1,3 +0,0 @@ -net_wd8003.o: network/net_wd8003.c 86box.h 86box_io.h mem.h rom.h \ - machine/machine.h mca.h pci.h pic.h random.h device.h network/network.h \ - network/net_dp8390.h network/net_wd8003.h network/bswap.h diff --git a/src/network.d b/src/network.d deleted file mode 100644 index 165361dd9..000000000 --- a/src/network.d +++ /dev/null @@ -1,3 +0,0 @@ -network.o: network/network.c 86box.h device.h plat.h lang/language.h ui.h \ - network/network.h network/net_3c503.h network/net_ne2000.h \ - network/net_pcnet.h network/net_wd8003.h diff --git a/src/nmi.d b/src/nmi.d deleted file mode 100644 index 7bdfc268d..000000000 --- a/src/nmi.d +++ /dev/null @@ -1 +0,0 @@ -nmi.o: nmi.c 86box_io.h nmi.h diff --git a/src/nukedopl.d b/src/nukedopl.d deleted file mode 100644 index 4d6078bc7..000000000 --- a/src/nukedopl.d +++ /dev/null @@ -1 +0,0 @@ -nukedopl.o: sound/nukedopl.c sound/nukedopl.h diff --git a/src/nvr.d b/src/nvr.d deleted file mode 100644 index 5d9a92bc3..000000000 --- a/src/nvr.d +++ /dev/null @@ -1,2 +0,0 @@ -nvr.o: nvr.c 86box.h machine/machine.h mem.h timer.h cpu_common/cpu.h \ - plat.h lang/language.h nvr.h diff --git a/src/nvr_at.d b/src/nvr_at.d deleted file mode 100644 index 17e4bf70e..000000000 --- a/src/nvr_at.d +++ /dev/null @@ -1,2 +0,0 @@ -nvr_at.o: nvr_at.c 86box.h cpu_common/cpu.h machine/machine.h 86box_io.h \ - mem.h nmi.h pic.h timer.h pit.h rom.h device.h nvr.h diff --git a/src/nvr_ps2.d b/src/nvr_ps2.d deleted file mode 100644 index 5b1c73443..000000000 --- a/src/nvr_ps2.d +++ /dev/null @@ -1,2 +0,0 @@ -nvr_ps2.o: nvr_ps2.c 86box.h machine/machine.h device.h 86box_io.h mem.h \ - timer.h cpu_common/cpu.h nvr.h nvr_ps2.h rom.h diff --git a/src/openal.d b/src/openal.d deleted file mode 100644 index f8d671d9c..000000000 --- a/src/openal.d +++ /dev/null @@ -1 +0,0 @@ -openal.o: sound/openal.c 86box.h sound/sound.h sound/midi.h diff --git a/src/opti495.d b/src/opti495.d deleted file mode 100644 index afe032937..000000000 --- a/src/opti495.d +++ /dev/null @@ -1,2 +0,0 @@ -opti495.o: chipset/opti495.c 86box.h cpu_common/cpu.h timer.h 86box_io.h \ - device.h keyboard.h mem.h floppy/fdd.h floppy/fdc.h chipset/chipset.h diff --git a/src/pc.d b/src/pc.d deleted file mode 100644 index e022ac9c2..000000000 --- a/src/pc.d +++ /dev/null @@ -1,9 +0,0 @@ -pc.o: pc.c 86box.h config.h mem.h cpu_common/cpu.h \ - cpu_common/codegen_public.h cpu_common/x86_ops.h 86box_io.h rom.h dma.h \ - pci.h pic.h timer.h device.h pit.h random.h nvr.h machine/machine.h \ - bugger.h isamem.h isartc.h lpt.h serial.h keyboard.h mouse.h \ - game/gameport.h floppy/fdd.h floppy/fdc.h disk/hdd.h disk/hdc.h \ - disk/hdc_ide.h scsi/scsi.h scsi/scsi_device.h cdrom/cdrom.h disk/zip.h \ - scsi/scsi_disk.h cdrom/cdrom_image.h network/network.h sound/sound.h \ - sound/midi.h sound/snd_speaker.h video/video.h ui.h plat.h \ - lang/language.h plat_midi.h diff --git a/src/pcap_if.d b/src/pcap_if.d deleted file mode 100644 index f42b7dbdf..000000000 --- a/src/pcap_if.d +++ /dev/null @@ -1 +0,0 @@ -pcap_if.o: network/pcap_if.c 86box.h plat.h lang/language.h plat_dynld.h diff --git a/src/pci.d b/src/pci.d deleted file mode 100644 index 04a8094bb..000000000 --- a/src/pci.d +++ /dev/null @@ -1,2 +0,0 @@ -pci.o: pci.c 86box.h machine/machine.h cpu_common/cpu.h 86box_io.h pic.h \ - mem.h device.h pci.h piix.h keyboard.h diff --git a/src/pic.d b/src/pic.d deleted file mode 100644 index 09037a99e..000000000 --- a/src/pic.d +++ /dev/null @@ -1,2 +0,0 @@ -pic.o: pic.c 86box.h cpu_common/cpu.h machine/machine.h 86box_io.h pci.h \ - pic.h timer.h pit.h diff --git a/src/pit.d b/src/pit.d deleted file mode 100644 index 249fa8f9e..000000000 --- a/src/pit.d +++ /dev/null @@ -1,3 +0,0 @@ -pit.o: pit.c 86box.h cpu_common/cpu.h device.h timer.h dma.h 86box_io.h \ - nmi.h pic.h pit.h ppi.h machine/machine.h sound/sound.h \ - sound/snd_speaker.h video/video.h diff --git a/src/png.d b/src/png.d deleted file mode 100644 index 7bde88190..000000000 --- a/src/png.d +++ /dev/null @@ -1,4 +0,0 @@ -png.o: printer/png.c C:/msys64_gcc91/mingw32/include/libpng16/png.h \ - C:/msys64_gcc91/mingw32/include/libpng16/pnglibconf.h \ - C:/msys64_gcc91/mingw32/include/libpng16/pngconf.h 86box.h plat.h \ - lang/language.h plat_dynld.h ui.h video/video.h printer/png_struct.h diff --git a/src/port_92.d b/src/port_92.d deleted file mode 100644 index 0276df44a..000000000 --- a/src/port_92.d +++ /dev/null @@ -1,2 +0,0 @@ -port_92.o: port_92.c 86box.h device.h cpu_common/cpu.h timer.h 86box_io.h \ - keyboard.h mem.h pit.h port_92.h diff --git a/src/pot.d b/src/pot.d deleted file mode 100644 index db5171998..000000000 --- a/src/pot.d +++ /dev/null @@ -1,2 +0,0 @@ -pot.o: sound/resid-fp/pot.cc sound/resid-fp/pot.h \ - sound/resid-fp/siddefs-fp.h diff --git a/src/ppi.d b/src/ppi.d deleted file mode 100644 index e185fc379..000000000 --- a/src/ppi.d +++ /dev/null @@ -1 +0,0 @@ -ppi.o: ppi.c timer.h cpu_common/cpu.h pit.h ppi.h diff --git a/src/prt_cpmap.d b/src/prt_cpmap.d deleted file mode 100644 index 22f076bde..000000000 --- a/src/prt_cpmap.d +++ /dev/null @@ -1,2 +0,0 @@ -prt_cpmap.o: printer/prt_cpmap.c 86box.h plat.h lang/language.h \ - printer/printer.h diff --git a/src/prt_escp.d b/src/prt_escp.d deleted file mode 100644 index b1669dc12..000000000 --- a/src/prt_escp.d +++ /dev/null @@ -1,16 +0,0 @@ -prt_escp.o: printer/prt_escp.c \ - C:/msys64_gcc91/mingw32/include/freetype2/ft2build.h \ - C:/msys64_gcc91/mingw32/include/freetype2/freetype/config/ftheader.h \ - C:/msys64_gcc91/mingw32/include/freetype2/freetype/freetype.h \ - C:/msys64_gcc91/mingw32/include/freetype2/freetype/config/ftconfig.h \ - C:/msys64_gcc91/mingw32/include/freetype2/freetype/config/ftoption.h \ - C:/msys64_gcc91/mingw32/include/freetype2/freetype/config/ftstdlib.h \ - C:/msys64_gcc91/mingw32/include/freetype2/freetype/fttypes.h \ - C:/msys64_gcc91/mingw32/include/freetype2/freetype/ftsystem.h \ - C:/msys64_gcc91/mingw32/include/freetype2/freetype/ftimage.h \ - C:/msys64_gcc91/mingw32/include/freetype2/freetype/fterrors.h \ - C:/msys64_gcc91/mingw32/include/freetype2/freetype/ftmoderr.h \ - C:/msys64_gcc91/mingw32/include/freetype2/freetype/fterrdef.h 86box.h \ - cpu_common/cpu.h machine/machine.h timer.h mem.h rom.h pit.h plat.h \ - lang/language.h plat_dynld.h ui.h lpt.h video/video.h \ - printer/png_struct.h printer/printer.h printer/prt_devs.h diff --git a/src/prt_ps.d b/src/prt_ps.d deleted file mode 100644 index 77e76064f..000000000 --- a/src/prt_ps.d +++ /dev/null @@ -1,3 +0,0 @@ -prt_ps.o: printer/prt_ps.c 86box.h lang/language.h lpt.h timer.h \ - cpu_common/cpu.h pit.h plat.h lang/language.h plat_dynld.h ui.h \ - printer/prt_devs.h diff --git a/src/prt_text.d b/src/prt_text.d deleted file mode 100644 index 81386becb..000000000 --- a/src/prt_text.d +++ /dev/null @@ -1,2 +0,0 @@ -prt_text.o: printer/prt_text.c 86box.h device.h timer.h cpu_common/cpu.h \ - pit.h plat.h lang/language.h lpt.h printer/printer.h printer/prt_devs.h diff --git a/src/queue.d b/src/queue.d deleted file mode 100644 index 223ac18e9..000000000 --- a/src/queue.d +++ /dev/null @@ -1 +0,0 @@ -queue.o: network/slirp/queue.c network/slirp/queue.h diff --git a/src/random.d b/src/random.d deleted file mode 100644 index 66b2ab33c..000000000 --- a/src/random.d +++ /dev/null @@ -1 +0,0 @@ -random.o: random.c random.h diff --git a/src/rom.d b/src/rom.d deleted file mode 100644 index 11b5f4850..000000000 --- a/src/rom.d +++ /dev/null @@ -1,2 +0,0 @@ -rom.o: rom.c 86box.h mem.h rom.h plat.h lang/language.h machine/machine.h \ - machine/m_xt_xi8088.h machine/../device.h diff --git a/src/sbuf.d b/src/sbuf.d deleted file mode 100644 index 8954ce4fa..000000000 --- a/src/sbuf.d +++ /dev/null @@ -1,8 +0,0 @@ -sbuf.o: network/slirp/sbuf.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 diff --git a/src/scamp.d b/src/scamp.d deleted file mode 100644 index 3456715e9..000000000 --- a/src/scamp.d +++ /dev/null @@ -1,2 +0,0 @@ -scamp.o: chipset/scamp.c 86box.h cpu_common/cpu.h timer.h device.h \ - 86box_io.h mem.h nmi.h port_92.h chipset/chipset.h diff --git a/src/scat.d b/src/scat.d deleted file mode 100644 index 50c8fc11d..000000000 --- a/src/scat.d +++ /dev/null @@ -1,3 +0,0 @@ -scat.o: chipset/scat.c 86box.h device.h cpu_common/cpu.h cpu_common/x86.h \ - timer.h floppy/fdd.h floppy/fdc.h keyboard.h 86box_io.h mem.h nmi.h \ - port_92.h rom.h chipset/chipset.h diff --git a/src/scsi.d b/src/scsi.d deleted file mode 100644 index 5de04d448..000000000 --- a/src/scsi.d +++ /dev/null @@ -1,4 +0,0 @@ -scsi.o: scsi/scsi.c 86box.h device.h disk/hdc.h disk/hdd.h plat.h \ - lang/language.h scsi/scsi.h scsi/scsi_device.h cdrom/cdrom.h disk/zip.h \ - scsi/scsi_disk.h scsi/scsi_aha154x.h scsi/scsi_buslogic.h \ - scsi/scsi_ncr5380.h scsi/scsi_ncr53c8xx.h diff --git a/src/scsi_aha154x.d b/src/scsi_aha154x.d deleted file mode 100644 index 029995328..000000000 --- a/src/scsi_aha154x.d +++ /dev/null @@ -1,3 +0,0 @@ -scsi_aha154x.o: scsi/scsi_aha154x.c 86box.h 86box_io.h timer.h \ - cpu_common/cpu.h mca.h mem.h rom.h device.h nvr.h dma.h pic.h plat.h \ - lang/language.h scsi/scsi.h scsi/scsi_aha154x.h scsi/scsi_x54x.h diff --git a/src/scsi_buslogic.d b/src/scsi_buslogic.d deleted file mode 100644 index 885e0500c..000000000 --- a/src/scsi_buslogic.d +++ /dev/null @@ -1,4 +0,0 @@ -scsi_buslogic.o: scsi/scsi_buslogic.c 86box.h 86box_io.h timer.h \ - cpu_common/cpu.h mca.h mem.h rom.h device.h nvr.h dma.h pic.h pci.h \ - plat.h lang/language.h scsi/scsi.h scsi/scsi_buslogic.h \ - scsi/scsi_device.h scsi/scsi_x54x.h diff --git a/src/scsi_cdrom.d b/src/scsi_cdrom.d deleted file mode 100644 index 394cd5322..000000000 --- a/src/scsi_cdrom.d +++ /dev/null @@ -1,4 +0,0 @@ -scsi_cdrom.o: scsi/scsi_cdrom.c 86box.h config.h timer.h cpu_common/cpu.h \ - device.h piix.h scsi/scsi_device.h nvr.h disk/hdc.h disk/hdc_ide.h \ - sound/sound.h plat.h lang/language.h ui.h cdrom/cdrom.h \ - scsi/scsi_cdrom.h diff --git a/src/scsi_device.d b/src/scsi_device.d deleted file mode 100644 index fcc7628be..000000000 --- a/src/scsi_device.d +++ /dev/null @@ -1,2 +0,0 @@ -scsi_device.o: scsi/scsi_device.c 86box.h device.h disk/hdd.h scsi/scsi.h \ - scsi/scsi_device.h diff --git a/src/scsi_disk.d b/src/scsi_disk.d deleted file mode 100644 index 5559b10d0..000000000 --- a/src/scsi_disk.d +++ /dev/null @@ -1,3 +0,0 @@ -scsi_disk.o: scsi/scsi_disk.c 86box.h timer.h cpu_common/cpu.h device.h \ - nvr.h piix.h disk/hdd.h disk/hdc.h scsi/scsi_device.h disk/hdc_ide.h \ - plat.h lang/language.h ui.h scsi/scsi_disk.h diff --git a/src/scsi_ncr5380.d b/src/scsi_ncr5380.d deleted file mode 100644 index 24ef41de8..000000000 --- a/src/scsi_ncr5380.d +++ /dev/null @@ -1,3 +0,0 @@ -scsi_ncr5380.o: scsi/scsi_ncr5380.c 86box.h 86box_io.h timer.h \ - cpu_common/cpu.h dma.h pic.h mca.h mem.h rom.h device.h nvr.h plat.h \ - lang/language.h scsi/scsi.h scsi/scsi_device.h scsi/scsi_ncr5380.h diff --git a/src/scsi_ncr53c8xx.d b/src/scsi_ncr53c8xx.d deleted file mode 100644 index 2cebdb7e9..000000000 --- a/src/scsi_ncr53c8xx.d +++ /dev/null @@ -1,3 +0,0 @@ -scsi_ncr53c8xx.o: scsi/scsi_ncr53c8xx.c 86box.h 86box_io.h timer.h \ - cpu_common/cpu.h dma.h pic.h mem.h rom.h pci.h device.h nvr.h plat.h \ - lang/language.h scsi/scsi.h scsi/scsi_device.h scsi/scsi_ncr53c8xx.h diff --git a/src/scsi_x54x.d b/src/scsi_x54x.d deleted file mode 100644 index 019ed87aa..000000000 --- a/src/scsi_x54x.d +++ /dev/null @@ -1,4 +0,0 @@ -scsi_x54x.o: scsi/scsi_x54x.c 86box.h 86box_io.h timer.h cpu_common/cpu.h \ - dma.h pic.h pci.h mca.h mem.h rom.h device.h nvr.h plat.h \ - lang/language.h scsi/scsi.h scsi/scsi_device.h scsi/scsi_aha154x.h \ - scsi/scsi_x54x.h diff --git a/src/serial.d b/src/serial.d deleted file mode 100644 index f703b28aa..000000000 --- a/src/serial.d +++ /dev/null @@ -1,2 +0,0 @@ -serial.o: serial.c 86box.h device.h timer.h cpu_common/cpu.h \ - machine/machine.h 86box_io.h pic.h mem.h rom.h serial.h mouse.h diff --git a/src/sha1.d b/src/sha1.d deleted file mode 100644 index 497b84115..000000000 --- a/src/sha1.d +++ /dev/null @@ -1 +0,0 @@ -sha1.o: sound/munt/sha1/sha1.cpp sound/munt/sha1/sha1.h diff --git a/src/sid.d b/src/sid.d deleted file mode 100644 index 7cc4b8a57..000000000 --- a/src/sid.d +++ /dev/null @@ -1,4 +0,0 @@ -sid.o: sound/resid-fp/sid.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 diff --git a/src/sio_acc3221.d b/src/sio_acc3221.d deleted file mode 100644 index d1d4bf9bc..000000000 --- a/src/sio_acc3221.d +++ /dev/null @@ -1,3 +0,0 @@ -sio_acc3221.o: sio_acc3221.c 86box.h 86box_io.h timer.h cpu_common/cpu.h \ - device.h pci.h lpt.h serial.h disk/hdc.h disk/hdc_ide.h floppy/fdd.h \ - floppy/fdc.h sio.h diff --git a/src/sio_fdc37c669.d b/src/sio_fdc37c669.d deleted file mode 100644 index 5561bcb57..000000000 --- a/src/sio_fdc37c669.d +++ /dev/null @@ -1,3 +0,0 @@ -sio_fdc37c669.o: sio_fdc37c669.c 86box.h 86box_io.h timer.h \ - cpu_common/cpu.h device.h pci.h lpt.h serial.h disk/hdc.h disk/hdc_ide.h \ - floppy/fdd.h floppy/fdc.h sio.h diff --git a/src/sio_fdc37c66x.d b/src/sio_fdc37c66x.d deleted file mode 100644 index cc14249bf..000000000 --- a/src/sio_fdc37c66x.d +++ /dev/null @@ -1,3 +0,0 @@ -sio_fdc37c66x.o: sio_fdc37c66x.c 86box.h 86box_io.h timer.h \ - cpu_common/cpu.h device.h pci.h lpt.h serial.h disk/hdc.h disk/hdc_ide.h \ - floppy/fdd.h floppy/fdc.h sio.h diff --git a/src/sio_fdc37c93x.d b/src/sio_fdc37c93x.d deleted file mode 100644 index 898433012..000000000 --- a/src/sio_fdc37c93x.d +++ /dev/null @@ -1,3 +0,0 @@ -sio_fdc37c93x.o: sio_fdc37c93x.c 86box.h 86box_io.h timer.h \ - cpu_common/cpu.h device.h pci.h lpt.h serial.h disk/hdc.h disk/hdc_ide.h \ - floppy/fdd.h floppy/fdc.h sio.h diff --git a/src/sio_pc87306.d b/src/sio_pc87306.d deleted file mode 100644 index e516fa530..000000000 --- a/src/sio_pc87306.d +++ /dev/null @@ -1,3 +0,0 @@ -sio_pc87306.o: sio_pc87306.c 86box.h 86box_io.h timer.h cpu_common/cpu.h \ - device.h lpt.h mem.h nvr.h pci.h rom.h serial.h disk/hdc.h \ - disk/hdc_ide.h floppy/fdd.h floppy/fdc.h sio.h diff --git a/src/sio_um8669f.d b/src/sio_um8669f.d deleted file mode 100644 index 355053b48..000000000 --- a/src/sio_um8669f.d +++ /dev/null @@ -1,2 +0,0 @@ -sio_um8669f.o: sio_um8669f.c 86box.h device.h 86box_io.h timer.h \ - cpu_common/cpu.h pci.h lpt.h serial.h floppy/fdd.h floppy/fdc.h sio.h diff --git a/src/sio_w83787f.d b/src/sio_w83787f.d deleted file mode 100644 index d23ce26f9..000000000 --- a/src/sio_w83787f.d +++ /dev/null @@ -1,3 +0,0 @@ -sio_w83787f.o: sio_w83787f.c 86box.h device.h 86box_io.h timer.h \ - cpu_common/cpu.h pci.h mem.h rom.h lpt.h serial.h floppy/fdd.h \ - floppy/fdc.h sio.h diff --git a/src/sio_w83877f.d b/src/sio_w83877f.d deleted file mode 100644 index 9b8edfbaf..000000000 --- a/src/sio_w83877f.d +++ /dev/null @@ -1,3 +0,0 @@ -sio_w83877f.o: sio_w83877f.c 86box.h device.h 86box_io.h timer.h \ - cpu_common/cpu.h pci.h mem.h rom.h lpt.h serial.h floppy/fdd.h \ - floppy/fdc.h sio.h diff --git a/src/sio_w83977f.d b/src/sio_w83977f.d deleted file mode 100644 index 0c2415187..000000000 --- a/src/sio_w83977f.d +++ /dev/null @@ -1,3 +0,0 @@ -sio_w83977f.o: sio_w83977f.c 86box.h device.h 86box_io.h timer.h \ - cpu_common/cpu.h pci.h mem.h rom.h lpt.h serial.h floppy/fdd.h \ - floppy/fdc.h sio.h diff --git a/src/sis_85c471.d b/src/sis_85c471.d deleted file mode 100644 index 0e7c4e80f..000000000 --- a/src/sis_85c471.d +++ /dev/null @@ -1,3 +0,0 @@ -sis_85c471.o: chipset/sis_85c471.c 86box.h cpu_common/cpu.h mem.h \ - 86box_io.h lpt.h rom.h pci.h device.h disk/hdc_ide.h keyboard.h timer.h \ - port_92.h serial.h machine/machine.h chipset/chipset.h diff --git a/src/sis_85c496.d b/src/sis_85c496.d deleted file mode 100644 index 8e19afc11..000000000 --- a/src/sis_85c496.d +++ /dev/null @@ -1,3 +0,0 @@ -sis_85c496.o: chipset/sis_85c496.c 86box.h cpu_common/cpu.h mem.h \ - 86box_io.h rom.h pci.h device.h keyboard.h timer.h port_92.h \ - disk/hdc_ide.h machine/machine.h chipset/chipset.h diff --git a/src/slirp.d b/src/slirp.d deleted file mode 100644 index 6152e3669..000000000 --- a/src/slirp.d +++ /dev/null @@ -1,9 +0,0 @@ -slirp.o: network/slirp/slirp.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 diff --git a/src/snd_ad1848.d b/src/snd_ad1848.d deleted file mode 100644 index e298d3867..000000000 --- a/src/snd_ad1848.d +++ /dev/null @@ -1,2 +0,0 @@ -snd_ad1848.o: sound/snd_ad1848.c 86box.h dma.h pic.h timer.h \ - cpu_common/cpu.h sound/sound.h sound/snd_ad1848.h diff --git a/src/snd_adlib.d b/src/snd_adlib.d deleted file mode 100644 index 40d1f7b7f..000000000 --- a/src/snd_adlib.d +++ /dev/null @@ -1,2 +0,0 @@ -snd_adlib.o: sound/snd_adlib.c 86box.h 86box_io.h timer.h \ - cpu_common/cpu.h mca.h device.h sound/sound.h sound/snd_opl.h diff --git a/src/snd_adlibgold.d b/src/snd_adlibgold.d deleted file mode 100644 index cfb32bb50..000000000 --- a/src/snd_adlibgold.d +++ /dev/null @@ -1,3 +0,0 @@ -snd_adlibgold.o: sound/snd_adlibgold.c 86box.h 86box_io.h timer.h \ - cpu_common/cpu.h dma.h pic.h device.h nvr.h sound/sound.h \ - sound/filters.h sound/snd_opl.h sound/snd_ym7128.h diff --git a/src/snd_audiopci.d b/src/snd_audiopci.d deleted file mode 100644 index a9260d666..000000000 --- a/src/snd_audiopci.d +++ /dev/null @@ -1,3 +0,0 @@ -snd_audiopci.o: sound/snd_audiopci.c 86box.h device.h 86box_io.h nmi.h \ - mem.h pci.h timer.h cpu_common/cpu.h sound/sound.h sound/midi.h \ - sound/snd_mpu401.h diff --git a/src/snd_cms.d b/src/snd_cms.d deleted file mode 100644 index dc1aecdfe..000000000 --- a/src/snd_cms.d +++ /dev/null @@ -1 +0,0 @@ -snd_cms.o: sound/snd_cms.c 86box.h 86box_io.h device.h sound/sound.h diff --git a/src/snd_emu8k.d b/src/snd_emu8k.d deleted file mode 100644 index 792c6d340..000000000 --- a/src/snd_emu8k.d +++ /dev/null @@ -1,2 +0,0 @@ -snd_emu8k.o: sound/snd_emu8k.c 86box.h device.h 86box_io.h mem.h rom.h \ - timer.h cpu_common/cpu.h sound/sound.h sound/snd_emu8k.h diff --git a/src/snd_gus.d b/src/snd_gus.d deleted file mode 100644 index cf6ca53d5..000000000 --- a/src/snd_gus.d +++ /dev/null @@ -1,2 +0,0 @@ -snd_gus.o: sound/snd_gus.c 86box.h 86box_io.h nmi.h pic.h dma.h timer.h \ - cpu_common/cpu.h device.h sound/sound.h sound/midi.h diff --git a/src/snd_lpt_dac.d b/src/snd_lpt_dac.d deleted file mode 100644 index e1b103898..000000000 --- a/src/snd_lpt_dac.d +++ /dev/null @@ -1,2 +0,0 @@ -snd_lpt_dac.o: sound/snd_lpt_dac.c 86box.h cpu_common/cpu.h \ - machine/machine.h lpt.h timer.h sound/sound.h sound/filters.h diff --git a/src/snd_lpt_dss.d b/src/snd_lpt_dss.d deleted file mode 100644 index 12f36e6d9..000000000 --- a/src/snd_lpt_dss.d +++ /dev/null @@ -1,2 +0,0 @@ -snd_lpt_dss.o: sound/snd_lpt_dss.c 86box.h cpu_common/cpu.h \ - machine/machine.h timer.h lpt.h sound/sound.h sound/filters.h diff --git a/src/snd_mpu401.d b/src/snd_mpu401.d deleted file mode 100644 index 34133a7a2..000000000 --- a/src/snd_mpu401.d +++ /dev/null @@ -1,3 +0,0 @@ -snd_mpu401.o: sound/snd_mpu401.c 86box.h device.h plat.h lang/language.h \ - 86box_io.h machine/machine.h mca.h pic.h timer.h cpu_common/cpu.h \ - sound/sound.h sound/snd_mpu401.h sound/midi.h diff --git a/src/snd_opl.d b/src/snd_opl.d deleted file mode 100644 index deae64151..000000000 --- a/src/snd_opl.d +++ /dev/null @@ -1,2 +0,0 @@ -snd_opl.o: sound/snd_opl.c 86box.h cpu_common/cpu.h 86box_io.h timer.h \ - sound/sound.h sound/snd_opl.h sound/snd_opl_backend.h diff --git a/src/snd_opl_backend.d b/src/snd_opl_backend.d deleted file mode 100644 index 715df9644..000000000 --- a/src/snd_opl_backend.d +++ /dev/null @@ -1,2 +0,0 @@ -snd_opl_backend.o: sound/snd_opl_backend.c 86box.h sound/nukedopl.h \ - sound/sound.h sound/snd_opl_backend.h cpu_common/cpu.h mem.h diff --git a/src/snd_pssj.d b/src/snd_pssj.d deleted file mode 100644 index 90007782c..000000000 --- a/src/snd_pssj.d +++ /dev/null @@ -1,2 +0,0 @@ -snd_pssj.o: sound/snd_pssj.c 86box.h 86box_io.h dma.h pic.h timer.h \ - cpu_common/cpu.h device.h sound/sound.h sound/snd_sn76489.h diff --git a/src/snd_resid.d b/src/snd_resid.d deleted file mode 100644 index 1f5f210fb..000000000 --- a/src/snd_resid.d +++ /dev/null @@ -1,5 +0,0 @@ -snd_resid.o: sound/snd_resid.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 plat.h lang/language.h \ - sound/snd_resid.h diff --git a/src/snd_sb.d b/src/snd_sb.d deleted file mode 100644 index be1b51fb8..000000000 --- a/src/snd_sb.d +++ /dev/null @@ -1,4 +0,0 @@ -snd_sb.o: sound/snd_sb.c 86box.h 86box_io.h timer.h cpu_common/cpu.h \ - mca.h mem.h rom.h device.h pic.h sound/sound.h sound/midi.h \ - sound/filters.h sound/snd_emu8k.h sound/snd_mpu401.h sound/snd_opl.h \ - sound/snd_sb_dsp.h diff --git a/src/snd_sb_dsp.d b/src/snd_sb_dsp.d deleted file mode 100644 index bf4f2bb75..000000000 --- a/src/snd_sb_dsp.d +++ /dev/null @@ -1,3 +0,0 @@ -snd_sb_dsp.o: sound/snd_sb_dsp.c 86box.h 86box_io.h pic.h dma.h timer.h \ - cpu_common/cpu.h device.h sound/filters.h sound/sound.h sound/midi.h \ - sound/snd_mpu401.h sound/snd_sb_dsp.h diff --git a/src/snd_sn76489.d b/src/snd_sn76489.d deleted file mode 100644 index 506fbf796..000000000 --- a/src/snd_sn76489.d +++ /dev/null @@ -1,2 +0,0 @@ -snd_sn76489.o: sound/snd_sn76489.c 86box.h 86box_io.h device.h \ - sound/sound.h sound/snd_sn76489.h diff --git a/src/snd_speaker.d b/src/snd_speaker.d deleted file mode 100644 index 923b5cf08..000000000 --- a/src/snd_speaker.d +++ /dev/null @@ -1,2 +0,0 @@ -snd_speaker.o: sound/snd_speaker.c 86box.h timer.h cpu_common/cpu.h pit.h \ - sound/sound.h sound/snd_speaker.h diff --git a/src/snd_ssi2001.d b/src/snd_ssi2001.d deleted file mode 100644 index 773b4195b..000000000 --- a/src/snd_ssi2001.d +++ /dev/null @@ -1,2 +0,0 @@ -snd_ssi2001.o: sound/snd_ssi2001.c 86box.h 86box_io.h device.h \ - sound/sound.h sound/snd_resid.h diff --git a/src/snd_wss.d b/src/snd_wss.d deleted file mode 100644 index 0db5e2916..000000000 --- a/src/snd_wss.d +++ /dev/null @@ -1,3 +0,0 @@ -snd_wss.o: sound/snd_wss.c 86box.h 86box_io.h timer.h cpu_common/cpu.h \ - mca.h pic.h dma.h device.h sound/sound.h sound/snd_ad1848.h \ - sound/snd_opl.h diff --git a/src/snd_ym7128.d b/src/snd_ym7128.d deleted file mode 100644 index 124455567..000000000 --- a/src/snd_ym7128.d +++ /dev/null @@ -1 +0,0 @@ -snd_ym7128.o: sound/snd_ym7128.c 86box.h sound/snd_ym7128.h diff --git a/src/socket.d b/src/socket.d deleted file mode 100644 index d6ed34c6a..000000000 --- a/src/socket.d +++ /dev/null @@ -1,9 +0,0 @@ -socket.o: network/slirp/socket.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 diff --git a/src/sound.d b/src/sound.d deleted file mode 100644 index 4ef78a1d5..000000000 --- a/src/sound.d +++ /dev/null @@ -1,4 +0,0 @@ -sound.o: sound/sound.c 86box.h device.h timer.h cpu_common/cpu.h \ - cdrom/cdrom.h disk/hdc_ide.h plat.h lang/language.h sound/sound.h \ - sound/midi.h sound/snd_opl.h sound/snd_mpu401.h sound/snd_sb_dsp.h \ - sound/filters.h diff --git a/src/sst_flash.d b/src/sst_flash.d deleted file mode 100644 index abeda02b1..000000000 --- a/src/sst_flash.d +++ /dev/null @@ -1,2 +0,0 @@ -sst_flash.o: sst_flash.c 86box.h device.h mem.h machine/machine.h timer.h \ - cpu_common/cpu.h nvr.h plat.h lang/language.h diff --git a/src/tcp_input.d b/src/tcp_input.d deleted file mode 100644 index 4b33b51ac..000000000 --- a/src/tcp_input.d +++ /dev/null @@ -1,9 +0,0 @@ -tcp_input.o: network/slirp/tcp_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 diff --git a/src/tcp_output.d b/src/tcp_output.d deleted file mode 100644 index 179a94243..000000000 --- a/src/tcp_output.d +++ /dev/null @@ -1,9 +0,0 @@ -tcp_output.o: network/slirp/tcp_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 diff --git a/src/tcp_subr.d b/src/tcp_subr.d deleted file mode 100644 index 95b5b93e8..000000000 --- a/src/tcp_subr.d +++ /dev/null @@ -1,9 +0,0 @@ -tcp_subr.o: network/slirp/tcp_subr.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 diff --git a/src/tcp_timer.d b/src/tcp_timer.d deleted file mode 100644 index 90986a191..000000000 --- a/src/tcp_timer.d +++ /dev/null @@ -1,9 +0,0 @@ -tcp_timer.o: network/slirp/tcp_timer.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 diff --git a/src/timer.d b/src/timer.d deleted file mode 100644 index d64e220d3..000000000 --- a/src/timer.d +++ /dev/null @@ -1 +0,0 @@ -timer.o: timer.c 86box.h timer.h cpu_common/cpu.h diff --git a/src/udp.d b/src/udp.d deleted file mode 100644 index e5e873101..000000000 --- a/src/udp.d +++ /dev/null @@ -1,9 +0,0 @@ -udp.o: network/slirp/udp.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 diff --git a/src/via_mvp3.d b/src/via_mvp3.d deleted file mode 100644 index 5844dbaa0..000000000 --- a/src/via_mvp3.d +++ /dev/null @@ -1,2 +0,0 @@ -via_mvp3.o: chipset/via_mvp3.c 86box.h mem.h 86box_io.h rom.h pci.h \ - device.h keyboard.h chipset/chipset.h diff --git a/src/via_vt82c586b.d b/src/via_vt82c586b.d deleted file mode 100644 index 837c75b43..000000000 --- a/src/via_vt82c586b.d +++ /dev/null @@ -1,5 +0,0 @@ -via_vt82c586b.o: via_vt82c586b.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 \ - via_vt82c586b.h diff --git a/src/vid_ati18800.d b/src/vid_ati18800.d deleted file mode 100644 index 23a4a2b86..000000000 --- a/src/vid_ati18800.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_ati18800.o: video/vid_ati18800.c 86box.h 86box_io.h mem.h rom.h \ - device.h timer.h cpu_common/cpu.h video/video.h video/vid_ati_eeprom.h \ - video/vid_svga.h video/vid_svga_render.h diff --git a/src/vid_ati28800.d b/src/vid_ati28800.d deleted file mode 100644 index ed25b2861..000000000 --- a/src/vid_ati28800.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_ati28800.o: video/vid_ati28800.c 86box.h 86box_io.h mem.h rom.h \ - device.h timer.h cpu_common/cpu.h video/video.h video/vid_ati_eeprom.h \ - video/vid_svga.h video/vid_svga_render.h diff --git a/src/vid_ati68860_ramdac.d b/src/vid_ati68860_ramdac.d deleted file mode 100644 index 35e166c76..000000000 --- a/src/vid_ati68860_ramdac.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_ati68860_ramdac.o: video/vid_ati68860_ramdac.c 86box.h device.h mem.h \ - timer.h cpu_common/cpu.h video/video.h video/vid_svga.h \ - video/vid_svga_render.h diff --git a/src/vid_ati_eeprom.d b/src/vid_ati_eeprom.d deleted file mode 100644 index f60d8a49b..000000000 --- a/src/vid_ati_eeprom.d +++ /dev/null @@ -1,2 +0,0 @@ -vid_ati_eeprom.o: video/vid_ati_eeprom.c 86box.h device.h mem.h timer.h \ - cpu_common/cpu.h nvr.h video/vid_ati_eeprom.h diff --git a/src/vid_ati_mach64.d b/src/vid_ati_mach64.d deleted file mode 100644 index 335a826f9..000000000 --- a/src/vid_ati_mach64.d +++ /dev/null @@ -1,4 +0,0 @@ -vid_ati_mach64.o: video/vid_ati_mach64.c 86box.h device.h 86box_io.h \ - mem.h timer.h cpu_common/cpu.h pci.h rom.h plat.h lang/language.h \ - video/video.h video/vid_svga.h video/vid_svga_render.h \ - video/vid_ati_eeprom.h diff --git a/src/vid_att20c49x_ramdac.d b/src/vid_att20c49x_ramdac.d deleted file mode 100644 index e59575d15..000000000 --- a/src/vid_att20c49x_ramdac.d +++ /dev/null @@ -1,2 +0,0 @@ -vid_att20c49x_ramdac.o: video/vid_att20c49x_ramdac.c 86box.h device.h \ - mem.h timer.h cpu_common/cpu.h video/video.h video/vid_svga.h diff --git a/src/vid_av9194.d b/src/vid_av9194.d deleted file mode 100644 index 15da76085..000000000 --- a/src/vid_av9194.d +++ /dev/null @@ -1,2 +0,0 @@ -vid_av9194.o: video/vid_av9194.c 86box.h device.h mem.h timer.h \ - cpu_common/cpu.h video/video.h video/vid_svga.h diff --git a/src/vid_bt48x_ramdac.d b/src/vid_bt48x_ramdac.d deleted file mode 100644 index bf4f55764..000000000 --- a/src/vid_bt48x_ramdac.d +++ /dev/null @@ -1,2 +0,0 @@ -vid_bt48x_ramdac.o: video/vid_bt48x_ramdac.c 86box.h device.h mem.h \ - timer.h cpu_common/cpu.h video/video.h video/vid_svga.h diff --git a/src/vid_cga.d b/src/vid_cga.d deleted file mode 100644 index f97c9db02..000000000 --- a/src/vid_cga.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_cga.o: video/vid_cga.c 86box.h cpu_common/cpu.h 86box_io.h timer.h \ - pit.h mem.h rom.h device.h video/video.h video/vid_cga.h \ - video/vid_cga_comp.h diff --git a/src/vid_cga_comp.d b/src/vid_cga_comp.d deleted file mode 100644 index 36b714690..000000000 --- a/src/vid_cga_comp.d +++ /dev/null @@ -1,2 +0,0 @@ -vid_cga_comp.o: video/vid_cga_comp.c 86box.h timer.h cpu_common/cpu.h \ - mem.h video/vid_cga.h video/vid_cga_comp.h diff --git a/src/vid_cl54xx.d b/src/vid_cl54xx.d deleted file mode 100644 index 4cc851e23..000000000 --- a/src/vid_cl54xx.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_cl54xx.o: video/vid_cl54xx.c 86box.h cpu_common/cpu.h 86box_io.h \ - mem.h pci.h rom.h device.h timer.h video/video.h video/vid_svga.h \ - video/vid_svga_render.h diff --git a/src/vid_colorplus.d b/src/vid_colorplus.d deleted file mode 100644 index a12abc07a..000000000 --- a/src/vid_colorplus.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_colorplus.o: video/vid_colorplus.c 86box.h cpu_common/cpu.h \ - 86box_io.h timer.h lpt.h pit.h mem.h device.h video/video.h \ - video/vid_cga.h video/vid_colorplus.h video/vid_cga_comp.h diff --git a/src/vid_compaq_cga.d b/src/vid_compaq_cga.d deleted file mode 100644 index 085bfe006..000000000 --- a/src/vid_compaq_cga.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_compaq_cga.o: video/vid_compaq_cga.c 86box.h cpu_common/cpu.h \ - 86box_io.h timer.h pit.h mem.h rom.h device.h video/video.h \ - video/vid_cga.h video/vid_cga_comp.h diff --git a/src/vid_ega.d b/src/vid_ega.d deleted file mode 100644 index abdd6d679..000000000 --- a/src/vid_ega.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_ega.o: video/vid_ega.c 86box.h cpu_common/cpu.h 86box_io.h timer.h \ - pit.h mem.h rom.h device.h video/video.h video/vid_ati_eeprom.h \ - video/vid_ega.h diff --git a/src/vid_ega_render.d b/src/vid_ega_render.d deleted file mode 100644 index 13e5a6f5e..000000000 --- a/src/vid_ega_render.d +++ /dev/null @@ -1,2 +0,0 @@ -vid_ega_render.o: video/vid_ega_render.c 86box.h device.h timer.h \ - cpu_common/cpu.h mem.h rom.h video/video.h video/vid_ega.h diff --git a/src/vid_et4000.d b/src/vid_et4000.d deleted file mode 100644 index 7f8449a56..000000000 --- a/src/vid_et4000.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_et4000.o: video/vid_et4000.c 86box.h 86box_io.h mca.h mem.h rom.h \ - device.h timer.h cpu_common/cpu.h video/video.h video/vid_svga.h \ - video/vid_svga_render.h diff --git a/src/vid_et4000w32.d b/src/vid_et4000w32.d deleted file mode 100644 index 5765e65ce..000000000 --- a/src/vid_et4000w32.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_et4000w32.o: video/vid_et4000w32.c 86box.h 86box_io.h mem.h pci.h \ - rom.h device.h timer.h cpu_common/cpu.h plat.h lang/language.h \ - video/video.h video/vid_svga.h video/vid_svga_render.h diff --git a/src/vid_genius.d b/src/vid_genius.d deleted file mode 100644 index 5cdc06dea..000000000 --- a/src/vid_genius.d +++ /dev/null @@ -1,2 +0,0 @@ -vid_genius.o: video/vid_genius.c 86box.h cpu_common/cpu.h 86box_io.h \ - timer.h pit.h mem.h rom.h device.h plat.h lang/language.h video/video.h diff --git a/src/vid_hercules.d b/src/vid_hercules.d deleted file mode 100644 index 23f8cb0d2..000000000 --- a/src/vid_hercules.d +++ /dev/null @@ -1,2 +0,0 @@ -vid_hercules.o: video/vid_hercules.c 86box.h cpu_common/cpu.h mem.h rom.h \ - 86box_io.h timer.h lpt.h pit.h device.h video/video.h diff --git a/src/vid_herculesplus.d b/src/vid_herculesplus.d deleted file mode 100644 index affa1108c..000000000 --- a/src/vid_herculesplus.d +++ /dev/null @@ -1,2 +0,0 @@ -vid_herculesplus.o: video/vid_herculesplus.c 86box.h 86box_io.h lpt.h \ - timer.h cpu_common/cpu.h pit.h mem.h rom.h device.h video/video.h diff --git a/src/vid_ht216.d b/src/vid_ht216.d deleted file mode 100644 index 0d51d3f42..000000000 --- a/src/vid_ht216.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_ht216.o: video/vid_ht216.c 86box.h cpu_common/cpu.h 86box_io.h mem.h \ - timer.h pic.h rom.h device.h video/video.h video/vid_svga.h \ - video/vid_svga_render.h diff --git a/src/vid_icd2061.d b/src/vid_icd2061.d deleted file mode 100644 index 5c6ce7cd6..000000000 --- a/src/vid_icd2061.d +++ /dev/null @@ -1 +0,0 @@ -vid_icd2061.o: video/vid_icd2061.c 86box.h device.h diff --git a/src/vid_ics2595.d b/src/vid_ics2595.d deleted file mode 100644 index 06f34d1cf..000000000 --- a/src/vid_ics2595.d +++ /dev/null @@ -1 +0,0 @@ -vid_ics2595.o: video/vid_ics2595.c 86box.h device.h diff --git a/src/vid_im1024.d b/src/vid_im1024.d deleted file mode 100644 index 4d6c4332a..000000000 --- a/src/vid_im1024.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_im1024.o: video/vid_im1024.c 86box.h 86box_io.h mem.h rom.h timer.h \ - cpu_common/cpu.h device.h pit.h plat.h lang/language.h video/video.h \ - video/vid_pgc.h diff --git a/src/vid_incolor.d b/src/vid_incolor.d deleted file mode 100644 index 90d2e6d90..000000000 --- a/src/vid_incolor.d +++ /dev/null @@ -1,2 +0,0 @@ -vid_incolor.o: video/vid_incolor.c 86box.h 86box_io.h timer.h \ - cpu_common/cpu.h lpt.h pit.h mem.h rom.h device.h video/video.h diff --git a/src/vid_mda.d b/src/vid_mda.d deleted file mode 100644 index 38fdba556..000000000 --- a/src/vid_mda.d +++ /dev/null @@ -1,2 +0,0 @@ -vid_mda.o: video/vid_mda.c 86box.h 86box_io.h timer.h cpu_common/cpu.h \ - lpt.h pit.h mem.h rom.h device.h video/video.h video/vid_mda.h diff --git a/src/vid_mga.d b/src/vid_mga.d deleted file mode 100644 index 4cb1b39d6..000000000 --- a/src/vid_mga.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_mga.o: video/vid_mga.c 86box.h 86box_io.h timer.h cpu_common/cpu.h \ - mem.h pci.h rom.h device.h plat.h lang/language.h video/video.h \ - video/vid_svga.h video/vid_svga_render.h diff --git a/src/vid_oak_oti.d b/src/vid_oak_oti.d deleted file mode 100644 index 113233ed3..000000000 --- a/src/vid_oak_oti.d +++ /dev/null @@ -1,2 +0,0 @@ -vid_oak_oti.o: video/vid_oak_oti.c 86box.h 86box_io.h timer.h \ - cpu_common/cpu.h mem.h rom.h device.h video/video.h video/vid_svga.h diff --git a/src/vid_paradise.d b/src/vid_paradise.d deleted file mode 100644 index 2bfeb515a..000000000 --- a/src/vid_paradise.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_paradise.o: video/vid_paradise.c 86box.h 86box_io.h timer.h \ - cpu_common/cpu.h mem.h rom.h device.h video/video.h video/vid_svga.h \ - video/vid_svga_render.h diff --git a/src/vid_pgc.d b/src/vid_pgc.d deleted file mode 100644 index c52e58999..000000000 --- a/src/vid_pgc.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_pgc.o: video/vid_pgc.c 86box.h 86box_io.h mem.h rom.h timer.h \ - cpu_common/cpu.h device.h pit.h plat.h lang/language.h video/video.h \ - video/vid_cga.h video/vid_pgc.h video/vid_pgc_palette.h diff --git a/src/vid_s3.d b/src/vid_s3.d deleted file mode 100644 index a0ef7daa8..000000000 --- a/src/vid_s3.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_s3.o: video/vid_s3.c 86box.h device.h 86box_io.h timer.h \ - cpu_common/cpu.h mem.h pci.h rom.h plat.h lang/language.h video/video.h \ - video/vid_svga.h video/vid_svga_render.h diff --git a/src/vid_s3_virge.d b/src/vid_s3_virge.d deleted file mode 100644 index a0ccbe92e..000000000 --- a/src/vid_s3_virge.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_s3_virge.o: video/vid_s3_virge.c 86box.h 86box_io.h timer.h \ - cpu_common/cpu.h mem.h pci.h rom.h device.h plat.h lang/language.h \ - video/video.h video/vid_svga.h video/vid_svga_render.h diff --git a/src/vid_sc1502x_ramdac.d b/src/vid_sc1502x_ramdac.d deleted file mode 100644 index d55bd16cb..000000000 --- a/src/vid_sc1502x_ramdac.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_sc1502x_ramdac.o: video/vid_sc1502x_ramdac.c video/../86box.h \ - video/../device.h video/../mem.h video/../timer.h cpu_common/cpu.h \ - video/video.h video/vid_svga.h diff --git a/src/vid_sdac_ramdac.d b/src/vid_sdac_ramdac.d deleted file mode 100644 index a86391818..000000000 --- a/src/vid_sdac_ramdac.d +++ /dev/null @@ -1,2 +0,0 @@ -vid_sdac_ramdac.o: video/vid_sdac_ramdac.c 86box.h device.h mem.h timer.h \ - cpu_common/cpu.h video/video.h video/vid_svga.h diff --git a/src/vid_sigma.d b/src/vid_sigma.d deleted file mode 100644 index d7cb59ca8..000000000 --- a/src/vid_sigma.d +++ /dev/null @@ -1,2 +0,0 @@ -vid_sigma.o: video/vid_sigma.c 86box.h cpu_common/cpu.h 86box_io.h \ - timer.h pit.h mem.h nmi.h rom.h device.h video/video.h diff --git a/src/vid_stg_ramdac.d b/src/vid_stg_ramdac.d deleted file mode 100644 index f5acb127b..000000000 --- a/src/vid_stg_ramdac.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_stg_ramdac.o: video/vid_stg_ramdac.c video/../86box.h \ - video/../device.h video/../mem.h video/../timer.h cpu_common/cpu.h \ - video/video.h video/vid_svga.h diff --git a/src/vid_svga.d b/src/vid_svga.d deleted file mode 100644 index a48fa3b9f..000000000 --- a/src/vid_svga.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_svga.o: video/vid_svga.c 86box.h cpu_common/cpu.h machine/machine.h \ - timer.h 86box_io.h pit.h mem.h rom.h video/video.h video/vid_svga.h \ - video/vid_svga_render.h diff --git a/src/vid_svga_render.d b/src/vid_svga_render.d deleted file mode 100644 index 1e172d2ec..000000000 --- a/src/vid_svga_render.d +++ /dev/null @@ -1,2 +0,0 @@ -vid_svga_render.o: video/vid_svga_render.c 86box.h mem.h timer.h \ - cpu_common/cpu.h video/video.h video/vid_svga.h video/vid_svga_render.h diff --git a/src/vid_table.d b/src/vid_table.d deleted file mode 100644 index ad56e481a..000000000 --- a/src/vid_table.d +++ /dev/null @@ -1,4 +0,0 @@ -vid_table.o: video/vid_table.c 86box.h timer.h cpu_common/cpu.h \ - machine/machine.h mem.h device.h plat.h lang/language.h video/video.h \ - video/vid_svga.h video/vid_cga.h video/vid_ega.h video/vid_colorplus.h \ - video/vid_mda.h diff --git a/src/vid_tgui9440.d b/src/vid_tgui9440.d deleted file mode 100644 index 8198c0476..000000000 --- a/src/vid_tgui9440.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_tgui9440.o: video/vid_tgui9440.c 86box.h 86box_io.h timer.h \ - cpu_common/cpu.h mem.h pci.h rom.h device.h plat.h lang/language.h \ - video/video.h video/vid_svga.h video/vid_svga_render.h diff --git a/src/vid_ti_cf62011.d b/src/vid_ti_cf62011.d deleted file mode 100644 index 9dcc37af6..000000000 --- a/src/vid_ti_cf62011.d +++ /dev/null @@ -1,2 +0,0 @@ -vid_ti_cf62011.o: video/vid_ti_cf62011.c 86box.h 86box_io.h timer.h \ - cpu_common/cpu.h mem.h rom.h device.h video/video.h video/vid_svga.h diff --git a/src/vid_tkd8001_ramdac.d b/src/vid_tkd8001_ramdac.d deleted file mode 100644 index c4505bc81..000000000 --- a/src/vid_tkd8001_ramdac.d +++ /dev/null @@ -1,2 +0,0 @@ -vid_tkd8001_ramdac.o: video/vid_tkd8001_ramdac.c 86box.h device.h timer.h \ - cpu_common/cpu.h mem.h video/video.h video/vid_svga.h diff --git a/src/vid_tvga.d b/src/vid_tvga.d deleted file mode 100644 index 27a372f26..000000000 --- a/src/vid_tvga.d +++ /dev/null @@ -1,3 +0,0 @@ -vid_tvga.o: video/vid_tvga.c 86box.h 86box_io.h timer.h cpu_common/cpu.h \ - mem.h rom.h device.h video/video.h video/vid_svga.h \ - video/vid_svga_render.h diff --git a/src/vid_vga.d b/src/vid_vga.d deleted file mode 100644 index 6b4c2180f..000000000 --- a/src/vid_vga.d +++ /dev/null @@ -1,2 +0,0 @@ -vid_vga.o: video/vid_vga.c 86box.h 86box_io.h mem.h rom.h device.h \ - timer.h cpu_common/cpu.h video/video.h video/vid_svga.h diff --git a/src/vid_voodoo.d b/src/vid_voodoo.d deleted file mode 100644 index dc763ab20..000000000 --- a/src/vid_voodoo.d +++ /dev/null @@ -1,4 +0,0 @@ -vid_voodoo.o: video/vid_voodoo.c 86box.h cpu_common/cpu.h \ - machine/machine.h device.h mem.h pci.h rom.h timer.h plat.h \ - lang/language.h video/video.h video/vid_svga.h video/vid_voodoo_dither.h \ - video/vid_voodoo_codegen_x86.h diff --git a/src/vid_wy700.d b/src/vid_wy700.d deleted file mode 100644 index c27e81bea..000000000 --- a/src/vid_wy700.d +++ /dev/null @@ -1,2 +0,0 @@ -vid_wy700.o: video/vid_wy700.c 86box.h 86box_io.h timer.h \ - cpu_common/cpu.h pit.h mem.h device.h video/video.h diff --git a/src/video.d b/src/video.d deleted file mode 100644 index d63ce7bb4..000000000 --- a/src/video.d +++ /dev/null @@ -1,5 +0,0 @@ -video.o: video/video.c C:/msys64_gcc91/mingw32/include/libpng16/png.h \ - C:/msys64_gcc91/mingw32/include/libpng16/pnglibconf.h \ - C:/msys64_gcc91/mingw32/include/libpng16/pngconf.h 86box.h \ - cpu_common/cpu.h 86box_io.h mem.h rom.h config.h timer.h plat.h \ - lang/language.h video/video.h video/vid_svga.h diff --git a/src/voice.d b/src/voice.d deleted file mode 100644 index cf8e8f4e6..000000000 --- a/src/voice.d +++ /dev/null @@ -1,4 +0,0 @@ -voice.o: sound/resid-fp/voice.cc sound/resid-fp/voice.h \ - sound/resid-fp/siddefs-fp.h sound/resid-fp/wave.h \ - sound/resid-fp/envelope.h sound/resid-fp/sid.h sound/resid-fp/filter.h \ - sound/resid-fp/extfilt.h sound/resid-fp/pot.h diff --git a/src/wave.d b/src/wave.d deleted file mode 100644 index cdcdfa516..000000000 --- a/src/wave.d +++ /dev/null @@ -1,2 +0,0 @@ -wave.o: sound/resid-fp/wave.cc sound/resid-fp/wave.h \ - sound/resid-fp/siddefs-fp.h diff --git a/src/wave6581_PST.d b/src/wave6581_PST.d deleted file mode 100644 index 038383329..000000000 --- a/src/wave6581_PST.d +++ /dev/null @@ -1,2 +0,0 @@ -wave6581_PST.o: sound/resid-fp/wave6581_PST.cc sound/resid-fp/wave.h \ - sound/resid-fp/siddefs-fp.h diff --git a/src/wave6581_PS_.d b/src/wave6581_PS_.d deleted file mode 100644 index e6d28c5e4..000000000 --- a/src/wave6581_PS_.d +++ /dev/null @@ -1,2 +0,0 @@ -wave6581_PS_.o: sound/resid-fp/wave6581_PS_.cc sound/resid-fp/wave.h \ - sound/resid-fp/siddefs-fp.h diff --git a/src/wave6581_P_T.d b/src/wave6581_P_T.d deleted file mode 100644 index 4d4762d4b..000000000 --- a/src/wave6581_P_T.d +++ /dev/null @@ -1,2 +0,0 @@ -wave6581_P_T.o: sound/resid-fp/wave6581_P_T.cc sound/resid-fp/wave.h \ - sound/resid-fp/siddefs-fp.h diff --git a/src/wave6581__ST.d b/src/wave6581__ST.d deleted file mode 100644 index ae9169285..000000000 --- a/src/wave6581__ST.d +++ /dev/null @@ -1,2 +0,0 @@ -wave6581__ST.o: sound/resid-fp/wave6581__ST.cc sound/resid-fp/wave.h \ - sound/resid-fp/siddefs-fp.h diff --git a/src/wave8580_PST.d b/src/wave8580_PST.d deleted file mode 100644 index 53e717185..000000000 --- a/src/wave8580_PST.d +++ /dev/null @@ -1,2 +0,0 @@ -wave8580_PST.o: sound/resid-fp/wave8580_PST.cc sound/resid-fp/wave.h \ - sound/resid-fp/siddefs-fp.h diff --git a/src/wave8580_PS_.d b/src/wave8580_PS_.d deleted file mode 100644 index 6790db33a..000000000 --- a/src/wave8580_PS_.d +++ /dev/null @@ -1,2 +0,0 @@ -wave8580_PS_.o: sound/resid-fp/wave8580_PS_.cc sound/resid-fp/wave.h \ - sound/resid-fp/siddefs-fp.h diff --git a/src/wave8580_P_T.d b/src/wave8580_P_T.d deleted file mode 100644 index 1b3ca8c17..000000000 --- a/src/wave8580_P_T.d +++ /dev/null @@ -1,2 +0,0 @@ -wave8580_P_T.o: sound/resid-fp/wave8580_P_T.cc sound/resid-fp/wave.h \ - sound/resid-fp/siddefs-fp.h diff --git a/src/wave8580__ST.d b/src/wave8580__ST.d deleted file mode 100644 index c933d6605..000000000 --- a/src/wave8580__ST.d +++ /dev/null @@ -1,2 +0,0 @@ -wave8580__ST.o: sound/resid-fp/wave8580__ST.cc sound/resid-fp/wave.h \ - sound/resid-fp/siddefs-fp.h diff --git a/src/wd76c10.d b/src/wd76c10.d deleted file mode 100644 index 690f6caa3..000000000 --- a/src/wd76c10.d +++ /dev/null @@ -1,3 +0,0 @@ -wd76c10.o: chipset/wd76c10.c 86box.h device.h timer.h cpu_common/cpu.h \ - 86box_io.h keyboard.h mem.h port_92.h serial.h floppy/fdd.h floppy/fdc.h \ - video/video.h chipset/chipset.h diff --git a/src/win.d b/src/win.d deleted file mode 100644 index 21aaafc50..000000000 --- a/src/win.d +++ /dev/null @@ -1,3 +0,0 @@ -win.o: win/win.c 86box.h config.h device.h keyboard.h mouse.h \ - video/video.h plat.h lang/language.h plat_midi.h ui.h win/win_d2d.h \ - win/win_sdl.h win/win.h win/resource.h diff --git a/src/win_about.d b/src/win_about.d deleted file mode 100644 index 9d2c914c7..000000000 --- a/src/win_about.d +++ /dev/null @@ -1,2 +0,0 @@ -win_about.o: win/win_about.c 86box.h plat.h lang/language.h win/win.h \ - win/resource.h diff --git a/src/win_cdrom.d b/src/win_cdrom.d deleted file mode 100644 index 9dd9a172a..000000000 --- a/src/win_cdrom.d +++ /dev/null @@ -1,3 +0,0 @@ -win_cdrom.o: win/win_cdrom.c config.h disk/hdd.h scsi/scsi_device.h \ - cdrom/cdrom.h disk/zip.h scsi/scsi_disk.h plat.h lang/language.h ui.h \ - win/win.h win/resource.h diff --git a/src/win_devconf.d b/src/win_devconf.d deleted file mode 100644 index 4b4b8dc18..000000000 --- a/src/win_devconf.d +++ /dev/null @@ -1,2 +0,0 @@ -win_devconf.o: win/win_devconf.c 86box.h config.h device.h plat.h \ - lang/language.h plat_midi.h ui.h win/win.h win/resource.h diff --git a/src/win_dialog.d b/src/win_dialog.d deleted file mode 100644 index a86b34d1c..000000000 --- a/src/win_dialog.d +++ /dev/null @@ -1,2 +0,0 @@ -win_dialog.o: win/win_dialog.c 86box.h device.h plat.h lang/language.h \ - ui.h win/win.h win/resource.h diff --git a/src/win_discord.d b/src/win_discord.d deleted file mode 100644 index 404f3acdd..000000000 --- a/src/win_discord.d +++ /dev/null @@ -1,3 +0,0 @@ -win_discord.o: win/win_discord.c 86box.h cpu_common/cpu.h \ - machine/machine.h plat.h lang/language.h plat_dynld.h win/win_discord.h \ - win/discord_game_sdk.h diff --git a/src/win_dynld.d b/src/win_dynld.d deleted file mode 100644 index 0bea1e35a..000000000 --- a/src/win_dynld.d +++ /dev/null @@ -1 +0,0 @@ -win_dynld.o: win/win_dynld.c 86box.h plat_dynld.h diff --git a/src/win_joystick.d b/src/win_joystick.d deleted file mode 100644 index f4b16288b..000000000 --- a/src/win_joystick.d +++ /dev/null @@ -1,2 +0,0 @@ -win_joystick.o: win/win_joystick.cpp 86box.h device.h plat.h \ - lang/language.h game/gameport.h win/win.h win/resource.h diff --git a/src/win_jsconf.d b/src/win_jsconf.d deleted file mode 100644 index 97e13bb1a..000000000 --- a/src/win_jsconf.d +++ /dev/null @@ -1,2 +0,0 @@ -win_jsconf.o: win/win_jsconf.c 86box.h config.h device.h game/gameport.h \ - plat.h lang/language.h win/win.h win/resource.h diff --git a/src/win_keyboard.d b/src/win_keyboard.d deleted file mode 100644 index 74d66bbf2..000000000 --- a/src/win_keyboard.d +++ /dev/null @@ -1,2 +0,0 @@ -win_keyboard.o: win/win_keyboard.c 86box.h device.h keyboard.h plat.h \ - lang/language.h win/win.h win/resource.h diff --git a/src/win_midi.d b/src/win_midi.d deleted file mode 100644 index 2891c9398..000000000 --- a/src/win_midi.d +++ /dev/null @@ -1,2 +0,0 @@ -win_midi.o: win/win_midi.c 86box.h config.h sound/midi.h plat.h \ - lang/language.h plat_midi.h diff --git a/src/win_mouse.d b/src/win_mouse.d deleted file mode 100644 index 8b8fd91de..000000000 --- a/src/win_mouse.d +++ /dev/null @@ -1,2 +0,0 @@ -win_mouse.o: win/win_mouse.c 86box.h mouse.h plat.h lang/language.h \ - win/win.h win/resource.h diff --git a/src/win_new_floppy.d b/src/win_new_floppy.d deleted file mode 100644 index 5558bd5eb..000000000 --- a/src/win_new_floppy.d +++ /dev/null @@ -1,2 +0,0 @@ -win_new_floppy.o: win/win_new_floppy.c 86box.h plat.h lang/language.h \ - random.h ui.h scsi/scsi_device.h disk/zip.h win/win.h win/resource.h diff --git a/src/win_sdl.d b/src/win_sdl.d deleted file mode 100644 index ac418633e..000000000 --- a/src/win_sdl.d +++ /dev/null @@ -1,2 +0,0 @@ -win_sdl.o: win/win_sdl.c 86box.h device.h plat.h lang/language.h \ - plat_dynld.h video/video.h ui.h win/win.h win/resource.h win/win_sdl.h diff --git a/src/win_settings.d b/src/win_settings.d deleted file mode 100644 index a28ef3ce8..000000000 --- a/src/win_settings.d +++ /dev/null @@ -1,7 +0,0 @@ -win_settings.o: win/win_settings.c 86box.h config.h cpu_common/cpu.h \ - mem.h rom.h device.h timer.h nvr.h machine/machine.h game/gameport.h \ - isamem.h isartc.h lpt.h mouse.h scsi/scsi.h scsi/scsi_device.h \ - cdrom/cdrom.h disk/hdd.h disk/hdc.h disk/hdc_ide.h disk/zip.h \ - floppy/fdd.h network/network.h sound/sound.h sound/midi.h \ - sound/snd_mpu401.h video/video.h plat.h lang/language.h plat_midi.h ui.h \ - win/win.h win/resource.h diff --git a/src/win_snd_gain.d b/src/win_snd_gain.d deleted file mode 100644 index bea6ecdc4..000000000 --- a/src/win_snd_gain.d +++ /dev/null @@ -1,2 +0,0 @@ -win_snd_gain.o: win/win_snd_gain.c 86box.h config.h plat.h \ - lang/language.h sound/sound.h win/win.h win/resource.h diff --git a/src/win_stbar.d b/src/win_stbar.d deleted file mode 100644 index e2da1399c..000000000 --- a/src/win_stbar.d +++ /dev/null @@ -1,5 +0,0 @@ -win_stbar.o: win/win_stbar.c 86box.h config.h cpu_common/cpu.h device.h \ - machine/machine.h timer.h disk/hdd.h disk/hdc.h floppy/fdd.h \ - floppy/fdd_86f.h scsi/scsi.h scsi/scsi_device.h cdrom/cdrom.h disk/zip.h \ - cdrom/cdrom_image.h scsi/scsi_disk.h network/network.h video/video.h \ - sound/sound.h plat.h lang/language.h ui.h win/win.h win/resource.h diff --git a/src/win_thread.d b/src/win_thread.d deleted file mode 100644 index 4c15afbb7..000000000 --- a/src/win_thread.d +++ /dev/null @@ -1 +0,0 @@ -win_thread.o: win/win_thread.c 86box.h plat.h lang/language.h diff --git a/src/win_ui.d b/src/win_ui.d deleted file mode 100644 index f051c11a4..000000000 --- a/src/win_ui.d +++ /dev/null @@ -1,3 +0,0 @@ -win_ui.o: win/win_ui.c 86box.h config.h device.h keyboard.h mouse.h \ - video/video.h video/vid_ega.h plat.h lang/language.h plat_midi.h ui.h \ - win/win.h win/resource.h win/win_discord.h diff --git a/src/x86seg.d b/src/x86seg.d deleted file mode 100644 index 4c74c8328..000000000 --- a/src/x86seg.d +++ /dev/null @@ -1,3 +0,0 @@ -x86seg.o: cpu/x86seg.c 86box.h cpu_common/cpu.h device.h timer.h \ - machine/machine.h mem.h nvr.h cpu_common/x86.h cpu/x86_flags.h \ - cpu_common/386_common.h diff --git a/src/x87.d b/src/x87.d deleted file mode 100644 index 05e2a99d1..000000000 --- a/src/x87.d +++ /dev/null @@ -1,3 +0,0 @@ -x87.o: cpu_common/x87.c 86box.h cpu_common/cpu.h mem.h pic.h \ - cpu_common/x86.h cpu/x86_flags.h cpu_common/x86_ops.h cpu_common/x87.h \ - cpu_common/386_common.h diff --git a/src/zip.d b/src/zip.d deleted file mode 100644 index 0aa1818a4..000000000 --- a/src/zip.d +++ /dev/null @@ -1,3 +0,0 @@ -zip.o: disk/zip.c 86box.h timer.h cpu_common/cpu.h config.h device.h \ - piix.h scsi/scsi_device.h nvr.h plat.h lang/language.h ui.h disk/hdc.h \ - disk/hdc_ide.h disk/zip.h