Makefile (c10c16dec587a0662068f6e2991c29ed3a9db943) | Makefile (a9478106a12424322498e53cf7cd75bd8a4d6004) |
---|---|
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 | 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# |
|
12# Copyright 2011, Richard Lowe | 13# Copyright 2011, Richard Lowe |
14# Copyright 2013 Nexenta Systems, Inc. All rights reserved. 15# |
|
13 | 16 |
14include ../../Makefile.master | 17include $(SRC)/Makefile.master |
15 | 18 |
16MANSECT = 3tsol | 19MANSECT= 3tsol |
17 | 20 |
18MANFILES = blcompare.3tsol \ | 21MANFILES= blcompare.3tsol \ |
19 blminmax.3tsol \ 20 bltocolor.3tsol \ 21 bltos.3tsol \ 22 btohex.3tsol \ 23 getdevicerange.3tsol \ 24 getpathbylabel.3tsol \ 25 getplabel.3tsol \ 26 getuserrange.3tsol \ --- 5 unchanged lines hidden (view full) --- 32 labelclipping.3tsol \ 33 m_label.3tsol \ 34 sbltos.3tsol \ 35 setflabel.3tsol \ 36 stobl.3tsol \ 37 str_to_label.3tsol \ 38 tsol_getrhtype.3tsol 39 | 22 blminmax.3tsol \ 23 bltocolor.3tsol \ 24 bltos.3tsol \ 25 btohex.3tsol \ 26 getdevicerange.3tsol \ 27 getpathbylabel.3tsol \ 28 getplabel.3tsol \ 29 getuserrange.3tsol \ --- 5 unchanged lines hidden (view full) --- 35 labelclipping.3tsol \ 36 m_label.3tsol \ 37 sbltos.3tsol \ 38 setflabel.3tsol \ 39 stobl.3tsol \ 40 str_to_label.3tsol \ 41 tsol_getrhtype.3tsol 42 |
40MANSOFILES = Xbcleartos.3tsol \ | 43MANLINKS= Xbcleartos.3tsol \ |
41 Xbsltos.3tsol \ 42 bcleartoh.3tsol \ 43 bcleartoh_r.3tsol \ 44 bcleartos.3tsol \ 45 bldominates.3tsol \ 46 blequal.3tsol \ 47 blinrange.3tsol \ 48 blmaximum.3tsol \ --- 14 unchanged lines hidden (view full) --- 63 m_label_alloc.3tsol \ 64 m_label_dup.3tsol \ 65 m_label_free.3tsol \ 66 sbcleartos.3tsol \ 67 sbsltos.3tsol \ 68 stobclear.3tsol \ 69 stobsl.3tsol 70 | 44 Xbsltos.3tsol \ 45 bcleartoh.3tsol \ 46 bcleartoh_r.3tsol \ 47 bcleartos.3tsol \ 48 bldominates.3tsol \ 49 blequal.3tsol \ 50 blinrange.3tsol \ 51 blmaximum.3tsol \ --- 14 unchanged lines hidden (view full) --- 66 m_label_alloc.3tsol \ 67 m_label_dup.3tsol \ 68 m_label_free.3tsol \ 69 sbcleartos.3tsol \ 70 sbsltos.3tsol \ 71 stobclear.3tsol \ 72 stobsl.3tsol 73 |
71MANFILES += $(MANSOFILES) | 74bldominates.3tsol := LINKSRC = blcompare.3tsol 75blequal.3tsol := LINKSRC = blcompare.3tsol 76blinrange.3tsol := LINKSRC = blcompare.3tsol 77blstrictdom.3tsol := LINKSRC = blcompare.3tsol |
72 | 78 |
73bldominates.3tsol := SOSRC = man3tsol/blcompare.3tsol 74blequal.3tsol := SOSRC = man3tsol/blcompare.3tsol 75blinrange.3tsol := SOSRC = man3tsol/blcompare.3tsol 76blstrictdom.3tsol := SOSRC = man3tsol/blcompare.3tsol | 79blmaximum.3tsol := LINKSRC = blminmax.3tsol 80blminimum.3tsol := LINKSRC = blminmax.3tsol |
77 | 81 |
78blmaximum.3tsol := SOSRC = man3tsol/blminmax.3tsol 79blminimum.3tsol := SOSRC = man3tsol/blminmax.3tsol | 82bltocolor_r.3tsol := LINKSRC = bltocolor.3tsol |
80 | 83 |
81bltocolor_r.3tsol := SOSRC = man3tsol/bltocolor.3tsol | 84bcleartos.3tsol := LINKSRC = bltos.3tsol 85bsltos.3tsol := LINKSRC = bltos.3tsol |
82 | 86 |
83bcleartos.3tsol := SOSRC = man3tsol/bltos.3tsol 84bsltos.3tsol := SOSRC = man3tsol/bltos.3tsol | 87bcleartoh.3tsol := LINKSRC = btohex.3tsol 88bcleartoh_r.3tsol := LINKSRC = btohex.3tsol 89bsltoh.3tsol := LINKSRC = btohex.3tsol 90bsltoh_r.3tsol := LINKSRC = btohex.3tsol 91h_alloc.3tsol := LINKSRC = btohex.3tsol 92h_free.3tsol := LINKSRC = btohex.3tsol |
85 | 93 |
86bcleartoh.3tsol := SOSRC = man3tsol/btohex.3tsol 87bcleartoh_r.3tsol := SOSRC = man3tsol/btohex.3tsol 88bsltoh.3tsol := SOSRC = man3tsol/btohex.3tsol 89bsltoh_r.3tsol := SOSRC = man3tsol/btohex.3tsol 90h_alloc.3tsol := SOSRC = man3tsol/btohex.3tsol 91h_free.3tsol := SOSRC = man3tsol/btohex.3tsol | 94getzoneidbylabel.3tsol := LINKSRC = getzonelabelbyid.3tsol 95getzonelabelbyname.3tsol := LINKSRC = getzonelabelbyid.3tsol |
92 | 96 |
93getzoneidbylabel.3tsol := SOSRC = man3tsol/getzonelabelbyid.3tsol 94getzonelabelbyname.3tsol := SOSRC = man3tsol/getzonelabelbyid.3tsol | 97getzonerootbylabel.3tsol := LINKSRC = getzonerootbyid.3tsol 98getzonerootbyname.3tsol := LINKSRC = getzonerootbyid.3tsol |
95 | 99 |
96getzonerootbylabel.3tsol := SOSRC = man3tsol/getzonerootbyid.3tsol 97getzonerootbyname.3tsol := SOSRC = man3tsol/getzonerootbyid.3tsol | 100htobclear.3tsol := LINKSRC = hextob.3tsol 101htobsl.3tsol := LINKSRC = hextob.3tsol |
98 | 102 |
99htobclear.3tsol := SOSRC = man3tsol/hextob.3tsol 100htobsl.3tsol := SOSRC = man3tsol/hextob.3tsol | 103Xbcleartos.3tsol := LINKSRC = labelclipping.3tsol 104Xbsltos.3tsol := LINKSRC = labelclipping.3tsol |
101 | 105 |
102Xbcleartos.3tsol := SOSRC = man3tsol/labelclipping.3tsol 103Xbsltos.3tsol := SOSRC = man3tsol/labelclipping.3tsol | 106m_label_alloc.3tsol := LINKSRC = m_label.3tsol 107m_label_dup.3tsol := LINKSRC = m_label.3tsol 108m_label_free.3tsol := LINKSRC = m_label.3tsol |
104 | 109 |
105m_label_alloc.3tsol := SOSRC = man3tsol/m_label.3tsol 106m_label_dup.3tsol := SOSRC = man3tsol/m_label.3tsol 107m_label_free.3tsol := SOSRC = man3tsol/m_label.3tsol | 110sbcleartos.3tsol := LINKSRC = sbltos.3tsol 111sbsltos.3tsol := LINKSRC = sbltos.3tsol |
108 | 112 |
109sbcleartos.3tsol := SOSRC = man3tsol/sbltos.3tsol 110sbsltos.3tsol := SOSRC = man3tsol/sbltos.3tsol | 113stobclear.3tsol := LINKSRC = stobl.3tsol 114stobsl.3tsol := LINKSRC = stobl.3tsol |
111 | 115 |
112stobclear.3tsol := SOSRC = man3tsol/stobl.3tsol 113stobsl.3tsol := SOSRC = man3tsol/stobl.3tsol 114 | |
115.KEEP_STATE: 116 | 116.KEEP_STATE: 117 |
117include ../Makefile.man | 118include $(SRC)/man/Makefile.man |
118 | 119 |
119install: $(ROOTMANFILES) | 120install: $(ROOTMANFILES) $(ROOTMANLINKS) |