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