openldap/libraries/libavl/Makefile.in

13 lines
142 B
Makefile
Raw Normal View History

1998-09-17 05:46:56 -04:00
##
## LIBAVL
##
SRCS = avl.c testavl.c
XSRCS = version.c
OBJS = avl.o
LIBRARY = libavl.a
XPROGRAMS = testavl
testavl: $(LIBRARY) testavl.o