graphics: Fix some dependencies
[AROS.git] / rom / hidds / graphics / mmakefile.src
blob536d92a3d8ce0ea4d003f426942e97b91c489bc2
1 #$Id$
2 include $(TOP)/config/make.cfg
4 FILES       := graphics_init GraphicsClass BM_Class CM_Class GC_Class  \
5                planarbm chunkybm convertpixels memblit  \
6                pixfmt sync rgbconv
8 USER_CFLAGS      := -DAROS_USE_OOP
9 USER_CFLAGS      += -Wno-parentheses
10 USER_CFLAGS      += -D__GRAPHICS_NOLIBBASE__ \
11                     -D__OOP_NOLIBBASE__ \
12                     -D__UTILITY_NOLIBBASE__
14 %build_module mmake=kernel-hidd-graphics \
15   modname=graphics modtype=hidd \
16   files=$(FILES) \
17   uselibs="oop"
19 LIBNAME     := graphics
21 INCLUDE_FILES    := $(call WILDCARD, include/*.h)
23 %copy_includes path=hidd dir=include
25 #MM
26 clean ::
27         -$(RM) $(OBJDIR) *.err $(LIB) *.s
30 %common