]> git.sur5r.net Git - openldap/blob - build/lib-shared.mk
Ready for release
[openldap] / build / lib-shared.mk
1 # $OpenLDAP$
2 ## Copyright 1998-2003 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 Shared Libraries
15 #
16
17 MKDEPFLAG = -l
18
19 .SUFFIXES: .c .o .lo
20
21 .c.lo:
22         $(LTCOMPILE_LIB) $<
23
24 $(LIBRARY): version.lo
25         $(LTLINK_LIB) -o $@ $(OBJS) version.lo $(LINK_LIBS)
26
27 Makefile: $(top_srcdir)/build/lib-shared.mk
28