openldap/libraries/libavl/Makefile.in

21 lines
408 B
Makefile
Raw Normal View History

1999-09-09 06:52:19 +08:00
# $OpenLDAP$
2002-01-05 05:17:25 +08:00
## Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved.
2000-05-13 10:43:19 +08:00
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
1998-10-25 09:41:42 +08:00
##
## LIBAVL
##
SRCS = avl.c testavl.c
XSRCS = version.c
OBJS = avl.o
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries
LIBRARY = libavl.a
PROGRAMS = testavl
XLIBS = $(LIBRARY) $(LDAP_LIBLBER_LA)
1998-10-25 09:41:42 +08:00
testavl: $(XLIBS) testavl.o
$(LTLINK) -o $@ testavl.o $(LIBS)