openldap/libraries/liblthread/Makefile.in

16 lines
226 B
Makefile
Raw Normal View History

1998-09-17 05:46:56 -04:00
##
## Makefile for -llthread
##
1998-09-17 05:46:56 -04:00
LIBRARY = liblthread.a
XSRCS = version.c
1998-10-19 15:19:48 -04:00
SRCS = rdwr.c thread.c stack.c
OBJS = rdwr.o thread.o stack.o
1998-09-17 14:58:48 -04:00
1998-09-20 22:59:21 -04:00
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries
1998-09-17 14:58:48 -04:00
XLIBS = @LTHREAD_LIBS@
1998-09-20 22:59:21 -04:00