openldap/libraries/libldbm/Makefile.in

25 lines
508 B
Makefile
Raw Normal View History

1999-09-08 18:52:19 -04:00
# $OpenLDAP$
2000-05-12 22:43:19 -04:00
## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
1998-10-24 21:41:42 -04:00
##
## Makefile for -lldbm
##
LIBRARY = libldbm.a
XPROGRAMS = testldbm
SRCS = ldbm.c
OBJS = ldbm.o
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries
1999-11-27 18:40:08 -05:00
NT_DYN_LIB_DEFS = -DLIBLDAP_DECL=dllimport
CPPFLAGS = $(@PLAT@_@LIB_LINKAGE@_LIB_DEFS)
XLIBS = -lldbm -lavl
XXLIBS = $(LDBM_LIBS)
1998-10-24 21:41:42 -04:00
testldbm: libldbm.a testldbm.o
$(CC) $(LDFLAGS) -o $@ testldbm.o $(LIBS)
1999-11-27 18:40:08 -05:00