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]
23 # Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
29 INETOBJS = bindresvport.o bootparams_getbyname.o ether_addr.o \
30 getaddrinfo.o getnameinfo.o getnetent.o getnetent_r.o \
31 getprotoent.o getprotoent_r.o getservbyname_r.o getservent.o \
32 getservent_r.o inet_lnaof.o inet_mkaddr.o inet_network.o \
33 inet6_opt.o inet6_rthdr.o interface_id.o link_addr.o \
34 netmasks.o rcmd.o rexec.o ruserpass.o sourcefilter.o \
36 SOCKOBJS = _soutil.o sockatmark.o socket.o socketpair.o weaks.o
37 OBJECTS = $(INETOBJS) $(SOCKOBJS)
39 include ../../Makefile.lib
41 # install this library in the root filesystem
42 include ../../Makefile.rootfs
44 LIBS = $(DYNLIB) $(LINTLIB)
46 SRCS = $(INETOBJS:%.o=../inet/%.c) $(SOCKOBJS:%.o=../socket/%.c)
50 $(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
52 # Make string literals read-only to save memory.
53 CFLAGS += $(XSTRCONST)
54 CFLAGS64 += $(XSTRCONST)
56 CPPFLAGS += -DSYSV -D_REENTRANT -I../../common/inc
57 %/rcmd.o := CPPFLAGS += -DNIS
59 CERRWARN += -_gcc=-Wno-type-limits
60 CERRWARN += -_gcc=-Wno-uninitialized
61 CERRWARN += -_gcc=-Wno-unused-variable
62 CERRWARN += -_gcc=-Wno-parentheses
70 # libsocket build rules
75 pics/%.o: ../socket/%.c
79 include ../../Makefile.targ