xref: /illumos-gate/usr/src/lib/libc/amd64/Makefile (revision 45818ee124adeaaf947698996b4f4c722afc6d1f)
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
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
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]
18#
19# CDDL HEADER END
20#
21#
22# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
23# Copyright (c) 2015, Joyent, Inc. All rights reserved.
24#
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.
29#
30
31LIBCBASE=	.
32LIBCDIR=	$(SRC)/lib/libc
33LIBRARY=	libc.a
34LIB_PIC=	libc_pic.a
35VERS=		.1
36CPP=		/usr/lib/cpp
37TARGET_ARCH=	amd64
38
39# objects are grouped by source directory
40
41# local objects
42STRETS=
43
44CRTOBJS=			\
45	cerror.o
46
47DYNOBJS=
48
49FPOBJS=				\
50	fpgetmask.o		\
51	fpgetround.o		\
52	fpsetmask.o		\
53	fpsetround.o		\
54	fpstart.o		\
55	ieee.o
56
57I386FPOBJS=			\
58	_D_cplx_div.o		\
59	_D_cplx_div_ix.o	\
60	_D_cplx_div_rx.o	\
61	_D_cplx_lr_div.o	\
62	_D_cplx_lr_div_ix.o	\
63	_D_cplx_lr_div_rx.o	\
64	_D_cplx_mul.o		\
65	_F_cplx_div.o		\
66	_F_cplx_div_ix.o	\
67	_F_cplx_div_rx.o	\
68	_F_cplx_lr_div.o	\
69	_F_cplx_lr_div_ix.o	\
70	_F_cplx_lr_div_rx.o	\
71	_F_cplx_mul.o		\
72	_X_cplx_div.o		\
73	_X_cplx_div_ix.o	\
74	_X_cplx_div_rx.o	\
75	_X_cplx_lr_div.o	\
76	_X_cplx_lr_div_ix.o	\
77	_X_cplx_lr_div_rx.o	\
78	_X_cplx_mul.o
79
80FPASMOBJS=			\
81	__xgetRD.o		\
82	_xtoll.o		\
83	_xtoull.o		\
84	_base_il.o		\
85	fpcw.o			\
86	fpgetsticky.o		\
87	fpsetsticky.o
88
89ATOMICOBJS=			\
90	atomic.o
91
92CHACHAOBJS=			\
93	chacha.o
94
95XATTROBJS=			\
96	xattr_common.o
97COMOBJS=			\
98	bcmp.o			\
99	bcopy.o			\
100	bsearch.o		\
101	bzero.o			\
102	qsort.o			\
103	strtol.o		\
104	strtoul.o		\
105	strtoll.o		\
106	strtoull.o
107
108GENOBJS=			\
109	_getsp.o		\
110	abs.o			\
111	alloca.o		\
112	arc4random.o		\
113	arc4random_uniform.o	\
114	attrat.o		\
115	byteorder.o		\
116	cuexit.o		\
117	ecvt.o			\
118	errlst.o		\
119	amd64_data.o		\
120	ldivide.o		\
121	lock.o			\
122	makectxt.o		\
123	memccpy.o		\
124	memchr.o		\
125	memcmp.o		\
126	memcpy.o		\
127	memset.o		\
128	new_list.o		\
129	proc64_id.o		\
130	proc64_support.o	\
131	setjmp.o		\
132	siginfolst.o		\
133	siglongjmp.o		\
134	strcmp.o		\
135	strcpy.o		\
136	strlen.o		\
137	strncmp.o		\
138	strncpy.o		\
139	strnlen.o		\
140	sync_instruction_memory.o
141
142# Preserved solely to ease maintenance of 32-bit and 64-bit library builds
143# This macro should ALWAYS be empty; native APIs are already 'large file'.
144COMSYSOBJS64=
145
146SYSOBJS64=
147
148COMSYSOBJS=			\
149	__clock_timer.o		\
150	__getloadavg.o		\
151	__rusagesys.o		\
152	__signotify.o		\
153	__sigrt.o		\
154	__time.o		\
155	_lgrp_home_fast.o	\
156	_lgrpsys.o		\
157	_nfssys.o		\
158	_portfs.o		\
159	_pset.o			\
160	_rpcsys.o		\
161	_sigaction.o		\
162	_so_accept.o		\
163	_so_bind.o		\
164	_so_connect.o		\
165	_so_getpeername.o	\
166	_so_getsockname.o	\
167	_so_getsockopt.o	\
168	_so_listen.o		\
169	_so_recv.o		\
170	_so_recvfrom.o		\
171	_so_recvmsg.o		\
172	_so_send.o		\
173	_so_sendmsg.o		\
174	_so_sendto.o		\
175	_so_setsockopt.o	\
176	_so_shutdown.o		\
177	_so_socket.o		\
178	_so_socketpair.o	\
179	_sockconfig.o		\
180	acct.o			\
181	acl.o			\
182	adjtime.o		\
183	alarm.o			\
184	brk.o			\
185	chdir.o			\
186	chroot.o		\
187	cladm.o			\
188	close.o			\
189	execve.o		\
190	exit.o			\
191	facl.o			\
192	fchdir.o		\
193	fchroot.o		\
194	fdsync.o		\
195	fpathconf.o		\
196	fstatfs.o		\
197	fstatvfs.o		\
198	getcpuid.o		\
199	getdents.o		\
200	getegid.o		\
201	geteuid.o		\
202	getgid.o		\
203	getgroups.o		\
204	gethrtime.o		\
205	getitimer.o		\
206	getmsg.o		\
207	getpid.o		\
208	getpmsg.o		\
209	getppid.o		\
210	getrandom.o		\
211	getrlimit.o		\
212	getuid.o		\
213	gtty.o			\
214	install_utrap.o		\
215	ioctl.o			\
216	kaio.o			\
217	kill.o			\
218	llseek.o		\
219	lseek.o			\
220	mmapobjsys.o		\
221	memcntl.o		\
222	mincore.o		\
223	mmap.o			\
224	modctl.o		\
225	mount.o			\
226	mprotect.o		\
227	munmap.o		\
228	nice.o			\
229	ntp_adjtime.o		\
230	ntp_gettime.o		\
231	p_online.o		\
232	pathconf.o		\
233	pause.o			\
234	pcsample.o		\
235	pipe2.o			\
236	pollsys.o		\
237	pread.o			\
238	preadv.o		\
239	priocntlset.o		\
240	processor_bind.o	\
241	processor_info.o	\
242	profil.o		\
243	putmsg.o		\
244	putpmsg.o		\
245	pwrite.o		\
246	pwritev.o		\
247	read.o			\
248	readv.o			\
249	resolvepath.o		\
250	seteguid.o		\
251	setgid.o		\
252	setgroups.o		\
253	setitimer.o		\
254	setreid.o		\
255	setrlimit.o		\
256	setuid.o		\
257	sigaltstk.o		\
258	sigprocmsk.o		\
259	sigsendset.o		\
260	sigsuspend.o		\
261	statfs.o		\
262	statvfs.o		\
263	stty.o			\
264	sync.o			\
265	sysconfig.o		\
266	sysfs.o			\
267	sysinfo.o		\
268	syslwp.o		\
269	times.o			\
270	ulimit.o		\
271	umask.o			\
272	umount2.o		\
273	utssys.o		\
274	uucopy.o		\
275	vhangup.o		\
276	waitid.o		\
277	write.o			\
278	writev.o		\
279	yield.o
280
281SYSOBJS=			\
282	__clock_gettime.o	\
283	__getcontext.o		\
284	__uadmin.o		\
285	_lwp_mutex_unlock.o	\
286	_stack_grow.o		\
287	door.o			\
288	forkx.o			\
289	forkallx.o		\
290	getcontext.o		\
291	gettimeofday.o		\
292	lwp_private.o		\
293	nuname.o		\
294	syscall.o		\
295	sysi86.o		\
296	tls_get_addr.o		\
297	uadmin.o		\
298	umount.o		\
299	uname.o			\
300	vforkx.o
301
302# Preserved solely to ease maintenance of 32-bit and 64-bit library builds
303# This macro should ALWAYS be empty; native APIs are already 'large file'.
304PORTGEN64=
305
306# objects from source under $(LIBCDIR)/port
307PORTFP=				\
308	__flt_decim.o		\
309	__flt_rounds.o		\
310	__tbl_10_b.o		\
311	__tbl_10_h.o		\
312	__tbl_10_s.o		\
313	__tbl_2_b.o		\
314	__tbl_2_h.o		\
315	__tbl_2_s.o		\
316	__tbl_fdq.o		\
317	__tbl_tens.o		\
318	__x_power.o		\
319	_base_sup.o		\
320	aconvert.o		\
321	decimal_bin.o		\
322	double_decim.o		\
323	econvert.o		\
324	fconvert.o		\
325	file_decim.o		\
326	finite.o		\
327	fp_data.o		\
328	func_decim.o		\
329	gconvert.o		\
330	hex_bin.o		\
331	ieee_globals.o		\
332	pack_float.o		\
333	sigfpe.o		\
334	string_decim.o
335
336PORTGEN=			\
337	_env_data.o		\
338	_xftw.o			\
339	a64l.o			\
340	abort.o			\
341	addsev.o		\
342	ascii_strcasecmp.o	\
343	ascii_strncasecmp.o	\
344	assert.o		\
345	atof.o			\
346	atoi.o			\
347	atol.o			\
348	atoll.o			\
349	attropen.o		\
350	atexit.o		\
351	atfork.o		\
352	basename.o		\
353	calloc.o		\
354	catgets.o		\
355	catopen.o		\
356	cfgetispeed.o		\
357	cfgetospeed.o		\
358	cfree.o			\
359	cfsetispeed.o		\
360	cfsetospeed.o		\
361	cftime.o		\
362	clock.o			\
363	closedir.o		\
364	closefrom.o		\
365	confstr.o		\
366	crypt.o			\
367	csetlen.o		\
368	ctime.o			\
369	ctime_r.o		\
370	daemon.o		\
371	deflt.o			\
372	directio.o		\
373	dirname.o		\
374	div.o			\
375	drand48.o		\
376	dup.o			\
377	env_data.o		\
378	err.o			\
379	errno.o			\
380	euclen.o		\
381	event_port.o		\
382	execvp.o		\
383	explicit_bzero.o	\
384	fattach.o		\
385	fdetach.o		\
386	fdopendir.o		\
387	ffs.o			\
388	fls.o			\
389	fmtmsg.o		\
390	ftime.o			\
391	ftok.o			\
392	ftw.o			\
393	gcvt.o			\
394	getauxv.o		\
395	getcwd.o		\
396	getdate_err.o		\
397	getdtblsize.o		\
398	getentropy.o		\
399	getenv.o		\
400	getexecname.o		\
401	getgrnam.o		\
402	getgrnam_r.o		\
403	gethostid.o		\
404	gethostname.o		\
405	gethz.o			\
406	getisax.o		\
407	getloadavg.o		\
408	getlogin.o		\
409	getmntent.o		\
410	getnetgrent.o		\
411	get_nprocs.o		\
412	getopt.o		\
413	getopt_long.o		\
414	getpagesize.o		\
415	getpw.o			\
416	getpwnam.o		\
417	getpwnam_r.o		\
418	getrusage.o		\
419	getspent.o		\
420	getspent_r.o		\
421	getsubopt.o		\
422	gettxt.o		\
423	getusershell.o		\
424	getut.o			\
425	getutx.o		\
426	getvfsent.o		\
427	getwd.o			\
428	getwidth.o		\
429	getxby_door.o		\
430	gtxt.o			\
431	hsearch.o		\
432	iconv.o			\
433	imaxabs.o		\
434	imaxdiv.o		\
435	index.o			\
436	initgroups.o		\
437	insque.o		\
438	isaexec.o		\
439	isastream.o		\
440	isatty.o		\
441	killpg.o		\
442	klpdlib.o		\
443	l64a.o			\
444	lckpwdf.o		\
445	lconstants.o		\
446	lexp10.o		\
447	lfind.o			\
448	lfmt.o			\
449	lfmt_log.o		\
450	lldiv.o			\
451	llog10.o		\
452	lltostr.o		\
453	lmath.o			\
454	localtime.o		\
455	lsearch.o		\
456	madvise.o		\
457	malloc.o		\
458	memalign.o		\
459	memmem.o		\
460	mkdev.o			\
461	mkdtemp.o		\
462	mkfifo.o		\
463	mkstemp.o		\
464	mktemp.o		\
465	mlock.o			\
466	mlockall.o		\
467	mon.o			\
468	msync.o			\
469	munlock.o		\
470	munlockall.o		\
471	ndbm.o			\
472	nftw.o			\
473	nlspath_checks.o	\
474	nsparse.o		\
475	nss_common.o		\
476	nss_dbdefs.o		\
477	nss_deffinder.o		\
478	opendir.o		\
479	opt_data.o		\
480	perror.o		\
481	pfmt.o			\
482	pfmt_data.o		\
483	pfmt_print.o		\
484	pipe.o			\
485	plock.o			\
486	poll.o			\
487	posix_fadvise.o		\
488	posix_fallocate.o	\
489	posix_madvise.o		\
490	posix_memalign.o	\
491	priocntl.o		\
492	privlib.o		\
493	priv_str_xlate.o	\
494	psiginfo.o		\
495	psignal.o		\
496	pt.o			\
497	putpwent.o		\
498	putspent.o		\
499	raise.o			\
500	rand.o			\
501	random.o		\
502	rctlops.o		\
503	readdir.o		\
504	readdir_r.o		\
505	realpath.o		\
506	reboot.o		\
507	regexpr.o		\
508	remove.o		\
509	rewinddir.o		\
510	rindex.o		\
511	scandir.o		\
512	seekdir.o		\
513	select.o		\
514	setlabel.o		\
515	setpriority.o		\
516	settimeofday.o		\
517	sh_locks.o		\
518	sigflag.o		\
519	siglist.o		\
520	sigsend.o		\
521	sigsetops.o		\
522	ssignal.o		\
523	stack.o			\
524	stpcpy.o		\
525	stpncpy.o		\
526	str2sig.o		\
527	strcase_charmap.o	\
528	strcat.o		\
529	strchr.o		\
530	strchrnul.o		\
531	strcspn.o		\
532	strdup.o		\
533	strerror.o		\
534	strlcat.o		\
535	strlcpy.o		\
536	strncat.o		\
537	strndup.o		\
538	strpbrk.o		\
539	strrchr.o		\
540	strsep.o		\
541	strsignal.o		\
542	strspn.o		\
543	strstr.o		\
544	strtod.o		\
545	strtoimax.o		\
546	strtok.o		\
547	strtok_r.o		\
548	strtoumax.o		\
549	swab.o			\
550	swapctl.o		\
551	sysconf.o		\
552	syslog.o		\
553	tcdrain.o		\
554	tcflow.o		\
555	tcflush.o		\
556	tcgetattr.o		\
557	tcgetpgrp.o		\
558	tcgetsid.o		\
559	tcsendbreak.o		\
560	tcsetattr.o		\
561	tcsetpgrp.o		\
562	tell.o			\
563	telldir.o		\
564	tfind.o			\
565	time_data.o		\
566	time_gdata.o		\
567	tls_data.o		\
568	truncate.o		\
569	tsdalloc.o		\
570	tsearch.o		\
571	ttyname.o		\
572	ttyslot.o		\
573	ualarm.o		\
574	ucred.o			\
575	valloc.o		\
576	vlfmt.o			\
577	vpfmt.o			\
578	waitpid.o		\
579	walkstack.o		\
580	wdata.o			\
581	xgetwidth.o		\
582	xpg4.o			\
583	xpg6.o
584
585PORTPRINT_W=			\
586	doprnt_w.o
587
588PORTPRINT=			\
589	asprintf.o		\
590	doprnt.o		\
591	fprintf.o		\
592	printf.o		\
593	snprintf.o		\
594	sprintf.o		\
595	vfprintf.o		\
596	vprintf.o		\
597	vsnprintf.o		\
598	vsprintf.o		\
599	vwprintf.o		\
600	wprintf.o
601
602# Preserved solely to ease maintenance of 32-bit and 64-bit library builds
603# This macro should ALWAYS be empty; native APIs are already 'large file'.
604PORTSTDIO64=
605
606PORTSTDIO_W=			\
607	doscan_w.o
608
609PORTSTDIO=			\
610	__extensions.o		\
611	_endopen.o		\
612	_filbuf.o		\
613	_findbuf.o		\
614	_flsbuf.o		\
615	_wrtchk.o		\
616	clearerr.o		\
617	ctermid.o		\
618	ctermid_r.o		\
619	cuserid.o		\
620	data.o			\
621	doscan.o		\
622	fdopen.o		\
623	feof.o			\
624	ferror.o		\
625	fgetc.o			\
626	fgets.o			\
627	fileno.o		\
628	flockf.o		\
629	flush.o			\
630	fopen.o			\
631	fpos.o			\
632	fputc.o			\
633	fputs.o			\
634	fread.o			\
635	fseek.o			\
636	fseeko.o		\
637	ftell.o			\
638	ftello.o		\
639	fwrite.o		\
640	getc.o			\
641	getchar.o		\
642	getline.o		\
643	getpass.o		\
644	gets.o			\
645	getw.o			\
646	mse.o			\
647	popen.o			\
648	putc.o			\
649	putchar.o		\
650	puts.o			\
651	putw.o			\
652	rewind.o		\
653	scanf.o			\
654	setbuf.o		\
655	setbuffer.o		\
656	setvbuf.o		\
657	system.o		\
658	tempnam.o		\
659	tmpfile.o		\
660	tmpnam_r.o		\
661	ungetc.o		\
662	vscanf.o		\
663	vwscanf.o		\
664	wscanf.o
665
666PORTI18N=			\
667	getwchar.o		\
668	putwchar.o		\
669	putws.o			\
670	strtows.o		\
671	wcsnlen.o		\
672	wcsstr.o		\
673	wcstoimax.o		\
674	wcstol.o		\
675	wcstoul.o		\
676	wcswcs.o		\
677	wmemchr.o		\
678	wmemcmp.o		\
679	wmemcpy.o		\
680	wmemmove.o		\
681	wmemset.o		\
682	wscat.o			\
683	wschr.o			\
684	wscmp.o			\
685	wscpy.o			\
686	wscspn.o		\
687	wsdup.o			\
688	wslen.o			\
689	wsncat.o		\
690	wsncmp.o		\
691	wsncpy.o		\
692	wspbrk.o		\
693	wsprintf.o		\
694	wsrchr.o		\
695	wsscanf.o		\
696	wsspn.o			\
697	wstod.o			\
698	wstok.o			\
699	wstol.o			\
700	wstoll.o		\
701	wsxfrm.o		\
702	gettext.o		\
703	gettext_gnu.o		\
704	gettext_real.o		\
705	gettext_util.o		\
706	plural_parser.o		\
707	wdresolve.o		\
708	_ctype.o		\
709	isascii.o		\
710	toascii.o
711
712PORTI18N_COND=			\
713	wcstol_longlong.o	\
714	wcstoul_longlong.o
715
716PORTLOCALE=			\
717	big5.o			\
718	btowc.o			\
719	collate.o		\
720	collcmp.o		\
721	euc.o			\
722	fnmatch.o		\
723	fgetwc.o		\
724	fgetws.o		\
725	fix_grouping.o		\
726	fputwc.o		\
727	fputws.o		\
728	fwide.o			\
729	gb18030.o		\
730	gb2312.o		\
731	gbk.o			\
732	getdate.o		\
733	isdigit.o		\
734	iswctype.o		\
735	ldpart.o		\
736	lmessages.o		\
737	lnumeric.o		\
738	lmonetary.o		\
739	localeconv.o		\
740	localeimpl.o		\
741	mbftowc.o		\
742	mblen.o			\
743	mbrlen.o		\
744	mbrtowc.o		\
745	mbsinit.o		\
746	mbsnrtowcs.o		\
747	mbsrtowcs.o		\
748	mbstowcs.o		\
749	mbtowc.o		\
750	mskanji.o		\
751	nextwctype.o		\
752	nl_langinfo.o		\
753	none.o			\
754	regcomp.o		\
755	regfree.o		\
756	regerror.o		\
757	regexec.o		\
758	rune.o			\
759	runetype.o		\
760	setlocale.o		\
761	setrunelocale.o		\
762	strcasecmp.o		\
763	strcasestr.o		\
764	strcoll.o		\
765	strfmon.o		\
766	strftime.o		\
767	strncasecmp.o		\
768	strptime.o		\
769	strxfrm.o		\
770	table.o			\
771	timelocal.o		\
772	tolower.o		\
773	towlower.o		\
774	ungetwc.o		\
775	utf8.o			\
776	wcrtomb.o		\
777	wcscasecmp.o		\
778	wcscoll.o		\
779	wcsftime.o		\
780	wcsnrtombs.o		\
781	wcsrtombs.o		\
782	wcswidth.o		\
783	wcstombs.o		\
784	wcsxfrm.o		\
785	wctob.o			\
786	wctomb.o		\
787	wctrans.o		\
788	wctype.o		\
789	wcwidth.o		\
790	wscol.o
791
792AIOOBJS=			\
793	aio.o			\
794	aio_alloc.o		\
795	posix_aio.o
796
797RTOBJS=				\
798	clock_timer.o		\
799	mqueue.o		\
800	pos4obj.o		\
801	sched.o			\
802	sem.o			\
803	shm.o			\
804	sigev_thread.o
805
806TPOOLOBJS=			\
807	thread_pool.o
808
809THREADSOBJS=			\
810	alloc.o			\
811	assfail.o		\
812	cancel.o		\
813	door_calls.o		\
814	tmem.o			\
815	pthr_attr.o		\
816	pthr_barrier.o		\
817	pthr_cond.o		\
818	pthr_mutex.o		\
819	pthr_rwlock.o		\
820	pthread.o		\
821	rwlock.o		\
822	scalls.o		\
823	sema.o			\
824	sigaction.o		\
825	spawn.o			\
826	synch.o			\
827	tdb_agent.o		\
828	thr.o			\
829	thread_interface.o	\
830	tls.o			\
831	tsd.o
832
833THREADSMACHOBJS=		\
834	machdep.o
835
836THREADSASMOBJS=			\
837	asm_subr.o
838
839UNICODEOBJS=			\
840	u8_textprep.o		\
841	uconv.o
842
843UNWINDMACHOBJS=			\
844	call_frame_inst.o	\
845	eh_frame.o		\
846	thrp_unwind.o		\
847	unwind.o
848
849pics/unwind.o:= COPTFLAG64 =
850
851UNWINDASMOBJS=			\
852	unwind_frame.o
853
854# Preserved solely to ease maintenance of 32-bit and 64-bit library builds
855# This macro should ALWAYS be empty; native APIs are already 'large file'.
856PORTSYS64=
857
858PORTSYS=			\
859	_autofssys.o		\
860	access.o		\
861	acctctl.o		\
862	bsd_signal.o		\
863	chmod.o			\
864	chown.o			\
865	corectl.o		\
866	exacctsys.o		\
867	execl.o			\
868	execle.o		\
869	execv.o			\
870	eventfd.o		\
871	fcntl.o			\
872	getpagesizes.o		\
873	getpeerucred.o		\
874	inst_sync.o		\
875	issetugid.o		\
876	label.o			\
877	link.o			\
878	lockf.o			\
879	lwp.o			\
880	lwp_cond.o		\
881	lwp_rwlock.o		\
882	lwp_sigmask.o		\
883	meminfosys.o		\
884	mkdir.o			\
885	mknod.o			\
886	msgsys.o		\
887	nfssys.o		\
888	open.o			\
889	pgrpsys.o		\
890	posix_sigwait.o		\
891	ppriv.o			\
892	psetsys.o		\
893	rctlsys.o		\
894	readlink.o		\
895	rename.o		\
896	sbrk.o			\
897	semsys.o		\
898	set_errno.o		\
899	sharefs.o		\
900	shmsys.o		\
901	sidsys.o		\
902	siginterrupt.o		\
903	signal.o		\
904	sigpending.o		\
905	sigstack.o		\
906	stat.o			\
907	symlink.o		\
908	tasksys.o		\
909	time.o			\
910	time_util.o		\
911	ucontext.o		\
912	unlink.o		\
913	ustat.o			\
914	utimesys.o		\
915	zone.o
916
917PORTREGEX=			\
918	glob.o			\
919	regcmp.o		\
920	regex.o			\
921	wordexp.o
922
923VALUES=				\
924	values-Xa.o
925
926MOSTOBJS=			\
927	$(STRETS)		\
928	$(CRTOBJS)		\
929	$(DYNOBJS)		\
930	$(FPOBJS)		\
931	$(I386FPOBJS)		\
932	$(FPASMOBJS)		\
933	$(ATOMICOBJS)		\
934	$(CHACHAOBJS)		\
935	$(XATTROBJS)		\
936	$(COMOBJS)		\
937	$(GENOBJS)		\
938	$(PORTFP)		\
939	$(PORTGEN)		\
940	$(PORTGEN64)		\
941	$(PORTI18N)		\
942	$(PORTI18N_COND)	\
943	$(PORTLOCALE)		\
944	$(PORTPRINT)		\
945	$(PORTPRINT_W)		\
946	$(PORTREGEX)		\
947	$(PORTSTDIO)		\
948	$(PORTSTDIO64)		\
949	$(PORTSTDIO_W)		\
950	$(PORTSYS)		\
951	$(PORTSYS64)		\
952	$(AIOOBJS)		\
953	$(RTOBJS)		\
954	$(TPOOLOBJS)		\
955	$(THREADSOBJS)		\
956	$(THREADSMACHOBJS)	\
957	$(THREADSASMOBJS)	\
958	$(UNICODEOBJS)		\
959	$(UNWINDMACHOBJS)	\
960	$(UNWINDASMOBJS)	\
961	$(COMSYSOBJS)		\
962	$(SYSOBJS)		\
963	$(COMSYSOBJS64)		\
964	$(SYSOBJS64)		\
965	$(VALUES)
966
967TRACEOBJS=			\
968	plockstat.o
969
970# NOTE:	libc.so.1 must be linked with the minimal crti.o and crtn.o
971# modules whose source is provided in the $(SRC)/lib/common directory.
972# This must be done because otherwise the Sun C compiler would insert
973# its own versions of these modules and those versions contain code
974# to call out to C++ initialization functions.  Such C++ initialization
975# functions can call back into libc before thread initialization is
976# complete and this leads to segmentation violations and other problems.
977# Since libc contains no C++ code, linking with the minimal crti.o and
978# crtn.o modules is safe and avoids the problems described above.
979OBJECTS= $(CRTI) $(MOSTOBJS) $(CRTN)
980CRTSRCS= ../../common/amd64
981
982# include common library definitions
983include ../../Makefile.lib
984include ../../Makefile.lib.64
985
986CFLAGS64 += $(CTF_FLAGS)
987
988# This is necessary to avoid problems with calling _ex_unwind().
989# We probably don't want any inlining anyway.
990CFLAGS64 += -xinline=
991
992CERRWARN += -_gcc=-Wno-parentheses
993CERRWARN += -_gcc=-Wno-switch
994CERRWARN += -_gcc=-Wno-uninitialized
995CERRWARN += -_gcc=-Wno-unused-value
996CERRWARN += -_gcc=-Wno-unused-label
997CERRWARN += -_gcc=-Wno-unused-variable
998CERRWARN += -_gcc=-Wno-type-limits
999CERRWARN += -_gcc=-Wno-char-subscripts
1000CERRWARN += -_gcc=-Wno-clobbered
1001CERRWARN += -_gcc=-Wno-unused-function
1002CERRWARN += -_gcc=-Wno-address
1003
1004# Setting THREAD_DEBUG = -DTHREAD_DEBUG (make THREAD_DEBUG=-DTHREAD_DEBUG ...)
1005# enables ASSERT() checking in the threads portion of the library.
1006# This is automatically enabled for DEBUG builds, not for non-debug builds.
1007THREAD_DEBUG =
1008$(NOT_RELEASE_BUILD)THREAD_DEBUG = -DTHREAD_DEBUG
1009
1010# Make string literals read-only to save memory
1011CFLAGS64 += $(XSTRCONST)
1012
1013ALTPICS= $(TRACEOBJS:%=pics/%)
1014
1015$(DYNLIB) := BUILD.SO = $(LD) -o $@ -G $(DYNFLAGS) $(PICS) $(ALTPICS) $(EXTPICS)
1016
1017MAPFILES =	$(LIBCDIR)/port/mapfile-vers
1018
1019CPPFLAGS=	-D_REENTRANT -D$(MACH64) -D__$(MACH64) $(THREAD_DEBUG) \
1020		-I. -I$(LIBCBASE)/inc -I$(LIBCDIR)/inc $(CPPFLAGS.master)
1021ASFLAGS=	$(AS_PICFLAGS) -P -D__STDC__ -D_ASM $(CPPFLAGS) \
1022		$(amd64_AS_XARCH)
1023
1024# As a favor to the dtrace syscall provider, libc still calls the
1025# old syscall traps that have been obsoleted by the *at() interfaces.
1026# Delete this to compile libc using only the new *at() system call traps
1027CPPFLAGS += -D_RETAIN_OLD_SYSCALLS
1028
1029# proc64_id.o is built with defines in $(SRC)/uts/intel/sys/x86_archext.h
1030pics/proc64_id.o	:= CFLAGS64 += -I$(SRC)/uts/intel
1031
1032# Inform the run-time linker about libc specialized initialization
1033RTLDINFO =	-z rtldinfo=tls_rtldinfo
1034DYNFLAGS +=	$(RTLDINFO)
1035
1036# Force libc's internal references to be resolved immediately upon loading
1037# in order to avoid critical region problems.  Since almost all libc symbols
1038# are marked 'protected' in the mapfiles, this is a minimal set (15 to 20).
1039DYNFLAGS +=	-znow
1040
1041BUILD.s=	$(AS) $(ASFLAGS) $< -o $@
1042
1043# Override this top level flag so the compiler builds in its native
1044# C99 mode.  This has been enabled to support the complex arithmetic
1045# added to libc.
1046C99MODE=	$(C99_ENABLE)
1047
1048# libc method of building an archive
1049# The "$(GREP) -v ' L '" part is necessary only until
1050# lorder is fixed to ignore thread-local variables.
1051BUILD.AR= $(RM) $@ ; \
1052	$(AR) q $@ `$(LORDER) $(MOSTOBJS:%=$(DIR)/%) | $(GREP) -v ' L ' | $(TSORT)`
1053
1054# extra files for the clean target
1055CLEANFILES=			\
1056	$(LIBCDIR)/port/gen/errlst.c	\
1057	$(LIBCDIR)/port/gen/new_list.c	\
1058	assym.h			\
1059	genassym		\
1060	crt/_rtld.s		\
1061	pics/crti.o		\
1062	pics/crtn.o		\
1063	$(ALTPICS)
1064
1065CLOBBERFILES +=	$(LIB_PIC)
1066
1067# list of C source for lint
1068SRCS=							\
1069	$(ATOMICOBJS:%.o=$(SRC)/common/atomic/%.c)	\
1070	$(XATTROBJS:%.o=$(SRC)/common/xattr/%.c)	\
1071	$(COMOBJS:%.o=$(SRC)/common/util/%.c)		\
1072	$(PORTFP:%.o=$(LIBCDIR)/port/fp/%.c)			\
1073	$(PORTGEN:%.o=$(LIBCDIR)/port/gen/%.c)			\
1074	$(PORTI18N:%.o=$(LIBCDIR)/port/i18n/%.c)		\
1075	$(PORTLOCALE:%.o=$(LIBCDIR)/port/locale/%.c)		\
1076	$(PORTPRINT:%.o=$(LIBCDIR)/port/print/%.c)		\
1077	$(PORTREGEX:%.o=$(LIBCDIR)/port/regex/%.c)		\
1078	$(PORTSTDIO:%.o=$(LIBCDIR)/port/stdio/%.c)		\
1079	$(PORTSYS:%.o=$(LIBCDIR)/port/sys/%.c)			\
1080	$(AIOOBJS:%.o=$(LIBCDIR)/port/aio/%.c)			\
1081	$(RTOBJS:%.o=$(LIBCDIR)/port/rt/%.c)			\
1082	$(TPOOLOBJS:%.o=$(LIBCDIR)/port/tpool/%.c)		\
1083	$(THREADSOBJS:%.o=$(LIBCDIR)/port/threads/%.c)		\
1084	$(THREADSMACHOBJS:%.o=threads/%.c)		\
1085	$(UNICODEOBJS:%.o=$(SRC)/common/unicode/%.c)	\
1086	$(UNWINDMACHOBJS:%.o=unwind/%.c)		\
1087	$(FPOBJS:%.o=fp/%.c)				\
1088	$(I386FPOBJS:%.o=$(LIBCDIR)/i386/fp/%.c)		\
1089	$(LIBCBASE)/gen/ecvt.c				\
1090	$(LIBCBASE)/gen/makectxt.c			\
1091	$(LIBCBASE)/gen/siginfolst.c			\
1092	$(LIBCBASE)/gen/siglongjmp.c			\
1093	$(LIBCBASE)/gen/sync_instruction_memory.c	\
1094	$(LIBCBASE)/sys/uadmin.c
1095
1096# conditional assignments
1097# $(DYNLIB) $(LIB_PIC) := DYNOBJS = _rtbootld.o
1098$(DYNLIB) := CRTI = crti.o
1099$(DYNLIB) := CRTN = crtn.o
1100
1101# Files which need the threads .il inline template
1102TIL=				\
1103	aio.o			\
1104	alloc.o			\
1105	assfail.o		\
1106	atexit.o		\
1107	atfork.o		\
1108	cancel.o		\
1109	door_calls.o		\
1110	err.o			\
1111	errno.o			\
1112	lwp.o			\
1113	ma.o			\
1114	machdep.o		\
1115	posix_aio.o		\
1116	pthr_attr.o		\
1117	pthr_barrier.o		\
1118	pthr_cond.o		\
1119	pthr_mutex.o		\
1120	pthr_rwlock.o		\
1121	pthread.o		\
1122	rand.o			\
1123	rwlock.o		\
1124	scalls.o		\
1125	sched.o			\
1126	sema.o			\
1127	sigaction.o		\
1128	sigev_thread.o		\
1129	spawn.o			\
1130	stack.o			\
1131	synch.o			\
1132	tdb_agent.o		\
1133	thr.o			\
1134	thread_interface.o	\
1135	thread_pool.o		\
1136	thrp_unwind.o		\
1137	tls.o			\
1138	tmem.o			\
1139	tsd.o
1140
1141$(TIL:%=pics/%) := CFLAGS64 += $(LIBCBASE)/threads/amd64.il
1142
1143# pics/mul64.o := CFLAGS64 += crt/mul64.il
1144
1145# large-file-aware components that should be built large
1146
1147#$(COMSYSOBJS64:%=pics/%) := \
1148#	CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
1149
1150#$(SYSOBJS64:%=pics/%) := \
1151#	CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
1152
1153#$(PORTGEN64:%=pics/%) := \
1154#	CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
1155
1156#$(PORTSTDIO64:%=pics/%) := \
1157#	CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
1158
1159#$(PORTSYS64:%=pics/%) := \
1160#	CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
1161
1162$(PORTSTDIO_W:%=pics/%) := \
1163	CPPFLAGS += -D_WIDE
1164
1165$(PORTPRINT_W:%=pics/%) := \
1166	CPPFLAGS += -D_WIDE
1167
1168$(PORTPRINT_C89:%=pics/%) := \
1169	CPPFLAGS += -D_C89_INTMAX32
1170
1171$(PORTSTDIO_C89:%=pics/%) := \
1172	CPPFLAGS += -D_C89_INTMAX32
1173
1174$(PORTI18N_COND:%=pics/%) := \
1175	CPPFLAGS += -D_WCS_LONGLONG
1176
1177pics/arc4random.o :=	CPPFLAGS += -I$(SRC)/common/crypto/chacha
1178
1179.KEEP_STATE:
1180
1181all: $(LIBS) $(LIB_PIC)
1182
1183lint	:=	CPPFLAGS += -I$(LIBCDIR)/$(MACH)/fp
1184lint	:=	CPPFLAGS += -D_MSE_INT_H -D_LCONV_C99
1185lint	:=	LINTFLAGS64 += -mn -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
1186
1187lint:
1188	@echo $(LINT.c) ... $(LDLIBS)
1189	@$(LINT.c) $(SRCS) $(LDLIBS)
1190
1191$(LINTLIB):= SRCS=$(LIBCDIR)/port/llib-lc
1192$(LINTLIB):= CPPFLAGS += -D_MSE_INT_H
1193$(LINTLIB):= LINTFLAGS64=-nvx -m64
1194
1195# object files that depend on inline template
1196$(TIL:%=pics/%): $(LIBCBASE)/threads/amd64.il
1197# pics/mul64.o: crt/mul64.il
1198
1199# include common libc targets
1200include ../Makefile.targ
1201
1202# We need to strip out all CTF data from the static library
1203$(LIB_PIC) := DIR = pics
1204$(LIB_PIC): pics $$(PICS)
1205	$(BUILD.AR)
1206	$(MCS) -d -n .SUNW_ctf $@ > /dev/null 2>&1
1207	$(AR) -ts $@ > /dev/null
1208	$(POST_PROCESS_A)
1209
1210ASSYMDEP_OBJS=			\
1211	_lwp_mutex_unlock.o	\
1212	_stack_grow.o		\
1213	asm_subr.o		\
1214	getcontext.o		\
1215	setjmp.o		\
1216	tls_get_addr.o		\
1217	vforkx.o
1218
1219$(ASSYMDEP_OBJS:%=pics/%): assym.h
1220
1221# assym.h build rules
1222
1223GENASSYM_C = genassym.c
1224
1225genassym: $(GENASSYM_C)
1226	$(NATIVECC) -Iinc -I$(LIBCDIR)/inc $(CPPFLAGS.native)	\
1227		-o $@ $(GENASSYM_C)
1228
1229OFFSETS = $(LIBCDIR)/$(MACH)/offsets.in
1230
1231assym.h: $(OFFSETS) genassym
1232	$(OFFSETS_CREATE) <$(OFFSETS) >$@
1233	./genassym >>$@
1234
1235# derived C source and related explicit dependencies
1236$(LIBCDIR)/port/gen/errlst.c + \
1237$(LIBCDIR)/port/gen/new_list.c: $(LIBCDIR)/port/gen/errlist $(LIBCDIR)/port/gen/errlist.awk
1238	cd $(LIBCDIR)/port/gen; pwd; $(AWK) -f errlist.awk < errlist
1239
1240pics/errlst.o: $(LIBCDIR)/port/gen/errlst.c
1241
1242pics/new_list.o: $(LIBCDIR)/port/gen/new_list.c
1243