Add libmthread and test59 to test the implementation
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Makefile for libmthread
|
||||
|
||||
CPPFLAGS+=-O -D_MINIX -D_POSIX_SOURCE -Wall
|
||||
|
||||
LIB= mthread
|
||||
|
||||
SRCS= \
|
||||
allocate.c \
|
||||
attribute.c \
|
||||
mutex.c \
|
||||
misc.c \
|
||||
queue.c \
|
||||
condition.c \
|
||||
scheduler.c
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
Reference in New Issue
Block a user