custom message type for VM_INFO
[minix3.git] / lib / libmthread / Makefile
blob909782ca2e7e46a81063b13e5e8d3970f52da940
1 # Makefile for libmthread
3 LIB= mthread
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 \
18 WARNS?= 4
20 CFLAGS+= -fno-builtin
22 .include <bsd.lib.mk>