openldap/libraries/libldbm/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

16 lines
262 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)