annotate usr/src/man/man3c_db/Makefile @ 14173:6b6815d682dd

3600 edit(1) is a bad .so reference Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
author Yuri Pankov <yuri.pankov@nexenta.com>
date Thu, 29 Aug 2013 02:33:28 +0400
parents b54231762cfa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
1 #
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
2 # This file and its contents are supplied under the terms of the
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
3 # Common Development and Distribution License ("CDDL"), version 1.0.
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
4 # You may only use this file in accordance with the terms of version
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
5 # 1.0 of the CDDL.
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
6 #
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
7 # A full copy of the text of the CDDL should have accompanied this
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
8 # source. A copy of the CDDL is also available via the Internet
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
9 # at http://www.illumos.org/license/CDDL.
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
10 #
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
11
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
12 #
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
13 # Copyright 2011, Richard Lowe
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
14 # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
15 #
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
16
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
17 include $(SRC)/Makefile.master
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
18
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
19 MANSECT= 3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
20
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
21 MANFILES= td_init.3c_db \
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
22 td_log.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
23 td_sync_get_info.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
24 td_ta_enable_stats.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
25 td_ta_event_addr.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
26 td_ta_get_nthreads.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
27 td_ta_map_addr2sync.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
28 td_ta_map_id2thr.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
29 td_ta_new.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
30 td_ta_setconcurrency.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
31 td_ta_sync_iter.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
32 td_thr_dbsuspend.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
33 td_thr_get_info.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
34 td_thr_getgregs.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
35 td_thr_lockowner.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
36 td_thr_setprio.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
37 td_thr_setsigpending.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
38 td_thr_sleepinfo.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
39 td_thr_tsd.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
40 td_thr_validate.3c_db
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
41
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
42 MANLINKS= td_event_addset.3c_db \
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
43 td_event_delset.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
44 td_event_emptyset.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
45 td_event_fillset.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
46 td_eventisempty.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
47 td_eventismember.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
48 td_sync_get_stats.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
49 td_sync_setstate.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
50 td_sync_waiters.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
51 td_ta_clear_event.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
52 td_ta_delete.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
53 td_ta_event_getmsg.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
54 td_ta_get_ph.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
55 td_ta_get_stats.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
56 td_ta_map_lwp2thr.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
57 td_ta_reset_stats.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
58 td_ta_set_event.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
59 td_ta_sync_tracking_enable.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
60 td_ta_thr_iter.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
61 td_ta_tsd_iter.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
62 td_thr_clear_event.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
63 td_thr_dbresume.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
64 td_thr_event_enable.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
65 td_thr_event_getmsg.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
66 td_thr_getfpregs.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
67 td_thr_getxregs.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
68 td_thr_getxregsize.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
69 td_thr_set_event.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
70 td_thr_setfpregs.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
71 td_thr_setgregs.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
72 td_thr_setxregs.3c_db \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
73 td_thr_sigsetmask.3c_db
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
74
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
75 td_sync_get_stats.3c_db := LINKSRC = td_sync_get_info.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
76 td_sync_setstate.3c_db := LINKSRC = td_sync_get_info.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
77 td_sync_waiters.3c_db := LINKSRC = td_sync_get_info.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
78 td_ta_sync_tracking_enable.3c_db:= LINKSRC = td_sync_get_info.3c_db
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
79
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
80 td_ta_get_stats.3c_db := LINKSRC = td_ta_enable_stats.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
81 td_ta_reset_stats.3c_db := LINKSRC = td_ta_enable_stats.3c_db
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
82
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
83 td_event_addset.3c_db := LINKSRC = td_ta_event_addr.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
84 td_event_delset.3c_db := LINKSRC = td_ta_event_addr.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
85 td_event_emptyset.3c_db := LINKSRC = td_ta_event_addr.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
86 td_event_fillset.3c_db := LINKSRC = td_ta_event_addr.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
87 td_eventisempty.3c_db := LINKSRC = td_ta_event_addr.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
88 td_eventismember.3c_db := LINKSRC = td_ta_event_addr.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
89 td_ta_clear_event.3c_db := LINKSRC = td_ta_event_addr.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
90 td_ta_event_getmsg.3c_db := LINKSRC = td_ta_event_addr.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
91 td_ta_set_event.3c_db := LINKSRC = td_ta_event_addr.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
92 td_thr_clear_event.3c_db := LINKSRC = td_ta_event_addr.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
93 td_thr_event_enable.3c_db := LINKSRC = td_ta_event_addr.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
94 td_thr_event_getmsg.3c_db := LINKSRC = td_ta_event_addr.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
95 td_thr_set_event.3c_db := LINKSRC = td_ta_event_addr.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
96 td_ta_map_lwp2thr.3c_db := LINKSRC = td_ta_map_id2thr.3c_db
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
97
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
98 td_ta_delete.3c_db := LINKSRC = td_ta_new.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
99 td_ta_get_ph.3c_db := LINKSRC = td_ta_new.3c_db
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
100
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
101 td_ta_thr_iter.3c_db := LINKSRC = td_ta_sync_iter.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
102 td_ta_tsd_iter.3c_db := LINKSRC = td_ta_sync_iter.3c_db
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
103
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
104 td_thr_dbresume.3c_db := LINKSRC = td_thr_dbsuspend.3c_db
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
105
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
106 td_thr_getfpregs.3c_db := LINKSRC = td_thr_getgregs.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
107 td_thr_getxregs.3c_db := LINKSRC = td_thr_getgregs.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
108 td_thr_getxregsize.3c_db := LINKSRC = td_thr_getgregs.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
109 td_thr_setfpregs.3c_db := LINKSRC = td_thr_getgregs.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
110 td_thr_setgregs.3c_db := LINKSRC = td_thr_getgregs.3c_db
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
111 td_thr_setxregs.3c_db := LINKSRC = td_thr_getgregs.3c_db
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
112
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
113 td_thr_sigsetmask.3c_db := LINKSRC = td_thr_setsigpending.3c_db
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
114
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
115 .KEEP_STATE:
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
116
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
117 include $(SRC)/man/Makefile.man
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
118
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
119 install: $(ROOTMANFILES) $(ROOTMANLINKS)