wip prep commit in lieu of gfx subsystem update changes.
[AROS.git] / arch / all-hosted / hidd / sdl / mmakefile.src
blobe2ce576a1a4c20826fb0c0f43af687921e3740e9
1 include $(SRCDIR)/config/aros.cfg
3 #MM- hidd-sdlgfx-yes : kernel-hidd-sdl
5 FILES  := \
6     startup \
7     sdl_hostlib \
8     sdl_init \
9     event \
10     keymap \
11     sdlgfx_hiddclass \
12     sdlgfx_bitmapclass \
13     sdl_mouseclass \
14     sdl_kbdclass
16 EXEDIR := $(AROSDIR)/Storage/Monitors
18 %build_prog mmake=kernel-hidd-sdl \
19   progname=SDL targetdir=$(EXEDIR) \
20   files=$(FILES) cflags="$(CFLAGS) $(HOST_SDL_CFLAGS)" \
21   uselibs="hiddstubs"