2004-05-18 17:13:17 +04:00
# NTVFS Server subsystem
2005-10-21 20:29:54 +04:00
i n c l u d e p o s i x / c o n f i g . m k
2006-03-31 07:02:39 +04:00
i n c l u d e c o m m o n / c o n f i g . m k
2005-10-21 20:29:54 +04:00
i n c l u d e u n i x u i d / c o n f i g . m k
2006-04-03 10:46:55 +04:00
i n c l u d e s y s d e p / c o n f i g . m k
2004-05-18 17:13:17 +04:00
################################################
# Start MODULE ntvfs_cifs
[MODULE :: ntvfs_cifs ]
2004-11-07 02:23:15 +03:00
INIT_FUNCTION = ntvfs_cifs_init
2006-03-07 19:41:04 +03:00
SUBSYSTEM = ntvfs
2005-12-26 21:03:50 +03:00
OBJ_FILES = \
2005-10-21 20:29:54 +04:00
cifs/vfs_cifs.o
2006-04-24 19:47:59 +04:00
PUBLIC_DEPENDENCIES = \
2006-05-01 22:11:15 +04:00
LIBCLI_SMB LIBCLI_RAW
2004-05-18 17:13:17 +04:00
# End MODULE ntvfs_cifs
################################################
################################################
# Start MODULE ntvfs_simple
[MODULE :: ntvfs_simple ]
2004-11-07 02:23:15 +03:00
INIT_FUNCTION = ntvfs_simple_init
2006-03-07 19:41:04 +03:00
SUBSYSTEM = ntvfs
2006-03-07 02:28:18 +03:00
PRIVATE_PROTO_HEADER = simple/proto.h
2005-12-26 21:03:50 +03:00
OBJ_FILES = \
simple/vfs_simple.o \
2005-10-21 20:29:54 +04:00
simple/svfs_util.o
2006-04-25 15:36:15 +04:00
# End MODULE ntvfs_simple
################################################
################################################
# Start MODULE ntvfs_cifs_posix_cli
[MODULE :: ntvfs_cifs_posix ]
INIT_FUNCTION = ntvfs_cifs_posix_init
SUBSYSTEM = ntvfs
PRIVATE_PROTO_HEADER = cifs_posix_cli/proto.h
OBJ_FILES = \
cifs_posix_cli/vfs_simple.o \
cifs_posix_cli/svfs_util.o
# End MODULE ntvfs_cifs_posix_cli
2004-05-18 17:13:17 +04:00
################################################
################################################
# Start MODULE ntvfs_print
[MODULE :: ntvfs_print ]
2004-11-07 02:23:15 +03:00
INIT_FUNCTION = ntvfs_print_init
2006-03-07 19:41:04 +03:00
SUBSYSTEM = ntvfs
2005-12-26 21:03:50 +03:00
OBJ_FILES = \
2005-10-21 20:29:54 +04:00
print/vfs_print.o
2004-05-18 17:13:17 +04:00
# End MODULE ntvfs_print
################################################
################################################
# Start MODULE ntvfs_ipc
[MODULE :: ntvfs_ipc ]
2006-03-07 19:41:04 +03:00
SUBSYSTEM = ntvfs
2004-11-07 02:23:15 +03:00
INIT_FUNCTION = ntvfs_ipc_init
2006-03-07 02:28:18 +03:00
PRIVATE_PROTO_HEADER = ipc/proto.h
2005-12-26 21:03:50 +03:00
OBJ_FILES = \
2005-10-21 20:29:54 +04:00
ipc/vfs_ipc.o \
ipc/ipc_rap.o \
ipc/rap_server.o
2006-05-01 22:11:15 +04:00
PUBLIC_DEPENDENCIES = dcerpc_server DCERPC_COMMON
2004-05-18 17:13:17 +04:00
# End MODULE ntvfs_ipc
################################################
2006-01-28 23:08:03 +03:00
2004-05-18 17:13:17 +04:00
################################################
# Start MODULE ntvfs_nbench
[MODULE :: ntvfs_nbench ]
2006-03-07 19:41:04 +03:00
SUBSYSTEM = ntvfs
2004-11-07 02:23:15 +03:00
INIT_FUNCTION = ntvfs_nbench_init
2005-12-26 21:03:50 +03:00
OBJ_FILES = \
2005-10-21 20:29:54 +04:00
nbench/vfs_nbench.o
2004-05-18 17:13:17 +04:00
# End MODULE ntvfs_nbench
################################################
2004-11-27 03:24:36 +03:00
2004-05-18 17:13:17 +04:00
################################################
# Start SUBSYSTEM NTVFS
2006-03-07 19:41:04 +03:00
[LIBRARY :: ntvfs ]
2005-11-06 16:21:22 +03:00
PUBLIC_HEADERS = ntvfs.h
2006-03-13 19:32:44 +03:00
VERSION = 0.0.1
2006-03-17 00:36:36 +03:00
SO_VERSION = 0
2005-12-15 19:32:08 +03:00
DESCRIPTION = Virtual File System with NTFS semantics
2005-12-28 01:51:30 +03:00
PRIVATE_PROTO_HEADER = ntvfs_proto.h
2005-12-26 21:03:50 +03:00
OBJ_FILES = \
ntvfs_base.o \
2005-10-21 20:29:54 +04:00
ntvfs_generic.o \
ntvfs_interface.o \
2006-03-31 07:02:39 +04:00
ntvfs_util.o
2006-04-24 19:47:59 +04:00
PUBLIC_DEPENDENCIES =
2004-05-18 17:13:17 +04:00
#
# End SUBSYSTEM NTVFS
################################################