xref: /illumos-gate/usr/src/cmd/sgs/Makefile (revision a055337ad296a98bde32763b8d330af55d79389e)
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
5dc0093f4Seschrock# Common Development and Distribution License (the "License").
6dc0093f4Seschrock# 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#
217c478bd9Sstevel@tonic-gate#
22ba7866cdSAli Bahrami# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
23396aa620SAndrew Stormont# Copyright 2016 RackTop Systems.
249e01f109SJason King# Copyright 2017 Joyent, Inc.
25cf9a187cSAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
269174bfaaSGarrett D'Amore# Copyright 2022 Garrett D'Amore <garrett@damore.org>
277c478bd9Sstevel@tonic-gate#
287c478bd9Sstevel@tonic-gate
297c478bd9Sstevel@tonic-gateinclude		$(SRC)/cmd/Makefile.cmd
307c478bd9Sstevel@tonic-gate
311dd08564Sab196087# Note: Why SUBDIRS-common isn't sorted alphabetically
321dd08564Sab196087#
331dd08564Sab196087# The items under SGS are not independent of each other.
341dd08564Sab196087# They must be built in an order that ensures that
351dd08564Sab196087# all dependencies of an item have been built before the
361dd08564Sab196087# item itself.
371dd08564Sab196087#
38fec04708SRichard LoweSUBDIRS=	 libconv	\
39f808c858Sraf		.WAIT		\
407c478bd9Sstevel@tonic-gate		libdl		\
417c478bd9Sstevel@tonic-gate		libelf		\
427c478bd9Sstevel@tonic-gate		liblddbg	\
437c478bd9Sstevel@tonic-gate		.WAIT		\
447c478bd9Sstevel@tonic-gate		libld		\
457c478bd9Sstevel@tonic-gate		libldmake	\
467c478bd9Sstevel@tonic-gate		libldstab	\
477c478bd9Sstevel@tonic-gate		librtld		\
487c478bd9Sstevel@tonic-gate		libcrle		\
497c478bd9Sstevel@tonic-gate		.WAIT		\
507c478bd9Sstevel@tonic-gate		0@0		\
517c478bd9Sstevel@tonic-gate		ld		\
527c478bd9Sstevel@tonic-gate		ldd		\
537c478bd9Sstevel@tonic-gate		lddstub		\
547c478bd9Sstevel@tonic-gate		rtld		\
557c478bd9Sstevel@tonic-gate		link_audit	\
567c478bd9Sstevel@tonic-gate		.WAIT		\
577c478bd9Sstevel@tonic-gate		librtld_db	\
587c478bd9Sstevel@tonic-gate		ldprof		\
597c478bd9Sstevel@tonic-gate		pvs		\
607c478bd9Sstevel@tonic-gate		crle		\
617c478bd9Sstevel@tonic-gate		ar		\
627c478bd9Sstevel@tonic-gate		dump		\
63*56726c7eSRobert Mustacchi		elfcap.chk	\
647c478bd9Sstevel@tonic-gate		elfdump		\
65d29b2c44Sab196087		elfedit		\
662722387fSrie		elfwrap		\
677c478bd9Sstevel@tonic-gate		error		\
687c478bd9Sstevel@tonic-gate		gprof		\
697c478bd9Sstevel@tonic-gate		lari		\
707c478bd9Sstevel@tonic-gate		lex		\
717c478bd9Sstevel@tonic-gate		lorder		\
727c478bd9Sstevel@tonic-gate		m4		\
737c478bd9Sstevel@tonic-gate		mcs		\
747c478bd9Sstevel@tonic-gate		moe		\
757c478bd9Sstevel@tonic-gate		nm		\
767c478bd9Sstevel@tonic-gate		ranlib		\
777c478bd9Sstevel@tonic-gate		size		\
787c478bd9Sstevel@tonic-gate		symorder	\
797c478bd9Sstevel@tonic-gate		tsort		\
807c478bd9Sstevel@tonic-gate		unifdef		\
81d9328cd4SRobert Mustacchi		yacc		\
82d9328cd4SRobert Mustacchi		.WAIT		\
83d9328cd4SRobert Mustacchi		demo_rdb
847c478bd9Sstevel@tonic-gate
857c478bd9Sstevel@tonic-gate# Messaging support
867c478bd9Sstevel@tonic-gate#
87ba7866cdSAli BahramiPOSUBDIRS=	m4		nm	tsort		yacc
887c478bd9Sstevel@tonic-gatePOFILE=		sgs.po
897c478bd9Sstevel@tonic-gatePOFILES=	$(POSUBDIRS:%=%/%.po)
907c478bd9Sstevel@tonic-gate
917c478bd9Sstevel@tonic-gateMSGSUBDIRS=	ld		ldd		libld		liblddbg \
927c478bd9Sstevel@tonic-gate		libldstab	librtld		rtld		libelf \
937c478bd9Sstevel@tonic-gate		ldprof		libcrle		pvs		elfdump	\
94d29b2c44Sab196087		elfedit		crle		moe		lari \
95ba7866cdSAli Bahrami		librtld_db	elfwrap		ar
967c478bd9Sstevel@tonic-gate
97*56726c7eSRobert MustacchiCHKSUBDIRS=	elfcap.chk
98*56726c7eSRobert Mustacchi
997c478bd9Sstevel@tonic-gateMSGDIR=		messages
1007c478bd9Sstevel@tonic-gate
1017c478bd9Sstevel@tonic-gateall :=		TARGET= all
1027c478bd9Sstevel@tonic-gateinstall :=	TARGET= install
1037c478bd9Sstevel@tonic-gateclean :=	TARGET= clean
1047c478bd9Sstevel@tonic-gateclobber :=	TARGET= clobber
1057c478bd9Sstevel@tonic-gate_msg :=		TARGET= catalog
1067c478bd9Sstevel@tonic-gate_msg_gettext :=	TARGET= catalog
1077c478bd9Sstevel@tonic-gate_msg_sgsmsg :=	TARGET= catalog
1087c478bd9Sstevel@tonic-gatechkmsg :=	TARGET= chkmsg
109*56726c7eSRobert Mustacchicheck :=	TARGET= check
1107c478bd9Sstevel@tonic-gate
1117c478bd9Sstevel@tonic-gate
1127c478bd9Sstevel@tonic-gate.KEEP_STATE:
1137c478bd9Sstevel@tonic-gate
1147c478bd9Sstevel@tonic-gate.PARALLEL:	$(SUBDIRS)
1157c478bd9Sstevel@tonic-gate
11669b1fd3fSRichard Loweall install:	$(SUBDIRS)
1177c478bd9Sstevel@tonic-gate
1187c478bd9Sstevel@tonic-gateinclude		$(SRC)/cmd/Makefile.targ
1197c478bd9Sstevel@tonic-gate
1207c478bd9Sstevel@tonic-gate# Messaging support
1217c478bd9Sstevel@tonic-gate#
1227c478bd9Sstevel@tonic-gate_msg: _msg_gettext _msg_sgsmsg
1237c478bd9Sstevel@tonic-gate
1247c478bd9Sstevel@tonic-gate_msg_gettext: $(MSGDOMAIN)/$(POFILE)
1257c478bd9Sstevel@tonic-gate
12669b1fd3fSRichard Lowe_msg_sgsmsg: $(MSGDIR)
1277c478bd9Sstevel@tonic-gate
1287c478bd9Sstevel@tonic-gate$(MSGDOMAIN)/$(POFILE): \
1297c478bd9Sstevel@tonic-gate		$(MSGDOMAIN) $(POFILE)
1307c478bd9Sstevel@tonic-gate
1317c478bd9Sstevel@tonic-gate$(POFILE):	$(POSUBDIRS)
1327c478bd9Sstevel@tonic-gate		$(RM) $(POFILE)
1337c478bd9Sstevel@tonic-gate		cat $(POFILES) > $(POFILE)
1347c478bd9Sstevel@tonic-gate
1357c478bd9Sstevel@tonic-gate$(MSGDIR):	$(MSGSUBDIRS) FRC
1367c478bd9Sstevel@tonic-gate		@ cd $@; pwd; $(MAKE) $(TARGET)
1377c478bd9Sstevel@tonic-gate
1387c478bd9Sstevel@tonic-gatechkmsg:		libconv $(MSGSUBDIRS) FRC
1397c478bd9Sstevel@tonic-gate
140*56726c7eSRobert Mustacchicheck:		chkmsg $(CHKSUBDIRS)
1419c5a3148SRichard Lowe
1427c478bd9Sstevel@tonic-gate# built from lib/Makefile
1437c478bd9Sstevel@tonic-gateinstall_lib:	FRC
1447c478bd9Sstevel@tonic-gate		@ cd lex; pwd; $(MAKE) $@
1457c478bd9Sstevel@tonic-gate		@ cd yacc; pwd; $(MAKE) $@
1467c478bd9Sstevel@tonic-gate
147d8e10381SRichard Loweclean clobber: $(SUBDIRS) $(MSGDIR)
1487c478bd9Sstevel@tonic-gate
1497c478bd9Sstevel@tonic-gate$(SUBDIRS):	FRC
1507c478bd9Sstevel@tonic-gate		@ cd $@; pwd; $(MAKE) $(TARGET)
1517c478bd9Sstevel@tonic-gate
1527c478bd9Sstevel@tonic-gateFRC:
1537c478bd9Sstevel@tonic-gate
1547c478bd9Sstevel@tonic-gate#
1559174bfaaSGarrett D'Amore# Cross-reference customization: tweak the file globs slightly.
1567c478bd9Sstevel@tonic-gate#
157cf9a187cSAndy FiddamanXRADD=		*.msg mapfile*
1587c478bd9Sstevel@tonic-gateXRDEL=		Makefile* kobj_*
1597c478bd9Sstevel@tonic-gate
1607c478bd9Sstevel@tonic-gate#
1617c478bd9Sstevel@tonic-gate# Establish a set of directories for xref to search.  As there are duplicates
1627c478bd9Sstevel@tonic-gate# of things like headers, and only one file will be added to the xref database,
1637c478bd9Sstevel@tonic-gate# we want xref to list the source file.
1647c478bd9Sstevel@tonic-gate#
1657c478bd9Sstevel@tonic-gateXRDIRS=		. \
16608278a5eSRod Evans		../../common/elfcap \
1677c478bd9Sstevel@tonic-gate		../../head \
1687c478bd9Sstevel@tonic-gate		../../uts/common/krtld \
1697c478bd9Sstevel@tonic-gate		../../uts/common/sys \
1707c478bd9Sstevel@tonic-gate		../../uts/sparc/sys \
1717c478bd9Sstevel@tonic-gate		../../uts/sparc/krtld \
1727c478bd9Sstevel@tonic-gate		../../uts/intel/ia32/krtld \
1737c478bd9Sstevel@tonic-gate		../../uts/intel/amd64/krtld
1747c478bd9Sstevel@tonic-gate
1757c478bd9Sstevel@tonic-gatexref:		FRC
1767c478bd9Sstevel@tonic-gate		@ $(RM) cscope.*
1777c478bd9Sstevel@tonic-gate		xref -p -x cscope
178