Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / hidds / gallium / mmakefile.src
blob464d89a20264436a80340633d2d0a732570ece55
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 INCLUDE_FILES := $(call WILDCARD, include/*.h)
6 USER_LDFLAGS := -static
8 FILES := galliumclass init
10 #MM includes-copy
11 %copy_includes path=hidd dir=include
13 #MM- workbench-hidds: hidd-gallium
14 #MM hidd-gallium : includes
16 USER_INCLUDES := \
17             -I$(AROS_DEVELOPMENT)/include/gallium \
19 %build_module mmake=hidd-gallium modname=gallium modtype=hidd \
20     files="$(FILES)"
21     
22 %common