7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
25 # Copyright 2016 Toomas Soome <tsoome@me.com>
26 # Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
27 # Copyright (c) 2019, Joyent, Inc.
28 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
29 #
30
31 include ../Makefile.master
32
33 # Bootstrap problem: some utilities are pre-requisites for building everything
34 # else:
35 # - smatch - as it is a shadow compiler
36 # - cw - as it is used to drive builds
37 # - install.bin - being the 'install' target dependency
38 # - ctf - being used to generate CTF data
39 #
40 # Anything built before 'install.bin' is present must override binary
41 # installation rules in their makefiles. This includes the Makefile for
42 # 'install.bin' itself.
43 BOOT_SUBDIRS= \
44 smatch \
45 .WAIT \
46 cw \
47 .WAIT \
48 install.bin \
49 .WAIT \
50 ctf
51
52 COMMON_SUBDIRS= \
53 codereview \
54 codesign \
55 cscope-fast \
56 env \
57 findunref \
58 lintdump \
59 make \
60 makesoftcore \
61 ndrgen \
62 onbld \
63 protocmp \
64 protolist \
65 scripts
66
67 #
68 # special versions of commands for use only in build
69 #
70 UNSHIPPED_SUBDIRS = \
71 localedef \
72 mandoc \
73 tic \
|
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
25 # Copyright 2016 Toomas Soome <tsoome@me.com>
26 # Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
27 # Copyright 2019 Joyent, Inc.
28 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
29 #
30
31 include ../Makefile.master
32
33 # Bootstrap problem: some utilities are pre-requisites for building everything
34 # else:
35 # - smatch - as it is a shadow compiler
36 # - cw - as it is used to drive builds
37 # - install.bin - being the 'install' target dependency
38 # - ctf - being used to generate CTF data
39 #
40 # Anything built before 'install.bin' is present must override binary
41 # installation rules in their makefiles. This includes the Makefile for
42 # 'install.bin' itself.
43 BOOT_SUBDIRS= \
44 smatch \
45 .WAIT \
46 cw \
47 .WAIT \
48 install.bin \
49 .WAIT \
50 ctf
51
52 COMMON_SUBDIRS= \
53 codesign \
54 cscope-fast \
55 env \
56 findunref \
57 lintdump \
58 make \
59 makesoftcore \
60 ndrgen \
61 onbld \
62 protocmp \
63 protolist \
64 scripts
65
66 #
67 # special versions of commands for use only in build
68 #
69 UNSHIPPED_SUBDIRS = \
70 localedef \
71 mandoc \
72 tic \
|