diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-17 22:07:42 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:48 +1000 |
commit | 845e0cbe6f43e2762796c644035ac6bc2b07cf17 (patch) | |
tree | 58351cd4a3d66b111e832d4411566b2ae13a6481 /source4/ntvfs | |
parent | fffa6a5b488058d984d61b0cd1fe1fb550a196b4 (diff) | |
download | samba-845e0cbe6f43e2762796c644035ac6bc2b07cf17.tar.gz |
build: commit all the waf build files in the tree
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/common/wscript_build | 10 | ||||
-rw-r--r-- | source4/ntvfs/posix/wscript_build | 52 | ||||
-rw-r--r-- | source4/ntvfs/sysdep/wscript_build | 27 | ||||
-rw-r--r-- | source4/ntvfs/unixuid/wscript_build | 11 | ||||
-rw-r--r-- | source4/ntvfs/wscript_build | 68 |
5 files changed, 168 insertions, 0 deletions
diff --git a/source4/ntvfs/common/wscript_build b/source4/ntvfs/common/wscript_build new file mode 100644 index 00000000000..1ceb70e64ea --- /dev/null +++ b/source4/ntvfs/common/wscript_build @@ -0,0 +1,10 @@ +# AUTOGENERATED by mktowscript.pl from ../../source4/ntvfs/common/config.mk +# Please remove this notice if hand editing + + +bld.SAMBA_SUBSYSTEM('ntvfs_common', + source='init.c brlock.c brlock_tdb.c opendb.c opendb_tdb.c notify.c', + autoproto='proto.h', + public_deps='NDR_OPENDB NDR_NOTIFY sys_notify sys_lease share' + ) + diff --git a/source4/ntvfs/posix/wscript_build b/source4/ntvfs/posix/wscript_build new file mode 100644 index 00000000000..33369509743 --- /dev/null +++ b/source4/ntvfs/posix/wscript_build @@ -0,0 +1,52 @@ +bld.SAMBA_SUBSYSTEM('pvfs_acl', + source='pvfs_acl.c', + autoproto='vfs_acl_proto.h' + ) + + +bld.SAMBA_MODULE('pvfs_acl_xattr', + source='pvfs_acl_xattr.c', + subsystem='pvfs_acl', + init_function='pvfs_acl_xattr_init', + deps='NDR_XATTR' + ) + + +bld.SAMBA_MODULE('pvfs_acl_nfs4', + source='pvfs_acl_nfs4.c', + subsystem='pvfs_acl', + init_function='pvfs_acl_nfs4_init', + deps='NDR_NFS4ACL SAMDB' + ) + + +bld.SAMBA_SUBSYSTEM('pvfs_aio', + source='pvfs_aio.c', + deps='tevent LIBTEVENT_EXT', + enabled=False + ) + + +bld.SAMBA_MODULE('ntvfs_posix', + source='vfs_posix.c pvfs_util.c pvfs_search.c pvfs_dirlist.c pvfs_fileinfo.c pvfs_unlink.c pvfs_mkdir.c pvfs_open.c pvfs_read.c pvfs_flush.c pvfs_write.c pvfs_fsinfo.c pvfs_qfileinfo.c pvfs_setfileinfo.c pvfs_rename.c pvfs_resolve.c pvfs_shortname.c pvfs_lock.c pvfs_oplock.c pvfs_wait.c pvfs_seek.c pvfs_ioctl.c pvfs_xattr.c pvfs_streams.c pvfs_notify.c xattr_system.c xattr_tdb.c', + autoproto='vfs_posix_proto.h', + subsystem='ntvfs', + init_function='ntvfs_posix_init', + deps='NDR_XATTR WRAP_XATTR BLKID ntvfs_common MESSAGING LIBWBCLIENT_OLD pvfs_acl pvfs_aio', + output_type='MERGED_OBJ' + ) + + +bld.SAMBA_PYTHON('python_xattr_native', + source='python/pyxattr_native.c', + deps='LIBNDR ldb SAMDB CREDENTIALS python_dcerpc_security pyparam_util WRAP_XATTR', + realname='samba/xattr_native.so' + ) + + +bld.SAMBA_PYTHON('python_xattr_tdb', + source='python/pyxattr_tdb.c xattr_tdb.c', + deps='LIBNDR ldb python_dcerpc_security pyparam_util share', + realname='samba/xattr_tdb.so' + ) + diff --git a/source4/ntvfs/sysdep/wscript_build b/source4/ntvfs/sysdep/wscript_build new file mode 100644 index 00000000000..c0f5d3eb0c4 --- /dev/null +++ b/source4/ntvfs/sysdep/wscript_build @@ -0,0 +1,27 @@ +# AUTOGENERATED by mktowscript.pl from ../../source4/ntvfs/sysdep/config.mk +# Please remove this notice if hand editing + + +bld.SAMBA_MODULE('sys_notify_inotify', + source='inotify.c', + subsystem='sys_notify', + init_function='sys_notify_inotify_init', + deps='LIBEVENTS' + ) + + +bld.SAMBA_SUBSYSTEM('sys_notify', + source='sys_notify.c' + ) + + +bld.SAMBA_SUBSYSTEM('sys_lease_linux', + source='sys_lease_linux.c', + deps='tevent' + ) + + +bld.SAMBA_SUBSYSTEM('sys_lease', + source='sys_lease.c' + ) + diff --git a/source4/ntvfs/unixuid/wscript_build b/source4/ntvfs/unixuid/wscript_build new file mode 100644 index 00000000000..c30c47e3922 --- /dev/null +++ b/source4/ntvfs/unixuid/wscript_build @@ -0,0 +1,11 @@ +# AUTOGENERATED by mktowscript.pl from ../../source4/ntvfs/unixuid/config.mk +# Please remove this notice if hand editing + + +bld.SAMBA_MODULE('ntvfs_unixuid', + source='vfs_unixuid.c', + subsystem='ntvfs', + init_function='ntvfs_unixuid_init', + deps='SAMDB NSS_WRAPPER UID_WRAPPER' + ) + diff --git a/source4/ntvfs/wscript_build b/source4/ntvfs/wscript_build new file mode 100644 index 00000000000..c8067208607 --- /dev/null +++ b/source4/ntvfs/wscript_build @@ -0,0 +1,68 @@ +# AUTOGENERATED by mktowscript.pl from ../../source4/ntvfs/config.mk +# Please remove this notice if hand editing + +bld.BUILD_SUBDIR('posix') +bld.BUILD_SUBDIR('common') +bld.BUILD_SUBDIR('unixuid') +bld.BUILD_SUBDIR('sysdep') + +bld.SAMBA_MODULE('ntvfs_cifs', + source='cifs/vfs_cifs.c', + subsystem='ntvfs', + init_function='ntvfs_cifs_init', + deps='LIBCLI_SMB LIBCLI_RAW' + ) + + +bld.SAMBA_MODULE('ntvfs_smb2', + source='smb2/vfs_smb2.c', + subsystem='ntvfs', + init_function='ntvfs_smb2_init', + deps='LIBCLI_SMB LIBCLI_RAW' + ) + + +bld.SAMBA_MODULE('ntvfs_simple', + source='simple/vfs_simple.c cifs_posix_cli/svfs_util.c ./simple/svfs_util.c', + autoproto='simple/proto.h', + subsystem='ntvfs', + init_function='ntvfs_simple_init' + ) + + +bld.SAMBA_MODULE('ntvfs_cifsposix', + source='cifs_posix_cli/vfs_cifs_posix.c cifs_posix_cli/svfs_util.c ./simple/svfs_util.c', + autoproto='cifs_posix_cli/proto.h', + subsystem='ntvfs', + init_function='ntvfs_cifs_posix_init' + ) + + +bld.SAMBA_MODULE('ntvfs_print', + source='print/vfs_print.c', + subsystem='ntvfs', + init_function='ntvfs_print_init' + ) + + +bld.SAMBA_MODULE('ntvfs_ipc', + source='ipc/vfs_ipc.c ipc/ipc_rap.c ipc/rap_server.c', + autoproto='ipc/proto.h', + subsystem='ntvfs', + init_function='ntvfs_ipc_init', + deps='NDR_NAMED_PIPE_AUTH NAMED_PIPE_AUTH_TSTREAM HEIMDAL_GSSAPI CREDENTIALS' + ) + + +bld.SAMBA_MODULE('ntvfs_nbench', + source='nbench/vfs_nbench.c', + subsystem='ntvfs', + init_function='ntvfs_nbench_init' + ) + + +bld.SAMBA_SUBSYSTEM('ntvfs', + source='ntvfs_base.c ntvfs_generic.c ntvfs_interface.c ntvfs_util.c', + autoproto='ntvfs_proto.h' + ) + |