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
intuition.library: implement EasyReqest and BuildEasyRequest that are x64/arm compatible
[AROS.git]
/
test
/
hidds
/
graphics
/
mmakefile.src
blob
29bec5602bf86bd3092d6aabd59545c37a063c17
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
EXEDIR := $(AROS_TESTS)/hidds/graphics
6
7
FILES := \
8
convertpixels \
9
hiddmodeid \
10
modeid
11
12
#MM- test : test-hidd-graphics
13
#MM test-hidd-graphics : includes linklibs
14
15
%build_progs mmake=test-hidd-graphics \
16
files=$(FILES) targetdir=$(EXEDIR) \
17
uselibs="hiddstubs"
18
19
%common