From d7459cfe68bf22cdf93ba8b0165de55398d11479 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 18 Jun 2026 18:01:00 +0100 Subject: Added initial makedepend output --- src/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/Makefile b/src/Makefile index 7cb459a..1ecd116 100644 --- a/src/Makefile +++ b/src/Makefile @@ -73,3 +73,16 @@ clean: rm -f $(TARGET) $(TARGET).exe $(OBJECTS) core Makefile.bak # DO NOT DELETE THIS LINE -- make depend depends on it. + +main.o: z80.h z80_config.h zx81.h gfx.h gui.h memmenu.h config.h exit.h +zx81.o: zx81.h z80.h z80_config.h gfx.h gui.h config.h util.h exit.h +config.o: exit.h config.h +gfx.o: gfx.h exit.h config.h util.h font.h +gui.o: gui.h gfx.h util.h exit.h +memmenu.o: memmenu.h z80.h z80_config.h zx81.h gfx.h gui.h expr.h util.h +util.o: util.h exit.h +exit.o: exit.h +font.o: font.h +z80.o: z80.h z80_config.h z80_private.h +z80_decode.o: z80.h z80_config.h z80_private.h +z80_dis.o: z80_config.h z80.h z80_private.h -- cgit v1.3