dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / lib / libsmbfs / Makefile.com
blobb9bf5948d075ab15813483588e91328c7e50b3a6
2 # CDDL HEADER START
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.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
23 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
24 # Use is subject to license terms.
25 # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
27 # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
31 # lib/libsmbfs/Makefile.com
34 LIBRARY=        libsmbfs.a
35 VERS=           .1
37 # leaving out: kiconv.o
39 OBJ_LIB=\
40         acl_api.o \
41         acl_print.o \
42         charsets.o \
43         cfopt.o \
44         connect.o \
45         crypt.o \
46         ctx.o \
47         derparse.o \
48         file.o \
49         findvc.o \
50         getaddr.o \
51         iod_cl.o \
52         iod_wk.o \
53         keychain.o \
54         krb5ssp.o \
55         mbuf.o \
56         nb.o \
57         nb_name.o \
58         nb_net.o \
59         nb_ssn.o \
60         nbns_rq.o \
61         negprot.o \
62         netshareenum.o \
63         newvc.o \
64         nls.o \
65         ntlm.o \
66         ntlmssp.o \
67         print.o \
68         rap.o \
69         rcfile.o \
70         rq.o \
71         signing.o \
72         spnego.o \
73         spnegoparse.o \
74         ssnsetup.o \
75         ssp.o \
76         subr.o \
77         ui-sun.o \
78         utf_str.o
80 OBJ_CMN= smbfs_ntacl.o 
82 OBJECTS= $(OBJ_LIB) $(OBJ_CMN)
84 include $(SRC)/lib/Makefile.lib
86 LIBS =          $(DYNLIB)
88 SRCDIR=         ../smb
89 CMNDIR=         $(SRC)/common/smbclnt
91 SRCS=           $(OBJ_LIB:%.o=$(SRCDIR)/%.c) \
92                 $(OBJ_CMN:%.o=$(CMNDIR)/%.c)
94 C99MODE=        $(C99_ENABLE)
96 LDLIBS += -lc -lmd -lpkcs11 -lkrb5 -lsec -lidmap
98 # normal warnings...
100 CERRWARN +=     -Wno-uninitialized
101 CERRWARN +=     -Wno-unused-variable
103 CPPFLAGS += -D__EXTENSIONS__ -DMIA \
104         -I$(SRCDIR) -I.. -I../netsmb \
105         -I$(SRC)/uts/common \
106         -I$(SRCTOP)/include \
107         -I$(SRC)/common/smbclnt
109 # Debugging
110 ${NOT_RELEASE_BUILD} CPPFLAGS += -DDEBUG
112 # uncomment these for dbx debugging
113 #COPTFLAG = -g
114 #CTF_FLAGS =
115 #CTFCONVERT_O=
116 #CTFMERGE_LIB=
118 all:    $(LIBS)
120 include ../../Makefile.targ
122 objs/%.o pics/%.o: $(CMNDIR)/%.c
123         $(COMPILE.c) -o $@ $<
124         $(POST_PROCESS_O)
126 pics/file.o := CPPFLAGS += -D__UNLEASHED_VISIBLE
128 .KEEP_STATE: