Makefile.smbsrv.defs (da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0) | Makefile.smbsrv.defs (55bf511df53aad0fdb7eb3fa349f0308cc05234c) |
---|---|
1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 18 unchanged lines hidden (view full) --- 27 28# 29# Common definitions for all smbsrv commands 30# 31 32OBJS= $(SRCS:%.c=%.o) 33 34LDLIBS += -lumem | 1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 18 unchanged lines hidden (view full) --- 27 28# 29# Common definitions for all smbsrv commands 30# 31 32OBJS= $(SRCS:%.c=%.o) 33 34LDLIBS += -lumem |
35LDLIBS += -L$(ROOT)/usr/lib/smbsrv -lsmb | 35LDLIBS += -L$(ROOT)/usr/lib/smbsrv |
36LDFLAGS += -R/usr/lib/smbsrv | 36LDFLAGS += -R/usr/lib/smbsrv |
37LINTFLAGS += -xerroff=E_NAME_DEF_NOT_USED2 |
|
37 38CFLAGS += $(CCVERBOSE) | 38 39CFLAGS += $(CCVERBOSE) |
40$(NOT_RELEASE_BUILD)CPPFLAGS += -DDEBUG |
|
39 40C99MODE = -xc99=%all 41C99LMODE = -Xc99=%all | 41 42C99MODE = -xc99=%all 43C99LMODE = -Xc99=%all |