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