1999-08-30 16:08:00 +08:00
|
|
|
# $OpenLDAP$
|
2005-01-22 03:38:13 +08:00
|
|
|
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
|
|
|
##
|
2017-01-04 04:36:47 +08:00
|
|
|
## Copyright 1998-2017 The OpenLDAP Foundation.
|
2003-11-26 10:58:56 +08:00
|
|
|
## All rights reserved.
|
1998-11-22 12:22:28 +08:00
|
|
|
##
|
2003-11-26 10:58:56 +08:00
|
|
|
## Redistribution and use in source and binary forms, with or without
|
|
|
|
## modification, are permitted only as authorized by the OpenLDAP
|
|
|
|
## Public License.
|
1998-11-22 12:22:28 +08:00
|
|
|
##
|
2003-11-26 10:58:56 +08:00
|
|
|
## A copy of this license is available in the file LICENSE in the
|
|
|
|
## top-level directory of the distribution or, alternatively, at
|
|
|
|
## <http://www.OpenLDAP.org/license.html>.
|
|
|
|
##---------------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Makefile Template for Static Libraries
|
|
|
|
#
|
1998-11-22 12:22:28 +08:00
|
|
|
|
|
|
|
$(LIBRARY): version.o
|
|
|
|
$(AR) ru $@ $(OBJS) version.o
|
2002-02-11 06:42:51 +08:00
|
|
|
@$(RANLIB) $@
|
1998-11-22 12:22:28 +08:00
|
|
|
|
|
|
|
Makefile: $(top_srcdir)/build/lib-static.mk
|