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
some coverity fixes.
[minix.git]
/
lib
/
libmthread
/
Makefile
blob
6c61a76e9b1ee3477d46f273c451264bb8ca9e31
1
# Makefile for libmthread
2
3
CPPFLAGS
+=-
O
-
D_MINIX
-
D_POSIX_SOURCE
-
Wall
-
Werror
4
5
LIB
=
mthread
6
7
SRCS
=
\
8
allocate.c \
9
attribute.c \
10
mutex.c \
11
event.c \
12
rwlock.c \
13
misc.c \
14
queue.c \
15
condition.c \
16
scheduler.c \
17
key.c
18
19
.
include
<
bsd.lib.mk
>