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
whitespace
[AROS.git]
/
test
/
mesa
/
mmakefile.src
blob
77bde66540cd65ee85139dfd307d5c97773f301b
1
# $Id$
2
#
3
4
include $(TOP)/config/make.cfg
5
6
FILES := mesasimplerendering \
7
mesagetprocaddress
8
9
EXEDIR := $(AROSDIR)/Tests
10
11
#MM- test : test-mesa
12
13
#MM test-mesa : includes linklibs workbench-libs-mesa-linklib
14
15
%build_progs mmake=test-mesa \
16
targetdir=$(EXEDIR) \
17
files="$(FILES)" uselibs="GL"
18
19
%common