1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
# Makefile for libmthread LIB= mthread SRCS= \ allocate.c \ attribute.c \ condition.c \ event.c \ key.c \ misc.c \ mutex.c \ pthread_compat.c \ queue.c \ rwlock.c \ scheduler.c \ WARNS?= 4 CFLAGS+= -fno-builtin .include <bsd.lib.mk>