mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
12 lines
142 B
Makefile
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
|