]> git.sur5r.net Git - openldap/blob - build/lib-static.mk
More syncrepl fixes
[openldap] / build / lib-static.mk
1 # $OpenLDAP$
2 ## Copyright 1998-2004 The OpenLDAP Foundation.
3 ## All rights reserved.
4 ##
5 ## Redistribution and use in source and binary forms, with or without
6 ## modification, are permitted only as authorized by the OpenLDAP
7 ## Public License.
8 ##
9 ## A copy of this license is available in the file LICENSE in the
10 ## top-level directory of the distribution or, alternatively, at
11 ## <http://www.OpenLDAP.org/license.html>.
12 ##---------------------------------------------------------------------------
13 #
14 # Makefile Template for Static Libraries
15 #
16
17 $(LIBRARY): version.o
18         $(AR) ru $@ $(OBJS) version.o
19         @$(RANLIB) $@
20
21 Makefile: $(top_srcdir)/build/lib-static.mk