mesa: simplify dependencies in mmakefiles
[AROS.git] / test / graphics / mmakefile.src
blobd531c791b4e997fcd37be1dc96127e4091121fe4
1 # Copyright © 2003-2013, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(SRCDIR)/config/aros.cfg
6 FILES := \
7     areatest2 \
8     blttemplatealpha \
9     CGXTest \
10     getcybermapattr \
11     gfx \
12     gfxinfo \
13     gfxtest \
14     obtainpentest \
15     readpixelarray \
16     scalepixelarray \
17     showvisregion \
18     showvisshape \
19     textbug \
20     truecolorpens \
21     weightamatch \
22     writepixelarray \
23     writepixelarrayalpha
25 EXEDIR := $(AROS_TESTS)/graphics
27 #MM- test : test-graphics
28 #MM- test-quick : test-graphics-quick
30 #MM test-graphics : includes linklibs
32 %build_progs mmake=test-graphics \
33     files=$(FILES) targetdir=$(EXEDIR)
35 %common