openldap/libraries/libldbm/Makefile.in

17 lines
269 B
Makefile
Raw Normal View History

1998-09-17 05:46:56 -04:00
##
## Makefile for -lldbm
##
1998-09-17 05:46:56 -04:00
LIBRARY = libldbm.a
XPROGRAMS = testldbm
SRCS = ldbm.c
OBJS = ldbm.o
1998-09-20 22:59:21 -04:00
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries
1998-09-20 22:59:21 -04:00
XLIBS = @LDBM_LIBS@ -lavl
1998-09-17 05:46:56 -04:00
testldbm: libldbm.a testldbm.o
$(CC) $(LDFLAGS) -o $@ testldbm.o $(LIBS)