openldap/libraries/liblthread/Makefile.in
Kurt Zeilenga 17b4826d52 Import latest from -devel:
build environment changes (for VPATH, lib orderring)
	test script changes (for VPATH)
	doc updates
1999-01-14 02:02:03 +00:00

15 lines
244 B
Makefile

##
## Makefile for -llthread
##
LIBRARY = liblthread.a
XSRCS = version.c
SRCS = rdwr.c thread.c stack.c
OBJS = rdwr.o thread.o stack.o
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries
XLIBS = -lthread
XXLIBS = $(LTHREAD_LIBS)