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
Handle HAM or EHB mode if requested using 1.x style OpenScreen() ViewModes parameter.
[AROS.git]
/
test
/
mesa
/
mmakefile.src
blob
aa435ac8f4e4b610cbe7e0dfbfccf0126162e7c0
1
# $Id$
2
#
3
4
include $(TOP)/config/make.cfg
5
6
FILES := mesasimplerendering \
7
mesagetprocaddress
8
9
EXEDIR := $(AROSDIR)/Tests
10
11
%build_progs mmake=test-mesa \
12
targetdir=$(EXEDIR) \
13
files="$(FILES)" uselibs="GL"
14
15
%common