3 bld
.SAMBA_LIBRARY('samba-util',
4 source
='''talloc_stack.c smb_threads.c xfile.c data_blob.c
5 util_file.c time.c rbtree.c rfc1738.c select.c getpass.c
6 genrand.c fsusage.c blocking.c become_daemon.c
7 signal.c system.c params.c util.c util_id.c util_net.c
8 util_strlist.c util_paths.c idtree.c debug.c fault.c base64.c
9 util_str.c util_str_common.c substitute.c ms_fnmatch.c
10 server_id.c dprintf.c parmlist.c bitmap.c pidfile.c
13 public_deps
='talloc tevent execinfo uid_wrapper pthread LIBCRYPTO charset util_setid',
14 public_headers
='debug.h attr.h byteorder.h data_blob.h memory.h safe_string.h time.h talloc_stack.h xfile.h dlinklist.h samba_util.h string_wrappers.h',
15 header_path
= [ ('dlinklist.h samba_util.h', '.'), ('*', 'util') ],
18 pc_files
='samba-util.pc'
21 bld
.SAMBA_LIBRARY('samba-modules',
23 deps
='errors samba-util',
27 bld
.SAMBA_LIBRARY('asn1util',
29 deps
='talloc samba-util',
34 bld
.SAMBA_SUBSYSTEM('UNIX_PRIVS',
35 source
='unix_privs.c',
36 autoproto
='unix_privs.h',
37 deps
='replace talloc',
42 bld
.SAMBA_LIBRARY('util_tdb',
45 public_deps
='tdb talloc samba-util',
49 if not bld
.env
.disable_ntdb
:
50 bld
.SAMBA_LIBRARY('util_ntdb',
53 public_deps
='ntdb talloc samba-util samba-hostconfig',
57 bld
.SAMBA_LIBRARY('tevent-util',
58 source
='tevent_unix.c tevent_ntstatus.c tevent_werror.c',
60 public_deps
='tevent errors',
61 public_headers
='tevent_ntstatus.h tevent_unix.h tevent_werror.h',
62 header_path
=[ ('*', 'util') ],
67 bld
.SAMBA_LIBRARY('util_setid',
73 bld
.SAMBA_SUBSYSTEM('util_ldb',
77 public_headers
='util_ldb.h'
81 bld
.SAMBA_SUBSYSTEM('UTIL_RUNCMD',
82 source
='util_runcmd.c',
87 bld
.SAMBA_SUBSYSTEM('UTIL_PW',