# Makefile for libmthread CPPFLAGS+= -O1 -Wall -Werror LIB= mthread SRCS= \ allocate.c \ attribute.c \ mutex.c \ event.c \ rwlock.c \ misc.c \ queue.c \ condition.c \ scheduler.c \ key.c .include