1# man3 Makefile.in for OpenLDAP
2# $OpenLDAP$
3## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4##
5## Copyright 1998-2021 The OpenLDAP Foundation.
6## All rights reserved.
7##
8## Redistribution and use in source and binary forms, with or without
9## modification, are permitted only as authorized by the OpenLDAP
10## Public License.
11##
12## A copy of this license is available in the file LICENSE in the
13## top-level directory of the distribution or, alternatively, at
14## <http://www.OpenLDAP.org/license.html>.
15
16MANSECT=3
17
18BUILD_SRV = @BUILD_SLAPD@
19
20.if ${BUILD_SRV} == no
21PAGES=	lber-decode.${MANSECT}		\
22	lber-encode.${MANSECT}		\
23	lber-memory.${MANSECT}		\
24	lber-sockbuf.${MANSECT}		\
25	lber-types.${MANSECT}		\
26	ldap.${MANSECT}			\
27	ldap_abandon.${MANSECT}		\
28	ldap_add.${MANSECT}		\
29	ldap_bind.${MANSECT}		\
30	ldap_compare.${MANSECT}		\
31	ldap_controls.${MANSECT}	\
32	ldap_delete.${MANSECT}		\
33	ldap_dup.${MANSECT}		\
34	ldap_error.${MANSECT}		\
35	ldap_extended_operation.${MANSECT}	\
36	ldap_first_attribute.${MANSECT}	\
37	ldap_first_entry.${MANSECT}	\
38	ldap_first_message.${MANSECT}	\
39	ldap_first_reference.${MANSECT}	\
40	ldap_get_dn.${MANSECT}		\
41	ldap_get_option.${MANSECT}	\
42	ldap_get_values.${MANSECT}	\
43	ldap_memory.${MANSECT}		\
44	ldap_modify.${MANSECT}		\
45	ldap_modrdn.${MANSECT}		\
46	ldap_open.${MANSECT}		\
47	ldap_parse_reference.${MANSECT}	\
48	ldap_parse_result.${MANSECT}	\
49	ldap_parse_sort_control.${MANSECT}	\
50	ldap_parse_vlv_control.${MANSECT}	\
51	ldap_rename.${MANSECT}		\
52	ldap_result.${MANSECT}		\
53	ldap_schema.${MANSECT}		\
54	ldap_search.${MANSECT}		\
55	ldap_sort.${MANSECT}		\
56	ldap_sync.${MANSECT}		\
57	ldap_tls.${MANSECT}		\
58	ldap_url.${MANSECT}
59.else
60PAGES=
61.endif
62
63