openldap/libraries/libavl/Makefile.in

16 lines
205 B
Makefile
Raw Normal View History

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
1998-10-25 09:41:42 +08:00
testavl: $(LIBRARY) testavl.o