repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
custom message type for VM_INFO
[minix3.git]
/
lib
/
libmthread
/
Makefile
blob
909782ca2e7e46a81063b13e5e8d3970f52da940
1
# Makefile for libmthread
2
3
LIB
=
mthread
4
5
SRCS
=
\
6
allocate.c \
7
attribute.c \
8
condition.c \
9
event.c \
10
key.c \
11
misc.c \
12
mutex.c \
13
pthread_compat.c \
14
queue.c \
15
rwlock.c \
16
scheduler.c \
17
18
WARNS?
=
4
19
20
CFLAGS
+= -
fno-builtin
21
22
.
include
<
bsd.lib.mk
>