grub2: bring back build of aros-side grub2 tools
[AROS.git] / rom / hidds / graphics / mmakefile.src
blobb4c2de3013d64a211ad885ef6485b2e7426cf432
1 #$Id$
3 include $(SRCDIR)/config/aros.cfg
5 COLORCONVFILES := \
6                 rgbconv \
7                 rgbconv_arch \
8                 colorconv_init \
10 FILES       := graphics_init GraphicsClass BM_Class CM_Class GC_Class  \
11                planarbm chunkybm convertpixels memblit  \
12                pixfmt sync
14 NOWARN_FLAGS := $(NOWARN_PARENTHESES)
15 USER_CFLAGS      := $(NOWARN_FLAGS) -DAROS_USE_OOP \
16                     -D__GRAPHICS_NOLIBBASE__ \
17                     -D__OOP_NOLIBBASE__ \
18                     -D__UTILITY_NOLIBBASE__
19 USER_LDFLAGS := -static
21 %build_module mmake=kernel-hidd-graphics \
22   modname=graphics modtype=hidd \
23   files="$(FILES) $(COLORCONVFILES)"
25 LIBNAME     := graphics
27 INCLUDE_FILES    := $(call WILDCARD, include/*.h)
29 %copy_includes path=hidd dir=include
31 #MM
32 clean ::
33         -$(RM) $(OBJDIR) *.err $(LIB) *.s
36 %common