Listtree.mcc: extract the internal version of NListtree to separate file
[AROS.git] / workbench / classes / zune / listtree / mmakefile.src
blob31896d79a2ba485326ae008fb711e1dd5a1e15f8
1 # Copyright © 2012, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 USER_CFLAGS := $(PARANOIA_CFLAGS)
7 USER_LDFLAGS := -static
9 FILES         := listtree support
10 INCLUDE_FILES := Listtree_mcc.h
12 #MM- workbench-classes-zune : workbench-classes-zune-listtree
14 #MM workbench-classes-zune-listtree : includes
16 %build_module \
17     mmake=workbench-classes-zune-listtree \
18     modname=Listtree modtype=mcc \
19     conffile=listtree.conf
21 %copy_includes path=mui
23 %common