diff options
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/ldap/wscript_build | 12 | ||||
-rw-r--r-- | source4/libcli/security/wscript_build | 10 | ||||
-rw-r--r-- | source4/libcli/smb2/wscript_build | 10 | ||||
-rw-r--r-- | source4/libcli/wbclient/wscript_build | 10 | ||||
-rw-r--r-- | source4/libcli/wscript_build | 96 |
5 files changed, 138 insertions, 0 deletions
diff --git a/source4/libcli/ldap/wscript_build b/source4/libcli/ldap/wscript_build new file mode 100644 index 0000000000..10f82bcca1 --- /dev/null +++ b/source4/libcli/ldap/wscript_build @@ -0,0 +1,12 @@ +# AUTOGENERATED by mktowscript.pl from ../../source4/libcli/ldap/config.mk +# Please remove this notice if hand editing + + +bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP', + source='ldap_client.c ldap_bind.c ldap_ildap.c ldap_controls.c', + autoproto='ldap_proto.h', + public_deps='LIBSAMBA-ERRORS tevent LIBPACKET', + public_headers='ldap.h', + deps='LIBCLI_COMPOSITE samba_socket NDR_SAMR LIBTLS LIBCLI_LDAP_NDR LIBNDR LP_RESOLVE gensec LIBCLI_LDAP_MESSAGE' + ) + diff --git a/source4/libcli/security/wscript_build b/source4/libcli/security/wscript_build new file mode 100644 index 0000000000..1b5ef77184 --- /dev/null +++ b/source4/libcli/security/wscript_build @@ -0,0 +1,10 @@ +# AUTOGENERATED by mktowscript.pl from ../../source4/libcli/security/config.mk +# Please remove this notice if hand editing + + +bld.SAMBA_SUBSYSTEM('LIBSECURITY', + source='security_token.c access_check.c privilege.c sddl.c create_descriptor.c object_tree.c', + autoproto='proto.h', + public_deps='LIBNDR LIBSECURITY_COMMON' + ) + diff --git a/source4/libcli/smb2/wscript_build b/source4/libcli/smb2/wscript_build new file mode 100644 index 0000000000..a7cecab377 --- /dev/null +++ b/source4/libcli/smb2/wscript_build @@ -0,0 +1,10 @@ +# AUTOGENERATED by mktowscript.pl from ../../source4/libcli/smb2/config.mk +# Please remove this notice if hand editing + + +bld.SAMBA_SUBSYSTEM('LIBCLI_SMB2', + source='transport.c request.c negprot.c session.c tcon.c create.c close.c connect.c getinfo.c write.c read.c setinfo.c find.c ioctl.c logoff.c tdis.c flush.c lock.c notify.c cancel.c keepalive.c break.c util.c signing.c lease_break.c', + autoproto='smb2_proto.h', + public_deps='LIBCLI_RAW LIBPACKET gensec' + ) + diff --git a/source4/libcli/wbclient/wscript_build b/source4/libcli/wbclient/wscript_build new file mode 100644 index 0000000000..6bf5b15c6d --- /dev/null +++ b/source4/libcli/wbclient/wscript_build @@ -0,0 +1,10 @@ +# AUTOGENERATED by mktowscript.pl from ../../source4/libcli/wbclient/config.mk +# Please remove this notice if hand editing + + +bld.SAMBA_SUBSYSTEM('LIBWBCLIENT_OLD', + source='wbclient.c', + public_deps='LIBSAMBA-ERRORS LIBEVENTS', + deps='NDR_WINBIND MESSAGING' + ) + diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build new file mode 100644 index 0000000000..b20c52155f --- /dev/null +++ b/source4/libcli/wscript_build @@ -0,0 +1,96 @@ +bld.BUILD_SUBDIR('ldap') +bld.BUILD_SUBDIR('security') +bld.BUILD_SUBDIR('wbclient') + +bld.SAMBA_SUBSYSTEM('LIBSAMBA-ERRORS', + source='../../libcli/util/doserr.c util/errormap.c util/nterr.c', + public_headers='../../libcli/util/error.h ../../testprogs/win32/spoolss/error.h ../../libcli/util/ntstatus.h ../../libcli/util/doserr.h ../../libcli/util/werror.h', + deps='talloc' + ) + + +bld.SAMBA_SUBSYSTEM('LIBSAMBA_TSOCKET', + source='../../libcli/util/tstream.c', + public_deps='LIBTSOCKET UTIL_TEVENT' + ) + + +bld.SAMBA_SUBSYSTEM('LIBCLI_LSA', + source='util/clilsa.c', + autoproto='util/clilsa.h', + public_deps='RPC_NDR_LSA', + deps='LIBSECURITY' + ) + + +bld.SAMBA_SUBSYSTEM('LIBCLI_COMPOSITE', + source='composite/composite.c', + autoproto='composite/proto.h', + public_deps='LIBEVENTS' + ) + + +bld.SAMBA_SUBSYSTEM('LIBCLI_SMB_COMPOSITE', + source='smb_composite/loadfile.c smb_composite/savefile.c smb_composite/connect.c smb_composite/sesssetup.c smb_composite/fetchfile.c smb_composite/appendacl.c smb_composite/fsinfo.c smb_composite/smb2.c', + autoproto='smb_composite/proto.h', + deps='LIBCLI_SMB2', + public_deps='LIBCLI_COMPOSITE CREDENTIALS gensec LIBCLI_RESOLVE' + ) + + +bld.SAMBA_PYTHON('python_netbios', + source='../../libcli/nbt/pynbt.c', + public_deps='LIBCLI_NBT DYNCONFIG LIBSAMBA-HOSTCONFIG', + realname='samba/netbios.so' + ) + + +bld.SAMBA_SUBSYSTEM('LIBCLI_DGRAM', + source='dgram/dgramsocket.c dgram/mailslot.c dgram/netlogon.c dgram/browse.c', + public_deps='LIBCLI_NBT LIBNDR LIBCLI_RESOLVE LIBCLI_NETLOGON' + ) + + +bld.SAMBA_SUBSYSTEM('LIBCLI_WREPL', + source='wrepl/winsrepl.c', + autoproto='wrepl/winsrepl_proto.h', + public_deps='NDR_WINSREPL samba_socket LIBEVENTS LIBPACKET' + ) + + +bld.SAMBA_SUBSYSTEM('LIBCLI_RESOLVE', + source='resolve/resolve.c', + autoproto='resolve/proto.h', + public_deps='NDR_NBT' + ) + + +bld.SAMBA_SUBSYSTEM('LP_RESOLVE', + source='resolve/bcast.c resolve/nbtlist.c resolve/wins.c resolve/dns_ex.c resolve/host.c resolve/resolve_lp.c', + autoproto='resolve/lp_proto.h', + deps='LIBCLI_NBT LIBSAMBA-HOSTCONFIG LIBNETIF' + ) + + +bld.SAMBA_SUBSYSTEM('LIBCLI_FINDDCS', + source='finddcs.c', + autoproto='finddcs.h', + public_deps='LIBCLI_NBT MESSAGING' + ) + + +bld.SAMBA_SUBSYSTEM('LIBCLI_SMB', + source='clireadwrite.c cliconnect.c clifile.c clilist.c clitrans2.c climessage.c clideltree.c', + autoproto='libcli_proto.h', + public_deps='LIBCLI_RAW LIBSAMBA-ERRORS LIBCLI_AUTH LIBCLI_SMB_COMPOSITE LIBCLI_NBT LIBSECURITY LIBCLI_RESOLVE LIBCLI_DGRAM LIBCLI_SMB2 LIBCLI_FINDDCS samba_socket' + ) + + +bld.SAMBA_SUBSYSTEM('LIBCLI_RAW', + source='raw/rawfile.c raw/smb_signing.c raw/clisocket.c raw/clitransport.c raw/clisession.c raw/clitree.c raw/clierror.c raw/rawrequest.c raw/rawreadwrite.c raw/rawsearch.c raw/rawsetfileinfo.c raw/raweas.c raw/rawtrans.c raw/clioplock.c raw/rawnegotiate.c raw/rawfsinfo.c raw/rawfileinfo.c raw/rawnotify.c raw/rawioctl.c raw/rawacl.c raw/rawdate.c raw/rawlpq.c raw/rawshadow.c', + autoproto='raw/raw_proto.h', + public_deps='samba_socket LIBPACKET gensec LIBCRYPTO CREDENTIALS LIBCLI_SMB_COMMON', + deps='LIBCLI_COMPOSITE LP_RESOLVE gensec LIBCLI_RESOLVE LIBSECURITY LIBNDR' + ) + +bld.BUILD_SUBDIR('smb2') |