mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
16 lines
206 B
Makefile
16 lines
206 B
Makefile
|
##
|
||
|
## LIBAVL
|
||
|
##
|
||
|
|
||
|
SRCS = avl.c testavl.c
|
||
|
XSRCS = version.c
|
||
|
OBJS = avl.o
|
||
|
|
||
|
LDAP_INCDIR= ../../include
|
||
|
LDAP_LIBDIR= ../../libraries
|
||
|
|
||
|
LIBRARY = libavl.a
|
||
|
XPROGRAMS = testavl
|
||
|
|
||
|
testavl: $(LIBRARY) testavl.o
|