xref: /illumos-gate/usr/src/tools/Makefile (revision 1a90c98d7539778aeb0a1d20f735b66aaba17fca)
17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5fb9f9b97Skupfer# Common Development and Distribution License (the "License").
6fb9f9b97Skupfer# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
207c478bd9Sstevel@tonic-gate#
212e02daeeSRainer Orth
227c478bd9Sstevel@tonic-gate#
2387ab3622SRichard Lowe# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
2495c635efSGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org>
250cc5983cSToomas Soome# Copyright 2016 Toomas Soome <tsoome@me.com>
2689d58ee0SChris Fraire# Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
27d8e4595bSJohn Levon# Copyright 2019 Joyent, Inc.
28ca13eaa5SAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
29d203f834SJason King# Copyright 2021 Jason King
307c478bd9Sstevel@tonic-gate#
317c478bd9Sstevel@tonic-gate
327c478bd9Sstevel@tonic-gateinclude ../Makefile.master
337c478bd9Sstevel@tonic-gate
34391889ecSAndy Fiddaman# Bootstrap problem: some utilities are pre-requisites for building everything
35391889ecSAndy Fiddaman# else:
36391889ecSAndy Fiddaman#    - smatch - as it is a shadow compiler
37391889ecSAndy Fiddaman#    - cw - as it is used to drive builds
38391889ecSAndy Fiddaman#    - install.bin - being the 'install' target dependency
39391889ecSAndy Fiddaman#    - ctf - being used to generate CTF data
40c0855578SRichard Lowe#
41391889ecSAndy Fiddaman# Anything built before 'install.bin' is present must override binary
42391889ecSAndy Fiddaman# installation rules in their makefiles. This includes the Makefile for
43391889ecSAndy Fiddaman# 'install.bin' itself.
447c478bd9Sstevel@tonic-gateBOOT_SUBDIRS=		\
451f5207b7SJohn Levon	smatch		\
461f5207b7SJohn Levon	.WAIT		\
47c0855578SRichard Lowe	cw		\
48c0855578SRichard Lowe	.WAIT		\
497079b4f8SToomas Soome	install.bin	\
507079b4f8SToomas Soome	.WAIT		\
51*1a90c98dSToomas Soome	ctf		\
52*1a90c98dSToomas Soome	yacc
537c478bd9Sstevel@tonic-gate
547c478bd9Sstevel@tonic-gateCOMMON_SUBDIRS=		\
5523259b79Srotondo	codesign	\
567c478bd9Sstevel@tonic-gate	cscope-fast	\
577c478bd9Sstevel@tonic-gate	env		\
58d203f834SJason King	find_elf	\
597c478bd9Sstevel@tonic-gate	findunref	\
6034c98957Smeem	lintdump	\
6110d63b7dSRichard Lowe	make		\
62e86c665fSToomas Soome	makesoftcore	\
6310d63b7dSRichard Lowe	ndrgen		\
6410d63b7dSRichard Lowe	onbld		\
657c478bd9Sstevel@tonic-gate	protocmp	\
667c478bd9Sstevel@tonic-gate	protolist	\
6769b1fd3fSRichard Lowe	scripts		\
6869b1fd3fSRichard Lowe	sgs
697c478bd9Sstevel@tonic-gate
707c478bd9Sstevel@tonic-gate#
717c478bd9Sstevel@tonic-gate#  special versions of commands for use only in build
727c478bd9Sstevel@tonic-gate#
73df8bdeb3SjohnzUNSHIPPED_SUBDIRS =		\
7469b1fd3fSRichard Lowe	$(SGSMSG)		\
7569b1fd3fSRichard Lowe	$(SGSLIBCONV)		\
7669b1fd3fSRichard Lowe	$(SGSLIBELF)		\
7769b1fd3fSRichard Lowe	$(SGSLIBLDDBG)		\
7869b1fd3fSRichard Lowe	$(SGSLIBLD)		\
7969b1fd3fSRichard Lowe	$(SGSLD)		\
80b8767451SRichard Lowe	geniconvtbl		\
81503609a9SYuri Pankov	localedef		\
82503609a9SYuri Pankov	mandoc			\
832aeafac3SToomas Soome	rpcgen			\
84503609a9SYuri Pankov	tic			\
854b529e40SToomas Soome	vtfontcvt		\
86503609a9SYuri Pankov	zic
877c478bd9Sstevel@tonic-gate
887c478bd9Sstevel@tonic-gatei386_SUBDIRS=			\
897e3dbbacSRobert Mustacchi	cpcgen			\
90ae115bc7Smrj	elfextract		\
910cc5983cSToomas Soome	mbh_patch		\
920cc5983cSToomas Soome	btxld
937c478bd9Sstevel@tonic-gate
94df8bdeb3SjohnzSUBDIRS=			\
95df8bdeb3Sjohnz	$($(MACH)_SUBDIRS)	\
96df8bdeb3Sjohnz	$(COMMON_SUBDIRS)	\
97df8bdeb3Sjohnz	$(UNSHIPPED_SUBDIRS)
987c478bd9Sstevel@tonic-gate
997c478bd9Sstevel@tonic-gateinclude Makefile.tools
1007c478bd9Sstevel@tonic-gate
1017c478bd9Sstevel@tonic-gateROOTDIRS=					\
1022e02daeeSRainer Orth	$(ROOTOPT)				\
1037c478bd9Sstevel@tonic-gate	$(ROOTONBLD)				\
1047c478bd9Sstevel@tonic-gate	$(ROOTONBLD)/bin			\
1057c478bd9Sstevel@tonic-gate	$(ROOTONBLD)/bin/$(MACH)		\
1067a15b0ecSRichard Lowe	$(ROOTONBLD)/bin/$(MACH64)		\
1077c478bd9Sstevel@tonic-gate	$(ROOTONBLD)/lib			\
1087c478bd9Sstevel@tonic-gate	$(ROOTONBLD)/lib/$(MACH)		\
10910d63b7dSRichard Lowe	$(ROOTONBLD)/lib/$(MACH)/64		\
11075ce41a5SAli Bahrami	$(ROOTONBLD)/lib/perl			\
1117c478bd9Sstevel@tonic-gate	$(ROOTONBLD)/env			\
1127c478bd9Sstevel@tonic-gate	$(ROOTONBLD)/etc			\
11375ce41a5SAli Bahrami	$(ROOTONBLD)/etc/exception_lists	\
11410d63b7dSRichard Lowe	$(ROOTONBLD)/share			\
1157c478bd9Sstevel@tonic-gate	$(ROOTONBLD)/man			\
1166cad8c54SRyan Zezeski	$(ROOTONBLD)/man/man1onbld
1177c478bd9Sstevel@tonic-gate
11870143b9fSRichard LoweROOTDIRS +=							\
119ca13eaa5SAndy Fiddaman	$(ROOTONBLD)/lib/python$(PYTHON3_VERSION)				\
120ca13eaa5SAndy Fiddaman	$(ROOTONBLD)/lib/python$(PYTHON3_VERSION)/onbld				\
121ca13eaa5SAndy Fiddaman	$(ROOTONBLD)/lib/python$(PYTHON3_VERSION)/onbld/__pycache__		\
122ca13eaa5SAndy Fiddaman	$(ROOTONBLD)/lib/python$(PYTHON3_VERSION)/onbld/Checks			\
123ca13eaa5SAndy Fiddaman	$(ROOTONBLD)/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__	\
124ca13eaa5SAndy Fiddaman	$(ROOTONBLD)/lib/python$(PYTHON3_VERSION)/onbld/Scm			\
125ca13eaa5SAndy Fiddaman	$(ROOTONBLD)/lib/python$(PYTHON3_VERSION)/onbld/Scm/__pycache__
126ca13eaa5SAndy Fiddaman
1277c478bd9Sstevel@tonic-gateall :=		TARGET= install
1287c478bd9Sstevel@tonic-gateinstall :=	TARGET= install
1297c478bd9Sstevel@tonic-gateclean :=	TARGET= clean
1307c478bd9Sstevel@tonic-gateclobber :=	TARGET= clobber
1317c478bd9Sstevel@tonic-gate_msg :=		TARGET= _msg
1327c478bd9Sstevel@tonic-gate
1337c478bd9Sstevel@tonic-gate.KEEP_STATE:
1347c478bd9Sstevel@tonic-gate
135ead1f93eSLiane Praza#
136ead1f93eSLiane Praza# Only create directories in the tools proto area when doing an actual
137ead1f93eSLiane Praza# build, not a clean or clobber.
138ead1f93eSLiane Praza#
139ead1f93eSLiane PrazaDOROOTDIRS= $(ROOTDIRS)
140ead1f93eSLiane Prazaclobber:= DOROOTDIRS=
141ead1f93eSLiane Prazaclean:= DOROOTDIRS=
142ead1f93eSLiane Praza
14389d58ee0SChris Fraireclobber:= DOROOTONBLDLIBPY=
14489d58ee0SChris Fraireclean:= DOROOTONBLDLIBPY=
14589d58ee0SChris Fraire
14698157a70Sakolball install: $(SUBDIRS)
1477c478bd9Sstevel@tonic-gate
148df8bdeb3Sjohnzclean: $(SUBDIRS)
1497c478bd9Sstevel@tonic-gate
150df8bdeb3Sjohnzclobber: $(SUBDIRS)
1517c478bd9Sstevel@tonic-gate	$(RM) -rf $(TOOLS_PROTO)
1527c478bd9Sstevel@tonic-gate
153391889ecSAndy Fiddamanbootstrap: $(BOOT_SUBDIRS)
1547c478bd9Sstevel@tonic-gate
1557c478bd9Sstevel@tonic-gate_msg: $(MSGSUBDIRS)
1567c478bd9Sstevel@tonic-gate
15756ffda17SRichard Lowe.PARALLEL: $(SUBDIRS)
15898157a70Sakolb
15956ffda17SRichard Lowe$(SUBDIRS): $(BOOT_SUBDIRS)
16003113b45Sakolb
16189d58ee0SChris Fraire$(BOOT_SUBDIRS) $(SUBDIRS): $$(DOROOTDIRS) $$(DOROOTONBLDLIBPY) FRC
1627c478bd9Sstevel@tonic-gate	@cd $@; pwd; $(MAKE) $(TARGET)
1637c478bd9Sstevel@tonic-gate
164c0855578SRichard Lowe# Assume we don't have the install.bin available yet
1657c478bd9Sstevel@tonic-gate$(ROOTDIRS):
166c0855578SRichard Lowe	$(MKDIR) -p -m $(DIRMODE) $@
167ead1f93eSLiane Praza
16887ab3622SRichard Lowe$(ROOTONBLDLIBPY): $(ROOTDIRS)
16970143b9fSRichard Lowe	$(RM) -r $@; $(SYMLINK) python$(PYTHON3_VERSION) $@
17087ab3622SRichard Lowe
171ead1f93eSLiane PrazaFRC:
172