## ## Makefile for -llthread ## LIBRARY = liblthread.a XSRCS = version.c SRCS = thread.c stack.c OBJS = thread.o stack.o