r10348: Add scons scripts for remaining subsystems. Most subsystems build now,
[kai/samba.git] / source / lib / replace / SConscript
1 Import('hostenv')
2 conf = Configure(hostenv)
3
4 #FIXME: conf.CheckBrokenInetNtoa() 
5 for f in ['strtoull','__strtoull','strtouq','strtoll','__strtoll','strtoq',
6                   'seteuid','setresuid','setegid','setresgid']:
7         conf.CheckFunc(f,'c')
8 conf.Finish()
9
10 hostenv.StaticLibrary('repdir', ['repdir/repdir.c'])
11 hostenv.StaticLibrary('replace', ['replace.c', 'snprintf.c'])