# man3 Makefile.in for OpenLDAP # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## ## Copyright 1998-2021 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without ## modification, are permitted only as authorized by the OpenLDAP ## Public License. ## ## A copy of this license is available in the file LICENSE in the ## top-level directory of the distribution or, alternatively, at ## . MANSECT=3 BUILD_SRV = @BUILD_SLAPD@ .if ${BUILD_SRV} == no PAGES= lber-decode.${MANSECT} \ lber-encode.${MANSECT} \ lber-memory.${MANSECT} \ lber-sockbuf.${MANSECT} \ lber-types.${MANSECT} \ ldap.${MANSECT} \ ldap_abandon.${MANSECT} \ ldap_add.${MANSECT} \ ldap_bind.${MANSECT} \ ldap_compare.${MANSECT} \ ldap_controls.${MANSECT} \ ldap_delete.${MANSECT} \ ldap_dup.${MANSECT} \ ldap_error.${MANSECT} \ ldap_extended_operation.${MANSECT} \ ldap_first_attribute.${MANSECT} \ ldap_first_entry.${MANSECT} \ ldap_first_message.${MANSECT} \ ldap_first_reference.${MANSECT} \ ldap_get_dn.${MANSECT} \ ldap_get_option.${MANSECT} \ ldap_get_values.${MANSECT} \ ldap_memory.${MANSECT} \ ldap_modify.${MANSECT} \ ldap_modrdn.${MANSECT} \ ldap_open.${MANSECT} \ ldap_parse_reference.${MANSECT} \ ldap_parse_result.${MANSECT} \ ldap_parse_sort_control.${MANSECT} \ ldap_parse_vlv_control.${MANSECT} \ ldap_rename.${MANSECT} \ ldap_result.${MANSECT} \ ldap_schema.${MANSECT} \ ldap_search.${MANSECT} \ ldap_sort.${MANSECT} \ ldap_sync.${MANSECT} \ ldap_tls.${MANSECT} \ ldap_url.${MANSECT} .else PAGES= .endif