4 include $(SRCDIR)/config/aros.cfg
6 #MM workbench-libs-gallium : includes hidd-gallium
9 -I$(AROS_DEVELOPMENT)/include/gallium \
11 LIB_GALLIUM_SOURCES = \
14 bltpipesurfacerastport \
15 bltpiperesourcerastport \
19 #MM- core-linklibs : linklibs-gallium
21 %build_module mmake=workbench-libs-gallium \
22 modname=gallium modtype=library linklibname=gallium \
23 files="$(LIB_GALLIUM_SOURCES)"
27 INCLUDE_FILES := $(call WILDCARD, include/*.h)
29 %copy_includes path=gallium dir=include