]> git.sur5r.net Git - openldap/blob - build/lib-static.mk
Revert previous commit, added NT mkvers script
[openldap] / build / lib-static.mk
1 # $OpenLDAP$
2 ## Copyright 1998-2003 The OpenLDAP Foundation
3 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
4 ## of this package for details.
5 ##---------------------------------------------------------------------------
6 ##
7 ## Makefile Template for Static Libraries
8 ##
9
10 $(LIBRARY): version.o
11         $(AR) ru $@ $(OBJS) version.o
12         @$(RANLIB) $@
13
14 Makefile: $(top_srcdir)/build/lib-static.mk