mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ce07fb958e
s/-L.../libraries -lldap/.../libraries/libldap/libldap.la/
22 lines
482 B
Makefile
22 lines
482 B
Makefile
# $OpenLDAP$
|
|
## Copyright 1998-2002 The OpenLDAP Foundation
|
|
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
|
## of this package for details.
|
|
##---------------------------------------------------------------------------
|
|
##
|
|
## Makefile Template for Shared Libraries
|
|
##
|
|
|
|
MKDEPFLAG = -l
|
|
|
|
.SUFFIXES: .c .o .lo
|
|
|
|
.c.lo:
|
|
$(LTCOMPILE_LIB) $<
|
|
|
|
$(LIBRARY): version.lo
|
|
$(LTLINK_LIB) -o $@ $(OBJS) version.lo $(LINK_LIBS)
|
|
|
|
Makefile: $(top_srcdir)/build/lib-shared.mk
|
|
|