1246057Sganbold# Makefile.in for back-passwd
2266337Sian# $OpenLDAP$
3246057Sganbold## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4246057Sganbold##
5246057Sganbold## Copyright 1998-2021 The OpenLDAP Foundation.
6246057Sganbold## All rights reserved.
7246057Sganbold##
8246057Sganbold## Redistribution and use in source and binary forms, with or without
9246057Sganbold## modification, are permitted only as authorized by the OpenLDAP
10246057Sganbold## Public License.
11246057Sganbold##
12246057Sganbold## A copy of this license is available in the file LICENSE in the
13246057Sganbold## top-level directory of the distribution or, alternatively, at
14246057Sganbold## <http://www.OpenLDAP.org/license.html>.
15246057Sganbold
16246057SganboldSRCS	= search.c config.c init.c
17246057SganboldOBJS	= search.lo config.lo init.lo
18246057Sganbold
19246057SganboldLDAP_INCDIR= ../../../include       
20246057SganboldLDAP_LIBDIR= ../../../libraries
21246057Sganbold
22246057SganboldBUILD_OPT = "--enable-passwd"
23246057SganboldBUILD_MOD = @BUILD_PASSWD@
24246057Sganbold
25246057Sganboldmod_DEFS = -DSLAPD_IMPORT
26246057SganboldMOD_DEFS = $(@BUILD_PASSWD@_DEFS)
27246057Sganbold
28246057Sganboldshared_LDAP_LIBS = $(LDAP_LIBLDAP_LA) $(LDAP_LIBLBER_LA)
29246057SganboldNT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
30246057SganboldUNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
31246057Sganbold
32246057SganboldLIBBASE = back_passwd
33246057Sganbold
34246057SganboldXINCPATH = -I.. -I$(srcdir)/..
35246057SganboldXDEFS = $(MODULES_CPPFLAGS)
36246057Sganbold
37246057Sganboldall-local-lib:	../.backend
38246057Sganbold
39246057Sganbold../.backend: lib$(LIBBASE).a
40246057Sganbold	@touch $@
41246057Sganbold
42246057Sganbold