--- hatari/src/gui-sdl/Makefile 2019/04/01 07:13:49 1.1.1.5 +++ hatari/src/gui-sdl/Makefile 2019/04/09 08:47:25 1.1.1.6 @@ -4,22 +4,26 @@ include ../../Makefile.cnf # Additional include directories: -INCFLAGS = -I../includes $(CPPFLAGS) +INCFLAGS = -I../.. -I../includes $(CPPFLAGS) CFLAGS += $(INCFLAGS) $(SDL_CFLAGS) -Wno-write-strings - -DLGSRCS = dlgAbout.c dlgAlert.c dlgDevice.c dlgDisk.c dlgJoystick.c \ - dlgKeyboard.c dlgMain.c dlgMemory.c dlgNewDisk.c dlgRom.c \ +DLGSRCS = dlgAbout.c dlgAlert.c dlgDevice.c dlgFloppy.c dlgHardDisk.c \ + dlgJoystick.c dlgKeyboard.c dlgMain.c dlgMemory.c dlgNewDisk.c dlgRom.c \ dlgScreen.c dlgSound.c dlgSystem.c dlgFileSelect.c sdlgui.c DLGOBJS = $(DLGSRCS:.c=.o) -all: $(DLGOBJS) +all: gui-sdl.a + +gui-sdl.a: $(DLGOBJS) + $(AR) cru $@ $^ + $(RANLIB) $@ + font5x8.h: font5x8.bmp convert font5x8.bmp xbm:font5x8.h