annotate usr/src/lib/libsldap/Makefile.com @ 14142:20c0ad5cefdf

3915 Add adjuncts support to the build Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@nexenta.com>
author Keith M Wesolowski <wesolows@foobazco.org>
date Wed, 17 Jul 2013 17:05:07 -0700
parents 58bc6f85b799
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
1 #
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
2 # CDDL HEADER START
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
3 #
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
4 # The contents of this file are subject to the terms of the
2333
e6ec81e0f00f PSARC/2006/391 Solaris libldap & libsldap private interfaces
janga
parents: 0
diff changeset
5 # Common Development and Distribution License (the "License").
e6ec81e0f00f PSARC/2006/391 Solaris libldap & libsldap private interfaces
janga
parents: 0
diff changeset
6 # You may not use this file except in compliance with the License.
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
7 #
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
9 # or http://www.opensolaris.org/os/licensing.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
10 # See the License for the specific language governing permissions
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
11 # and limitations under the License.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
12 #
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
13 # When distributing Covered Code, include this CDDL HEADER in each
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
15 # If applicable, add the following below this CDDL HEADER, with the
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
16 # fields enclosed by brackets "[]" replaced with your own identifying
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
17 # information: Portions Copyright [yyyy] [name of copyright owner]
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
18 #
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
19 # CDDL HEADER END
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
20 #
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
21 #
5905
056b84d6bf52 4947191 OSNet should use direct bindings
rie
parents: 5675
diff changeset
22 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
23 # Use is subject to license terms.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
24 #
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
25
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
26 LIBRARY= libsldap.a
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
27 VERS= .1
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
28
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
29 SLDAPOBJ= ns_common.o ns_reads.o ns_writes.o \
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
30 ns_connect.o ns_config.o ns_error.o \
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
31 ns_cache_door.o ns_getalias.o ns_trace.o \
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
32 ns_init.o ns_crypt.o ns_confmgr.o \
6842
e0ac183a8194 PSARC/2008/256 Native LDAP standalone tools (Duckwater)
th160488
parents: 5905
diff changeset
33 ns_mapping.o ns_wrapper.o ns_sasl.o \
e0ac183a8194 PSARC/2008/256 Native LDAP standalone tools (Duckwater)
th160488
parents: 5905
diff changeset
34 ns_standalone.o ns_connmgmt.o
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
35
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
36 OBJECTS= $(SLDAPOBJ)
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
37
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
38 include ../../Makefile.lib
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
39
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
40 SRCS = $(SLDAPOBJ:%.o=../common/%.c)
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
41 LIBS = $(DYNLIB) $(LINTLIB)
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
42 $(LINTLIB):= SRCS=../common/llib-lsldap
2830
5228d1267a01 PSARC 2005/133 Sparks: Name Service Switch 2
djl
parents: 2522
diff changeset
43 LDLIBS += -lnsl -lldap -lscf -lc
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
44
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
45 SRCDIR = ../common
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
46
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
47 CFLAGS += $(CCVERBOSE)
2830
5228d1267a01 PSARC 2005/133 Sparks: Name Service Switch 2
djl
parents: 2522
diff changeset
48 LOCFLAGS += -D_REENTRANT -DSUNW_OPTIONS
5228d1267a01 PSARC 2005/133 Sparks: Name Service Switch 2
djl
parents: 2522
diff changeset
49 CPPFLAGS += -I../common -I$(SRC)/lib/libldap5/include/ldap \
14142
20c0ad5cefdf 3915 Add adjuncts support to the build
Keith M Wesolowski <wesolows@foobazco.org>
parents: 13834
diff changeset
50 -I$(ADJUNCT_PROTO)/usr/include/mps $(LOCFLAGS)
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
51 LINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
52 LINTFLAGS64 += -erroff=E_BAD_PTR_CAST_ALIGN
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
53
13834
58bc6f85b799 2933 compiler warning gags need better granularity
Richard Lowe <richlowe@richlowe.net>
parents: 6842
diff changeset
54 CERRWARN += -_gcc=-Wno-parentheses
58bc6f85b799 2933 compiler warning gags need better granularity
Richard Lowe <richlowe@richlowe.net>
parents: 6842
diff changeset
55 CERRWARN += -_gcc=-Wno-switch
58bc6f85b799 2933 compiler warning gags need better granularity
Richard Lowe <richlowe@richlowe.net>
parents: 6842
diff changeset
56 CERRWARN += -_gcc=-Wno-uninitialized
58bc6f85b799 2933 compiler warning gags need better granularity
Richard Lowe <richlowe@richlowe.net>
parents: 6842
diff changeset
57
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
58 .KEEP_STATE:
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
59
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
60 all: $(LIBS)
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
61
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
62 lint: lintcheck
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
63
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
64 include ../../Makefile.targ