repo.or.cz
/
AROS-Contrib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
This should solve an error which made the nightly build fail with:
[AROS-Contrib.git]
/
bgui
/
test
/
mmakefile.src
blob
2ba0bfce324ce9ad19bdb80bdbe61e939cc6bffb
1
# $Id$
2
#
3
# Makefile for the BGUI Test programs
4
5
include $(TOP)/config/make.cfg
6
include ../make.cfg
7
8
FILES = test1 \
9
test2 \
10
test3 \
11
test4 \
12
test5 \
13
test6 \
14
test7 \
15
test8 \
16
test9 \
17
test13
18
19
#MM bgui-test : includes linklibs
20
21
%build_progs mmake=bgui-test \
22
files=$(FILES) targetdir=$(BGUITESTSDIR) \
23
uselibs="bgui arossupport amiga arosc m"
24
25
%common