grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / classes / zune / betterstring / mcc / hotkeystring / mmakefile.src
blob604a7a112b49ba7cfa4277c065dc0fe4cbd342c8
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 #MM workbench-classes-zune-hotkeystring-class : includes linklibs
7 #MM workbench-classes-zune-hotkeystring-test : \
8 #MM workbench-classes-zune-hotkeystring-class includes linklibs
10 USER_INCLUDES := -idirafter $(SRCDIR)/$(CURDIR)/../../include -I$(SRCDIR)/$(CURDIR)/..
11 USER_CFLAGS := -DAROS_ABI_V1
13 FILES := Dispatcher HandleInput Debug
14          
15 %build_module_simple mmake=workbench-classes-zune-hotkeystring-class \
16   modname=HotkeyString modtype=mcc \
17   files="library $(FILES)" uselibs=stdc.static
21 USER_INCLUDES := -idirafter $(SRCDIR)/$(CURDIR)/../../include -I$(SRCDIR)/$(CURDIR)/..
23 %build_prog mmake=workbench-classes-zune-hotkeystring-test \
24     progname=HotkeyString-Test files="HotkeyString-Test $(FILES)" \
25     targetdir=$(AROS_TESTS)/Zune
29 #MM includes-copy
31 INCLUDE_FILES := ../../include/mui/HotkeyString_mcc.h
32 %copy_includes path=mui dir=../../include/mui
34 %common