revert between 56095 -> 55830 in arch
[AROS.git] / workbench / hidds / gallium / mmakefile.src
blob2077042f03e48033483ac17c44a11ad3ebf42e8c
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 INCLUDE_FILES := $(call WILDCARD, include/*.h)
6 USER_LDFLAGS := -static
8 FILES := gallium_class gallium_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_DEVELOPER)/include/gallium \
19 %build_module mmake=hidd-gallium modname=gallium modtype=hidd \
20     files="$(FILES)"
21     
22 %common