openldap/libraries/libavl/Makefile.in
1998-09-17 09:46:56 +00:00

12 lines
142 B
Makefile

##
## LIBAVL
##
SRCS = avl.c testavl.c
XSRCS = version.c
OBJS = avl.o
LIBRARY = libavl.a
XPROGRAMS = testavl
testavl: $(LIBRARY) testavl.o