openldap/libraries/libldbm/Makefile.in
Kurt Zeilenga adf3d5a200 Libraries actually compiles using current templates...
however much is still needed (included db2 and thread detection)
1998-09-17 10:13:13 +00:00

15 lines
261 B
Makefile

##
## Makefile for -lldbm
##
LIBRARY = libldbm.a
XPROGRAMS = testldbm
SRCS = ldbm.c
OBJS = ldbm.o
XDEFS = @LDBM_DEFS@
XLIBS = @LDBM_LIBS@
LIBS = -L$(LDAP_LIBDIR) -lavl $(AC_LIBS)
testldbm: libldbm.a testldbm.o
$(CC) $(LDFLAGS) -o $@ testldbm.o $(LIBS)