Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / libs / gallium / mmakefile.src
blobc73061dbe6d78cfd5b3562da03543f40f87391ae
1 #   $Id$
4 include $(SRCDIR)/config/aros.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