repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
dev
/
audio
/
Makefile
blob
d301d6fa2ff1d8c2c7cd943558c4b6d282b0657e
1
# $NetBSD: Makefile,v 1.4 2012/12/02 18:39:53 pgoyette Exp $
2
#
3
4
.
include
<
bsd.own.mk
>
5
6
TESTSDIR
= ${
TESTSBASE
}/
dev
/
audio
7
FILESDIR
= ${
TESTSDIR
}
8
9
TESTS_SH
=
t_pad
10
11
BINDIR
= ${
TESTSDIR
}
12
MKMAN
=
no
13
14
PROGS
=
h_pad
15
16
LDADD
+= -
lrumpdev_pad
-
lrumpdev_audio
-
lrumpdev
-
lrumpvfs
17
LDADD
+= -
lrump
18
LDADD
+= -
lrumpuser
19
LDADD
+= -
lrump
20
LDADD
+= -
lpthread
21
22
FILES
=
t_pad_output.bz2.uue
23
24
WARNS
=
4
25
NOMAN
=
26
27
.
include
<
bsd.
test
.mk
>