64 # Automatically generated from .ndl files
65 NDLLIST = \
66 dssetup \
67 eventlog \
68 lsarpc \
69 msgsvc \
70 netdfs \
71 netlogon \
72 samrpc \
73 spoolss \
74 srvsvc \
75 svcctl \
76 winreg
77
78 OBJECTS= $(OBJS_COMMON) $(NDLLIST:%=%_ndr.o)
79
80 include ../../../Makefile.lib
81 include ../../Makefile.lib
82
83 INCS += -I$(SRC)/common/smbsrv
84
85 LDLIBS += $(MACH_LDLIBS)
86 LDLIBS += -lmlrpc -lsmb -lsmbns -lshare -lsmbfs -lnsl -lpkcs11 \
87 -lscf -lcmdutils -lsec -lavl -lnvpair -luutil -luuid -lgen -lzfs -lc
88
89 CPPFLAGS += $(INCS) -D_REENTRANT
90 CPPFLAGS += -Dsyslog=smb_syslog
91 $(ENABLE_SMB_PRINTING) CPPFLAGS += -DHAVE_CUPS
92
93 CERRWARN += -_gcc=-Wno-unused-function
94 CERRWARN += -_gcc=-Wno-uninitialized
95
96 SRCS= $(OBJS_COMMON:%.o=$(SRCDIR)/%.c)
97
98 include ../../Makefile.targ
99 include ../../../Makefile.targ
|
64 # Automatically generated from .ndl files
65 NDLLIST = \
66 dssetup \
67 eventlog \
68 lsarpc \
69 msgsvc \
70 netdfs \
71 netlogon \
72 samrpc \
73 spoolss \
74 srvsvc \
75 svcctl \
76 winreg
77
78 OBJECTS= $(OBJS_COMMON) $(NDLLIST:%=%_ndr.o)
79
80 include ../../../Makefile.lib
81 include ../../Makefile.lib
82
83 INCS += -I$(SRC)/common/smbsrv
84 INCS += -I$(SRC)/uts/common/smbsrv/ndl
85
86 LDLIBS += $(MACH_LDLIBS)
87 LDLIBS += -lmlrpc -lsmb -lsmbns -lshare -lsmbfs -lnsl -lpkcs11 \
88 -lscf -lcmdutils -lsec -lavl -lnvpair -luutil -luuid -lgen -lzfs -lc
89
90 CPPFLAGS += $(INCS) -D_REENTRANT
91 CPPFLAGS += -Dsyslog=smb_syslog
92 $(ENABLE_SMB_PRINTING) CPPFLAGS += -DHAVE_CUPS
93
94 CERRWARN += -_gcc=-Wno-unused-function
95 CERRWARN += -_gcc=-Wno-uninitialized
96
97 SRCS= $(OBJS_COMMON:%.o=$(SRCDIR)/%.c)
98
99 include ../../Makefile.targ
100 include ../../../Makefile.targ
|