1ead1f93eSLiane Praza#
2ead1f93eSLiane Praza# CDDL HEADER START
3ead1f93eSLiane Praza#
4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the
5ead1f93eSLiane Praza# Common Development and Distribution License (the "License").
6ead1f93eSLiane Praza# You may not use this file except in compliance with the License.
7ead1f93eSLiane Praza#
8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing.
10ead1f93eSLiane Praza# See the License for the specific language governing permissions
11ead1f93eSLiane Praza# and limitations under the License.
12ead1f93eSLiane Praza#
13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the
16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
18ead1f93eSLiane Praza#
19ead1f93eSLiane Praza# CDDL HEADER END
20ead1f93eSLiane Praza#
21ead1f93eSLiane Praza
22ead1f93eSLiane Praza#
23ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24cf9a187cSAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
25d52aae23SJason King# Copyright 2020 Joyent, Inc.
26ead1f93eSLiane Praza#
27ead1f93eSLiane Praza
28ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/developer/object-file@$(PKGVERS)
2986d41711SAndy Fiddamanset name=pkg.summary value="CCS tools bundled with SunOS"
30ead1f93eSLiane Prazaset name=pkg.description \
31*a055337aSToomas Soome    value="software development utilities, including ar, dis, dump, elfdump, elfedit, lex, lorder, mcs, nm, ranlib, rpcgen, size, strip, tsort, and yacc"
32ead1f93eSLiane Prazaset name=info.classification value=org.opensolaris.category.2008:System/Core
33ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH)
3486d41711SAndy Fiddamandir  path=usr group=sys
3586d41711SAndy Fiddamandir  path=usr/bin
3686d41711SAndy Fiddamandir  path=usr/bin/$(ARCH64)
37ba7866cdSAli Bahramifile path=usr/bin/$(ARCH64)/ar mode=0555
3881bcd6adSRichard Lowelink path=usr/bin/$(ARCH64)/dump target=../../bin/dump
39d37b9759SRichard Lowelink path=usr/bin/$(ARCH64)/elfdump target=../../bin/elfdump
40ead1f93eSLiane Prazafile path=usr/bin/$(ARCH64)/elfedit mode=0555
41ead1f93eSLiane Prazafile path=usr/bin/$(ARCH64)/mcs mode=0555
42ead1f93eSLiane Prazafile path=usr/bin/$(ARCH64)/nm mode=0555
43590c4b3eSRichard Lowelink path=usr/bin/$(ARCH64)/size target=../../bin/size
4486d41711SAndy Fiddamanhardlink path=usr/bin/$(ARCH64)/strip target=../../bin/$(ARCH64)/mcs
45ead1f93eSLiane Prazafile path=usr/bin/ar mode=0555
46d52aae23SJason Kingfile path=usr/bin/demangle mode=0555
47ead1f93eSLiane Prazafile path=usr/bin/dis mode=0555
48ead1f93eSLiane Prazafile path=usr/bin/dump mode=0555
49ead1f93eSLiane Prazafile path=usr/bin/elfdump mode=0555
50ead1f93eSLiane Prazafile path=usr/bin/elfedit mode=0555
51ead1f93eSLiane Prazafile path=usr/bin/error mode=0555
52ead1f93eSLiane Prazafile path=usr/bin/gprof mode=0555
53ead1f93eSLiane Prazafile path=usr/bin/lari mode=0555
54ead1f93eSLiane Prazafile path=usr/bin/lex mode=0555
55ead1f93eSLiane Prazafile path=usr/bin/lorder mode=0555
56ead1f93eSLiane Prazafile path=usr/bin/mcs mode=0555
57ead1f93eSLiane Prazafile path=usr/bin/nm mode=0555
58ead1f93eSLiane Prazafile path=usr/bin/ranlib mode=0555
59ead1f93eSLiane Prazafile path=usr/bin/rpcgen mode=0555
60ead1f93eSLiane Prazafile path=usr/bin/size mode=0555
6186d41711SAndy Fiddamanhardlink path=usr/bin/strip target=../bin/mcs
62ead1f93eSLiane Prazafile path=usr/bin/symorder mode=0555
63ead1f93eSLiane Prazafile path=usr/bin/tsort mode=0555
64ead1f93eSLiane Prazafile path=usr/bin/unifdef mode=0555
65ead1f93eSLiane Prazafile path=usr/bin/yacc mode=0555
6686d41711SAndy Fiddamandir  path=usr/ccs
6786d41711SAndy Fiddamandir  path=usr/ccs/bin
6886d41711SAndy Fiddamandir  path=usr/ccs/bin/$(ARCH64)
6986d41711SAndy Fiddamanlink path=usr/ccs/bin/$(ARCH64)/ar target=../../../bin/$(ARCH64)/ar
7086d41711SAndy Fiddamanlink path=usr/ccs/bin/$(ARCH64)/dump target=../../../bin/$(ARCH64)/dump
7186d41711SAndy Fiddamanlink path=usr/ccs/bin/$(ARCH64)/elfdump target=../../../bin/$(ARCH64)/elfdump
7286d41711SAndy Fiddamanlink path=usr/ccs/bin/$(ARCH64)/mcs target=../../../bin/$(ARCH64)/mcs
7386d41711SAndy Fiddamanlink path=usr/ccs/bin/$(ARCH64)/nm target=../../../bin/$(ARCH64)/nm
7486d41711SAndy Fiddamanlink path=usr/ccs/bin/$(ARCH64)/size target=../../../bin/$(ARCH64)/size
7586d41711SAndy Fiddamanlink path=usr/ccs/bin/$(ARCH64)/strip target=../../../bin/$(ARCH64)/strip
7686d41711SAndy Fiddamanlink path=usr/ccs/bin/ar target=../../bin/ar
7786d41711SAndy Fiddamanlink path=usr/ccs/bin/dis target=../../bin/dis
7886d41711SAndy Fiddamanlink path=usr/ccs/bin/dump target=../../bin/dump
7986d41711SAndy Fiddamanlink path=usr/ccs/bin/elfdump target=../../bin/elfdump
8086d41711SAndy Fiddamanlink path=usr/ccs/bin/error target=../../bin/error
8186d41711SAndy Fiddamanlink path=usr/ccs/bin/gprof target=../../bin/gprof
8286d41711SAndy Fiddamanlink path=usr/ccs/bin/lari target=../../bin/lari
8386d41711SAndy Fiddamanlink path=usr/ccs/bin/lex target=../../bin/lex
8486d41711SAndy Fiddamanlink path=usr/ccs/bin/lorder target=../../bin/lorder
8586d41711SAndy Fiddamanlink path=usr/ccs/bin/mcs target=../../bin/mcs
8686d41711SAndy Fiddamanlink path=usr/ccs/bin/nm target=../../bin/nm
8786d41711SAndy Fiddamanlink path=usr/ccs/bin/ranlib target=../../bin/ranlib
8886d41711SAndy Fiddamanlink path=usr/ccs/bin/size target=../../bin/size
8986d41711SAndy Fiddamanlink path=usr/ccs/bin/strip target=../../bin/strip
9086d41711SAndy Fiddamanlink path=usr/ccs/bin/symorder target=../../bin/symorder
9186d41711SAndy Fiddamanlink path=usr/ccs/bin/tsort target=../../bin/tsort
9286d41711SAndy Fiddamanlink path=usr/ccs/bin/unifdef target=../../bin/unifdef
9386d41711SAndy Fiddamanlink path=usr/ccs/bin/yacc target=../../bin/yacc
9486d41711SAndy Fiddamanlink path=usr/ccs/bin/yaccpar target=../../share/lib/ccs/yaccpar
9586d41711SAndy Fiddamandir  path=usr/ccs/lib
9686d41711SAndy Fiddamandir  path=usr/lib
9786d41711SAndy Fiddamandir  path=usr/lib/$(ARCH64)
9886d41711SAndy Fiddamandir  path=usr/lib/elfedit
9986d41711SAndy Fiddamandir  path=usr/lib/elfedit/$(ARCH64)
100ead1f93eSLiane Prazafile path=usr/lib/elfedit/$(ARCH64)/cap.so
101ead1f93eSLiane Prazafile path=usr/lib/elfedit/$(ARCH64)/dyn.so
102ead1f93eSLiane Prazafile path=usr/lib/elfedit/$(ARCH64)/ehdr.so
103ead1f93eSLiane Prazafile path=usr/lib/elfedit/$(ARCH64)/phdr.so
104ead1f93eSLiane Prazafile path=usr/lib/elfedit/$(ARCH64)/shdr.so
105ead1f93eSLiane Prazafile path=usr/lib/elfedit/$(ARCH64)/str.so
106ead1f93eSLiane Prazafile path=usr/lib/elfedit/$(ARCH64)/sym.so
107ead1f93eSLiane Prazafile path=usr/lib/elfedit/$(ARCH64)/syminfo.so
10886d41711SAndy Fiddamanlink path=usr/lib/elfedit/32 target=.
10986d41711SAndy Fiddamanlink path=usr/lib/elfedit/64 target=$(ARCH64)
110ead1f93eSLiane Prazafile path=usr/lib/elfedit/cap.so
111ead1f93eSLiane Prazafile path=usr/lib/elfedit/dyn.so
112ead1f93eSLiane Prazafile path=usr/lib/elfedit/ehdr.so
113ead1f93eSLiane Prazafile path=usr/lib/elfedit/phdr.so
114ead1f93eSLiane Prazafile path=usr/lib/elfedit/shdr.so
115ead1f93eSLiane Prazafile path=usr/lib/elfedit/str.so
116ead1f93eSLiane Prazafile path=usr/lib/elfedit/sym.so
117ead1f93eSLiane Prazafile path=usr/lib/elfedit/syminfo.so
11886d41711SAndy Fiddamandir  path=usr/share
11986d41711SAndy Fiddamandir  path=usr/share/lib
12086d41711SAndy Fiddamandir  path=usr/share/lib/ccs
121ead1f93eSLiane Prazafile path=usr/share/lib/ccs/gprof.callg.blurb mode=0444
122ead1f93eSLiane Prazafile path=usr/share/lib/ccs/gprof.flat.blurb mode=0444
123ead1f93eSLiane Prazafile path=usr/share/lib/ccs/nceucform
124ead1f93eSLiane Prazafile path=usr/share/lib/ccs/ncform
125ead1f93eSLiane Prazafile path=usr/share/lib/ccs/nrform
126ead1f93eSLiane Prazafile path=usr/share/lib/ccs/yaccpar
12786d41711SAndy Fiddamandir  path=usr/share/man/man1
128c10c16deSRichard Lowefile path=usr/share/man/man1/ar.1
129d52aae23SJason Kingfile path=usr/share/man/man1/demangle.1
130c10c16deSRichard Lowefile path=usr/share/man/man1/dis.1
131c10c16deSRichard Lowefile path=usr/share/man/man1/dump.1
132c10c16deSRichard Lowefile path=usr/share/man/man1/elfdump.1
133c10c16deSRichard Lowefile path=usr/share/man/man1/elfedit.1
134c10c16deSRichard Lowefile path=usr/share/man/man1/gprof.1
135c10c16deSRichard Lowefile path=usr/share/man/man1/lari.1
136c10c16deSRichard Lowefile path=usr/share/man/man1/lex.1
137c10c16deSRichard Lowefile path=usr/share/man/man1/lorder.1
138c10c16deSRichard Lowefile path=usr/share/man/man1/mcs.1
139c10c16deSRichard Lowefile path=usr/share/man/man1/nm.1
140c10c16deSRichard Lowefile path=usr/share/man/man1/ranlib.1
141c10c16deSRichard Lowefile path=usr/share/man/man1/rpcgen.1
142c10c16deSRichard Lowefile path=usr/share/man/man1/size.1
143c10c16deSRichard Lowefile path=usr/share/man/man1/strip.1
144c10c16deSRichard Lowefile path=usr/share/man/man1/symorder.1
145c10c16deSRichard Lowefile path=usr/share/man/man1/tsort.1
146c10c16deSRichard Lowefile path=usr/share/man/man1/unifdef.1
147c10c16deSRichard Lowefile path=usr/share/man/man1/yacc.1
14871e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWbtool \
149*a055337aSToomas Soome    desc="software development utilities, including ar, dis, dump, elfdump, elfedit, lex, lorder, mcs, nm, ranlib, rpcgen, size, strip, tsort, and yacc" \
15071e464e5SPeter Dennis - Sustaining Engineer    name="CCS tools bundled with SunOS"
151ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
152ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
1535084e753SMark J. Nelsonlicense usr/src/cmd/backup/dump/THIRDPARTYLICENSE \
1545084e753SMark J. Nelson    license=usr/src/cmd/backup/dump/THIRDPARTYLICENSE
15586d41711SAndy Fiddamandepend type=require fmri=developer/macro/cpp
15686d41711SAndy Fiddamandepend type=require fmri=runtime/perl$(PERL_PKGVERS)
157