openldap/libraries/libldbm/Makefile.in

18 lines
287 B
Makefile
Raw Normal View History

1998-10-25 09:41:42 +08:00
##
## Makefile for -lldbm
##
LIBRARY = libldbm.a
XPROGRAMS = testldbm
SRCS = ldbm.c
OBJS = ldbm.o
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries
XLIBS = -lldbm -lavl
XXLIBS = $(LDBM_LIBS)
1998-10-25 09:41:42 +08:00
testldbm: libldbm.a testldbm.o
$(CC) $(LDFLAGS) -o $@ testldbm.o $(LIBS)