Forward MUIM_Notify, MUIM_KillNotify and MUIM_KillNotifyObj from a listview
[AROS.git] / test / boot / mmakefile.src
blobb4ee7c21c9e05951751b0c8073ebbd41c5280c4f
1 #   $Id$
3 #   Makefile to make test boot module.
5 include $(TOP)/config/make.cfg
7 FILES  := testboot
8 EXEDIR := $(AROSDIR)/boot
10 USER_CFLAGS  := -isystem $(SRCDIR)/arch/all-native/bootconsole/include
11 USER_LDFLAGS := -L $(GENDIR)/lib
13 #MM test-boot : linklibs-bootconsole
15 %build_prog mmake=test-boot \
16     progname=testboot targetdir=$(EXEDIR) \
17     files=$(FILES) uselibs="bootconsole" \
18     usestartup=no
20 %common