grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / classes / gadgets / colorwheel / mmakefile.src
blob48862d2ca6af713b47076a5bc90e6c0789f5ad25
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 USER_LDFLAGS := -static
7 FILES := colorwheelclass support fixmathtrans
9 FUNCS := \
10         converthsbtorgb \
11         convertrgbtohsb
13 #MM workbench-gadgets-colorwheel-includes : \
14 #MM     kernel-exec-includes \
15 #MM     kernel-graphics-includes \
16 #MM     kernel-cybergraphics-includes \
17 #MM     kernel-intuition-includes \
18 #MM     kernel-dos-includes \
19 #MM     kernel-layers-includes
21 %build_module mmake=workbench-gadgets-colorwheel \
22     modname=colorwheel modtype=gadget \
23     files="$(FUNCS) $(FILES)" uselibs=stdc