1 #
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet
9 # at http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2011, Richard Lowe
14 # Copyright 2018 Nexenta Systems, Inc.
15 # Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved.
16 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
17 # Copyright 2018 Joyent, Inc.
18 # Copyright 2018 Jason King
19 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
20 #
21
22 include $(SRC)/Makefile.master
23
24 MANSECT= 3c
25
26 MANFILES= __fbufsize.3c \
27 _longjmp.3c \
28 _stack_grow.3c \
29 a64l.3c \
30 abort.3c \
31 abs.3c \
32 addsev.3c \
33 addseverity.3c \
34 aio_cancel.3c \
35 aio_error.3c \
36 aio_fsync.3c \
37 aio_read.3c \
49 atomic_add.3c \
50 atomic_and.3c \
51 atomic_bits.3c \
52 atomic_cas.3c \
53 atomic_dec.3c \
54 atomic_inc.3c \
55 atomic_ops.3c \
56 atomic_or.3c \
57 atomic_swap.3c \
58 attropen.3c \
59 basename.3c \
60 bsd_signal.3c \
61 bsearch.3c \
62 bstring.3c \
63 btowc.3c \
64 byteorder.3c \
65 call_once.3c \
66 catgets.3c \
67 catopen.3c \
68 cfgetispeed.3c \
69 cfsetispeed.3c \
70 clearenv.3c \
71 clock.3c \
72 clock_nanosleep.3c \
73 clock_settime.3c \
74 closedir.3c \
75 closefrom.3c \
76 cnd.3c \
77 cond_init.3c \
78 confstr.3c \
79 crypt.3c \
80 crypt_genhash_impl.3c \
81 crypt_gensalt.3c \
82 crypt_gensalt_impl.3c \
83 cset.3c \
84 ctermid.3c \
85 ctime.3c \
86 ctype.3c \
87 cuserid.3c \
88 daemon.3c \
712 backtrace.3c \
713 backtrace_symbols.3c \
714 backtrace_symbols_fd.3c \
715 bcmp.3c \
716 bcopy.3c \
717 be16toh.3c \
718 be32toh.3c \
719 be64toh.3c \
720 betoh16.3c \
721 betoh32.3c \
722 betoh64.3c \
723 bind_textdomain_codeset.3c \
724 bindtextdomain.3c \
725 btowc_l.3c \
726 bzero.3c \
727 calloc.3c \
728 canonicalize_file_name.3c \
729 catclose.3c \
730 cfgetospeed.3c \
731 cfsetospeed.3c \
732 cftime.3c \
733 clearerr.3c \
734 clock_getres.3c \
735 clock_gettime.3c \
736 closelog.3c \
737 cnd_broadcast.3c \
738 cnd_destroy.3c \
739 cnd_init.3c \
740 cnd_signal.3c \
741 cnd_timedwait.3c \
742 cnd_wait.3c \
743 cond_broadcast.3c \
744 cond_destroy.3c \
745 cond_reltimedwait.3c \
746 cond_signal.3c \
747 cond_timedwait.3c \
748 cond_wait.3c \
749 csetcol.3c \
750 csetlen.3c \
751 csetno.3c \
1583 bcopy.3c := LINKSRC = bstring.3c
1584 bzero.3c := LINKSRC = bstring.3c
1585 explicit_bzero.3c := LINKSRC = bstring.3c
1586
1587 btowc_l.3c := LINKSRC = btowc.3c
1588
1589 htonl.3c := LINKSRC = byteorder.3c
1590 htonll.3c := LINKSRC = byteorder.3c
1591 htons.3c := LINKSRC = byteorder.3c
1592 ntohl.3c := LINKSRC = byteorder.3c
1593 ntohll.3c := LINKSRC = byteorder.3c
1594 ntohs.3c := LINKSRC = byteorder.3c
1595
1596 canonicalize_file_name.3c := LINKSRC = realpath.3c
1597
1598 catclose.3c := LINKSRC = catopen.3c
1599
1600 cfgetospeed.3c := LINKSRC = cfgetispeed.3c
1601
1602 cfsetospeed.3c := LINKSRC = cfsetispeed.3c
1603
1604 clock_getres.3c := LINKSRC = clock_settime.3c
1605 clock_gettime.3c := LINKSRC = clock_settime.3c
1606
1607 fdwalk.3c := LINKSRC = closefrom.3c
1608
1609 cnd_broadcast.3c := LINKSRC = cnd.3c
1610 cnd_destroy.3c := LINKSRC = cnd.3c
1611 cnd_init.3c := LINKSRC = cnd.3c
1612 cnd_signal.3c := LINKSRC = cnd.3c
1613 cnd_timedwait.3c := LINKSRC = cnd.3c
1614 cnd_wait.3c := LINKSRC = cnd.3c
1615
1616 cond_broadcast.3c := LINKSRC = cond_init.3c
1617 cond_destroy.3c := LINKSRC = cond_init.3c
1618 cond_reltimedwait.3c := LINKSRC = cond_init.3c
1619 cond_signal.3c := LINKSRC = cond_init.3c
1620 cond_timedwait.3c := LINKSRC = cond_init.3c
1621 cond_wait.3c := LINKSRC = cond_init.3c
1622
|
1 #
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet
9 # at http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2011, Richard Lowe
14 # Copyright 2018 Nexenta Systems, Inc.
15 # Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved.
16 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
17 # Copyright 2019 Joyent, Inc.
18 # Copyright 2018 Jason King
19 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
20 #
21
22 include $(SRC)/Makefile.master
23
24 MANSECT= 3c
25
26 MANFILES= __fbufsize.3c \
27 _longjmp.3c \
28 _stack_grow.3c \
29 a64l.3c \
30 abort.3c \
31 abs.3c \
32 addsev.3c \
33 addseverity.3c \
34 aio_cancel.3c \
35 aio_error.3c \
36 aio_fsync.3c \
37 aio_read.3c \
49 atomic_add.3c \
50 atomic_and.3c \
51 atomic_bits.3c \
52 atomic_cas.3c \
53 atomic_dec.3c \
54 atomic_inc.3c \
55 atomic_ops.3c \
56 atomic_or.3c \
57 atomic_swap.3c \
58 attropen.3c \
59 basename.3c \
60 bsd_signal.3c \
61 bsearch.3c \
62 bstring.3c \
63 btowc.3c \
64 byteorder.3c \
65 call_once.3c \
66 catgets.3c \
67 catopen.3c \
68 cfgetispeed.3c \
69 cfmakeraw.3c \
70 cfsetispeed.3c \
71 clearenv.3c \
72 clock.3c \
73 clock_nanosleep.3c \
74 clock_settime.3c \
75 closedir.3c \
76 closefrom.3c \
77 cnd.3c \
78 cond_init.3c \
79 confstr.3c \
80 crypt.3c \
81 crypt_genhash_impl.3c \
82 crypt_gensalt.3c \
83 crypt_gensalt_impl.3c \
84 cset.3c \
85 ctermid.3c \
86 ctime.3c \
87 ctype.3c \
88 cuserid.3c \
89 daemon.3c \
713 backtrace.3c \
714 backtrace_symbols.3c \
715 backtrace_symbols_fd.3c \
716 bcmp.3c \
717 bcopy.3c \
718 be16toh.3c \
719 be32toh.3c \
720 be64toh.3c \
721 betoh16.3c \
722 betoh32.3c \
723 betoh64.3c \
724 bind_textdomain_codeset.3c \
725 bindtextdomain.3c \
726 btowc_l.3c \
727 bzero.3c \
728 calloc.3c \
729 canonicalize_file_name.3c \
730 catclose.3c \
731 cfgetospeed.3c \
732 cfsetospeed.3c \
733 cfsetspeed.3c \
734 cftime.3c \
735 clearerr.3c \
736 clock_getres.3c \
737 clock_gettime.3c \
738 closelog.3c \
739 cnd_broadcast.3c \
740 cnd_destroy.3c \
741 cnd_init.3c \
742 cnd_signal.3c \
743 cnd_timedwait.3c \
744 cnd_wait.3c \
745 cond_broadcast.3c \
746 cond_destroy.3c \
747 cond_reltimedwait.3c \
748 cond_signal.3c \
749 cond_timedwait.3c \
750 cond_wait.3c \
751 csetcol.3c \
752 csetlen.3c \
753 csetno.3c \
1585 bcopy.3c := LINKSRC = bstring.3c
1586 bzero.3c := LINKSRC = bstring.3c
1587 explicit_bzero.3c := LINKSRC = bstring.3c
1588
1589 btowc_l.3c := LINKSRC = btowc.3c
1590
1591 htonl.3c := LINKSRC = byteorder.3c
1592 htonll.3c := LINKSRC = byteorder.3c
1593 htons.3c := LINKSRC = byteorder.3c
1594 ntohl.3c := LINKSRC = byteorder.3c
1595 ntohll.3c := LINKSRC = byteorder.3c
1596 ntohs.3c := LINKSRC = byteorder.3c
1597
1598 canonicalize_file_name.3c := LINKSRC = realpath.3c
1599
1600 catclose.3c := LINKSRC = catopen.3c
1601
1602 cfgetospeed.3c := LINKSRC = cfgetispeed.3c
1603
1604 cfsetospeed.3c := LINKSRC = cfsetispeed.3c
1605 cfsetspeed.3c := LINKSRC = cfsetispeed.3c
1606
1607 clock_getres.3c := LINKSRC = clock_settime.3c
1608 clock_gettime.3c := LINKSRC = clock_settime.3c
1609
1610 fdwalk.3c := LINKSRC = closefrom.3c
1611
1612 cnd_broadcast.3c := LINKSRC = cnd.3c
1613 cnd_destroy.3c := LINKSRC = cnd.3c
1614 cnd_init.3c := LINKSRC = cnd.3c
1615 cnd_signal.3c := LINKSRC = cnd.3c
1616 cnd_timedwait.3c := LINKSRC = cnd.3c
1617 cnd_wait.3c := LINKSRC = cnd.3c
1618
1619 cond_broadcast.3c := LINKSRC = cond_init.3c
1620 cond_destroy.3c := LINKSRC = cond_init.3c
1621 cond_reltimedwait.3c := LINKSRC = cond_init.3c
1622 cond_signal.3c := LINKSRC = cond_init.3c
1623 cond_timedwait.3c := LINKSRC = cond_init.3c
1624 cond_wait.3c := LINKSRC = cond_init.3c
1625
|