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 epoll.o \ 867 exacctsys.o \ 868 execl.o \ 869 execle.o \ 870 execv.o \ 871 eventfd.o \ 872 fcntl.o \ 873 getpagesizes.o \ 874 getpeerucred.o \ 875 inst_sync.o \ 876 issetugid.o \ 877 label.o \ 878 link.o \ 879 lockf.o \ 880 lwp.o \ 881 lwp_cond.o \ 882 lwp_rwlock.o \ 883 lwp_sigmask.o \ 884 meminfosys.o \ 885 mkdir.o \ 886 mknod.o \ 887 msgsys.o \ 888 nfssys.o \ 889 open.o \ 890 pgrpsys.o \ 891 posix_sigwait.o \ 892 ppriv.o \ 893 psetsys.o \ 894 rctlsys.o \ 895 readlink.o \ 896 rename.o \ 897 sbrk.o \ 898 semsys.o \ 899 set_errno.o \ 900 sharefs.o \ 901 shmsys.o \ 902 sidsys.o \ 903 siginterrupt.o \ 904 signal.o \ 905 signalfd.o \ 906 sigpending.o \ 907 sigstack.o \ 908 stat.o \ 909 symlink.o \ 910 tasksys.o \ 911 time.o \ 912 time_util.o \ 913 timerfd.o \ 914 ucontext.o \ 915 unlink.o \ 916 ustat.o \ 917 utimesys.o \ 918 zone.o 919 920PORTREGEX= \ 921 glob.o \ 922 regcmp.o \ 923 regex.o \ 924 wordexp.o 925 926VALUES= \ 927 values-Xa.o 928 929MOSTOBJS= \ 930 $(STRETS) \ 931 $(CRTOBJS) \ 932 $(DYNOBJS) \ 933 $(FPOBJS) \ 934 $(I386FPOBJS) \ 935 $(FPASMOBJS) \ 936 $(ATOMICOBJS) \ 937 $(CHACHAOBJS) \ 938 $(XATTROBJS) \ 939 $(COMOBJS) \ 940 $(GENOBJS) \ 941 $(PORTFP) \ 942 $(PORTGEN) \ 943 $(PORTGEN64) \ 944 $(PORTI18N) \ 945 $(PORTI18N_COND) \ 946 $(PORTLOCALE) \ 947 $(PORTPRINT) \ 948 $(PORTPRINT_W) \ 949 $(PORTREGEX) \ 950 $(PORTSTDIO) \ 951 $(PORTSTDIO64) \ 952 $(PORTSTDIO_W) \ 953 $(PORTSYS) \ 954 $(PORTSYS64) \ 955 $(AIOOBJS) \ 956 $(RTOBJS) \ 957 $(TPOOLOBJS) \ 958 $(THREADSOBJS) \ 959 $(THREADSMACHOBJS) \ 960 $(THREADSASMOBJS) \ 961 $(UNICODEOBJS) \ 962 $(UNWINDMACHOBJS) \ 963 $(UNWINDASMOBJS) \ 964 $(COMSYSOBJS) \ 965 $(SYSOBJS) \ 966 $(COMSYSOBJS64) \ 967 $(SYSOBJS64) \ 968 $(VALUES) 969 970TRACEOBJS= \ 971 plockstat.o 972 973# NOTE: libc.so.1 must be linked with the minimal crti.o and crtn.o 974# modules whose source is provided in the $(SRC)/lib/common directory. 975# This must be done because otherwise the Sun C compiler would insert 976# its own versions of these modules and those versions contain code 977# to call out to C++ initialization functions. Such C++ initialization 978# functions can call back into libc before thread initialization is 979# complete and this leads to segmentation violations and other problems. 980# Since libc contains no C++ code, linking with the minimal crti.o and 981# crtn.o modules is safe and avoids the problems described above. 982OBJECTS= $(CRTI) $(MOSTOBJS) $(CRTN) 983CRTSRCS= ../../common/amd64 984 985# include common library definitions 986include ../../Makefile.lib 987include ../../Makefile.lib.64 988 989CFLAGS64 += $(CTF_FLAGS) 990 991# This is necessary to avoid problems with calling _ex_unwind(). 992# We probably don't want any inlining anyway. 993CFLAGS64 += -xinline= 994 995CERRWARN += -_gcc=-Wno-parentheses 996CERRWARN += -_gcc=-Wno-switch 997CERRWARN += -_gcc=-Wno-uninitialized 998CERRWARN += -_gcc=-Wno-unused-value 999CERRWARN += -_gcc=-Wno-unused-label 1000CERRWARN += -_gcc=-Wno-unused-variable 1001CERRWARN += -_gcc=-Wno-type-limits 1002CERRWARN += -_gcc=-Wno-char-subscripts 1003CERRWARN += -_gcc=-Wno-clobbered 1004CERRWARN += -_gcc=-Wno-unused-function 1005CERRWARN += -_gcc=-Wno-address 1006 1007# Setting THREAD_DEBUG = -DTHREAD_DEBUG (make THREAD_DEBUG=-DTHREAD_DEBUG ...) 1008# enables ASSERT() checking in the threads portion of the library. 1009# This is automatically enabled for DEBUG builds, not for non-debug builds. 1010THREAD_DEBUG = 1011$(NOT_RELEASE_BUILD)THREAD_DEBUG = -DTHREAD_DEBUG 1012 1013# Make string literals read-only to save memory 1014CFLAGS64 += $(XSTRCONST) 1015 1016ALTPICS= $(TRACEOBJS:%=pics/%) 1017 1018$(DYNLIB) := BUILD.SO = $(LD) -o $@ -G $(DYNFLAGS) $(PICS) $(ALTPICS) $(EXTPICS) 1019 1020MAPFILES = $(LIBCDIR)/port/mapfile-vers 1021 1022CPPFLAGS= -D_REENTRANT -D$(MACH64) -D__$(MACH64) $(THREAD_DEBUG) \ 1023 -I. -I$(LIBCBASE)/inc -I$(LIBCDIR)/inc $(CPPFLAGS.master) 1024ASFLAGS= $(AS_PICFLAGS) -P -D__STDC__ -D_ASM $(CPPFLAGS) \ 1025 $(amd64_AS_XARCH) 1026 1027# As a favor to the dtrace syscall provider, libc still calls the 1028# old syscall traps that have been obsoleted by the *at() interfaces. 1029# Delete this to compile libc using only the new *at() system call traps 1030CPPFLAGS += -D_RETAIN_OLD_SYSCALLS 1031 1032# proc64_id.o is built with defines in $(SRC)/uts/intel/sys/x86_archext.h 1033pics/proc64_id.o := CFLAGS64 += -I$(SRC)/uts/intel 1034 1035# Inform the run-time linker about libc specialized initialization 1036RTLDINFO = -z rtldinfo=tls_rtldinfo 1037DYNFLAGS += $(RTLDINFO) 1038 1039# Force libc's internal references to be resolved immediately upon loading 1040# in order to avoid critical region problems. Since almost all libc symbols 1041# are marked 'protected' in the mapfiles, this is a minimal set (15 to 20). 1042DYNFLAGS += -znow 1043 1044BUILD.s= $(AS) $(ASFLAGS) $< -o $@ 1045 1046# Override this top level flag so the compiler builds in its native 1047# C99 mode. This has been enabled to support the complex arithmetic 1048# added to libc. 1049C99MODE= $(C99_ENABLE) 1050 1051# libc method of building an archive 1052# The "$(GREP) -v ' L '" part is necessary only until 1053# lorder is fixed to ignore thread-local variables. 1054BUILD.AR= $(RM) $@ ; \ 1055 $(AR) q $@ `$(LORDER) $(MOSTOBJS:%=$(DIR)/%) | $(GREP) -v ' L ' | $(TSORT)` 1056 1057# extra files for the clean target 1058CLEANFILES= \ 1059 $(LIBCDIR)/port/gen/errlst.c \ 1060 $(LIBCDIR)/port/gen/new_list.c \ 1061 assym.h \ 1062 genassym \ 1063 crt/_rtld.s \ 1064 pics/crti.o \ 1065 pics/crtn.o \ 1066 $(ALTPICS) 1067 1068CLOBBERFILES += $(LIB_PIC) 1069 1070# list of C source for lint 1071SRCS= \ 1072 $(ATOMICOBJS:%.o=$(SRC)/common/atomic/%.c) \ 1073 $(XATTROBJS:%.o=$(SRC)/common/xattr/%.c) \ 1074 $(COMOBJS:%.o=$(SRC)/common/util/%.c) \ 1075 $(PORTFP:%.o=$(LIBCDIR)/port/fp/%.c) \ 1076 $(PORTGEN:%.o=$(LIBCDIR)/port/gen/%.c) \ 1077 $(PORTI18N:%.o=$(LIBCDIR)/port/i18n/%.c) \ 1078 $(PORTLOCALE:%.o=$(LIBCDIR)/port/locale/%.c) \ 1079 $(PORTPRINT:%.o=$(LIBCDIR)/port/print/%.c) \ 1080 $(PORTREGEX:%.o=$(LIBCDIR)/port/regex/%.c) \ 1081 $(PORTSTDIO:%.o=$(LIBCDIR)/port/stdio/%.c) \ 1082 $(PORTSYS:%.o=$(LIBCDIR)/port/sys/%.c) \ 1083 $(AIOOBJS:%.o=$(LIBCDIR)/port/aio/%.c) \ 1084 $(RTOBJS:%.o=$(LIBCDIR)/port/rt/%.c) \ 1085 $(TPOOLOBJS:%.o=$(LIBCDIR)/port/tpool/%.c) \ 1086 $(THREADSOBJS:%.o=$(LIBCDIR)/port/threads/%.c) \ 1087 $(THREADSMACHOBJS:%.o=threads/%.c) \ 1088 $(UNICODEOBJS:%.o=$(SRC)/common/unicode/%.c) \ 1089 $(UNWINDMACHOBJS:%.o=unwind/%.c) \ 1090 $(FPOBJS:%.o=fp/%.c) \ 1091 $(I386FPOBJS:%.o=$(LIBCDIR)/i386/fp/%.c) \ 1092 $(LIBCBASE)/gen/ecvt.c \ 1093 $(LIBCBASE)/gen/makectxt.c \ 1094 $(LIBCBASE)/gen/siginfolst.c \ 1095 $(LIBCBASE)/gen/siglongjmp.c \ 1096 $(LIBCBASE)/gen/sync_instruction_memory.c \ 1097 $(LIBCBASE)/sys/uadmin.c 1098 1099# conditional assignments 1100# $(DYNLIB) $(LIB_PIC) := DYNOBJS = _rtbootld.o 1101$(DYNLIB) := CRTI = crti.o 1102$(DYNLIB) := CRTN = crtn.o 1103 1104# Files which need the threads .il inline template 1105TIL= \ 1106 aio.o \ 1107 alloc.o \ 1108 assfail.o \ 1109 atexit.o \ 1110 atfork.o \ 1111 cancel.o \ 1112 door_calls.o \ 1113 err.o \ 1114 errno.o \ 1115 lwp.o \ 1116 ma.o \ 1117 machdep.o \ 1118 posix_aio.o \ 1119 pthr_attr.o \ 1120 pthr_barrier.o \ 1121 pthr_cond.o \ 1122 pthr_mutex.o \ 1123 pthr_rwlock.o \ 1124 pthread.o \ 1125 rand.o \ 1126 rwlock.o \ 1127 scalls.o \ 1128 sched.o \ 1129 sema.o \ 1130 sigaction.o \ 1131 sigev_thread.o \ 1132 spawn.o \ 1133 stack.o \ 1134 synch.o \ 1135 tdb_agent.o \ 1136 thr.o \ 1137 thread_interface.o \ 1138 thread_pool.o \ 1139 thrp_unwind.o \ 1140 tls.o \ 1141 tmem.o \ 1142 tsd.o 1143 1144$(TIL:%=pics/%) := CFLAGS64 += $(LIBCBASE)/threads/amd64.il 1145 1146# pics/mul64.o := CFLAGS64 += crt/mul64.il 1147 1148# large-file-aware components that should be built large 1149 1150#$(COMSYSOBJS64:%=pics/%) := \ 1151# CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 1152 1153#$(SYSOBJS64:%=pics/%) := \ 1154# CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 1155 1156#$(PORTGEN64:%=pics/%) := \ 1157# CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 1158 1159#$(PORTSTDIO64:%=pics/%) := \ 1160# CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 1161 1162#$(PORTSYS64:%=pics/%) := \ 1163# CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 1164 1165$(PORTSTDIO_W:%=pics/%) := \ 1166 CPPFLAGS += -D_WIDE 1167 1168$(PORTPRINT_W:%=pics/%) := \ 1169 CPPFLAGS += -D_WIDE 1170 1171$(PORTPRINT_C89:%=pics/%) := \ 1172 CPPFLAGS += -D_C89_INTMAX32 1173 1174$(PORTSTDIO_C89:%=pics/%) := \ 1175 CPPFLAGS += -D_C89_INTMAX32 1176 1177$(PORTI18N_COND:%=pics/%) := \ 1178 CPPFLAGS += -D_WCS_LONGLONG 1179 1180pics/arc4random.o := CPPFLAGS += -I$(SRC)/common/crypto/chacha 1181 1182.KEEP_STATE: 1183 1184all: $(LIBS) $(LIB_PIC) 1185 1186lint := CPPFLAGS += -I$(LIBCDIR)/$(MACH)/fp 1187lint := CPPFLAGS += -D_MSE_INT_H -D_LCONV_C99 1188lint := LINTFLAGS64 += -mn -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED 1189 1190lint: 1191 @echo $(LINT.c) ... $(LDLIBS) 1192 @$(LINT.c) $(SRCS) $(LDLIBS) 1193 1194$(LINTLIB):= SRCS=$(LIBCDIR)/port/llib-lc 1195$(LINTLIB):= CPPFLAGS += -D_MSE_INT_H 1196$(LINTLIB):= LINTFLAGS64=-nvx -m64 1197 1198# object files that depend on inline template 1199$(TIL:%=pics/%): $(LIBCBASE)/threads/amd64.il 1200# pics/mul64.o: crt/mul64.il 1201 1202# include common libc targets 1203include ../Makefile.targ 1204 1205# We need to strip out all CTF data from the static library 1206$(LIB_PIC) := DIR = pics 1207$(LIB_PIC): pics $$(PICS) 1208 $(BUILD.AR) 1209 $(MCS) -d -n .SUNW_ctf $@ > /dev/null 2>&1 1210 $(AR) -ts $@ > /dev/null 1211 $(POST_PROCESS_A) 1212 1213ASSYMDEP_OBJS= \ 1214 _lwp_mutex_unlock.o \ 1215 _stack_grow.o \ 1216 asm_subr.o \ 1217 getcontext.o \ 1218 setjmp.o \ 1219 tls_get_addr.o \ 1220 vforkx.o 1221 1222$(ASSYMDEP_OBJS:%=pics/%): assym.h 1223 1224# assym.h build rules 1225 1226GENASSYM_C = genassym.c 1227 1228genassym: $(GENASSYM_C) 1229 $(NATIVECC) -Iinc -I$(LIBCDIR)/inc $(CPPFLAGS.native) \ 1230 -o $@ $(GENASSYM_C) 1231 1232OFFSETS = $(LIBCDIR)/$(MACH)/offsets.in 1233 1234assym.h: $(OFFSETS) genassym 1235 $(OFFSETS_CREATE) <$(OFFSETS) >$@ 1236 ./genassym >>$@ 1237 1238# derived C source and related explicit dependencies 1239$(LIBCDIR)/port/gen/errlst.c + \ 1240$(LIBCDIR)/port/gen/new_list.c: $(LIBCDIR)/port/gen/errlist $(LIBCDIR)/port/gen/errlist.awk 1241 cd $(LIBCDIR)/port/gen; pwd; $(AWK) -f errlist.awk < errlist 1242 1243pics/errlst.o: $(LIBCDIR)/port/gen/errlst.c 1244 1245pics/new_list.o: $(LIBCDIR)/port/gen/new_list.c 1246