use dmb/dsb from asm/cpu.h file.
[AROS.git] / workbench / libs / muiscreen / mmakefile.src
blob4a2bb9bba49b8035f6235ec8be57f3c8b89ef780
1 # Copyright © 2009, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(SRCDIR)/config/aros.cfg
6 USER_LDFLAGS := -static
8 FILES := muiscreen_init
10 FUNCS := allocpubscreendesc \
11     freepubscreendesc \
12     openpubscreen \
13     closepubscreen \
14     openpubfile \
15     closepubfile \
16     readpubfile \
17     writepubfile \
18     addinfoclient \
19     reminfoclient
20         
21 %build_module mmake=workbench-libs-muiscreen \
22     modname=muiscreen modtype=library \
23     files="$(FILES) $(FUNCS)"
25 %common