grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / classes / zune / nlist / nlist_mcc / mmakefile.src
blob6da0c434a7bd2b45a024220f0457b26abee4bdee
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 #MM classes-zune-nlist-class  : includes linklibs
7 #MM classes-zune-nlist-test  : includes linklibs
9 FILES := \
10         NList_mcc    \
11         NList_mcc0   \
12         NList_mcc1   \
13         NList_mcc2   \
14         NList_mcc3   \
15         NList_mcc4   \
16         NList_mcc5   \
17         NList_mcc6   \
18         move         \
19         NList_func   \
20         NList_func2  \
21         NList_func3  \
22         NList_func4  \
23         NList_grp    \
24         NList_img    \
25         NList_img2   \
26         ClipboardServer \
27         Pointer      \
28         Debug
30 USER_INCLUDES := -idirafter $(SRCDIR)/$(CURDIR)/../include -I$(SRCDIR)/$(CURDIR)/../nlistviews_mcp \
31     -idirafter $(SRCDIR)/$(CURDIR)/../include/mui
33 USER_CFLAGS := -DAROS_ABI_V1
34 USER_CFLAGS += $(PARANOIA_CFLAGS)
35 USER_LDFLAGS := -static
37 %build_module_simple mmake=classes-zune-nlist-class \
38   modname=NList modtype=mcc \
39   files="library $(FILES)"
43 %build_prog mmake=classes-zune-nlist-test progname=NList-Test \
44     files="NList-Test $(FILES)" targetdir=$(AROS_TESTS)/NList
47 #MM includes-copy
49 INCLUDE_FILES := ../include/mui/NList_mcc.h
50 %copy_includes path=mui dir=../include/mui
52 %common