blob: 7cdb089bbc3c8e2e7db35f9302989d80b2501cef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
|
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet
# at http://www.illumos.org/license/CDDL.
#
#
# Copyright 2011, Richard Lowe
# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
#
include $(SRC)/Makefile.master
MANSECT= 3c_db
MANFILES= td_init.3c_db \
td_log.3c_db \
td_sync_get_info.3c_db \
td_ta_enable_stats.3c_db \
td_ta_event_addr.3c_db \
td_ta_get_nthreads.3c_db \
td_ta_map_addr2sync.3c_db \
td_ta_map_id2thr.3c_db \
td_ta_new.3c_db \
td_ta_setconcurrency.3c_db \
td_ta_sync_iter.3c_db \
td_thr_dbsuspend.3c_db \
td_thr_get_info.3c_db \
td_thr_getgregs.3c_db \
td_thr_lockowner.3c_db \
td_thr_setprio.3c_db \
td_thr_setsigpending.3c_db \
td_thr_sleepinfo.3c_db \
td_thr_tsd.3c_db \
td_thr_validate.3c_db
MANLINKS= td_event_addset.3c_db \
td_event_delset.3c_db \
td_event_emptyset.3c_db \
td_event_fillset.3c_db \
td_eventisempty.3c_db \
td_eventismember.3c_db \
td_sync_get_stats.3c_db \
td_sync_setstate.3c_db \
td_sync_waiters.3c_db \
td_ta_clear_event.3c_db \
td_ta_delete.3c_db \
td_ta_event_getmsg.3c_db \
td_ta_get_ph.3c_db \
td_ta_get_stats.3c_db \
td_ta_map_lwp2thr.3c_db \
td_ta_reset_stats.3c_db \
td_ta_set_event.3c_db \
td_ta_sync_tracking_enable.3c_db \
td_ta_thr_iter.3c_db \
td_ta_tsd_iter.3c_db \
td_thr_clear_event.3c_db \
td_thr_dbresume.3c_db \
td_thr_event_enable.3c_db \
td_thr_event_getmsg.3c_db \
td_thr_getfpregs.3c_db \
td_thr_getxregs.3c_db \
td_thr_getxregsize.3c_db \
td_thr_set_event.3c_db \
td_thr_setfpregs.3c_db \
td_thr_setgregs.3c_db \
td_thr_setxregs.3c_db \
td_thr_sigsetmask.3c_db
td_sync_get_stats.3c_db := LINKSRC = td_sync_get_info.3c_db
td_sync_setstate.3c_db := LINKSRC = td_sync_get_info.3c_db
td_sync_waiters.3c_db := LINKSRC = td_sync_get_info.3c_db
td_ta_sync_tracking_enable.3c_db:= LINKSRC = td_sync_get_info.3c_db
td_ta_get_stats.3c_db := LINKSRC = td_ta_enable_stats.3c_db
td_ta_reset_stats.3c_db := LINKSRC = td_ta_enable_stats.3c_db
td_event_addset.3c_db := LINKSRC = td_ta_event_addr.3c_db
td_event_delset.3c_db := LINKSRC = td_ta_event_addr.3c_db
td_event_emptyset.3c_db := LINKSRC = td_ta_event_addr.3c_db
td_event_fillset.3c_db := LINKSRC = td_ta_event_addr.3c_db
td_eventisempty.3c_db := LINKSRC = td_ta_event_addr.3c_db
td_eventismember.3c_db := LINKSRC = td_ta_event_addr.3c_db
td_ta_clear_event.3c_db := LINKSRC = td_ta_event_addr.3c_db
td_ta_event_getmsg.3c_db := LINKSRC = td_ta_event_addr.3c_db
td_ta_set_event.3c_db := LINKSRC = td_ta_event_addr.3c_db
td_thr_clear_event.3c_db := LINKSRC = td_ta_event_addr.3c_db
td_thr_event_enable.3c_db := LINKSRC = td_ta_event_addr.3c_db
td_thr_event_getmsg.3c_db := LINKSRC = td_ta_event_addr.3c_db
td_thr_set_event.3c_db := LINKSRC = td_ta_event_addr.3c_db
td_ta_map_lwp2thr.3c_db := LINKSRC = td_ta_map_id2thr.3c_db
td_ta_delete.3c_db := LINKSRC = td_ta_new.3c_db
td_ta_get_ph.3c_db := LINKSRC = td_ta_new.3c_db
td_ta_thr_iter.3c_db := LINKSRC = td_ta_sync_iter.3c_db
td_ta_tsd_iter.3c_db := LINKSRC = td_ta_sync_iter.3c_db
td_thr_dbresume.3c_db := LINKSRC = td_thr_dbsuspend.3c_db
td_thr_getfpregs.3c_db := LINKSRC = td_thr_getgregs.3c_db
td_thr_getxregs.3c_db := LINKSRC = td_thr_getgregs.3c_db
td_thr_getxregsize.3c_db := LINKSRC = td_thr_getgregs.3c_db
td_thr_setfpregs.3c_db := LINKSRC = td_thr_getgregs.3c_db
td_thr_setgregs.3c_db := LINKSRC = td_thr_getgregs.3c_db
td_thr_setxregs.3c_db := LINKSRC = td_thr_getgregs.3c_db
td_thr_sigsetmask.3c_db := LINKSRC = td_thr_setsigpending.3c_db
.KEEP_STATE:
include $(SRC)/man/Makefile.man
install: $(ROOTMANFILES) $(ROOTMANLINKS)
|