Makefile (87ab362234f761757d96ff1a758ab5c3bd85ed83) Makefile (32e0ab73531b6e6e8957e9ecdbbd42603865f2d0)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 18 unchanged lines hidden (view full) ---

27
28# Bootstrap problem --
29# 'cw' must be built before anything else can be built.
30
31BOOT_SUBDIRS= \
32 cw
33
34COMMON_SUBDIRS= \
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 18 unchanged lines hidden (view full) ---

27
28# Bootstrap problem --
29# 'cw' must be built before anything else can be built.
30
31BOOT_SUBDIRS= \
32 cw
33
34COMMON_SUBDIRS= \
35 bfuld \
36 codereview \
37 codesign \
38 cscope-fast \
39 ctf \
40 depcheck \
41 env \
35 codereview \
36 codesign \
37 cscope-fast \
38 ctf \
39 depcheck \
40 env \
42 fastfs \
43 findunref \
44 ndrgen \
45 onbld \
46 pmodes \
47 gk \
48 install.bin \
49 lintdump \
50 protocmp \
51 protolist \
52 scripts
53
54#
55# special versions of commands for use only in build
56#
57UNSHIPPED_SUBDIRS = \
41 findunref \
42 ndrgen \
43 onbld \
44 pmodes \
45 gk \
46 install.bin \
47 lintdump \
48 protocmp \
49 protolist \
50 scripts
51
52#
53# special versions of commands for use only in build
54#
55UNSHIPPED_SUBDIRS = \
58 elfsign
56 elfsign \
57 fips_addchecksum
59
60sparc_SUBDIRS= \
61 chk4ubin \
62 stabs \
63 tokenize
64
65i386_SUBDIRS= \
66 aw \

--- 88 unchanged lines hidden ---
58
59sparc_SUBDIRS= \
60 chk4ubin \
61 stabs \
62 tokenize
63
64i386_SUBDIRS= \
65 aw \

--- 88 unchanged lines hidden ---