openldap/libraries/liblthread/Makefile.in
Kurt Zeilenga 2e769ccf43 Make all, clean, veryclean, depend, install all appear to work!
Now to sort out configure enable/with options.
1998-09-18 06:03:19 +00:00

11 lines
169 B
Makefile

##
## Makefile for -llthread
##
LIBRARY = liblthread.a
XSRCS = version.c
SRCS = thread.c stack.c
OBJS = thread.o stack.o
XDEFS = @LTHREAD_DEFS@
XLIBS = @LTHREAD_LIBS@