openldap/libraries/libavl/Makefile.in

17 lines
265 B
Makefile
Raw Normal View History

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
1998-10-24 21:41:42 -04:00
testavl: $(LIBRARY) testavl.o
1998-12-03 21:17:57 -05:00
$(LTLINK) $(LDFLAGS) -o $@ testavl.o $(LDAP_LIBPATH) -lavl