build: commit all the waf build files in the tree
[kai/samba-autobuild/.git] / source4 / ntvfs / wscript_build
1 # AUTOGENERATED by mktowscript.pl from ../../source4/ntvfs/config.mk
2 # Please remove this notice if hand editing
3
4 bld.BUILD_SUBDIR('posix')
5 bld.BUILD_SUBDIR('common')
6 bld.BUILD_SUBDIR('unixuid')
7 bld.BUILD_SUBDIR('sysdep')
8
9 bld.SAMBA_MODULE('ntvfs_cifs',
10         source='cifs/vfs_cifs.c',
11         subsystem='ntvfs',
12         init_function='ntvfs_cifs_init',
13         deps='LIBCLI_SMB LIBCLI_RAW'
14         )
15
16
17 bld.SAMBA_MODULE('ntvfs_smb2',
18         source='smb2/vfs_smb2.c',
19         subsystem='ntvfs',
20         init_function='ntvfs_smb2_init',
21         deps='LIBCLI_SMB LIBCLI_RAW'
22         )
23
24
25 bld.SAMBA_MODULE('ntvfs_simple',
26         source='simple/vfs_simple.c cifs_posix_cli/svfs_util.c ./simple/svfs_util.c',
27         autoproto='simple/proto.h',
28         subsystem='ntvfs',
29         init_function='ntvfs_simple_init'
30         )
31
32
33 bld.SAMBA_MODULE('ntvfs_cifsposix',
34         source='cifs_posix_cli/vfs_cifs_posix.c cifs_posix_cli/svfs_util.c ./simple/svfs_util.c',
35         autoproto='cifs_posix_cli/proto.h',
36         subsystem='ntvfs',
37         init_function='ntvfs_cifs_posix_init'
38         )
39
40
41 bld.SAMBA_MODULE('ntvfs_print',
42         source='print/vfs_print.c',
43         subsystem='ntvfs',
44         init_function='ntvfs_print_init'
45         )
46
47
48 bld.SAMBA_MODULE('ntvfs_ipc',
49         source='ipc/vfs_ipc.c ipc/ipc_rap.c ipc/rap_server.c',
50         autoproto='ipc/proto.h',
51         subsystem='ntvfs',
52         init_function='ntvfs_ipc_init',
53         deps='NDR_NAMED_PIPE_AUTH NAMED_PIPE_AUTH_TSTREAM HEIMDAL_GSSAPI CREDENTIALS'
54         )
55
56
57 bld.SAMBA_MODULE('ntvfs_nbench',
58         source='nbench/vfs_nbench.c',
59         subsystem='ntvfs',
60         init_function='ntvfs_nbench_init'
61         )
62
63
64 bld.SAMBA_SUBSYSTEM('ntvfs',
65         source='ntvfs_base.c ntvfs_generic.c ntvfs_interface.c ntvfs_util.c',
66         autoproto='ntvfs_proto.h'
67         )
68