This should solve an error which made the nightly build fail with:
[AROS-Contrib.git] / bgui / test / mmakefile.src
blob2ba0bfce324ce9ad19bdb80bdbe61e939cc6bffb
1 # $Id$
3 # Makefile for the BGUI Test programs
5 include $(TOP)/config/make.cfg
6 include ../make.cfg
8 FILES = test1 \
9         test2 \
10         test3 \
11         test4 \
12         test5 \
13         test6 \
14         test7 \
15         test8 \
16         test9 \
17         test13
19 #MM bgui-test : includes linklibs
21 %build_progs mmake=bgui-test \
22     files=$(FILES) targetdir=$(BGUITESTSDIR) \
23     uselibs="bgui arossupport amiga arosc m"
25 %common