start service tasks separately in-case platforms need to perform additional set-up...
[AROS.git] / workbench / libs / gallium / mmakefile.src
blobb30180e14de531805084fdea979e3fb61f82d48a
1 #   $Id$
4 include $(TOP)/config/make.cfg
6 #MM workbench-libs-gallium : includes hidd-gallium
8 USER_INCLUDES := \
9             -I$(AROS_DEVELOPMENT)/include/gallium \
11 LIB_GALLIUM_SOURCES = \
12             createpipescreen \
13             destroypipescreen \
14             bltpipesurfacerastport \
15             bltpiperesourcerastport \
16             gallium_init \
17             gallium_func
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)"
25 #MM includes-copy
27 INCLUDE_FILES := $(call WILDCARD, include/*.h)
29 %copy_includes path=gallium dir=include
31 %common