xref: /illumos-gate/usr/src/Makefile.master (revision d0b3c59b)
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
502e56f3fSwesolows# Common Development and Distribution License (the "License").
602e56f3fSwesolows# 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#
2102e56f3fSwesolows
227c478bd9Sstevel@tonic-gate#
23b83ec4edSjmcp# Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
240a49f0acSAdam H. Leventhal# Copyright (c) 2012 by Delphix. All rights reserved.
25538aa54dSGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org>
261f2ca518SDan McDonald# Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
27fca42680SGary Mills# Copyright 2015 Gary Mills
284cb69eccSIgor Kozhukhov# Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
290cc5983cSToomas Soome# Copyright 2016 Toomas Soome <tsoome@me.com>
30300fdee2SAndy Fiddaman# Copyright 2018 OmniOS Community Edition (OmniOSce) Association.
312944b91eSJohn Levon# Copyright 2020 Joyent, Inc.
328e0c8248SAndrew Stormont# Copyright 2019 RackTop Systems.
336112cec5SJoshua M. Clulow# Copyright 2020 Oxide Computer Company
347c478bd9Sstevel@tonic-gate#
350a49f0acSAdam H. Leventhal
367c478bd9Sstevel@tonic-gate#
377c478bd9Sstevel@tonic-gate# Makefile.master, global definitions for system source
387c478bd9Sstevel@tonic-gate#
397c478bd9Sstevel@tonic-gateROOT=		/proto
407c478bd9Sstevel@tonic-gate
41494f7e12SKeith M Wesolowski#
42494f7e12SKeith M Wesolowski# Adjunct root, containing an additional proto area to be used for headers
43494f7e12SKeith M Wesolowski# and libraries.
44494f7e12SKeith M Wesolowski#
45494f7e12SKeith M WesolowskiADJUNCT_PROTO=
465801b0f0SToomas Soome# HAVE_ADJUNCT_PROTO - ADJUNCT_PROTO is set to a non-default value
475801b0f0SToomas Soome# NO_ADJUNCT_PROTO - ADJUNCT_PROTO is unset
485801b0f0SToomas Soome#
495801b0f0SToomas Soome# This works by replacing any value in ADJUNCT_PROTO with POUND_SIGN, which
505801b0f0SToomas Soome# only happens if it has some value, and then setting HAVE_ADJUNCT_PROTO
515801b0f0SToomas Soome# oppositely.
525801b0f0SToomas SoomeNO_ADJUNCT_PROTO=$(ADJUNCT_PROTO:%=$(POUND_SIGN))
535801b0f0SToomas Soome$(NO_ADJUNCT_PROTO)HAVE_ADJUNCT_PROTO=$(POUND_SIGN)
54494f7e12SKeith M Wesolowski
55494f7e12SKeith M Wesolowski#
56494f7e12SKeith M Wesolowski# Adjunct for building things that run on the build machine.
57494f7e12SKeith M Wesolowski#
58494f7e12SKeith M WesolowskiNATIVE_ADJUNCT=	/usr
59494f7e12SKeith M Wesolowski
604c87aefeSPatrick Mooney#
614c87aefeSPatrick Mooney# Compatibility code for FreeBSD etc.
624c87aefeSPatrick Mooney#
634c87aefeSPatrick MooneyCOMPAT=	$(SRC)/compat
64*d0b3c59bSPatrick MooneyCONTRIB= $(SRC)/contrib
654c87aefeSPatrick Mooney
667c478bd9Sstevel@tonic-gate#
6724fe0b3bSjmcp# RELEASE_BUILD should be cleared for final release builds.
6824fe0b3bSjmcp# NOT_RELEASE_BUILD is exactly what the name implies.
697c478bd9Sstevel@tonic-gate#
707c478bd9Sstevel@tonic-gate# __GNUC toggles the building of ON components using gcc and related tools.
717c478bd9Sstevel@tonic-gate# Normally set to `#', set it to `' to do gcc build.
727c478bd9Sstevel@tonic-gate#
737c478bd9Sstevel@tonic-gate# The declaration POUND_SIGN is always '#'. This is needed to get around the
747c478bd9Sstevel@tonic-gate# make feature that '#' is always a comment delimiter, even when escaped or
7548bc00d6Sjmcp# quoted. We use this macro expansion method to get POUND_SIGN rather than
7648bc00d6Sjmcp# always breaking out a shell because the general case can cause a noticable
7748bc00d6Sjmcp# slowdown in build times when so many Makefiles include Makefile.master.
787c478bd9Sstevel@tonic-gate#
7948bc00d6Sjmcp# While the majority of users are expected to override the setting below
8048bc00d6Sjmcp# with an env file (via nightly or bldenv), if you aren't building that way
8148bc00d6Sjmcp# (ie, you're using "ws" or some other bootstrapping method) then you need
8248bc00d6Sjmcp# this definition in order to avoid the subshell invocation mentioned above.
8348bc00d6Sjmcp#
8448bc00d6Sjmcp
8548bc00d6SjmcpPRE_POUND=				pre\#
8648bc00d6SjmcpPOUND_SIGN=				$(PRE_POUND:pre\%=%)
877c478bd9Sstevel@tonic-gate
887c478bd9Sstevel@tonic-gateNOT_RELEASE_BUILD=
897c478bd9Sstevel@tonic-gateRELEASE_BUILD=				$(POUND_SIGN)
907c478bd9Sstevel@tonic-gate$(RELEASE_BUILD)NOT_RELEASE_BUILD=	$(POUND_SIGN)
917c478bd9Sstevel@tonic-gatePATCH_BUILD=				$(POUND_SIGN)
927c478bd9Sstevel@tonic-gate
937c478bd9Sstevel@tonic-gate# SPARC_BLD is '#' for an Intel build.
947c478bd9Sstevel@tonic-gate# INTEL_BLD is '#' for a Sparc build.
957c478bd9Sstevel@tonic-gateSPARC_BLD_1=    $(MACH:i386=$(POUND_SIGN))
967c478bd9Sstevel@tonic-gateSPARC_BLD=      $(SPARC_BLD_1:sparc=)
977c478bd9Sstevel@tonic-gateINTEL_BLD_1=    $(MACH:sparc=$(POUND_SIGN))
987c478bd9Sstevel@tonic-gateINTEL_BLD=      $(INTEL_BLD_1:i386=)
997c478bd9Sstevel@tonic-gate
1006a3e8e86SRichard Lowe# The variables below control the compilers used during the build.
1016a3e8e86SRichard Lowe# There are a number of permutations.
1026a3e8e86SRichard Lowe#
1036a3e8e86SRichard Lowe# __GNUC and __SUNC control (and indicate) the primary compiler.  Whichever
1046a3e8e86SRichard Lowe# one is not POUND_SIGN is the primary, with the other as the shadow.  They
1056a3e8e86SRichard Lowe# may also be used to control entirely compiler-specific Makefile assignments.
1064f4d4600SRichard Lowe# __GNUC and GCC are the default.
1076a3e8e86SRichard Lowe#
1086a3e8e86SRichard Lowe# __GNUC64 indicates that the 64bit build should use the GNU C compiler.
1096a3e8e86SRichard Lowe# There is no Sun C analogue.
1106a3e8e86SRichard Lowe#
1116a3e8e86SRichard Lowe# The following version-specific options are operative regardless of which
1126a3e8e86SRichard Lowe# compiler is primary, and control the versions of the given compilers to be
1136a3e8e86SRichard Lowe# used.  They also allow compiler-version specific Makefile fragments.
1146a3e8e86SRichard Lowe#
1156a3e8e86SRichard Lowe
1164f4d4600SRichard Lowe__SUNC=			$(POUND_SIGN)
1174f4d4600SRichard Lowe$(__SUNC)__GNUC=	$(POUND_SIGN)
1186a3e8e86SRichard Lowe__GNUC64=		$(__GNUC)
1197c478bd9Sstevel@tonic-gate
12014c3be39SGordon Ross# Allow build-time "configuration" to enable or disable some things.
12114c3be39SGordon Ross# The default is POUND_SIGN, meaning "not enabled". If the environment
12214c3be39SGordon Ross# passes in an override like ENABLE_SMB_PRINTING= (empty) that will
12314c3be39SGordon Ross# uncomment things in the lower Makefiles to enable the feature.
12414c3be39SGordon RossENABLE_SMB_PRINTING=	$(POUND_SIGN)
12514c3be39SGordon Ross
126fb9f9b97Skupfer# CLOSED is the root of the tree that contains source which isn't released
127fb9f9b97Skupfer# as open source
128fb9f9b97SkupferCLOSED=		$(SRC)/../closed
129fb9f9b97Skupfer
1307c478bd9Sstevel@tonic-gate# BUILD_TOOLS is the root of all tools including compilers.
1317c478bd9Sstevel@tonic-gate# ONBLD_TOOLS is the root of all the tools that are part of SUNWonbld.
1327c478bd9Sstevel@tonic-gate
1337c478bd9Sstevel@tonic-gateBUILD_TOOLS=		/ws/onnv-tools
1347c478bd9Sstevel@tonic-gateONBLD_TOOLS=		$(BUILD_TOOLS)/onbld
1357c478bd9Sstevel@tonic-gate
136e53cbaa9SRichard PALO# define runtime JAVA_HOME, primarily for cmd/pools/poold
137e53cbaa9SRichard PALOJAVA_HOME=	/usr/java
138e53cbaa9SRichard PALO# define buildtime JAVA_ROOT
1397c478bd9Sstevel@tonic-gateJAVA_ROOT=	/usr/java
14067048e0fSYuri Pankov# Build uses java7 by default.  Pass one the variables below set to empty
14167048e0fSYuri Pankov# string in the environment to override.
14267048e0fSYuri PankovBLD_JAVA_6=	$(POUND_SIGN)
143cb159270SAlexander PyhalovBLD_JAVA_8=	$(POUND_SIGN)
1447c478bd9Sstevel@tonic-gate
1458123ce61SJohn LevonGNUC_ROOT=	/usr/gcc/7
1467ed54634SRobert MustacchiGCCLIBDIR=	$(GNUC_ROOT)/lib
1477ed54634SRobert MustacchiGCCLIBDIR64=	$(GNUC_ROOT)/lib/$(MACH64)
1486a3e8e86SRichard Lowe
14911d7e819SRobert MustacchiDOCBOOK_XSL_ROOT=	/usr/share/sgml/docbook/xsl-stylesheets
15011d7e819SRobert Mustacchi
1512aeafac3SToomas SoomeRPCGEN=		$(ONBLD_TOOLS)/bin/$(MACH)/rpcgen
1527c478bd9Sstevel@tonic-gateSTABS=		$(ONBLD_TOOLS)/bin/$(MACH)/stabs
153ae115bc7SmrjELFEXTRACT=	$(ONBLD_TOOLS)/bin/$(MACH)/elfextract
154ae115bc7SmrjMBH_PATCH=	$(ONBLD_TOOLS)/bin/$(MACH)/mbh_patch
1550cc5983cSToomas SoomeBTXLD=		$(ONBLD_TOOLS)/bin/$(MACH)/btxld
1564b529e40SToomas SoomeVTFONTCVT=	$(ONBLD_TOOLS)/bin/$(MACH)/vtfontcvt
157c0855578SRichard Lowe# echo(1) and true(1) are specified without absolute paths, so that the shell
158c0855578SRichard Lowe# spawned by make(1) may use the built-in versions.  This is minimally
159c0855578SRichard Lowe# problematic, as the shell spawned by make(1) is known and under control, the
160c0855578SRichard Lowe# only risk being if the shell falls back to $PATH.
161c0855578SRichard Lowe#
162c0855578SRichard Lowe# We specifically want an echo(1) that does interpolation of escape sequences,
163c0855578SRichard Lowe# which ksh93, /bin/sh, and bash will all provide.
1647c478bd9Sstevel@tonic-gateECHO=		echo
1657c478bd9Sstevel@tonic-gateTRUE=		true
166c0855578SRichard LoweINS=		$(ONBLD_TOOLS)/bin/$(MACH)/install
1677c478bd9Sstevel@tonic-gateSYMLINK=	/usr/bin/ln -s
1687c478bd9Sstevel@tonic-gateLN=		/usr/bin/ln
169c0855578SRichard LoweMKDIR=		/usr/bin/mkdir
1707c478bd9Sstevel@tonic-gateCHMOD=		/usr/bin/chmod
1717c478bd9Sstevel@tonic-gateMV=		/usr/bin/mv -f
1727c478bd9Sstevel@tonic-gateRM=		/usr/bin/rm -f
173f4b3ec61SdhCUT=		/usr/bin/cut
174f4b3ec61SdhNM=		/usr/ccs/bin/nm
175f4b3ec61SdhDIFF=		/usr/bin/diff
1767c478bd9Sstevel@tonic-gateGREP=		/usr/bin/grep
1771912d2c4SwesolowsEGREP=		/usr/bin/egrep
1784c06356bSdhELFWRAP=	/usr/bin/elfwrap
17932bd7e59SmjnelsonKSH93=		/usr/bin/ksh93
1807c478bd9Sstevel@tonic-gateSED=		/usr/bin/sed
1817b07063dSIgor KozhukhovAWK=		/usr/bin/nawk
1827c478bd9Sstevel@tonic-gateCP=		/usr/bin/cp -f
1837c478bd9Sstevel@tonic-gateMCS=		/usr/ccs/bin/mcs
1847c478bd9Sstevel@tonic-gateCAT=            /usr/bin/cat
18524da5b34SrieELFDUMP=	/usr/ccs/bin/elfdump
186fca42680SGary MillsM4=		/usr/bin/m4
187bc36eafdSMike GerdtsGM4=		/usr/bin/gm4
1887c478bd9Sstevel@tonic-gateSTRIP=		/usr/ccs/bin/strip
1897c478bd9Sstevel@tonic-gateLEX=		/usr/ccs/bin/lex
190cdf815bbSRichard PALOFLEX=		/usr/bin/flex
1917c478bd9Sstevel@tonic-gateYACC=		/usr/ccs/bin/yacc
192bc36eafdSMike GerdtsBISON=		/usr/bin/bison
1937c478bd9Sstevel@tonic-gateCPP=		/usr/lib/cpp
1947ed54634SRobert MustacchiANSI_CPP=	$(GNUC_ROOT)/bin/cpp
1957c478bd9Sstevel@tonic-gateJAVAC=		$(JAVA_ROOT)/bin/javac
1967c478bd9Sstevel@tonic-gateJAVAH=		$(JAVA_ROOT)/bin/javah
1977c478bd9Sstevel@tonic-gateJAVADOC=	$(JAVA_ROOT)/bin/javadoc
1987c478bd9Sstevel@tonic-gateRMIC=		$(JAVA_ROOT)/bin/rmic
1997c478bd9Sstevel@tonic-gateJAR=		$(JAVA_ROOT)/bin/jar
2007c478bd9Sstevel@tonic-gateCTFCONVERT=	$(ONBLD_TOOLS)/bin/$(MACH)/ctfconvert
201bc1f688bSRobert MustacchiCTFDIFF=	$(ONBLD_TOOLS)/bin/$(MACH)/ctfdiff
2027c478bd9Sstevel@tonic-gateCTFMERGE=	$(ONBLD_TOOLS)/bin/$(MACH)/ctfmerge
2037c478bd9Sstevel@tonic-gateCTFSTABS=	$(ONBLD_TOOLS)/bin/$(MACH)/ctfstabs
204a0ed5030SJason KingCTFSTRIP=	$(ONBLD_TOOLS)/bin/$(MACH)/ctfstrip
205d0e51869SamwNDRGEN=		$(ONBLD_TOOLS)/bin/$(MACH)/ndrgen
2067c478bd9Sstevel@tonic-gateGENOFFSETS=	$(ONBLD_TOOLS)/bin/genoffsets
2077c478bd9Sstevel@tonic-gateXREF=		$(ONBLD_TOOLS)/bin/xref
2087c478bd9Sstevel@tonic-gateFIND=		/usr/bin/find
2097c478bd9Sstevel@tonic-gatePERL=		/usr/bin/perl
21033392354SAlexander PyhalovPERL_VERSION=	5.10.0
21133392354SAlexander PyhalovPERL_PKGVERS=	-510
2120ae9a84fSAndrew StormontPERL_MACH=	i86pc
2130ae9a84fSAndrew Stormont$(SPARC_BLD)PERL_MACH=	sun4
2140ae9a84fSAndrew StormontPERL_VARIANT=
2150ae9a84fSAndrew StormontPERL_ARCH=	$(PERL_MACH)-solaris$(PERL_VARIANT)-64int
2160ae9a84fSAndrew StormontPERL_ARCH64=	$(PERL_MACH)-solaris$(PERL_VARIANT)-64
2179f923083SAlexander PyhalovPYTHON_VERSION=	2.7
2189f923083SAlexander PyhalovPYTHON_PKGVERS=	-27
219e8921a52SAndy FiddamanPYTHON_SUFFIX=
2209f923083SAlexander PyhalovPYTHON=		/usr/bin/python$(PYTHON_VERSION)
221e8921a52SAndy FiddamanPYTHON3_VERSION=	3.5
222e8921a52SAndy FiddamanPYTHON3_PKGVERS=	-35
223e8921a52SAndy FiddamanPYTHON3_SUFFIX=		m
224e8921a52SAndy FiddamanPYTHON3=		/usr/bin/python$(PYTHON3_VERSION)
225ca13eaa5SAndy Fiddaman$(BUILDPY3TOOLS)TOOLS_PYTHON=		$(PYTHON3)
226ca13eaa5SAndy Fiddaman$(BUILDPY2TOOLS)TOOLS_PYTHON=		$(PYTHON)
2277c478bd9Sstevel@tonic-gateSORT=		/usr/bin/sort
22816d86563SAlexander PyhalovTR=		/usr/bin/tr
2297c478bd9Sstevel@tonic-gateTOUCH=		/usr/bin/touch
2307c478bd9Sstevel@tonic-gateWC=		/usr/bin/wc
2317c478bd9Sstevel@tonic-gateXARGS=		/usr/bin/xargs
2322cc2d1f4SdarrenmELFEDIT=	/usr/bin/elfedit
2330a49f0acSAdam H. LeventhalDTRACE=		/usr/sbin/dtrace -xnolibs
234620753d0SjmcpUNIQ=		/usr/bin/uniq
2352ad72058SGarrett D'AmoreTAR=		/usr/bin/tar
236e119f243SRobert MustacchiASTBINDIR=	/usr/ast/bin
237e119f243SRobert MustacchiMSGCC=		$(ASTBINDIR)/msgcc
238b599bd93SRobert MustacchiMSGFMT=		/usr/bin/msgfmt -s
239503609a9SYuri PankovLCDEF=		$(ONBLD_TOOLS)/bin/$(MACH)/localedef
240503609a9SYuri PankovTIC=		$(ONBLD_TOOLS)/bin/$(MACH)/tic
241503609a9SYuri PankovZIC=		$(ONBLD_TOOLS)/bin/$(MACH)/zic
242300fdee2SAndy FiddamanOPENSSL=	/usr/bin/openssl
2437e3dbbacSRobert MustacchiCPCGEN=		$(ONBLD_TOOLS)/bin/$(MACH)/cpcgen
2447c478bd9Sstevel@tonic-gate
2453c562093SToomas SoomeDEFAULT_CONSOLE_COLOR=					\
2463c562093SToomas Soome	-DDEFAULT_ANSI_FOREGROUND=ANSI_COLOR_WHITE	\
2473c562093SToomas Soome	-DDEFAULT_ANSI_BACKGROUND=ANSI_COLOR_BLACK
2483c562093SToomas Soome
2497c478bd9Sstevel@tonic-gateFILEMODE=	644
2507c478bd9Sstevel@tonic-gateDIRMODE=	755
2517c478bd9Sstevel@tonic-gate
2527c478bd9Sstevel@tonic-gate# Declare that nothing should be built in parallel.
2537c478bd9Sstevel@tonic-gate# Individual Makefiles can use the .PARALLEL target to declare otherwise.
2547c478bd9Sstevel@tonic-gate.NO_PARALLEL:
2557c478bd9Sstevel@tonic-gate
2567c478bd9Sstevel@tonic-gate# For stylistic checks
2577c478bd9Sstevel@tonic-gate#
2587c478bd9Sstevel@tonic-gate# Note that the X and C checks are not used at this time and may need
2597c478bd9Sstevel@tonic-gate# modification when they are actually used.
2607c478bd9Sstevel@tonic-gate#
261cdf0c1d5SmjnelsonCSTYLE=		$(ONBLD_TOOLS)/bin/cstyle
2627c478bd9Sstevel@tonic-gateCSTYLE_TAIL=
263cdf0c1d5SmjnelsonHDRCHK=		$(ONBLD_TOOLS)/bin/hdrchk
2647c478bd9Sstevel@tonic-gateHDRCHK_TAIL=
265cdf0c1d5SmjnelsonJSTYLE=		$(ONBLD_TOOLS)/bin/jstyle
2667c478bd9Sstevel@tonic-gate
2677c478bd9Sstevel@tonic-gateDOT_H_CHECK=	\
2687c478bd9Sstevel@tonic-gate	@$(ECHO) "checking $<"; $(CSTYLE) $< $(CSTYLE_TAIL); \
2697c478bd9Sstevel@tonic-gate	$(HDRCHK) $< $(HDRCHK_TAIL)
2707c478bd9Sstevel@tonic-gate
2717c478bd9Sstevel@tonic-gateDOT_X_CHECK=	\
2727c478bd9Sstevel@tonic-gate	@$(ECHO) "checking $<"; $(RPCGEN) -C -h $< | $(CSTYLE) $(CSTYLE_TAIL); \
2737c478bd9Sstevel@tonic-gate	$(RPCGEN) -C -h $< | $(HDRCHK) $< $(HDRCHK_TAIL)
2747c478bd9Sstevel@tonic-gate
2757c478bd9Sstevel@tonic-gateDOT_C_CHECK=	\
2767c478bd9Sstevel@tonic-gate	@$(ECHO) "checking $<"; $(CSTYLE) $< $(CSTYLE_TAIL)
2777c478bd9Sstevel@tonic-gate
2787c478bd9Sstevel@tonic-gateMANIFEST_CHECK=	\
2797c478bd9Sstevel@tonic-gate	@$(ECHO) "checking $<"; \
2807c478bd9Sstevel@tonic-gate	SVCCFG_DTD=$(SRC)/cmd/svc/dtd/service_bundle.dtd.1 \
2811f6eb021SLiane Praza	SVCCFG_REPOSITORY=$(SRC)/cmd/svc/seed/global.db \
2821f6eb021SLiane Praza	SVCCFG_CONFIGD_PATH=$(SRC)/cmd/svc/configd/svc.configd-native \
2837c478bd9Sstevel@tonic-gate	$(SRC)/cmd/svc/svccfg/svccfg-native validate $<
2847c478bd9Sstevel@tonic-gate
2857c478bd9Sstevel@tonic-gateINS.file=	$(RM) $@; $(INS) -s -m $(FILEMODE) -f $(@D) $<
2867c478bd9Sstevel@tonic-gateINS.dir=	$(INS) -s -d -m $(DIRMODE) $@
2877c478bd9Sstevel@tonic-gate# installs and renames at once
2887c478bd9Sstevel@tonic-gate#
2897c478bd9Sstevel@tonic-gateINS.rename=	$(INS.file); $(MV) $(@D)/$(<F) $@
2907c478bd9Sstevel@tonic-gate
2917c478bd9Sstevel@tonic-gate# install a link
2927c478bd9Sstevel@tonic-gateINSLINKTARGET=	$<
2937c478bd9Sstevel@tonic-gateINS.link=	$(RM) $@; $(LN) $(INSLINKTARGET) $@
294b83ec4edSjmcpINS.symlink=	$(RM) $@; $(SYMLINK) $(INSLINKTARGET) $@
295b83ec4edSjmcp
296d8154717SAndy Fiddaman# The path to python that will be used for the shebang line when installing
297d8154717SAndy Fiddaman# python scripts to the proto area. This is overridden by makefiles to
298d8154717SAndy Fiddaman# select to the correct version.
299d8154717SAndy FiddamanPYSHEBANG=	$(PYTHON)
300b0858fdcSAlexander Pyhalov$(BUILDPY3)PYSHEBANG=	$(PYTHON3)
301b0858fdcSAlexander Pyhalov$(BUILDPY2)PYSHEBANG=	$(PYTHON)
302d8154717SAndy Fiddaman
303cdf0c1d5Smjnelson#
304cdf0c1d5Smjnelson# Python bakes the mtime of the .py file into the compiled .pyc and
305cdf0c1d5Smjnelson# rebuilds if the baked-in mtime != the mtime of the source file
306cdf0c1d5Smjnelson# (rather than only if it's less than), thus when installing python
307cdf0c1d5Smjnelson# files we must make certain to not adjust the mtime of the source
308cdf0c1d5Smjnelson# (.py) file.
309cdf0c1d5Smjnelson#
310ca13eaa5SAndy FiddamanINS.pyfile=	$(RM) $@; $(SED) \
311ca13eaa5SAndy Fiddaman		-e "1s:^\#!@PYTHON@:\#!$(PYSHEBANG):" \
312ca13eaa5SAndy Fiddaman		-e "1s:^\#!@TOOLS_PYTHON@:\#!$(TOOLS_PYTHON):" \
313ca13eaa5SAndy Fiddaman		< $< > $@; $(CHMOD) $(FILEMODE) $@; $(TOUCH) -r $< $@
3147c478bd9Sstevel@tonic-gate
3157c478bd9Sstevel@tonic-gate# MACH must be set in the shell environment per uname -p on the build host
3167c478bd9Sstevel@tonic-gate# More specific architecture variables should be set in lower makefiles.
3177c478bd9Sstevel@tonic-gate#
3187c478bd9Sstevel@tonic-gate# MACH64 is derived from MACH, and BUILD64 is set to `#' for
3197c478bd9Sstevel@tonic-gate# architectures on which we do not build 64-bit versions.
3207c478bd9Sstevel@tonic-gate# (There are no such architectures at the moment.)
3217c478bd9Sstevel@tonic-gate#
3227c478bd9Sstevel@tonic-gate# Set BUILD64=# in the environment to disable 64-bit amd64
3237c478bd9Sstevel@tonic-gate# builds on i386 machines.
3247c478bd9Sstevel@tonic-gate
3257c478bd9Sstevel@tonic-gateMACH64_1=	$(MACH:sparc=sparcv9)
3267c478bd9Sstevel@tonic-gateMACH64=		$(MACH64_1:i386=amd64)
3277c478bd9Sstevel@tonic-gate
3287c478bd9Sstevel@tonic-gateMACH32_1=	$(MACH:sparc=sparcv7)
3297c478bd9Sstevel@tonic-gateMACH32=		$(MACH32_1:i386=i86)
3307c478bd9Sstevel@tonic-gate
3317c478bd9Sstevel@tonic-gatesparc_BUILD64=
3327c478bd9Sstevel@tonic-gatei386_BUILD64=
3337c478bd9Sstevel@tonic-gateBUILD64=	$($(MACH)_BUILD64)
3347c478bd9Sstevel@tonic-gate
3357c478bd9Sstevel@tonic-gate#
3367c478bd9Sstevel@tonic-gate# C compiler mode. Future compilers may change the default on us,
3377c478bd9Sstevel@tonic-gate# so force extended ANSI mode globally. Lower level makefiles can
3387c478bd9Sstevel@tonic-gate# override this by setting CCMODE.
3397c478bd9Sstevel@tonic-gate#
3407c478bd9Sstevel@tonic-gateCCMODE=			-Xa
3417c478bd9Sstevel@tonic-gateCCMODE64=		-Xa
3427c478bd9Sstevel@tonic-gate
3437c478bd9Sstevel@tonic-gate#
3447c478bd9Sstevel@tonic-gate# C compiler verbose mode. This is so we can enable it globally,
3457c478bd9Sstevel@tonic-gate# but turn it off in the lower level makefiles of things we cannot
3467c478bd9Sstevel@tonic-gate# (or aren't going to) fix.
3477c478bd9Sstevel@tonic-gate#
3487c478bd9Sstevel@tonic-gateCCVERBOSE=		-v
3497c478bd9Sstevel@tonic-gate
3507c478bd9Sstevel@tonic-gate# set this to the secret flag "-Wc,-Qiselect-v9abiwarn=1" to get warnings
3517c478bd9Sstevel@tonic-gate# from the compiler about places the -xarch=v9 may differ from -xarch=v9c.
3527c478bd9Sstevel@tonic-gateV9ABIWARN=
3537c478bd9Sstevel@tonic-gate
3547c478bd9Sstevel@tonic-gate# set this to the secret flag "-Wc,-Qiselect-regsym=0" to disable register
3557c478bd9Sstevel@tonic-gate# symbols (used to detect conflicts between objects that use global registers)
3567c478bd9Sstevel@tonic-gate# we disable this now for safety, and because genunix doesn't link with
3577c478bd9Sstevel@tonic-gate# this feature (the v9 default) enabled.
3587c478bd9Sstevel@tonic-gate#
3597c478bd9Sstevel@tonic-gate# REGSYM is separate since the C++ driver syntax is different.
3607c478bd9Sstevel@tonic-gateCCREGSYM=		-Wc,-Qiselect-regsym=0
3617c478bd9Sstevel@tonic-gateCCCREGSYM=		-Qoption cg -Qiselect-regsym=0
3627c478bd9Sstevel@tonic-gate
363face03d9Spetede# Prevent the removal of static symbols by the SPARC code generator (cg).
364face03d9Spetede# The x86 code generator (ube) does not remove such symbols and as such
365face03d9Spetede# using this workaround is not applicable for x86.
366face03d9Spetede#
367ac204d0dSpetedeCCSTATICSYM=		-Wc,-Qassembler-ounrefsym=0
3687c478bd9Sstevel@tonic-gate#
3697c478bd9Sstevel@tonic-gate# generate 32-bit addresses in the v9 kernel. Saves memory.
3707c478bd9Sstevel@tonic-gateCCABS32=		-Wc,-xcode=abs32
3716a3e8e86SRichard Lowe#
3726a3e8e86SRichard Lowe# generate v9 code which tolerates callers using the v7 ABI, for the sake of
3736a3e8e86SRichard Lowe# system calls.
3741a5ea532SRichard LoweCC32BITCALLERS=		-_gcc=-massume-32bit-callers
3756a3e8e86SRichard Lowe
3766a3e8e86SRichard Lowe# GCC, especially, is increasingly beginning to auto-inline functions and
3776a3e8e86SRichard Lowe# sadly does so separately not under the general -fno-inline-functions
37870413d7bSJoshua M. Clulow# Additionally, we wish to prevent optimisations which cause GCC to clone
37970413d7bSJoshua M. Clulow# functions -- in particular, these may cause unhelpful symbols to be
38070413d7bSJoshua M. Clulow# emitted instead of function names
3816b544f0eSJohn LevonCCNOAUTOINLINE= \
3826b544f0eSJohn Levon	-_gcc=-fno-inline-small-functions \
38370413d7bSJoshua M. Clulow	-_gcc=-fno-inline-functions-called-once \
3846b544f0eSJohn Levon	-_gcc=-fno-ipa-cp \
3856b544f0eSJohn Levon	-_gcc7=-fno-ipa-icf \
3866b544f0eSJohn Levon	-_gcc8=-fno-ipa-icf \
3872f57b5e0SToomas Soome	-_gcc9=-fno-ipa-icf \
3886b544f0eSJohn Levon	-_gcc7=-fno-clone-functions \
3892f57b5e0SToomas Soome	-_gcc8=-fno-clone-functions \
3902f57b5e0SToomas Soome	-_gcc9=-fno-clone-functions
3917c478bd9Sstevel@tonic-gate
392b6c711ccSRichard Lowe# GCC may put functions in different named sub-sections of .text based on
393b6c711ccSRichard Lowe# their presumed calling frequency.  At least in the kernel, where we actually
394b6c711ccSRichard Lowe# deliver relocatable objects, we don't want this to happen.
395b6c711ccSRichard Lowe#
396b6c711ccSRichard Lowe# Since at present we don't benefit from this even in userland, we disable it globally,
397b6c711ccSRichard Lowe# but the application of this may move into usr/src/uts/ in future.
398b6c711ccSRichard LoweCCNOREORDER=	\
399b6c711ccSRichard Lowe	-_gcc7=-fno-reorder-functions \
4002f57b5e0SToomas Soome	-_gcc8=-fno-reorder-functions \
4012f57b5e0SToomas Soome	-_gcc9=-fno-reorder-functions
402b6c711ccSRichard Lowe
40392c1a611SBryan Cantrill#
40492c1a611SBryan Cantrill# gcc has a rather aggressive optimization on by default that infers loop
40592c1a611SBryan Cantrill# bounds based on undefined behavior (!!).  This can lead to some VERY
40692c1a611SBryan Cantrill# surprising optimizations -- ones that may be technically correct in the
40792c1a611SBryan Cantrill# strictest sense but also result in incorrect program behavior.  We turn
40892c1a611SBryan Cantrill# this optimization off, with extreme prejudice.
40992c1a611SBryan Cantrill#
41092c1a611SBryan CantrillCCNOAGGRESSIVELOOPS= \
41192c1a611SBryan Cantrill	-_gcc7=-fno-aggressive-loop-optimizations \
4122f57b5e0SToomas Soome	-_gcc8=-fno-aggressive-loop-optimizations \
4132f57b5e0SToomas Soome	-_gcc9=-fno-aggressive-loop-optimizations
41492c1a611SBryan Cantrill
4157c478bd9Sstevel@tonic-gate# One optimization the compiler might perform is to turn this:
4167c478bd9Sstevel@tonic-gate#	#pragma weak foo
4177c478bd9Sstevel@tonic-gate#	extern int foo;
4187c478bd9Sstevel@tonic-gate#	if (&foo)
4197c478bd9Sstevel@tonic-gate#		foo = 5;
4207c478bd9Sstevel@tonic-gate# into
4217c478bd9Sstevel@tonic-gate#	foo = 5;
4227c478bd9Sstevel@tonic-gate# Since we do some of this (foo might be referenced in common kernel code
4237c478bd9Sstevel@tonic-gate# but provided only for some cpu modules or platforms), we disable this
4247c478bd9Sstevel@tonic-gate# optimization.
425d69cdb36SRichard Lowe#
4267c478bd9Sstevel@tonic-gatesparc_CCUNBOUND	= -Wd,-xsafe=unboundsym
4277c478bd9Sstevel@tonic-gatei386_CCUNBOUND	=
4287c478bd9Sstevel@tonic-gateCCUNBOUND	= $($(MACH)_CCUNBOUND)
4297c478bd9Sstevel@tonic-gate
4307c478bd9Sstevel@tonic-gate#
4317c478bd9Sstevel@tonic-gate# compiler '-xarch' flag. This is here to centralize it and make it
4327c478bd9Sstevel@tonic-gate# overridable for testing.
4330bb07399SNick Toddsparc_XARCH=	-m32
4340bb07399SNick Toddsparcv9_XARCH=	-m64
4359c05409fSRichard Lowei386_XARCH=	-m32
4360bb07399SNick Toddamd64_XARCH=	-m64 -Ui386 -U__i386
4377c478bd9Sstevel@tonic-gate
4387c478bd9Sstevel@tonic-gate# assembler '-xarch' flag.  Different from compiler '-xarch' flag.
43960c80770Scraigmsparc_AS_XARCH=		-xarch=v8plus
4407c478bd9Sstevel@tonic-gatesparcv9_AS_XARCH=	-xarch=v9
4417c478bd9Sstevel@tonic-gatei386_AS_XARCH=
4427c478bd9Sstevel@tonic-gateamd64_AS_XARCH=		-xarch=amd64 -P -Ui386 -U__i386
4437c478bd9Sstevel@tonic-gate
4447c478bd9Sstevel@tonic-gate#
4457c478bd9Sstevel@tonic-gate# These flags define what we need to be 'standalone' i.e. -not- part
4467c478bd9Sstevel@tonic-gate# of the rather more cosy userland environment.  This basically means
4477c478bd9Sstevel@tonic-gate# the kernel.
4487c478bd9Sstevel@tonic-gate#
4497c478bd9Sstevel@tonic-gate# XX64	future versions of gcc will make -mcmodel=kernel imply -mno-red-zone
4507c478bd9Sstevel@tonic-gate#
45102e56f3fSwesolowssparc_STAND_FLAGS=	-_gcc=-ffreestanding
45202e56f3fSwesolowssparcv9_STAND_FLAGS=	-_gcc=-ffreestanding
4538528fe16SRichard Lowe# Disabling MMX also disables 3DNow, disabling SSE also disables all later
4548528fe16SRichard Lowe# additions to SSE (SSE2, AVX ,etc.)
4558528fe16SRichard LoweNO_SIMD=		-_gcc=-mno-mmx -_gcc=-mno-sse
4568528fe16SRichard Lowei386_STAND_FLAGS=	-_gcc=-ffreestanding $(NO_SIMD)
4578528fe16SRichard Loweamd64_STAND_FLAGS=	-xmodel=kernel $(NO_SIMD)
4587c478bd9Sstevel@tonic-gate
4597c478bd9Sstevel@tonic-gateSAVEARGS=		-Wu,-save_args
4607c478bd9Sstevel@tonic-gateamd64_STAND_FLAGS	+= $(SAVEARGS)
4617c478bd9Sstevel@tonic-gate
4627c478bd9Sstevel@tonic-gateSTAND_FLAGS_32 = $($(MACH)_STAND_FLAGS)
4637c478bd9Sstevel@tonic-gateSTAND_FLAGS_64 = $($(MACH64)_STAND_FLAGS)
4647c478bd9Sstevel@tonic-gate
4657c478bd9Sstevel@tonic-gate#
4667c478bd9Sstevel@tonic-gate# disable the incremental linker
4677c478bd9Sstevel@tonic-gateILDOFF=			-xildoff
4687c478bd9Sstevel@tonic-gate#
46922337b4bSrieXFFLAG=			-xF=%all
4707c478bd9Sstevel@tonic-gateXESS=			-xs
471d69cdb36SRichard LoweXSTRCONST=		-xstrconst
4727c478bd9Sstevel@tonic-gate
4737c478bd9Sstevel@tonic-gate#
4747c478bd9Sstevel@tonic-gate# turn warnings into errors (C)
4757c478bd9Sstevel@tonic-gateCERRWARN = -errtags=yes -errwarn=%all
4767c478bd9Sstevel@tonic-gateCERRWARN += -erroff=E_EMPTY_TRANSLATION_UNIT
4777c478bd9Sstevel@tonic-gateCERRWARN += -erroff=E_STATEMENT_NOT_REACHED
4787014882cSRichard Lowe
4797014882cSRichard LoweCERRWARN += -_gcc=-Wno-missing-braces
4807014882cSRichard LoweCERRWARN += -_gcc=-Wno-sign-compare
4817014882cSRichard LoweCERRWARN += -_gcc=-Wno-unknown-pragmas
4827014882cSRichard LoweCERRWARN += -_gcc=-Wno-unused-parameter
4837014882cSRichard LoweCERRWARN += -_gcc=-Wno-missing-field-initializers
4847014882cSRichard Lowe
4857014882cSRichard Lowe# Unfortunately, this option can misfire very easily and unfixably.
4867014882cSRichard LoweCERRWARN +=	-_gcc=-Wno-array-bounds
4877014882cSRichard Lowe
488d3b5f563SJohn Levon# gcc4 lacks -Wno-maybe-uninitialized
489d3b5f563SJohn LevonCNOWARN_UNINIT = -_gcc4=-Wno-uninitialized \
490d3b5f563SJohn Levon    -_gcc7=-Wno-maybe-uninitialized \
4912f57b5e0SToomas Soome    -_gcc8=-Wno-maybe-uninitialized \
4922f57b5e0SToomas Soome    -_gcc9=-Wno-maybe-uninitialized
4936a3e8e86SRichard Lowe
4941f5207b7SJohn LevonCERRWARN += -_smatch=-p=illumos_user
4951f5207b7SJohn Levoninclude $(SRC)/Makefile.smatch
4961f5207b7SJohn Levon
4977c478bd9Sstevel@tonic-gate#
4987c478bd9Sstevel@tonic-gate# turn warnings into errors (C++)
4998e0c8248SAndrew StormontCCERRWARN = -errtags=yes -errwarn=%all
5008e0c8248SAndrew StormontCCERRWARN += -erroff=E_EMPTY_TRANSLATION_UNIT
5018e0c8248SAndrew StormontCCERRWARN += -erroff=E_STATEMENT_NOT_REACHED
5028e0c8248SAndrew Stormont
5038e0c8248SAndrew StormontCCERRWARN += -_gcc=-Wno-missing-braces
5048e0c8248SAndrew StormontCCERRWARN += -_gcc=-Wno-sign-compare
5058e0c8248SAndrew StormontCCERRWARN += -_gcc=-Wno-unknown-pragmas
5068e0c8248SAndrew StormontCCERRWARN += -_gcc=-Wno-unused-parameter
5078e0c8248SAndrew StormontCCERRWARN += -_gcc=-Wno-missing-field-initializers
5087c478bd9Sstevel@tonic-gate
509bd0ce624SYuri Pankov# C standard.  Keep Studio flags until we get rid of lint.
510bd0ce624SYuri PankovCSTD_GNU89=	-xc99=%none
511bd0ce624SYuri PankovCSTD_GNU99=	-xc99=%all
512bd0ce624SYuri PankovCSTD=		$(CSTD_GNU89)
513bd0ce624SYuri PankovC99LMODE=	$(CSTD:-xc99%=-Xc99%)
5147c478bd9Sstevel@tonic-gate
5157c478bd9Sstevel@tonic-gate# In most places, assignments to these macros should be appended with +=
516b819cea2SGordon Ross# (CPPFLAGS.first allows values to be prepended to CPPFLAGS).
517face03d9Spetedesparc_CFLAGS=	$(sparc_XARCH) $(CCSTATICSYM)
518ac204d0dSpetedesparcv9_CFLAGS=	$(sparcv9_XARCH) -dalign $(CCVERBOSE) $(V9ABIWARN) $(CCREGSYM) \
519ac204d0dSpetede		$(CCSTATICSYM)
5207c478bd9Sstevel@tonic-gatei386_CFLAGS=	$(i386_XARCH)
5217c478bd9Sstevel@tonic-gateamd64_CFLAGS=	$(amd64_XARCH)
5227c478bd9Sstevel@tonic-gate
5237c478bd9Sstevel@tonic-gatesparc_ASFLAGS=	$(sparc_AS_XARCH)
5247c478bd9Sstevel@tonic-gatesparcv9_ASFLAGS=$(sparcv9_AS_XARCH)
5257c478bd9Sstevel@tonic-gatei386_ASFLAGS=	$(i386_AS_XARCH)
5267c478bd9Sstevel@tonic-gateamd64_ASFLAGS=	$(amd64_AS_XARCH)
5277c478bd9Sstevel@tonic-gate
5287c478bd9Sstevel@tonic-gate#
5297c478bd9Sstevel@tonic-gatesparc_COPTFLAG=		-xO3
5307c478bd9Sstevel@tonic-gatesparcv9_COPTFLAG=	-xO3
5317c478bd9Sstevel@tonic-gatei386_COPTFLAG=		-O
532662492f5Ssherrymamd64_COPTFLAG=		-xO3
5337c478bd9Sstevel@tonic-gate
5347c478bd9Sstevel@tonic-gateCOPTFLAG= $($(MACH)_COPTFLAG)
5357c478bd9Sstevel@tonic-gateCOPTFLAG64= $($(MACH64)_COPTFLAG)
5367c478bd9Sstevel@tonic-gate
5377c478bd9Sstevel@tonic-gate# When -g is used, the compiler globalizes static objects
5387c478bd9Sstevel@tonic-gate# (gives them a unique prefix). Disable that.
5397c478bd9Sstevel@tonic-gateCNOGLOBAL= -W0,-noglobal
5407c478bd9Sstevel@tonic-gate
54196ccc8cbSesaxe# Direct the Sun Studio compiler to use a static globalization prefix based on the
54296ccc8cbSesaxe# name of the module rather than something unique. Otherwise, objects
54396ccc8cbSesaxe# will not build deterministically, as subsequent compilations of identical
54496ccc8cbSesaxe# source will yeild objects that always look different.
54596ccc8cbSesaxe#
54696ccc8cbSesaxe# In the same spirit, this will also remove the date from the N_OPT stab.
54796ccc8cbSesaxeCGLOBALSTATIC= -W0,-xglobalstatic
54896ccc8cbSesaxe
54902e56f3fSwesolows# Sometimes we want all symbols and types in debugging information even
55002e56f3fSwesolows# if they aren't used.
55102e56f3fSwesolowsCALLSYMS=	-W0,-xdbggen=no%usedonly
55202e56f3fSwesolows
553ac204d0dSpetede#
554299e09deSRichard Lowe# We force the compilers to generate the debugging information best understood
555299e09deSRichard Lowe# by the CTF tools.  With Sun Studio this is stabs due to bugs in the Studio
556299e09deSRichard Lowe# compilers.  With GCC this is DWARF v2.
557ac204d0dSpetede#
558299e09deSRichard LoweDEBUGFORMAT=	-_cc=-xdebugformat=stabs -_gcc=-gdwarf-2
559ac204d0dSpetede
5607c478bd9Sstevel@tonic-gate#
561299e09deSRichard Lowe# Ask the compiler to include debugging information
5627c478bd9Sstevel@tonic-gate#
563299e09deSRichard LoweCCGDEBUG= -g $(DEBUGFORMAT)
564299e09deSRichard Lowe
565299e09deSRichard Lowe#
566299e09deSRichard Lowe# Flags used to build in debug mode for ctf generation.
567299e09deSRichard Lowe#
568299e09deSRichard LoweCTF_FLAGS_sparc	= $(CCGDEBUG) -Wc,-Qiselect-T1 $(CSTD) $(CNOGLOBAL)
569299e09deSRichard LoweCTF_FLAGS_i386	= $(CCGDEBUG) $(CSTD) $(CNOGLOBAL)
5702d4be7aaSRichard Lowe
5712d4be7aaSRichard LoweCTF_FLAGS_sparcv9	= $(CTF_FLAGS_sparc)
5722d4be7aaSRichard LoweCTF_FLAGS_amd64		= $(CTF_FLAGS_i386)
5732d4be7aaSRichard Lowe
5742d4be7aaSRichard Lowe# Sun Studio produces broken userland code when saving arguments.
5752d4be7aaSRichard Lowe$(__GNUC)CTF_FLAGS_amd64 += $(SAVEARGS)
5762d4be7aaSRichard Lowe
577299e09deSRichard LoweCTF_FLAGS_32	= $(CTF_FLAGS_$(MACH))
578299e09deSRichard LoweCTF_FLAGS_64	= $(CTF_FLAGS_$(MACH64))
5792d4be7aaSRichard LoweCTF_FLAGS	= $(CTF_FLAGS_32)
5807c478bd9Sstevel@tonic-gate
5817c478bd9Sstevel@tonic-gate#
5827c478bd9Sstevel@tonic-gate# Flags used with genoffsets
5837c478bd9Sstevel@tonic-gate#
584299e09deSRichard LoweGENOFFSETS_FLAGS = $(CALLSYMS)
5857c478bd9Sstevel@tonic-gate
5867c478bd9Sstevel@tonic-gateOFFSETS_CREATE = $(GENOFFSETS) -s $(CTFSTABS) -r $(CTFCONVERT) \
587299e09deSRichard Lowe	$(CW) --noecho $(CW_CC_COMPILERS) -- $(GENOFFSETS_FLAGS) \
588299e09deSRichard Lowe	$(CFLAGS) $(CPPFLAGS)
5897c478bd9Sstevel@tonic-gate
5907c478bd9Sstevel@tonic-gateOFFSETS_CREATE64 = $(GENOFFSETS) -s $(CTFSTABS) -r $(CTFCONVERT) \
591299e09deSRichard Lowe	$(CW) --noecho $(CW_CC_COMPILERS) -- $(GENOFFSETS_FLAGS) \
592299e09deSRichard Lowe	$(CFLAGS64) $(CPPFLAGS)
5937c478bd9Sstevel@tonic-gate
5947c478bd9Sstevel@tonic-gate#
5957c478bd9Sstevel@tonic-gate# tradeoff time for space (smaller is better)
5967c478bd9Sstevel@tonic-gate#
597ac204d0dSpetedesparc_SPACEFLAG		= -xspace -W0,-Lt
598ac204d0dSpetedesparcv9_SPACEFLAG	= -xspace -W0,-Lt
5997c478bd9Sstevel@tonic-gatei386_SPACEFLAG		= -xspace
6007c478bd9Sstevel@tonic-gateamd64_SPACEFLAG		=
6017c478bd9Sstevel@tonic-gate
6027c478bd9Sstevel@tonic-gateSPACEFLAG		= $($(MACH)_SPACEFLAG)
6037c478bd9Sstevel@tonic-gateSPACEFLAG64		= $($(MACH64)_SPACEFLAG)
6047c478bd9Sstevel@tonic-gate
605ac204d0dSpetede#
606ac204d0dSpetede# The Sun Studio 11 compiler has changed the behaviour of integer
607ac204d0dSpetede# wrap arounds and so a flag is needed to use the legacy behaviour
608ac204d0dSpetede# (without this flag panics/hangs could be exposed within the source).
609ac204d0dSpetede#
610ac204d0dSpetedesparc_IROPTFLAG		= -W2,-xwrap_int
611ac204d0dSpetedesparcv9_IROPTFLAG	= -W2,-xwrap_int
612ac204d0dSpetedei386_IROPTFLAG		=
613ac204d0dSpetedeamd64_IROPTFLAG		=
614ac204d0dSpetede
615ac204d0dSpetedeIROPTFLAG		= $($(MACH)_IROPTFLAG)
616ac204d0dSpetedeIROPTFLAG64		= $($(MACH64)_IROPTFLAG)
617ac204d0dSpetede
6187c478bd9Sstevel@tonic-gatesparc_XREGSFLAG		= -xregs=no%appl
6197c478bd9Sstevel@tonic-gatesparcv9_XREGSFLAG	= -xregs=no%appl
6207c478bd9Sstevel@tonic-gatei386_XREGSFLAG		=
6217c478bd9Sstevel@tonic-gateamd64_XREGSFLAG		=
6227c478bd9Sstevel@tonic-gate
6237c478bd9Sstevel@tonic-gateXREGSFLAG		= $($(MACH)_XREGSFLAG)
6247c478bd9Sstevel@tonic-gateXREGSFLAG64		= $($(MACH64)_XREGSFLAG)
6257c478bd9Sstevel@tonic-gate
626d69cdb36SRichard Lowe# dmake SOURCEDEBUG=yes ... enables source-level debugging information, and
627d69cdb36SRichard Lowe# avoids stripping it.
628d69cdb36SRichard LoweSOURCEDEBUG	= $(POUND_SIGN)
629d69cdb36SRichard LoweSRCDBGBLD	= $(SOURCEDEBUG:yes=)
630d69cdb36SRichard Lowe
631d69cdb36SRichard Lowe#
632d69cdb36SRichard Lowe# These variables are intended ONLY for use by developers to safely pass extra
633d69cdb36SRichard Lowe# flags to the compilers without unintentionally overriding Makefile-set
634d69cdb36SRichard Lowe# flags.  They should NEVER be set to any value in a Makefile.
635d69cdb36SRichard Lowe#
636d69cdb36SRichard Lowe# They come last in the associated FLAGS variable such that they can
637d69cdb36SRichard Lowe# explicitly override things if necessary, there are gaps in this, but it's
638d69cdb36SRichard Lowe# the best we can manage.
639d69cdb36SRichard Lowe#
640d69cdb36SRichard LoweCUSERFLAGS		=
641d69cdb36SRichard LoweCUSERFLAGS64		= $(CUSERFLAGS)
642d69cdb36SRichard LoweCCUSERFLAGS		=
643d69cdb36SRichard LoweCCUSERFLAGS64		= $(CCUSERFLAGS)
644d69cdb36SRichard Lowe
645d69cdb36SRichard LoweCSOURCEDEBUGFLAGS	=
646d69cdb36SRichard LoweCCSOURCEDEBUGFLAGS	=
647299e09deSRichard Lowe$(SRCDBGBLD)CSOURCEDEBUGFLAGS	= $(CCGDEBUG) -xs
648299e09deSRichard Lowe$(SRCDBGBLD)CCSOURCEDEBUGFLAGS	= $(CCGDEBUG) -xs
649d69cdb36SRichard Lowe
6507c478bd9Sstevel@tonic-gateCFLAGS=         $(COPTFLAG) $($(MACH)_CFLAGS) $(SPACEFLAG) $(CCMODE) \
651bd0ce624SYuri Pankov		$(ILDOFF) $(CERRWARN) $(CSTD) $(CCUNBOUND) $(IROPTFLAG) \
652b6c711ccSRichard Lowe		$(CGLOBALSTATIC) $(CCNOAUTOINLINE) $(CCNOREORDER) \
65392c1a611SBryan Cantrill		$(CCNOAGGRESSIVELOOPS) \
654b6c711ccSRichard Lowe		$(CSOURCEDEBUGFLAGS) $(CUSERFLAGS)
6557c478bd9Sstevel@tonic-gateCFLAGS64=       $(COPTFLAG64) $($(MACH64)_CFLAGS) $(SPACEFLAG64) $(CCMODE64) \
656bd0ce624SYuri Pankov		$(ILDOFF) $(CERRWARN) $(CSTD) $(CCUNBOUND) $(IROPTFLAG64) \
657b6c711ccSRichard Lowe		$(CGLOBALSTATIC) $(CCNOAUTOINLINE) $(CCNOREORDER) \
65892c1a611SBryan Cantrill		$(CCNOAGGRESSIVELOOPS) \
659b6c711ccSRichard Lowe		$(CSOURCEDEBUGFLAGS) $(CUSERFLAGS64)
660ac204d0dSpetede#
661ac204d0dSpetede# Flags that are used to build parts of the code that are subsequently
662ac204d0dSpetede# run on the build machine (also known as the NATIVE_BUILD).
663ac204d0dSpetede#
6647c478bd9Sstevel@tonic-gateNATIVE_CFLAGS=	$(COPTFLAG) $($(NATIVE_MACH)_CFLAGS) $(CCMODE) \
665bd0ce624SYuri Pankov		$(ILDOFF) $(CERRWARN) $(CSTD) $($(NATIVE_MACH)_CCUNBOUND) \
666d69cdb36SRichard Lowe		$(IROPTFLAG) $(CGLOBALSTATIC) $(CCNOAUTOINLINE) \
667b6c711ccSRichard Lowe		$(CCNOREORDER) $(CSOURCEDEBUGFLAGS) $(CUSERFLAGS)
6687c478bd9Sstevel@tonic-gate
669a99cb961SToomas SoomeNATIVE_CCFLAGS=	$(CCOPTFLAG) $($(NATIVE_MACH)_CCFLAGS) $(CCSOURCEDEBUGFLAGS) \
670a99cb961SToomas Soome		$(CCUSERFLAGS)
671a99cb961SToomas Soome
6727c478bd9Sstevel@tonic-gateDTEXTDOM=-DTEXT_DOMAIN=\"$(TEXT_DOMAIN)\"	# For messaging.
6737c478bd9Sstevel@tonic-gateDTS_ERRNO=-D_TS_ERRNO
674b819cea2SGordon RossCPPFLAGS.first=	# Please keep empty.  Only lower makefiles should set this.
6757c478bd9Sstevel@tonic-gateCPPFLAGS.master=$(DTEXTDOM) $(DTS_ERRNO) \
676494f7e12SKeith M Wesolowski	$(ENVCPPFLAGS1) $(ENVCPPFLAGS2) $(ENVCPPFLAGS3) $(ENVCPPFLAGS4) \
677494f7e12SKeith M Wesolowski	$(ADJUNCT_PROTO:%=-I%/usr/include)
678494f7e12SKeith M WesolowskiCPPFLAGS.native=$(ENVCPPFLAGS1) $(ENVCPPFLAGS2) $(ENVCPPFLAGS3) \
679494f7e12SKeith M Wesolowski		$(ENVCPPFLAGS4) -I$(NATIVE_ADJUNCT)/include
680b819cea2SGordon RossCPPFLAGS=	$(CPPFLAGS.first) $(CPPFLAGS.master)
681b819cea2SGordon RossAS_CPPFLAGS=	$(CPPFLAGS.first) $(CPPFLAGS.master)
6824d0eb50eSRichard PALOJAVAFLAGS=	-source 1.6 -target 1.6 -Xlint:deprecation,-options
6837c478bd9Sstevel@tonic-gate
6847c478bd9Sstevel@tonic-gate#
6857c478bd9Sstevel@tonic-gate# For source message catalogue
6867c478bd9Sstevel@tonic-gate#
6877c478bd9Sstevel@tonic-gate.SUFFIXES: $(SUFFIXES) .i .po
6887c478bd9Sstevel@tonic-gateMSGROOT= $(ROOT)/catalog
6897c478bd9Sstevel@tonic-gateMSGDOMAIN= $(MSGROOT)/$(TEXT_DOMAIN)
6907c478bd9Sstevel@tonic-gateMSGDOMAINPOFILE = $(MSGDOMAIN)/$(POFILE)
691d69cdb36SRichard LoweDCMSGDOMAIN= $(MSGROOT)/LC_TIME/$(TEXT_DOMAIN)
6927c478bd9Sstevel@tonic-gateDCMSGDOMAINPOFILE = $(DCMSGDOMAIN)/$(DCFILE:.dc=.po)
6937c478bd9Sstevel@tonic-gate
6947c478bd9Sstevel@tonic-gateCLOBBERFILES += $(POFILE) $(POFILES)
6957c478bd9Sstevel@tonic-gateCOMPILE.cpp= $(CC) -E -C $(CFLAGS) $(CPPFLAGS)
6967c478bd9Sstevel@tonic-gateXGETTEXT= /usr/bin/xgettext
6977c478bd9Sstevel@tonic-gateXGETFLAGS= -c TRANSLATION_NOTE
69814843421SMatthew AhrensGNUXGETTEXT= /usr/gnu/bin/xgettext
69914843421SMatthew AhrensGNUXGETFLAGS= --add-comments=TRANSLATION_NOTE --keyword=_ \
70014843421SMatthew Ahrens	--strict --no-location --omit-header
7017c478bd9Sstevel@tonic-gateBUILD.po= $(XGETTEXT) $(XGETFLAGS) -d $(<F) $<.i ;\
7027c478bd9Sstevel@tonic-gate	$(RM)	$@ ;\
703a778b211Scarlsonj	$(SED) "/^domain/d" < $(<F).po > $@ ;\
7047c478bd9Sstevel@tonic-gate	$(RM) $(<F).po $<.i
705a778b211Scarlsonj
7067c478bd9Sstevel@tonic-gate#
7077c478bd9Sstevel@tonic-gate# This is overwritten by local Makefile when PROG is a list.
7087c478bd9Sstevel@tonic-gate#
7097c478bd9Sstevel@tonic-gatePOFILE= $(PROG).po
7107c478bd9Sstevel@tonic-gate
711a99cb961SToomas Soomesparc_CCFLAGS=		$(sparc_XARCH) -cg92 -compat=4 \
7127c478bd9Sstevel@tonic-gate			-Qoption ccfe -messages=no%anachronism \
7137c478bd9Sstevel@tonic-gate			$(CCERRWARN)
7147c478bd9Sstevel@tonic-gatesparcv9_CCFLAGS=	$(sparcv9_XARCH) -dalign -compat=5 \
7157c478bd9Sstevel@tonic-gate			-Qoption ccfe -messages=no%anachronism \
7167c478bd9Sstevel@tonic-gate			-Qoption ccfe -features=no%conststrings \
7177c478bd9Sstevel@tonic-gate			$(CCCREGSYM) \
7187c478bd9Sstevel@tonic-gate			$(CCERRWARN)
719a99cb961SToomas Soomei386_CCFLAGS=		$(i386_XARCH) -compat=4 \
7207c478bd9Sstevel@tonic-gate			-Qoption ccfe -messages=no%anachronism \
7217c478bd9Sstevel@tonic-gate			-Qoption ccfe -features=no%conststrings \
7227c478bd9Sstevel@tonic-gate			$(CCERRWARN)
7237c478bd9Sstevel@tonic-gateamd64_CCFLAGS=		$(amd64_XARCH) -compat=5 \
7247c478bd9Sstevel@tonic-gate			-Qoption ccfe -messages=no%anachronism \
7257c478bd9Sstevel@tonic-gate			-Qoption ccfe -features=no%conststrings \
7267c478bd9Sstevel@tonic-gate			$(CCERRWARN)
7277c478bd9Sstevel@tonic-gate
7287c478bd9Sstevel@tonic-gatesparc_CCOPTFLAG=	-O
7297c478bd9Sstevel@tonic-gatesparcv9_CCOPTFLAG=	-O
7307c478bd9Sstevel@tonic-gatei386_CCOPTFLAG=		-O
7317c478bd9Sstevel@tonic-gateamd64_CCOPTFLAG=	-O
7327c478bd9Sstevel@tonic-gate
7337c478bd9Sstevel@tonic-gateCCOPTFLAG=	$($(MACH)_CCOPTFLAG)
7347c478bd9Sstevel@tonic-gateCCOPTFLAG64=	$($(MACH64)_CCOPTFLAG)
735d69cdb36SRichard LoweCCFLAGS=	$(CCOPTFLAG) $($(MACH)_CCFLAGS) $(CCSOURCEDEBUGFLAGS) \
736d69cdb36SRichard Lowe		$(CCUSERFLAGS)
737d69cdb36SRichard LoweCCFLAGS64=	$(CCOPTFLAG64) $($(MACH64)_CCFLAGS) $(CCSOURCEDEBUGFLAGS) \
738d69cdb36SRichard Lowe		$(CCUSERFLAGS64)
73924da5b34Srie
7404c06356bSdh#
7414c06356bSdh#
7424c06356bSdh#
743d69cdb36SRichard LoweELFWRAP_FLAGS	=
7444c06356bSdhELFWRAP_FLAGS64	=	-64
7454c06356bSdh
74624da5b34Srie#
74724da5b34Srie# Various mapfiles that are used throughout the build, and delivered to
74824da5b34Srie# /usr/lib/ld.
7497c478bd9Sstevel@tonic-gate#
750cd3e9333SAli BahramiMAPFILE.NED_i386 =	$(SRC)/common/mapfiles/common/map.noexdata
75124da5b34SrieMAPFILE.NED_sparc =
75224da5b34SrieMAPFILE.NED =		$(MAPFILE.NED_$(MACH))
753cd3e9333SAli BahramiMAPFILE.PGA =		$(SRC)/common/mapfiles/common/map.pagealign
75424da5b34SrieMAPFILE.NES =		$(SRC)/common/mapfiles/common/map.noexstk
75524da5b34SrieMAPFILE.FLT =		$(SRC)/common/mapfiles/common/map.filter
756df4628cbSrieMAPFILE.LEX =		$(SRC)/common/mapfiles/common/map.lex.yy
75724da5b34Srie
7587c478bd9Sstevel@tonic-gate#
75924da5b34Srie# Generated mapfiles that are compiler specific, and used throughout the
76024da5b34Srie# build.  These mapfiles are not delivered in /usr/lib/ld.
7617c478bd9Sstevel@tonic-gate#
76224da5b34SrieMAPFILE.NGB_sparc=	$(SRC)/common/mapfiles/gen/sparc_cc_map.noexeglobs
76324da5b34Srie$(__GNUC64)MAPFILE.NGB_sparc= \
76424da5b34Srie			$(SRC)/common/mapfiles/gen/sparc_gcc_map.noexeglobs
76524da5b34SrieMAPFILE.NGB_sparcv9=	$(SRC)/common/mapfiles/gen/sparcv9_cc_map.noexeglobs
76624da5b34Srie$(__GNUC64)MAPFILE.NGB_sparcv9= \
76724da5b34Srie			$(SRC)/common/mapfiles/gen/sparcv9_gcc_map.noexeglobs
76824da5b34SrieMAPFILE.NGB_i386=	$(SRC)/common/mapfiles/gen/i386_cc_map.noexeglobs
76924da5b34Srie$(__GNUC64)MAPFILE.NGB_i386= \
77024da5b34Srie			$(SRC)/common/mapfiles/gen/i386_gcc_map.noexeglobs
77124da5b34SrieMAPFILE.NGB_amd64=	$(SRC)/common/mapfiles/gen/amd64_cc_map.noexeglobs
77224da5b34Srie$(__GNUC64)MAPFILE.NGB_amd64= \
77324da5b34Srie			$(SRC)/common/mapfiles/gen/amd64_gcc_map.noexeglobs
77424da5b34SrieMAPFILE.NGB =		$(MAPFILE.NGB_$(MACH))
77524da5b34Srie
77624da5b34Srie#
77724da5b34Srie# A generic interface mapfile name, used by various dynamic objects to define
77824da5b34Srie# the interfaces and interposers the object must export.
77924da5b34Srie#
78024da5b34SrieMAPFILE.INT =		mapfile-intf
78124da5b34Srie
782d69cdb36SRichard Lowe#
783538aa54dSGarrett D'Amore# LDLIBS32 and LDLIBS64 can be set in the environment to override the following
784538aa54dSGarrett D'Amore# assignments.
785538aa54dSGarrett D'Amore#
7867c478bd9Sstevel@tonic-gate# These environment settings make sure that no libraries are searched outside
7877c478bd9Sstevel@tonic-gate# of the local workspace proto area:
7887c478bd9Sstevel@tonic-gate#	LDLIBS32=-YP,$ROOT/lib:$ROOT/usr/lib
7897c478bd9Sstevel@tonic-gate#	LDLIBS64=-YP,$ROOT/lib/$MACH64:$ROOT/usr/lib/$MACH64
7907c478bd9Sstevel@tonic-gate#
7917c478bd9Sstevel@tonic-gateLDLIBS32 =	$(ENVLDLIBS1) $(ENVLDLIBS2) $(ENVLDLIBS3)
792494f7e12SKeith M WesolowskiLDLIBS32 +=	$(ADJUNCT_PROTO:%=-L%/usr/lib -L%/lib)
793aa9ef484SJohn LevonLDLIBS.cmd =	$(LDLIBS32)
7947c478bd9Sstevel@tonic-gateLDLIBS.lib =	$(LDLIBS32)
795538aa54dSGarrett D'Amore
796538aa54dSGarrett D'AmoreLDLIBS64 =	$(ENVLDLIBS1:%=%/$(MACH64)) \
797538aa54dSGarrett D'Amore		$(ENVLDLIBS2:%=%/$(MACH64)) \
798538aa54dSGarrett D'Amore		$(ENVLDLIBS3:%=%/$(MACH64))
799538aa54dSGarrett D'AmoreLDLIBS64 +=     $(ADJUNCT_PROTO:%=-L%/usr/lib/$(MACH64) -L%/lib/$(MACH64))
800538aa54dSGarrett D'Amore
8017c478bd9Sstevel@tonic-gate#
8027c478bd9Sstevel@tonic-gate# Define compilation macros.
8037c478bd9Sstevel@tonic-gate#
8047c478bd9Sstevel@tonic-gateCOMPILE.c=	$(CC) $(CFLAGS) $(CPPFLAGS) -c
8057c478bd9Sstevel@tonic-gateCOMPILE64.c=	$(CC) $(CFLAGS64) $(CPPFLAGS) -c
8067c478bd9Sstevel@tonic-gateCOMPILE.cc=	$(CCC) $(CCFLAGS) $(CPPFLAGS) -c
8077c478bd9Sstevel@tonic-gateCOMPILE64.cc=	$(CCC) $(CCFLAGS64) $(CPPFLAGS) -c
8087c478bd9Sstevel@tonic-gateCOMPILE.s=	$(AS) $(ASFLAGS) $(AS_CPPFLAGS)
8097c478bd9Sstevel@tonic-gateCOMPILE64.s=	$(AS) $(ASFLAGS) $($(MACH64)_AS_XARCH) $(AS_CPPFLAGS)
8107c478bd9Sstevel@tonic-gateCOMPILE.d=	$(DTRACE) -G -32
8117c478bd9Sstevel@tonic-gateCOMPILE64.d=	$(DTRACE) -G -64
8124c06356bSdhCOMPILE.b=	$(ELFWRAP) $(ELFWRAP_FLAGS$(CLASS))
8134c06356bSdhCOMPILE64.b=	$(ELFWRAP) $(ELFWRAP_FLAGS$(CLASS))
8147c478bd9Sstevel@tonic-gate
8157c478bd9Sstevel@tonic-gateCLASSPATH=	.
8167c478bd9Sstevel@tonic-gateCOMPILE.java=	$(JAVAC) $(JAVAFLAGS) -classpath $(CLASSPATH)
8177c478bd9Sstevel@tonic-gate
8187c478bd9Sstevel@tonic-gate#
8197c478bd9Sstevel@tonic-gate# Link time macros
8207c478bd9Sstevel@tonic-gate#
8217c478bd9Sstevel@tonic-gateCCNEEDED		= -lC
8226a3e8e86SRichard LoweCCEXTNEEDED		= -lCrun -lCstd
8232944b91eSJohn LevonNATIVECCNEEDED		= -lC
824494f7e12SKeith M Wesolowski$(__GNUC)CCNEEDED	= -L$(GCCLIBDIR) -lstdc++ -lgcc_s
8256a3e8e86SRichard Lowe$(__GNUC)CCEXTNEEDED	= $(CCNEEDED)
8262944b91eSJohn Levon$(__GNUC)NATIVECCNEEDED	= -R$(GCCLIBDIR) -L$(GCCLIBDIR) -lstdc++ -lgcc_s
8277c478bd9Sstevel@tonic-gate
8280ae9a84fSAndrew StormontCCNEEDED64		= -lCrun
8290ae9a84fSAndrew StormontCCEXTNEEDED64		= -lCrun -lCstd
8302944b91eSJohn LevonNATIVECCNEEDED64	= -lCrun
8310ae9a84fSAndrew Stormont$(__GNUC64)CCNEEDED64	= -L$(GCCLIBDIR) -lstdc++ -lgcc_s
8322944b91eSJohn Levon$(__GNUC64)NATIVECCNEEDED64 = -R$(GCCLIBDIR) -L$(GCCLIBDIR) -lstdc++ -lgcc_s
8330ae9a84fSAndrew Stormont$(__GNUC64)CCEXTNEEDED	= $(CCNEEDED64)
8340ae9a84fSAndrew Stormont
8355801b0f0SToomas Soome# Libraries we expect to use natively on the build machine
8365801b0f0SToomas SoomeNATIVE_LIBS=
8375801b0f0SToomas Soome
8385801b0f0SToomas SoomeLDCHECKS		= $(ZASSERTDEFLIB) $(ZGUIDANCE) $(ZFATALWARNINGS)
8395801b0f0SToomas SoomeLDCHECKS		+= $(NATIVE_LIBS:%=$(ZASSERTDEFLIB)=%)
8405801b0f0SToomas Soome
8415801b0f0SToomas SoomeLINK.c=			$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(LDCHECKS)
8425801b0f0SToomas SoomeLINK64.c=		$(CC) $(CFLAGS64) $(CPPFLAGS) $(LDFLAGS) $(LDCHECKS)
8435801b0f0SToomas SoomeNORUNPATH=		-norunpath -nolib
8445801b0f0SToomas SoomeLINK.cc=		$(CCC) $(CCFLAGS) $(CPPFLAGS) $(NORUNPATH) \
8455801b0f0SToomas Soome			$(LDFLAGS) $(CCNEEDED) $(LDCHECKS)
8465801b0f0SToomas SoomeLINK64.cc=		$(CCC) $(CCFLAGS64) $(CPPFLAGS) $(NORUNPATH) \
8475801b0f0SToomas Soome			$(LDFLAGS) $(CCNEEDED64) $(LDCHECKS)
8487c478bd9Sstevel@tonic-gate
8497c478bd9Sstevel@tonic-gate#
8507c478bd9Sstevel@tonic-gate# lint macros
8517c478bd9Sstevel@tonic-gate#
8527c478bd9Sstevel@tonic-gate# Note that the undefine of __PRAGMA_REDEFINE_EXTNAME can be removed once
8537c478bd9Sstevel@tonic-gate# ON is built with a version of lint that has the fix for 4484186.
8547c478bd9Sstevel@tonic-gate#
8557c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS =	-errtags=yes -s
8567c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_PTRDIFF_OVERFLOW
8577c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_ASSIGN_NARROW_CONV
8587c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-U__PRAGMA_REDEFINE_EXTNAME
8597c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	$(C99LMODE)
8607c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-errsecurity=$(SECLEVEL)
8617c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_SEC_CREAT_WITHOUT_EXCL
8627c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_SEC_FORBIDDEN_WARN_CREAT
8637c478bd9Sstevel@tonic-gate# XX64 -- really only needed for amd64 lint
8647c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_ASSIGN_INT_TO_SMALL_INT
8657c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_CAST_INT_CONST_TO_SMALL_INT
8667c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_CAST_INT_TO_SMALL_INT
8677c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_CAST_TO_PTR_FROM_INT
8687c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_COMP_INT_WITH_LARGE_INT
8697c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_INTEGRAL_CONST_EXP_EXPECTED
8707c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_PASS_INT_TO_SMALL_INT
8717c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_PTR_CONV_LOSES_BITS
8727c478bd9Sstevel@tonic-gate
87347842382SJames Carlson# This forces lint to pick up note.h and sys/note.h from Devpro rather than
87447842382SJames Carlson# from the proto area.  The note.h that ON delivers would disable NOTE().
87547842382SJames CarlsonONLY_LINT_DEFS =	-I$(SPRO_VROOT)/prod/include/lint
87647842382SJames Carlson
8777c478bd9Sstevel@tonic-gateSECLEVEL=	core
87847842382SJames CarlsonLINT.c=		$(LINT) $(ONLY_LINT_DEFS) $(LINTFLAGS) $(CPPFLAGS) \
87947842382SJames Carlson		$(ALWAYS_LINT_DEFS)
88047842382SJames CarlsonLINT64.c=	$(LINT) $(ONLY_LINT_DEFS) $(LINTFLAGS64) $(CPPFLAGS) \
88147842382SJames Carlson		$(ALWAYS_LINT_DEFS)
8827c478bd9Sstevel@tonic-gateLINT.s=		$(LINT.c)
8837c478bd9Sstevel@tonic-gate
8847c478bd9Sstevel@tonic-gate# For some future builds, NATIVE_MACH and MACH might be different.
8857c478bd9Sstevel@tonic-gate# Therefore, NATIVE_MACH needs to be redefined in the
8867c478bd9Sstevel@tonic-gate# environment as `uname -p` to override this macro.
8877c478bd9Sstevel@tonic-gate#
8887c478bd9Sstevel@tonic-gate# For now at least, we cross-compile amd64 on i386 machines.
8897c478bd9Sstevel@tonic-gateNATIVE_MACH=	$(MACH:amd64=i386)
8900ae9a84fSAndrew StormontNATIVE_MACH64=	$(MACH64)
8917c478bd9Sstevel@tonic-gate
8927c478bd9Sstevel@tonic-gate# Define native compilation macros
8937c478bd9Sstevel@tonic-gate#
8947c478bd9Sstevel@tonic-gate
8957c478bd9Sstevel@tonic-gate# Base directory where compilers are loaded.
8967c478bd9Sstevel@tonic-gate# Defined here so it can be overridden by developer.
8977c478bd9Sstevel@tonic-gate#
8987c478bd9Sstevel@tonic-gateSPRO_ROOT=		$(BUILD_TOOLS)/SUNWspro
8990bb07399SNick ToddSPRO_VROOT=		$(SPRO_ROOT)/SS12
900cdf815bbSRichard PALOGNU_ROOT=		/usr
9017c478bd9Sstevel@tonic-gate
9028123ce61SJohn Levon$(__GNUC)PRIMARY_CC=	gcc7,$(GNUC_ROOT)/bin/gcc,gnu
903aa9ef484SJohn Levon$(__SUNC)PRIMARY_CC=	studio12,$(SPRO_VROOT)/bin/cc,sun
9048123ce61SJohn Levon$(__GNUC)PRIMARY_CCC=	gcc7,$(GNUC_ROOT)/bin/g++,gnu
905aa9ef484SJohn Levon$(__SUNC)PRIMARY_CCC=	studio12,$(SPRO_VROOT)/bin/CC,sun
906aa9ef484SJohn Levon
907aa9ef484SJohn LevonCW_CC_COMPILERS=	$(PRIMARY_CC:%=--primary %) $(SHADOW_CCS:%=--shadow %)
908aa9ef484SJohn LevonCW_CCC_COMPILERS=	$(PRIMARY_CCC:%=--primary %) $(SHADOW_CCCS:%=--shadow %)
909aa9ef484SJohn Levon
91069b1fd3fSRichard LoweCW_LINKER=		--linker $(LD)
911aa9ef484SJohn Levon
9122418f65fSSurya Prakki# Till SS12u1 formally becomes the NV CBE, LINT is hard
9132418f65fSSurya Prakki# coded to be picked up from the $SPRO_ROOT/sunstudio12.1/
9142418f65fSSurya Prakki# location. Impacted variables are sparc_LINT, sparcv9_LINT,
9152418f65fSSurya Prakki# i386_LINT, amd64_LINT.
9162418f65fSSurya Prakki# Reset them when SS12u1 is rolled out.
9172418f65fSSurya Prakki#
9182418f65fSSurya Prakki
9197c478bd9Sstevel@tonic-gate# Specify platform compiler versions for languages
9207c478bd9Sstevel@tonic-gate# that we use (currently only c and c++).
9217c478bd9Sstevel@tonic-gate#
922aa9ef484SJohn LevonCW=			$(ONBLD_TOOLS)/bin/$(MACH)/cw
923aa9ef484SJohn Levon
92469b1fd3fSRichard LoweBUILD_CC=		$(CW) $(CW_LINKER) $(CW_CC_COMPILERS) --
92569b1fd3fSRichard LoweBUILD_CCC=		$(CW) -C $(CW_LINKER) $(CW_CCC_COMPILERS) --
926aa9ef484SJohn LevonBUILD_CPP=		/usr/ccs/lib/cpp
92769b1fd3fSRichard LoweBUILD_LD=		$(ONBLD_TOOLS)/bin/$(MACH)/ld
928aa9ef484SJohn LevonBUILD_LINT=		$(SPRO_ROOT)/sunstudio12.1/bin/lint
929aa9ef484SJohn Levon
930aa9ef484SJohn Levon$(MACH)_CC=		$(BUILD_CC)
931aa9ef484SJohn Levon$(MACH)_CCC=		$(BUILD_CCC)
932aa9ef484SJohn Levon$(MACH)_CPP=		$(BUILD_CPP)
933aa9ef484SJohn Levon$(MACH)_LD=		$(BUILD_LD)
934aa9ef484SJohn Levon$(MACH)_LINT=		$(BUILD_LINT)
935aa9ef484SJohn Levon$(MACH64)_CC=		$(BUILD_CC)
936aa9ef484SJohn Levon$(MACH64)_CCC=		$(BUILD_CCC)
937aa9ef484SJohn Levon$(MACH64)_CPP=		$(BUILD_CPP)
938aa9ef484SJohn Levon$(MACH64)_LD=		$(BUILD_LD)
939aa9ef484SJohn Levon$(MACH64)_LINT=		$(BUILD_LINT)
940aa9ef484SJohn Levon
9417c478bd9Sstevel@tonic-gatesparc_AS=		/usr/ccs/bin/as -xregsym=no
942aa9ef484SJohn Levonsparcv9_AS=		$($(MACH)_AS)
943aa9ef484SJohn Levon
9447c478bd9Sstevel@tonic-gatei386_AS=		/usr/ccs/bin/as
9457c478bd9Sstevel@tonic-gate$(__GNUC)i386_AS=	$(ONBLD_TOOLS)/bin/$(MACH)/aw
9467c478bd9Sstevel@tonic-gateamd64_AS=		$(ONBLD_TOOLS)/bin/$(MACH)/aw
9477c478bd9Sstevel@tonic-gate
9487c478bd9Sstevel@tonic-gateNATIVECC=		$($(NATIVE_MACH)_CC)
9497c478bd9Sstevel@tonic-gateNATIVECCC=		$($(NATIVE_MACH)_CCC)
9507c478bd9Sstevel@tonic-gateNATIVECPP=		$($(NATIVE_MACH)_CPP)
9517c478bd9Sstevel@tonic-gateNATIVEAS=		$($(NATIVE_MACH)_AS)
9527c478bd9Sstevel@tonic-gateNATIVELD=		$($(NATIVE_MACH)_LD)
9537c478bd9Sstevel@tonic-gateNATIVELINT=		$($(NATIVE_MACH)_LINT)
9547c478bd9Sstevel@tonic-gate
9550ae9a84fSAndrew StormontNATIVECC64=		$($(NATIVE_MACH64)_CC)
9560ae9a84fSAndrew StormontNATIVECCC64=		$($(NATIVE_MACH64)_CCC)
9570ae9a84fSAndrew StormontNATIVECPP64=		$($(NATIVE_MACH64)_CPP)
9580ae9a84fSAndrew StormontNATIVEAS64=		$($(NATIVE_MACH64)_AS)
9590ae9a84fSAndrew StormontNATIVELD64=		$($(NATIVE_MACH64)_LD)
9600ae9a84fSAndrew StormontNATIVELINT64=		$($(NATIVE_MACH64)_LINT)
9610ae9a84fSAndrew Stormont
9627c478bd9Sstevel@tonic-gate#
9637c478bd9Sstevel@tonic-gate# Makefile.master.64 overrides these settings
9647c478bd9Sstevel@tonic-gate#
9657c478bd9Sstevel@tonic-gateCC=			$(NATIVECC)
9667c478bd9Sstevel@tonic-gateCCC=			$(NATIVECCC)
9677c478bd9Sstevel@tonic-gateCPP=			$(NATIVECPP)
9687c478bd9Sstevel@tonic-gateAS=			$(NATIVEAS)
9697c478bd9Sstevel@tonic-gateLD=			$(NATIVELD)
9707c478bd9Sstevel@tonic-gateLINT=			$(NATIVELINT)
9717c478bd9Sstevel@tonic-gate
9720ae9a84fSAndrew StormontCC64=			$(NATIVECC64)
9730ae9a84fSAndrew StormontCCC64=			$(NATIVECCC64)
9740ae9a84fSAndrew StormontCPP64=			$(NATIVECPP64)
9750ae9a84fSAndrew StormontAS64=			$(NATIVEAS64)
9760ae9a84fSAndrew StormontLD64=			$(NATIVELD64)
9770ae9a84fSAndrew StormontLINT64=			$(NATIVELINT64)
9780ae9a84fSAndrew Stormont
9797c478bd9Sstevel@tonic-gate# Pass -Y flag to cpp (method of which is release-dependent)
9807c478bd9Sstevel@tonic-gateCCYFLAG=		-Y I,
9817c478bd9Sstevel@tonic-gate
9827c478bd9Sstevel@tonic-gateBDIRECT=	-Bdirect
9837c478bd9Sstevel@tonic-gateBDYNAMIC=	-Bdynamic
9847c478bd9Sstevel@tonic-gateBLOCAL=		-Blocal
98524da5b34SrieBNODIRECT=	-Bnodirect
9867c478bd9Sstevel@tonic-gateBREDUCE=	-Breduce
9877c478bd9Sstevel@tonic-gateBSTATIC=	-Bstatic
9887c478bd9Sstevel@tonic-gate
9897c478bd9Sstevel@tonic-gateZDEFS=		-zdefs
99024da5b34SrieZDIRECT=	-zdirect
9917c478bd9Sstevel@tonic-gateZIGNORE=	-zignore
9927c478bd9Sstevel@tonic-gateZINITFIRST=	-zinitfirst
9937c478bd9Sstevel@tonic-gateZINTERPOSE=	-zinterpose
9947c478bd9Sstevel@tonic-gateZLAZYLOAD=	-zlazyload
9957c478bd9Sstevel@tonic-gateZLOADFLTR=	-zloadfltr
9967c478bd9Sstevel@tonic-gateZMULDEFS=	-zmuldefs
9977c478bd9Sstevel@tonic-gateZNODEFAULTLIB=	-znodefaultlib
9987c478bd9Sstevel@tonic-gateZNODEFS=	-znodefs
9997c478bd9Sstevel@tonic-gateZNODELETE=	-znodelete
10007c478bd9Sstevel@tonic-gateZNODLOPEN=	-znodlopen
10017c478bd9Sstevel@tonic-gateZNODUMP=	-znodump
10027c478bd9Sstevel@tonic-gateZNOLAZYLOAD=	-znolazyload
10032a8d6ebaSRod EvansZNOLDYNSYM=	-znoldynsym
100402e56f3fSwesolowsZNORELOC=	-znoreloc
10057c478bd9Sstevel@tonic-gateZNOVERSION=	-znoversion
100622337b4bSrieZRECORD=	-zrecord
10077c478bd9Sstevel@tonic-gateZREDLOCSYM=	-zredlocsym
10087c478bd9Sstevel@tonic-gateZTEXT=		-ztext
100924da5b34SrieZVERBOSE=	-zverbose
10105801b0f0SToomas SoomeZASSERTDEFLIB=	-zassert-deflib
10115801b0f0SToomas SoomeZGUIDANCE=	-zguidance
10125801b0f0SToomas SoomeZFATALWARNINGS=	-zfatal-warnings
10137c478bd9Sstevel@tonic-gate
10147c478bd9Sstevel@tonic-gateGSHARED=	-G
10157c478bd9Sstevel@tonic-gateCCMT=		-mt
10167c478bd9Sstevel@tonic-gate
10177c478bd9Sstevel@tonic-gate# Handle different PIC models on different ISAs
10187c478bd9Sstevel@tonic-gate# (May be overridden by lower-level Makefiles)
10197c478bd9Sstevel@tonic-gate
1020e1bf37b1SRichard Lowesparc_C_PICFLAGS =	-fpic
1021e1bf37b1SRichard Lowesparcv9_C_PICFLAGS =	-fpic
1022e1bf37b1SRichard Lowei386_C_PICFLAGS =	-fpic
1023e1bf37b1SRichard Loweamd64_C_PICFLAGS =	-fpic
10247c478bd9Sstevel@tonic-gateC_PICFLAGS =		$($(MACH)_C_PICFLAGS)
10257c478bd9Sstevel@tonic-gateC_PICFLAGS64 =		$($(MACH64)_C_PICFLAGS)
10267c478bd9Sstevel@tonic-gate
1027e1bf37b1SRichard Lowesparc_C_BIGPICFLAGS =	-fPIC
1028e1bf37b1SRichard Lowesparcv9_C_BIGPICFLAGS =	-fPIC
1029e1bf37b1SRichard Lowei386_C_BIGPICFLAGS =	-fPIC
1030e1bf37b1SRichard Loweamd64_C_BIGPICFLAGS =	-fPIC
10317c478bd9Sstevel@tonic-gateC_BIGPICFLAGS =		$($(MACH)_C_BIGPICFLAGS)
10327c478bd9Sstevel@tonic-gateC_BIGPICFLAGS64 =	$($(MACH64)_C_BIGPICFLAGS)
10337c478bd9Sstevel@tonic-gate
10347c478bd9Sstevel@tonic-gate# CC requires there to be no space between '-K' and 'pic' or 'PIC'.
1035e1bf37b1SRichard Lowe# and does not support -f
1036e1bf37b1SRichard Lowesparc_CC_PICFLAGS =	-_cc=-Kpic -_gcc=-fpic
1037e1bf37b1SRichard Lowesparcv9_CC_PICFLAGS =	-_cc=-KPIC -_gcc=-fPIC
1038e1bf37b1SRichard Lowei386_CC_PICFLAGS =	-_cc=-Kpic -_gcc=-fpic
1039e1bf37b1SRichard Loweamd64_CC_PICFLAGS =	-_cc=-Kpic -_gcc=-fpic
10407c478bd9Sstevel@tonic-gateCC_PICFLAGS =		$($(MACH)_CC_PICFLAGS)
10417c478bd9Sstevel@tonic-gateCC_PICFLAGS64 =		$($(MACH64)_CC_PICFLAGS)
10427c478bd9Sstevel@tonic-gate
1043e1bf37b1SRichard LoweAS_PICFLAGS=		-K pic
1044e1bf37b1SRichard LoweAS_BIGPICFLAGS=		-K PIC
10457c478bd9Sstevel@tonic-gate
10467c478bd9Sstevel@tonic-gate#
10477c478bd9Sstevel@tonic-gate# Default label for CTF sections
10487c478bd9Sstevel@tonic-gate#
10493eca6103SJohn LevonCTFCVTFLAGS=		-L VERSION
10507c478bd9Sstevel@tonic-gate
10517c478bd9Sstevel@tonic-gate#
1052d69cdb36SRichard Lowe# Override to pass module-specific flags to ctfmerge.  Currently used only by
1053d69cdb36SRichard Lowe# krtld to turn on fuzzy matching, and source-level debugging to inhibit
1054d69cdb36SRichard Lowe# stripping.
10557c478bd9Sstevel@tonic-gate#
10567c478bd9Sstevel@tonic-gateCTFMRGFLAGS=
10577c478bd9Sstevel@tonic-gate
10587c478bd9Sstevel@tonic-gateCTFCONVERT_O		= $(CTFCONVERT) $(CTFCVTFLAGS) $@
10597c478bd9Sstevel@tonic-gate
10607c478bd9Sstevel@tonic-gate# Rules (normally from make.rules) and macros which are used for post
10617c478bd9Sstevel@tonic-gate# processing files. Normally, these do stripping of the comment section
10627c478bd9Sstevel@tonic-gate# automatically.
10633eca6103SJohn Levon#    RELEASE_CM:	Should be edited to reflect the release.
10643eca6103SJohn Levon#    POST_PROCESS_O:	Post-processing for `.o' files (typically C source)
10653eca6103SJohn Levon#    POST_PROCESS_S_O:	Post-processing for `.o' files built from asssembly
10663eca6103SJohn Levon#    POST_PROCESS_CC_O:	Post-processing for `.o' files built from C++
10673eca6103SJohn Levon#    POST_PROCESS_A:		Post-processing for `.a' files (currently null).
10687c478bd9Sstevel@tonic-gate#    POST_PROCESS_SO:	Post-processing for `.so' files.
10697c478bd9Sstevel@tonic-gate#    POST_PROCESS:	Post-processing for executable files (no suffix).
10703eca6103SJohn Levon#
10717c478bd9Sstevel@tonic-gate# Note that these macros are not completely generalized as they are to be
10727c478bd9Sstevel@tonic-gate# used with the file name to be processed following.
10737c478bd9Sstevel@tonic-gate#
10747c478bd9Sstevel@tonic-gate# It is left as an exercise to Release Engineering to embellish the generation
10757c478bd9Sstevel@tonic-gate# of the release comment string.
10767c478bd9Sstevel@tonic-gate#
10777c478bd9Sstevel@tonic-gate#	If this is a standard development build:
10787c478bd9Sstevel@tonic-gate#		compress the comment section (mcs -c)
10797c478bd9Sstevel@tonic-gate#		add the standard comment (mcs -a $(RELEASE_CM))
10807c478bd9Sstevel@tonic-gate#		add the development specific comment (mcs -a $(DEV_CM))
10817c478bd9Sstevel@tonic-gate#
10827c478bd9Sstevel@tonic-gate#	If this is an installation build:
10837c478bd9Sstevel@tonic-gate#		delete the comment section (mcs -d)
10847c478bd9Sstevel@tonic-gate#		add the standard comment (mcs -a $(RELEASE_CM))
10857c478bd9Sstevel@tonic-gate#		add the development specific comment (mcs -a $(DEV_CM))
10867c478bd9Sstevel@tonic-gate#
10877c478bd9Sstevel@tonic-gate#	If this is an release build:
10887c478bd9Sstevel@tonic-gate#		delete the comment section (mcs -d)
10897c478bd9Sstevel@tonic-gate#		add the standard comment (mcs -a $(RELEASE_CM))
10907c478bd9Sstevel@tonic-gate#
10917c478bd9Sstevel@tonic-gate# The following list of macros are used in the definition of RELEASE_CM
10927c478bd9Sstevel@tonic-gate# which is used to label all binaries in the build:
10937c478bd9Sstevel@tonic-gate#
1094aa9ef484SJohn Levon#	RELEASE		Specific release of the build, eg: 5.2
10952032ea7bSmeem#	RELEASE_MAJOR	Major version number part of $(RELEASE)
10962032ea7bSmeem#	RELEASE_MINOR	Minor version number part of $(RELEASE)
10977c478bd9Sstevel@tonic-gate#	VERSION		Version of the build (alpha, beta, Generic)
10987c478bd9Sstevel@tonic-gate#	PATCHID		If this is a patch this value should contain
10997c478bd9Sstevel@tonic-gate#			the patchid value (eg: "Generic 100832-01"), otherwise
11007c478bd9Sstevel@tonic-gate#			it will be set to $(VERSION)
11017c478bd9Sstevel@tonic-gate#	RELEASE_DATE	Date of the Release Build
11027c478bd9Sstevel@tonic-gate#	PATCH_DATE	Date the patch was created, if this is blank it
11037c478bd9Sstevel@tonic-gate#			will default to the RELEASE_DATE
11047c478bd9Sstevel@tonic-gate#
11052032ea7bSmeemRELEASE_MAJOR=	5
11062032ea7bSmeemRELEASE_MINOR=	11
11072032ea7bSmeemRELEASE=	$(RELEASE_MAJOR).$(RELEASE_MINOR)
11087c478bd9Sstevel@tonic-gateVERSION=	SunOS Development
11097c478bd9Sstevel@tonic-gatePATCHID=	$(VERSION)
111048bc00d6SjmcpRELEASE_DATE=	release date not set
11117c478bd9Sstevel@tonic-gatePATCH_DATE=	$(RELEASE_DATE)
11126112cec5SJoshua M. ClulowRELEASE_CM=	"@($(POUND_SIGN))illumos $(PATCHID) $(PATCH_DATE)"
11136112cec5SJoshua M. ClulowDEV_CM_TAIL=	development build: $(LOGNAME)
11146112cec5SJoshua M. ClulowDEV_CM=		"@($(POUND_SIGN))illumos $(DEV_CM_TAIL)"
111506abc743SJohn LevonUTS_LABEL=	$(RELEASE)
11167c478bd9Sstevel@tonic-gate
11176112cec5SJoshua M. Clulow#
11186112cec5SJoshua M. Clulow# The boot banner may be overridden by distributions.  Up to five lines can be
11196112cec5SJoshua M. Clulow# specified by overriding the BOOTBANNER macros, and any line that expands to
11206112cec5SJoshua M. Clulow# an empty string will not be printed.  See comments in
11216112cec5SJoshua M. Clulow# bootbanner_expand_template() for more details about the template string
11226112cec5SJoshua M. Clulow# format.
11236112cec5SJoshua M. Clulow#
11246112cec5SJoshua M. ClulowBOOTBANNER1=	^o Version ^v ^w-bit
11256112cec5SJoshua M. ClulowBOOTBANNER2=
11266112cec5SJoshua M. ClulowBOOTBANNER3=
11276112cec5SJoshua M. ClulowBOOTBANNER4=
11286112cec5SJoshua M. ClulowBOOTBANNER5=
11296112cec5SJoshua M. Clulow
113034ae5cdfSJosef 'Jeff' SipekPROCESS_COMMENT=  @?${MCS} -d -a $(RELEASE_CM) -a $(DEV_CM)
11317c478bd9Sstevel@tonic-gate$(RELEASE_BUILD)PROCESS_COMMENT=   @?${MCS} -d -a $(RELEASE_CM)
11327c478bd9Sstevel@tonic-gate
1133495021bdSRichard LoweSTRIP_STABS=			   $(STRIP) -x $@
1134d69cdb36SRichard Lowe$(SRCDBGBLD)STRIP_STABS=	   :
11357c478bd9Sstevel@tonic-gate
1136aa9ef484SJohn LevonPOST_PROCESS_O=
11373eca6103SJohn LevonPOST_PROCESS_S_O=
11383eca6103SJohn LevonPOST_PROCESS_CC_O=
11397c478bd9Sstevel@tonic-gatePOST_PROCESS_A=
11407c478bd9Sstevel@tonic-gatePOST_PROCESS_SO=	$(PROCESS_COMMENT) $@ ; $(STRIP_STABS) ; \
11417c478bd9Sstevel@tonic-gate			$(ELFSIGN_OBJECT)
11428ad60789SriePOST_PROCESS=		$(PROCESS_COMMENT) $@ ; $(STRIP_STABS) ; \
11438ad60789Srie			$(ELFSIGN_OBJECT)
11447c478bd9Sstevel@tonic-gate
1145b31b5de1SJerry Gilliam#
1146b31b5de1SJerry Gilliam# chk4ubin is a tool that inspects a module for a symbol table
1147b31b5de1SJerry Gilliam# ELF section size which can trigger an OBP bug on older platforms.
1148b31b5de1SJerry Gilliam# This problem affects only specific sun4u bootable modules.
1149b31b5de1SJerry Gilliam#
1150b31b5de1SJerry GilliamCHK4UBIN=	$(ONBLD_TOOLS)/bin/$(MACH)/chk4ubin
1151b31b5de1SJerry GilliamCHK4UBINFLAGS=
1152b31b5de1SJerry GilliamCHK4UBINARY=	$(CHK4UBIN) $(CHK4UBINFLAGS) $@
1153b31b5de1SJerry Gilliam
11547c478bd9Sstevel@tonic-gate#
11557c478bd9Sstevel@tonic-gate# PKGARCHIVE specifies the default location where packages should be
11567c478bd9Sstevel@tonic-gate# placed if built.
11577c478bd9Sstevel@tonic-gate#
11587c478bd9Sstevel@tonic-gate$(RELEASE_BUILD)PKGARCHIVESUFFIX=	-nd
11597c478bd9Sstevel@tonic-gatePKGARCHIVE=$(SRC)/../../packages/$(MACH)/nightly$(PKGARCHIVESUFFIX)
11607c478bd9Sstevel@tonic-gate
1161ead1f93eSLiane Praza#
1162ead1f93eSLiane Praza# The repositories will be created with these publisher settings.  To
1163ead1f93eSLiane Praza# update an image to the resulting repositories, this must match the
1164ead1f93eSLiane Praza# publisher name provided to "pkg set-publisher."
1165ead1f93eSLiane Praza#
1166ead1f93eSLiane PrazaPKGPUBLISHER_REDIST=	on-nightly
1167ead1f93eSLiane PrazaPKGPUBLISHER_NONREDIST=	on-extra
1168ead1f93eSLiane Praza
11697c478bd9Sstevel@tonic-gate#	Default build rules which perform comment section post-processing.
11707c478bd9Sstevel@tonic-gate#
11717c478bd9Sstevel@tonic-gate.c:
11727c478bd9Sstevel@tonic-gate	$(LINK.c) -o $@ $< $(LDLIBS)
11737c478bd9Sstevel@tonic-gate	$(POST_PROCESS)
11747c478bd9Sstevel@tonic-gate.c.o:
11757c478bd9Sstevel@tonic-gate	$(COMPILE.c) $(OUTPUT_OPTION) $< $(CTFCONVERT_HOOK)
11767c478bd9Sstevel@tonic-gate	$(POST_PROCESS_O)
11777c478bd9Sstevel@tonic-gate.c.a:
11787c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $% $<
11797c478bd9Sstevel@tonic-gate	$(PROCESS_COMMENT) $%
11807c478bd9Sstevel@tonic-gate	$(AR) $(ARFLAGS) $@ $%
11817c478bd9Sstevel@tonic-gate	$(RM) $%
11827c478bd9Sstevel@tonic-gate.s.o:
11837c478bd9Sstevel@tonic-gate	$(COMPILE.s) -o $@ $<
11843eca6103SJohn Levon	$(POST_PROCESS_S_O)
11857c478bd9Sstevel@tonic-gate.s.a:
11867c478bd9Sstevel@tonic-gate	$(COMPILE.s) -o $% $<
11877c478bd9Sstevel@tonic-gate	$(PROCESS_COMMENT) $%
11887c478bd9Sstevel@tonic-gate	$(AR) $(ARFLAGS) $@ $%
11897c478bd9Sstevel@tonic-gate	$(RM) $%
11907c478bd9Sstevel@tonic-gate.cc:
11917c478bd9Sstevel@tonic-gate	$(LINK.cc) -o $@ $< $(LDLIBS)
11927c478bd9Sstevel@tonic-gate	$(POST_PROCESS)
11937c478bd9Sstevel@tonic-gate.cc.o:
11947c478bd9Sstevel@tonic-gate	$(COMPILE.cc) $(OUTPUT_OPTION) $<
11953eca6103SJohn Levon	$(POST_PROCESS_CC_O)
11967c478bd9Sstevel@tonic-gate.cc.a:
11977c478bd9Sstevel@tonic-gate	$(COMPILE.cc) -o $% $<
11987c478bd9Sstevel@tonic-gate	$(AR) $(ARFLAGS) $@ $%
11997c478bd9Sstevel@tonic-gate	$(PROCESS_COMMENT) $%
12007c478bd9Sstevel@tonic-gate	$(RM) $%
12017c478bd9Sstevel@tonic-gate.y:
12027c478bd9Sstevel@tonic-gate	$(YACC.y) $<
12037c478bd9Sstevel@tonic-gate	$(LINK.c) -o $@ y.tab.c $(LDLIBS)
12047c478bd9Sstevel@tonic-gate	$(POST_PROCESS)
12057c478bd9Sstevel@tonic-gate	$(RM) y.tab.c
12067c478bd9Sstevel@tonic-gate.y.o:
12077c478bd9Sstevel@tonic-gate	$(YACC.y) $<
12087c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ y.tab.c $(CTFCONVERT_HOOK)
12097c478bd9Sstevel@tonic-gate	$(POST_PROCESS_O)
12107c478bd9Sstevel@tonic-gate	$(RM) y.tab.c
12117c478bd9Sstevel@tonic-gate.l:
12127c478bd9Sstevel@tonic-gate	$(RM) $*.c
12137c478bd9Sstevel@tonic-gate	$(LEX.l) $< > $*.c
12147c478bd9Sstevel@tonic-gate	$(LINK.c) -o $@ $*.c -ll $(LDLIBS)
12157c478bd9Sstevel@tonic-gate	$(POST_PROCESS)
12167c478bd9Sstevel@tonic-gate	$(RM) $*.c
12177c478bd9Sstevel@tonic-gate.l.o:
12187c478bd9Sstevel@tonic-gate	$(RM) $*.c
12197c478bd9Sstevel@tonic-gate	$(LEX.l) $< > $*.c
12207c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $*.c $(CTFCONVERT_HOOK)
12217c478bd9Sstevel@tonic-gate	$(POST_PROCESS_O)
12227c478bd9Sstevel@tonic-gate	$(RM) $*.c
12237c478bd9Sstevel@tonic-gate
12244c06356bSdh.bin.o:
12254c06356bSdh	$(COMPILE.b) -o $@ $<
12264c06356bSdh	$(POST_PROCESS_O)
12274c06356bSdh
12287c478bd9Sstevel@tonic-gate.java.class:
12297c478bd9Sstevel@tonic-gate	$(COMPILE.java) $<
12307c478bd9Sstevel@tonic-gate
1231a778b211Scarlsonj# Bourne and Korn shell script message catalog build rules.
1232a778b211Scarlsonj# We extract all gettext strings with sed(1) (being careful to permit
1233a778b211Scarlsonj# multiple gettext strings on the same line), weed out the dups, and
1234a778b211Scarlsonj# build the catalogue with awk(1).
12357c478bd9Sstevel@tonic-gate
1236a778b211Scarlsonj.sh.po .ksh.po:
1237aa9ef484SJohn Levon	$(SED) -n -e ":a"					\
1238aa9ef484SJohn Levon		  -e "h"					\
12397c478bd9Sstevel@tonic-gate		  -e "s/.*gettext *\(\"[^\"]*\"\).*/\1/p"	\
12407c478bd9Sstevel@tonic-gate		  -e "x"					\
12417c478bd9Sstevel@tonic-gate		  -e "s/\(.*\)gettext *\"[^\"]*\"\(.*\)/\1\2/"	\
12427c478bd9Sstevel@tonic-gate		  -e "t a"					\
12434cb69eccSIgor Kozhukhov	       $< | sort -u | $(AWK) '{ print "msgid\t" $$0 "\nmsgstr" }' > $@
12447c478bd9Sstevel@tonic-gate
1245a778b211Scarlsonj#
1246a778b211Scarlsonj# Python and Perl executable and message catalog build rules.
1247a778b211Scarlsonj#
1248cdf0c1d5Smjnelson.SUFFIXES: .pl .pm .py .pyc
1249a778b211Scarlsonj
1250a778b211Scarlsonj.pl:
1251a778b211Scarlsonj	$(RM) $@;
1252a778b211Scarlsonj	$(SED) -e "s@TEXT_DOMAIN@\"$(TEXT_DOMAIN)\"@" $< > $@;
1253a778b211Scarlsonj	$(CHMOD) +x $@
1254a778b211Scarlsonj
1255a778b211Scarlsonj.py:
1256ca13eaa5SAndy Fiddaman	$(RM) $@; $(SED) \
1257ca13eaa5SAndy Fiddaman		-e "1s:^\#!@PYTHON@:\#!$(PYSHEBANG):" \
1258ca13eaa5SAndy Fiddaman		-e "1s:^\#!@TOOLS_PYTHON@:\#!$(TOOLS_PYTHON):" \
1259ca13eaa5SAndy Fiddaman		< $< > $@; $(CHMOD) +x $@
1260a778b211Scarlsonj
1261cdf0c1d5Smjnelson.py.pyc:
1262cdf0c1d5Smjnelson	$(RM) $@
1263cdf0c1d5Smjnelson	$(PYTHON) -mpy_compile $<
1264cdf0c1d5Smjnelson	@[ $(<)c = $@ ] || $(MV) $(<)c $@
1265cdf0c1d5Smjnelson
126614843421SMatthew Ahrens.py.po:
126714843421SMatthew Ahrens	$(GNUXGETTEXT) $(GNUXGETFLAGS) -d $(<F:%.py=%) $< ;
126814843421SMatthew Ahrens
1269a778b211Scarlsonj.pl.po .pm.po:
1270a778b211Scarlsonj	$(XGETTEXT) $(XGETFLAGS) -d $(<F) $< ;
1271a778b211Scarlsonj	$(RM)	$@ ;
1272a778b211Scarlsonj	$(SED) "/^domain/d" < $(<F).po > $@ ;
1273a778b211Scarlsonj	$(RM) $(<F).po
12749acbbeafSnn
12757c478bd9Sstevel@tonic-gate#
12767c478bd9Sstevel@tonic-gate# When using xgettext, we want messages to go to the default domain,
12777c478bd9Sstevel@tonic-gate# rather than the specified one.  This special version of the
12787c478bd9Sstevel@tonic-gate# COMPILE.cpp macro effectively prevents expansion of TEXT_DOMAIN,
12797c478bd9Sstevel@tonic-gate# causing xgettext to put all messages into the default domain.
12807c478bd9Sstevel@tonic-gate#
12817c478bd9Sstevel@tonic-gateCPPFORPO=$(COMPILE.cpp:\"$(TEXT_DOMAIN)\"=TEXT_DOMAIN)
12827c478bd9Sstevel@tonic-gate
12837c478bd9Sstevel@tonic-gate.c.i:
12847c478bd9Sstevel@tonic-gate	$(CPPFORPO) $< > $@
12857c478bd9Sstevel@tonic-gate
12867c478bd9Sstevel@tonic-gate.h.i:
12877c478bd9Sstevel@tonic-gate	$(CPPFORPO) $< > $@
12887c478bd9Sstevel@tonic-gate
12897c478bd9Sstevel@tonic-gate.y.i:
12907c478bd9Sstevel@tonic-gate	$(YACC) -d $<
12917c478bd9Sstevel@tonic-gate	$(CPPFORPO) y.tab.c  > $@
1292d69cdb36SRichard Lowe	$(RM) y.tab.c
12937c478bd9Sstevel@tonic-gate
12947c478bd9Sstevel@tonic-gate.l.i:
12957c478bd9Sstevel@tonic-gate	$(LEX) $<
12967c478bd9Sstevel@tonic-gate	$(CPPFORPO) lex.yy.c  > $@
12977c478bd9Sstevel@tonic-gate	$(RM) lex.yy.c
12987c478bd9Sstevel@tonic-gate
12997c478bd9Sstevel@tonic-gate.c.po:
13007c478bd9Sstevel@tonic-gate	$(CPPFORPO) $< > $<.i
13017c478bd9Sstevel@tonic-gate	$(BUILD.po)
13027c478bd9Sstevel@tonic-gate
130310d63b7dSRichard Lowe.cc.po:
130410d63b7dSRichard Lowe	$(CPPFORPO) $< > $<.i
130510d63b7dSRichard Lowe	$(BUILD.po)
130610d63b7dSRichard Lowe
13077c478bd9Sstevel@tonic-gate.y.po:
13087c478bd9Sstevel@tonic-gate	$(YACC) -d $<
13097c478bd9Sstevel@tonic-gate	$(CPPFORPO) y.tab.c  > $<.i
13107c478bd9Sstevel@tonic-gate	$(BUILD.po)
1311d69cdb36SRichard Lowe	$(RM) y.tab.c
13127c478bd9Sstevel@tonic-gate
13137c478bd9Sstevel@tonic-gate.l.po:
13147c478bd9Sstevel@tonic-gate	$(LEX) $<
13157c478bd9Sstevel@tonic-gate	$(CPPFORPO) lex.yy.c  > $<.i
13167c478bd9Sstevel@tonic-gate	$(BUILD.po)
13177c478bd9Sstevel@tonic-gate	$(RM) lex.yy.c
13187c478bd9Sstevel@tonic-gate
13197c478bd9Sstevel@tonic-gate#
13207c478bd9Sstevel@tonic-gate# Rules to perform stylistic checks
13217c478bd9Sstevel@tonic-gate#
1322a778b211Scarlsonj.SUFFIXES: .x .xml .check .xmlchk
13237c478bd9Sstevel@tonic-gate
13247c478bd9Sstevel@tonic-gate.h.check:
13257c478bd9Sstevel@tonic-gate	$(DOT_H_CHECK)
13267c478bd9Sstevel@tonic-gate
13277c478bd9Sstevel@tonic-gate.x.check:
13287c478bd9Sstevel@tonic-gate	$(DOT_X_CHECK)
13297c478bd9Sstevel@tonic-gate
13307c478bd9Sstevel@tonic-gate.xml.xmlchk:
13317c478bd9Sstevel@tonic-gate	$(MANIFEST_CHECK)
1332