revert between 56095 -> 55830 in arch
[AROS.git] / rom / hidds / gfx / mmakefile.src
blob32c684a9f8d47f6beeec5e85cce64308951db03a
1 #$Id$
3 include $(SRCDIR)/config/aros.cfg
5 COLORCONVFILES := \
6                 rgbconv \
7                 rgbconv_arch \
8                 colorconv_init \
10 FILES       := \
11                 gfx_init \
12                 gfx_hwclass \
13                 gfx_hiddclass \
14                 gfx_bitmapclass \
15                 gfx_colormapclass \
16                 gfx_gcclass \
17                 gfx_planarbitmapclass \
18                 gfx_chunkybitmapclass \
19                 gfx_bitmapconvertpixels \
20                 gfx_bitmapmemblit \
21                 gfx_pixfmtclass \
22                 gfx_syncclass
24 NOWARN_FLAGS := $(NOWARN_PARENTHESES)
25 USER_CFLAGS      := $(NOWARN_FLAGS)
26 USER_CPPFLAGS:= -DAROS_USE_OOP \
27                     -D__GRAPHICS_NOLIBBASE__ \
28                     -D__OOP_NOLIBBASE__ \
29                     -D__UTILITY_NOLIBBASE__
30 USER_LDFLAGS := -static
32 %build_module mmake=kernel-hidd-gfx \
33   modname=gfx modtype=hidd \
34   files="$(FILES) $(COLORCONVFILES)"
36 LIBNAME     := gfx
38 INCLUDE_FILES    := $(call WILDCARD, include/*.h)
40 %copy_includes path=hidd dir=include
42 #MM
43 clean ::
44         -$(RM) $(OBJDIR) *.err $(LIB) *.s
47 %common