]> git.sur5r.net Git - openldap/blob - libraries/libavl/Makefile.in
Add Makefile templates for libraries.
[openldap] / libraries / libavl / Makefile.in
1 ##
2 ## LIBAVL
3 ##
4
5 SRCS = avl.c testavl.c
6 XSRCS = version.c
7 OBJS = avl.o
8
9 LIBRARY = libavl.a
10 XPROGRAMS       = testavl
11
12 testavl:        $(LIBRARY) testavl.o