3 bld
.SAMBA_SUBSYSTEM('time-basic',
8 bld
.SAMBA_SUBSYSTEM('tini',
13 bld
.SAMBA_SUBSYSTEM('tiniparser',
14 source
='tiniparser.c',
18 bld
.SAMBA_SUBSYSTEM('close-low-fd',
19 source
='close_low_fd.c',
23 bld
.SAMBA_LIBRARY('samba-debug',
25 deps
='replace time-basic close-low-fd talloc',
29 bld
.SAMBA_LIBRARY('socket-blocking',
34 bld
.SAMBA_SUBSYSTEM('samba-util-core',
35 source
='''xfile.c data_blob.c util_file.c time.c
36 signal.c util.c idtree.c fault.c
38 deps
='''time-basic samba-debug socket-blocking talloc
39 tevent execinfo pthread''',
42 if not bld
.env
.SAMBA_UTIL_CORE_ONLY
:
44 bld
.env
.public_headers_skip
.append('charset_compat.h')
46 bld
.SAMBA_LIBRARY('samba-util',
47 source
='''talloc_stack.c smb_threads.c
48 rbtree.c rfc1738.c become_daemon.c system.c select.c getpass.c
50 params.c util_id.c util_net.c
51 util_strlist.c util_paths.c idtree_random.c base64.c
52 util_str.c util_str_common.c ms_fnmatch.c
53 server_id.c dprintf.c parmlist.c bitmap.c pidfile.c
54 tevent_debug.c util_process.c memcache.c''',
55 deps
='samba-util-core DYNCONFIG close-low-fd tini tiniparser',
57 public_deps
='talloc tevent execinfo pthread LIBCRYPTO charset util_setid systemd-daemon',
58 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 idtree.h idtree_random.h blocking.h signal.h substitute.h fault.h',
59 header_path
= [ ('dlinklist.h samba_util.h', '.'), ('*', 'util') ],
62 pc_files
='samba-util.pc'
65 bld
.SAMBA_LIBRARY('samba-modules',
67 deps
='errors samba-util',
71 bld
.SAMBA_LIBRARY('asn1util',
73 deps
='talloc samba-util',
78 bld
.SAMBA_SUBSYSTEM('UNIX_PRIVS',
79 source
='unix_privs.c',
80 autoproto
='unix_privs.h',
81 deps
='replace talloc',
86 bld
.SAMBA_LIBRARY('util_tdb',
89 public_deps
='tdb talloc',
93 if not bld
.env
.disable_ntdb
:
94 bld
.SAMBA_LIBRARY('util_ntdb',
97 public_deps
='ntdb talloc samba-util samba-hostconfig',
101 bld
.SAMBA_LIBRARY('tevent-util',
102 source
='tevent_unix.c tevent_ntstatus.c tevent_werror.c',
104 public_deps
='tevent errors',
105 public_headers
='tevent_ntstatus.h tevent_unix.h tevent_werror.h',
106 header_path
=[ ('*', 'util') ],
111 bld
.SAMBA_LIBRARY('util_setid',
117 bld
.SAMBA_SUBSYSTEM('util_ldb',
121 public_headers
='util_ldb.h'
125 bld
.SAMBA_SUBSYSTEM('UTIL_RUNCMD',
126 source
='util_runcmd.c',
131 bld
.SAMBA_SUBSYSTEM('UTIL_PW',