--- hatari/src/uae-cpu/Makefile 2019/04/01 07:14:17 1.1.1.9 +++ hatari/src/uae-cpu/Makefile 2019/04/09 08:48:49 1.1.1.10 @@ -4,7 +4,7 @@ include ../../Makefile.cnf -CFLAGS += -I. -I../.. $(CPPFLAGS) $(SDL_CFLAGS) +CFLAGS += -I. -I../.. -I../includes -I../debug -I../falcon $(CPPFLAGS) $(SDL_CFLAGS) # disable several warnings for the CPU emu code as it comes from elsewhere QUIETCFLAGS = $(CFLAGS) -Wno-unused -Wno-sign-compare -Wno-shadow @@ -69,9 +69,6 @@ cpuemu8.o: cpuemu.c $(CC) -DPART_8 -c $(QUIETCFLAGS) $< -o $@ -newcpu.o: sysdeps.h hatari-glue.h maccess.h memory.h newcpu.h - - clean: $(RM) *.o gencpu build68k cpu68k.a @@ -81,7 +78,7 @@ distclean: clean # Use "make depend" to generate file dependencies: -Makefile.dep: Makefile +Makefile.dep: Makefile ../Makefile $(CC) -M $(CFLAGS) $(CPUCSRCS) > Makefile.dep depend: Makefile.dep