3 bld
.SAMBA_GENERATOR('param_local_h',
4 source
= 'param_functions.c ../../script/mkparamdefs.pl',
5 target
='param_local.h',
6 rule
='${PERL} ${SRC[1].abspath(env)} ${SRC[0].abspath(env)} --file ${TGT} --generate-scope=LOCAL')
9 bld
.SAMBA_GENERATOR('s3_param_h',
10 source
= 'loadparm.c ../../script/mks3param.pl',
12 rule
='${PERL} ${SRC[1].abspath(env)} ${SRC[0].abspath(env)} --file ${TGT}')
14 bld
.SAMBA_GENERATOR('param_global_h',
15 source
= 'loadparm.c ../../script/mkparamdefs.pl',
16 target
='param_global.h',
17 rule
='${PERL} ${SRC[1].abspath(env)} ${SRC[0].abspath(env)} --file ${TGT} --generate-scope=GLOBAL')
19 bld
.SAMBA_LIBRARY('server-role',
20 source
='loadparm_server_role.c',
24 bld
.SAMBA_LIBRARY('samba-hostconfig',
25 source
='loadparm.c generic.c util.c',
26 pc_files
='samba-hostconfig.pc',
28 deps
='DYNCONFIG server-role',
29 public_deps
='samba-util param_local_h',
30 public_headers
='param.h',
31 autoproto
='param_proto.h',
32 autoproto_extra_source
='param_functions.c'