openldap/libraries/libavl/Makefile.in

21 lines
427 B
Makefile
Raw Normal View History

1999-09-08 18:52:19 -04:00
# $OpenLDAP$
2003-01-03 15:20:47 -05:00
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
2000-05-12 22:43:19 -04:00
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
1998-10-24 21:41:42 -04:00
##
## LIBAVL
##
SRCS = avl.c testavl.c
XSRCS = version.c
OBJS = avl.o
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries
LIBRARY = libavl.a
PROGRAMS = testavl
2002-07-26 23:20:47 -04:00
XLIBS = $(LIBRARY) $(LDAP_LIBLBER_LA) $(LDAP_LIBLUTIL_A)
1998-10-24 21:41:42 -04:00
testavl: $(XLIBS) testavl.o
$(LTLINK) -o $@ testavl.o $(LIBS)