repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
a little more debug to help diagnose boot failure
[AROS.git]
/
test
/
gl
/
mmakefile.src
blob
9ea5c7d0df95de59bca88b098f61ed099964fea9
1
# $Id$
2
#
3
4
include $(SRCDIR)/config/aros.cfg
5
6
GLTESTFILES := \
7
glsimplerendering \
8
glgetprocaddress
9
10
EXEDIR := $(AROSDIR)/Tests/graphics/gl
11
12
#MM- test : test-gl
13
14
#MM test-gl : includes linklibs workbench-libs-gl-includes
15
16
%build_progs mmake=test-gl \
17
targetdir=$(EXEDIR) \
18
files="$(GLTESTFILES)" uselibs="GL"
19
20
%common