grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / classes / zune / nlist / nlisttree_mcc / mmakefile.src
blob4649efc874c28e2ad57e0f43d89aa46edbace32a
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 #MM classes-zune-nlisttree-class : includes linklibs
7 USER_INCLUDES = -idirafter $(SRCDIR)/$(CURDIR)/../include
8 USER_CFLAGS := -DNO_INLINE_STDARG -DAROS_ABI_V1
9 USER_CFLAGS += $(PARANOIA_CFLAGS)
10 USER_LDFLAGS := -static
12 FILES := library \
13          ClipboardServer \
14          NListtree \
15          QuickSort \
16          Debug
18 %build_module_simple mmake=classes-zune-nlisttree-class \
19   modname=NListtree modtype=mcc \
20   files=$(FILES)
23 #MM includes-copy
25 INCLUDE_FILES := ../include/mui/NListtree_mcc.h
26 %copy_includes path=mui dir=../include/mui
28 %common