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]
22 # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
23 # Copyright 2016 Joyent, Inc.
25 # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
26 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
27 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
28 # Use is subject to license terms.
32 LIBCDIR
= $(SRC
)/lib
/libc
38 # include comm page definitions
39 include $(SRC
)/lib
/commpage
/Makefile.shared.com
40 include $(SRC
)/lib
/commpage
/Makefile.shared.targ
42 # objects are grouped by source directory
117 arc4random_uniform.o \
149 sync_instruction_memory.o\
153 # Preserved solely to ease maintenance of 32-bit and 64-bit library builds
154 # This macro should ALWAYS be empty; native APIs are already 'large file'.
295 __clock_gettime_sys.o \
298 _lwp_mutex_unlock.o \
313 # Preserved solely to ease maintenance of 32-bit and 64-bit library builds
314 # This macro should ALWAYS be empty; native APIs are already 'large file'.
317 # objects from source under $(LIBCDIR)/port
354 ascii_strncasecmp.o \
618 # Preserved solely to ease maintenance of 32-bit and 64-bit library builds
619 # This macro should ALWAYS be empty; native APIs are already 'large file'.
732 PORTINET
= bindresvport.o bootparams_getbyname.o ether_addr.o \
733 getaddrinfo.o getnameinfo.o getnetent.o getnetent_r.o \
734 getprotoent.o getprotoent_r.o getservbyname_r.o getservent.o \
735 getservent_r.o inet_lnaof.o inet_mkaddr.o inet_network.o \
736 inet6_opt.o inet6_rthdr.o interface_id.o link_addr.o \
737 netmasks.o ruserpass.o sourcefilter.o \
812 PORTNSL
= _conn_util.o _data2.o _errlst.o _utility.o algs.o auth_des.o \
813 auth_none.o auth_sys.o auth_time.o authdes_prot.o authsys_prot.o \
814 can_use_af.o checkver.o clnt_bcast.o clnt_dg.o clnt_door.o \
815 clnt_generic.o clnt_perror.o clnt_raw.o clnt_simple.o clnt_vc.o \
816 daemon_utils.o dbm.o des_crypt.o des_soft.o doconfig.o getauthattr.o \
817 getauuser.o getdname.o getexecattr.o gethostby_door.o \
818 gethostbyname_r.o gethostent.o gethostent6.o gethostent_r.o \
819 getipnodeby.o getipnodeby_door.o getprofattr.o getrpcent.o \
820 getrpcent_r.o getuserattr.o inet_matchaddr.o inet_ntoa.o inet_ntop.o \
821 inet_pton.o key_call.o key_prot.o mt_misc.o netdir.o netdir_inet.o \
822 netdir_inet_sundry.o netname.o netnamer.o netselect.o nis_misc.o \
823 nis_misc_proc.o nis_sec_mechs.o nis_subr.o nis_xdr.o parse.o \
824 pmap_clnt.o pmap_prot.o publickey.o rpc_callmsg.o rpc_comdata.o \
825 rpc_fdsync.o rpc_generic.o rpc_prot.o rpc_sel2poll.o \
826 rpc_soc.o rpc_td.o rpcb_clnt.o rpcb_prot.o rpcb_st_xdr.o rpcdname.o \
827 rpcsec_gss_if.o rtime_tli.o svc.o svc_auth.o svc_auth_loopb.o \
828 svc_auth_sys.o svc_dg.o svc_door.o svc_generic.o svc_raw.o svc_run.o \
829 svc_simple.o svc_vc.o svcauth_des.o svid_funcs.o t_accept.o \
830 t_alloc.o t_bind.o t_close.o t_connect.o t_error.o t_free.o \
831 t_getinfo.o t_getname.o t_getstate.o t_listen.o t_look.o t_open.o \
832 t_optmgmt.o t_rcv.o t_rcvconnect.o t_rcvdis.o t_rcvrel.o \
833 t_rcvreldata.o t_rcvudata.o t_rcvuderr.o t_rcvv.o t_rcvvudata.o \
834 t_snd.o t_snddis.o t_sndrel.o t_sndreldata.o t_sndudata.o t_sndv.o \
835 t_sndvudata.o t_strerror.o t_sync.o t_sysconf.o t_unbind.o \
836 thr_get_storage.o ti_opts.o tli_wrappers.o xdr.o xdr_array.o \
837 xdr_float.o xdr_mem.o xdr_rec.o xdr_refer.o xdr_sizeof.o xdr_stdio.o \
838 xti_wrappers.o yp_all.o yp_b_clnt.o yp_b_xdr.o yp_bind.o yp_enum.o \
839 yp_master.o yp_match.o yp_order.o yp_rsvd.o yp_update.o yp_xdr.o \
840 yperr_string.o yppasswd_xdr.o ypprot_err.o ypupd.o
903 pics
/unwind.o
:= COPTFLAG64
=
908 # Preserved solely to ease maintenance of 32-bit and 64-bit library builds
909 # This macro should ALWAYS be empty; native APIs are already 'large file'.
983 PORTSOCKET
= _soutil.o sockatmark.o socket.o socketpair.o weaks.o
1022 $(THREADSMACHOBJS
) \
1036 # NOTE: libc.so.1 must be linked with the minimal crti.o and crtn.o
1037 # modules whose source is provided in the $(SRC)/lib/crt directory.
1038 # This must be done because otherwise the Sun C compiler would insert
1039 # its own versions of these modules and those versions contain code
1040 # to call out to C++ initialization functions. Such C++ initialization
1041 # functions can call back into libc before thread initialization is
1042 # complete and this leads to segmentation violations and other problems.
1043 # Since libc contains no C++ code, linking with the minimal crti.o and
1044 # crtn.o modules is safe and avoids the problems described above.
1045 OBJECTS
= $(CRTI
) $(MOSTOBJS
) $(CRTN
)
1046 CRTSRCS
= ..
/..
/crt
/amd64
1048 # include common library definitions
1049 include ..
/..
/Makefile.lib
1050 include ..
/..
/Makefile.lib
.64
1052 CFLAGS64
+= $(CTF_FLAGS
)
1054 CERRWARN
+= -Wno-parentheses
1055 CERRWARN
+= -Wno-switch
1056 CERRWARN
+= -Wno-uninitialized
1057 CERRWARN
+= -Wno-unused-value
1058 CERRWARN
+= -Wno-unused-label
1059 CERRWARN
+= -Wno-unused-variable
1060 CERRWARN
+= -Wno-type-limits
1061 CERRWARN
+= -Wno-char-subscripts
1062 CERRWARN
+= -Wno-clobbered
1063 CERRWARN
+= -Wno-unused-function
1064 CERRWARN
+= -Wno-address
1066 # Setting THREAD_DEBUG = -DTHREAD_DEBUG (make THREAD_DEBUG=-DTHREAD_DEBUG ...)
1067 # enables ASSERT() checking in the threads portion of the library.
1068 # This is automatically enabled for DEBUG builds, not for non-debug builds.
1070 $(NOT_RELEASE_BUILD
)THREAD_DEBUG
= -DTHREAD_DEBUG
1072 ALTPICS
= $(TRACEOBJS
:%=pics
/%)
1074 # The use of sed is a gross hack needed because the current build system
1075 # assumed that the compiler accepted linker flags (-Bfoo -zfoo and -Mfoo)
1076 # directly. Here, since we're calling the linker directly, we have to
1077 # discard the prefixes. Ideally, we would be using the LD_Z* and LD_B*
1078 # variables instead, but that would require a lot of mucking with makefiles.
1079 # So for now, we do this.
1080 REMOVE_GCC_PREFIX
=echo
$(DYNFLAGS
) |
$(SED
) -e
's/-Wl,//g'
1081 $(DYNLIB
) := BUILD.SO
= $(LD
) -o
$@
-G
$(REMOVE_GCC_PREFIX
:sh
) $(PICS
) $(ALTPICS
) $(EXTPICS
)
1083 MAPFILES
= $(LIBCDIR
)/port
/mapfile-vers
1085 CPPFLAGS
= -D
$(MACH64
) -D__
$(MACH64
) $(THREAD_DEBUG
) \
1086 -I.
-I
$(LIBCBASE
)/inc
-I
$(LIBCDIR
)/inc
$(CPPFLAGS.master
)
1087 ASFLAGS
= $(AS_PICFLAGS
) -D_ASM
$(CPPFLAGS
) \
1090 # proc64_id.o is built with defines in $(SRCTOP)/arch/x86/include/sys/x86_archext.h
1091 pics
/proc64_id.o
:= CFLAGS64
+= -I
$(SRCTOP
)/arch
/x86
/include
1093 # Inform the run-time linker about libc specialized initialization
1094 RTLDINFO
= -z rtldinfo
=tls_rtldinfo
1095 DYNFLAGS
+= $(RTLDINFO
)
1097 # Force libc's internal references to be resolved immediately upon loading
1098 # in order to avoid critical region problems. Since almost all libc symbols
1099 # are marked 'protected' in the mapfiles, this is a minimal set (15 to 20).
1102 BUILD.s
= $(AS
) $(ASFLAGS
) $< -o
$@
1104 # Override this top level flag so the compiler builds in its native
1105 # C99 mode. This has been enabled to support the complex arithmetic
1107 C99MODE
= $(C99_ENABLE
)
1109 # libc method of building an archive
1110 # The "$(GREP) -v ' L '" part is necessary only until
1111 # lorder is fixed to ignore thread-local variables.
1112 BUILD.AR
= $(RM
) $@
; \
1113 $(AR
) qc
$@
`$(LORDER) $(MOSTOBJS:%=$(DIR)/%) | $(GREP) -v ' L ' | $(TSORT)`
1115 # extra files for the clean target
1117 $(LIBCDIR
)/port
/gen
/errlst.c \
1118 $(LIBCDIR
)/port
/gen
/new_list.c \
1126 CLOBBERFILES
+= $(LIB_PIC
)
1128 # list of C source formerly for lint
1130 $(ATOMICOBJS
:%.o
=$(SRC
)/common
/atomic
/%.c
) \
1131 $(XATTROBJS
:%.o
=$(SRC
)/common
/xattr
/%.c
) \
1132 $(COMOBJS
:%.o
=$(SRC
)/common
/util
/%.c
) \
1133 $(PORTFP
:%.o
=$(LIBCDIR
)/port
/fp
/%.c
) \
1134 $(PORTGEN
:%.o
=$(LIBCDIR
)/port
/gen
/%.c
) \
1135 $(PORTI18N
:%.o
=$(LIBCDIR
)/port
/i18n
/%.c
) \
1136 $(PORTLOCALE
:%.o
=$(LIBCDIR
)/port
/locale
/%.c
) \
1137 $(PORTPRINT
:%.o
=$(LIBCDIR
)/port
/print/%.c
) \
1138 $(PORTREGEX
:%.o
=$(LIBCDIR
)/port
/regex
/%.c
) \
1139 $(PORTSTDIO
:%.o
=$(LIBCDIR
)/port
/stdio
/%.c
) \
1140 $(PORTSYS
:%.o
=$(LIBCDIR
)/port
/sys
/%.c
) \
1141 $(AIOOBJS
:%.o
=$(LIBCDIR
)/port
/aio
/%.c
) \
1142 $(RTOBJS
:%.o
=$(LIBCDIR
)/port
/rt
/%.c
) \
1143 $(SECFLAGSOBJS
:%.o
=$(SRC
)/common
/secflags
/%.c
) \
1144 $(TPOOLOBJS
:%.o
=$(LIBCDIR
)/port
/tpool
/%.c
) \
1145 $(THREADSOBJS
:%.o
=$(LIBCDIR
)/port
/threads
/%.c
) \
1146 $(THREADSMACHOBJS
:%.o
=threads
/%.c
) \
1147 $(UNICODEOBJS
:%.o
=$(SRC
)/common
/unicode
/%.c
) \
1148 $(UNWINDMACHOBJS
:%.o
=unwind
/%.c
) \
1149 $(FPOBJS
:%.o
=fp
/%.c
) \
1150 $(I386FPOBJS
:%.o
=$(LIBCDIR
)/i386
/fp
/%.c
) \
1151 $(LIBCBASE
)/gen
/ecvt.c \
1152 $(LIBCBASE
)/gen
/makectxt.c \
1153 $(LIBCBASE
)/gen
/siginfolst.c \
1154 $(LIBCBASE
)/gen
/siglongjmp.c \
1155 $(LIBCBASE
)/gen
/sync_instruction_memory.c \
1156 $(LIBCBASE
)/sys
/uadmin.c
1158 # conditional assignments
1159 # $(DYNLIB) $(LIB_PIC) := DYNOBJS = _rtbootld.o
1160 $(DYNLIB
) := CRTI
= crti.o
1161 $(DYNLIB
) := CRTN
= crtn.o
1163 # large-file-aware components that should be built large
1165 #$(COMSYSOBJS64:%=pics/%) := \
1166 # CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
1168 #$(SYSOBJS64:%=pics/%) := \
1169 # CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
1171 #$(PORTGEN64:%=pics/%) := \
1172 # CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
1174 #$(PORTSTDIO64:%=pics/%) := \
1175 # CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
1177 #$(PORTSYS64:%=pics/%) := \
1178 # CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
1180 $(PORTSTDIO_W
:%=pics
/%) := \
1183 $(PORTPRINT_W
:%=pics
/%) := \
1186 $(PORTPRINT_C89
:%=pics
/%) := \
1187 CPPFLAGS
+= -D_C89_INTMAX32
1189 $(PORTSTDIO_C89
:%=pics
/%) := \
1190 CPPFLAGS
+= -D_C89_INTMAX32
1192 $(PORTI18N_COND
:%=pics
/%) := \
1193 CPPFLAGS
+= -D_WCS_LONGLONG
1195 pics
/arc4random.o
:= CPPFLAGS
+= -I
$(SRC
)/common
/crypto
/chacha
1197 pics
/__clock_gettime.o
:= CPPFLAGS
+= $(COMMPAGE_CPPFLAGS
)
1201 all: $(LIBS
) $(LIB_PIC
)
1203 # include common libc targets
1204 include ..
/Makefile.targ
1206 # We need to strip out all CTF data from the static library
1207 $(LIB_PIC
) := DIR
= pics
1208 $(LIB_PIC
): pics
$$(PICS
)
1210 $(MCS
) -d
-n .SUNW_ctf
$@
> /dev
/null
2>&1
1211 $(AR
) -ts
$@
> /dev
/null
1215 _lwp_mutex_unlock.o \
1223 $(ASSYMDEP_OBJS
:%=pics
/%): assym.h
1225 # assym.h build rules
1227 GENASSYM_C
= genassym.c
1229 genassym
: $(GENASSYM_C
)
1230 $(NATIVECC
) $(NATIVE_CFLAGS
) -Iinc
-I
$(LIBCDIR
)/inc
$(CPPFLAGS.native
) \
1233 OFFSETS
= $(LIBCDIR
)/$(MACH
)/offsets.in
1235 assym.h
: $(OFFSETS
) genassym
1236 $(OFFSETS_CREATE
) <$(OFFSETS
) >$@
1239 # derived C source and related explicit dependencies
1240 $(LIBCDIR
)/port
/gen
/errlst.c
+ \
1241 $(LIBCDIR
)/port
/gen
/new_list.c
: $(LIBCDIR
)/port
/gen
/errlist
$(LIBCDIR
)/port
/gen
/errlist.awk
1242 cd
$(LIBCDIR
)/port
/gen
; pwd
; $(AWK
) -f errlist.awk
< errlist
1244 pics
/errlst.o
: $(LIBCDIR
)/port
/gen
/errlst.c
1246 pics
/new_list.o
: $(LIBCDIR
)/port
/gen
/new_list.c