repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Added support for zip files.
[tangerine.git]
/
test
/
threads
/
mmakefile.src
blob
1747ac0bd49b1ce602577d84887dd248605414d7
1
include $(TOP)/config/make.cfg
2
3
FILES := \
4
twothreads \
5
threadexit \
6
cleanupatexit \
7
mutex \
8
signalcondition \
9
broadcastcondition \
10
exitthread
11
12
EXEDIR := $(AROS_TESTS)/threads
13
14
#MM test-threads : workbench-libs-thread
15
#MM- test : test-threads
16
17
%build_progs mmake=test-threads \
18
files=$(FILES) targetdir=$(EXEDIR) \
19
uselibs="thread"
20
21
%common