4 INIT_FUNCTION
= server_service_smb_init
6 OUTPUT_TYPE
= MERGED_OBJ
7 PRIVATE_DEPENDENCIES
= SMB_SERVER
9 SERVICE_SMB_OBJ_FILES
= $(smb_serversrcdir
)/smb_server.o
11 $(eval
$(call proto_header_template
,$(smb_serversrcdir
)/service_smb_proto.h
,$(SERVICE_SMB_OBJ_FILES
:.o
=.c
)))
13 # samba3 SMB server subsystem
15 [MODULE
::SERVICE_SAMBA3_SMB
]
16 INIT_FUNCTION
= server_service_samba3_smb_init
19 SERVICE_SAMBA3_SMB_OBJ_FILES
= $(smb_serversrcdir
)/smb_samba3.o
21 #######################
23 [SUBSYSTEM
::SMB_SERVER
]
24 PUBLIC_DEPENDENCIES
= \
30 #######################
32 SMB_SERVER_OBJ_FILES
= $(addprefix $(smb_serversrcdir
)/, \
39 $(eval
$(call proto_header_template
,$(smb_serversrcdir
)/smb_server_proto.h
,$(SMB_SERVER_OBJ_FILES
:.o
=.c
)))
41 mkinclude smb
/config.mk
42 mkinclude smb2
/config.mk