xref: /illumos-gate/usr/src/Makefile.master (revision 8123ce61)
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.
31*8123ce61SJohn Levon# Copyright 2019, Joyent, Inc.
327c478bd9Sstevel@tonic-gate#
330a49f0acSAdam H. Leventhal
347c478bd9Sstevel@tonic-gate#
357c478bd9Sstevel@tonic-gate# Makefile.master, global definitions for system source
367c478bd9Sstevel@tonic-gate#
377c478bd9Sstevel@tonic-gateROOT=		/proto
387c478bd9Sstevel@tonic-gate
39494f7e12SKeith M Wesolowski#
40494f7e12SKeith M Wesolowski# Adjunct root, containing an additional proto area to be used for headers
41494f7e12SKeith M Wesolowski# and libraries.
42494f7e12SKeith M Wesolowski#
43494f7e12SKeith M WesolowskiADJUNCT_PROTO=
44494f7e12SKeith M Wesolowski
45494f7e12SKeith M Wesolowski#
46494f7e12SKeith M Wesolowski# Adjunct for building things that run on the build machine.
47494f7e12SKeith M Wesolowski#
48494f7e12SKeith M WesolowskiNATIVE_ADJUNCT=	/usr
49494f7e12SKeith M Wesolowski
507c478bd9Sstevel@tonic-gate#
5124fe0b3bSjmcp# RELEASE_BUILD should be cleared for final release builds.
5224fe0b3bSjmcp# NOT_RELEASE_BUILD is exactly what the name implies.
537c478bd9Sstevel@tonic-gate#
547c478bd9Sstevel@tonic-gate# __GNUC toggles the building of ON components using gcc and related tools.
557c478bd9Sstevel@tonic-gate# Normally set to `#', set it to `' to do gcc build.
567c478bd9Sstevel@tonic-gate#
577c478bd9Sstevel@tonic-gate# The declaration POUND_SIGN is always '#'. This is needed to get around the
587c478bd9Sstevel@tonic-gate# make feature that '#' is always a comment delimiter, even when escaped or
5948bc00d6Sjmcp# quoted. We use this macro expansion method to get POUND_SIGN rather than
6048bc00d6Sjmcp# always breaking out a shell because the general case can cause a noticable
6148bc00d6Sjmcp# slowdown in build times when so many Makefiles include Makefile.master.
627c478bd9Sstevel@tonic-gate#
6348bc00d6Sjmcp# While the majority of users are expected to override the setting below
6448bc00d6Sjmcp# with an env file (via nightly or bldenv), if you aren't building that way
6548bc00d6Sjmcp# (ie, you're using "ws" or some other bootstrapping method) then you need
6648bc00d6Sjmcp# this definition in order to avoid the subshell invocation mentioned above.
6748bc00d6Sjmcp#
6848bc00d6Sjmcp
6948bc00d6SjmcpPRE_POUND=				pre\#
7048bc00d6SjmcpPOUND_SIGN=				$(PRE_POUND:pre\%=%)
717c478bd9Sstevel@tonic-gate
727c478bd9Sstevel@tonic-gateNOT_RELEASE_BUILD=
737c478bd9Sstevel@tonic-gateRELEASE_BUILD=				$(POUND_SIGN)
747c478bd9Sstevel@tonic-gate$(RELEASE_BUILD)NOT_RELEASE_BUILD=	$(POUND_SIGN)
757c478bd9Sstevel@tonic-gatePATCH_BUILD=				$(POUND_SIGN)
767c478bd9Sstevel@tonic-gate
777c478bd9Sstevel@tonic-gate# SPARC_BLD is '#' for an Intel build.
787c478bd9Sstevel@tonic-gate# INTEL_BLD is '#' for a Sparc build.
797c478bd9Sstevel@tonic-gateSPARC_BLD_1=    $(MACH:i386=$(POUND_SIGN))
807c478bd9Sstevel@tonic-gateSPARC_BLD=      $(SPARC_BLD_1:sparc=)
817c478bd9Sstevel@tonic-gateINTEL_BLD_1=    $(MACH:sparc=$(POUND_SIGN))
827c478bd9Sstevel@tonic-gateINTEL_BLD=      $(INTEL_BLD_1:i386=)
837c478bd9Sstevel@tonic-gate
846a3e8e86SRichard Lowe# The variables below control the compilers used during the build.
856a3e8e86SRichard Lowe# There are a number of permutations.
866a3e8e86SRichard Lowe#
876a3e8e86SRichard Lowe# __GNUC and __SUNC control (and indicate) the primary compiler.  Whichever
886a3e8e86SRichard Lowe# one is not POUND_SIGN is the primary, with the other as the shadow.  They
896a3e8e86SRichard Lowe# may also be used to control entirely compiler-specific Makefile assignments.
904f4d4600SRichard Lowe# __GNUC and GCC are the default.
916a3e8e86SRichard Lowe#
926a3e8e86SRichard Lowe# __GNUC64 indicates that the 64bit build should use the GNU C compiler.
936a3e8e86SRichard Lowe# There is no Sun C analogue.
946a3e8e86SRichard Lowe#
956a3e8e86SRichard Lowe# The following version-specific options are operative regardless of which
966a3e8e86SRichard Lowe# compiler is primary, and control the versions of the given compilers to be
976a3e8e86SRichard Lowe# used.  They also allow compiler-version specific Makefile fragments.
986a3e8e86SRichard Lowe#
996a3e8e86SRichard Lowe
1004f4d4600SRichard Lowe__SUNC=			$(POUND_SIGN)
1014f4d4600SRichard Lowe$(__SUNC)__GNUC=	$(POUND_SIGN)
1026a3e8e86SRichard Lowe__GNUC64=		$(__GNUC)
1037c478bd9Sstevel@tonic-gate
10414c3be39SGordon Ross# Allow build-time "configuration" to enable or disable some things.
10514c3be39SGordon Ross# The default is POUND_SIGN, meaning "not enabled". If the environment
10614c3be39SGordon Ross# passes in an override like ENABLE_SMB_PRINTING= (empty) that will
10714c3be39SGordon Ross# uncomment things in the lower Makefiles to enable the feature.
10814c3be39SGordon RossENABLE_SMB_PRINTING=	$(POUND_SIGN)
10914c3be39SGordon Ross
110fb9f9b97Skupfer# CLOSED is the root of the tree that contains source which isn't released
111fb9f9b97Skupfer# as open source
112fb9f9b97SkupferCLOSED=		$(SRC)/../closed
113fb9f9b97Skupfer
1147c478bd9Sstevel@tonic-gate# BUILD_TOOLS is the root of all tools including compilers.
1157c478bd9Sstevel@tonic-gate# ONBLD_TOOLS is the root of all the tools that are part of SUNWonbld.
1167c478bd9Sstevel@tonic-gate
1177c478bd9Sstevel@tonic-gateBUILD_TOOLS=		/ws/onnv-tools
1187c478bd9Sstevel@tonic-gateONBLD_TOOLS=		$(BUILD_TOOLS)/onbld
1197c478bd9Sstevel@tonic-gate
120e53cbaa9SRichard PALO# define runtime JAVA_HOME, primarily for cmd/pools/poold
121e53cbaa9SRichard PALOJAVA_HOME=	/usr/java
122e53cbaa9SRichard PALO# define buildtime JAVA_ROOT
1237c478bd9Sstevel@tonic-gateJAVA_ROOT=	/usr/java
12467048e0fSYuri Pankov# Build uses java7 by default.  Pass one the variables below set to empty
12567048e0fSYuri Pankov# string in the environment to override.
12667048e0fSYuri PankovBLD_JAVA_6=	$(POUND_SIGN)
127cb159270SAlexander PyhalovBLD_JAVA_8=	$(POUND_SIGN)
1287c478bd9Sstevel@tonic-gate
129*8123ce61SJohn LevonGNUC_ROOT=	/usr/gcc/7
1307ed54634SRobert MustacchiGCCLIBDIR=	$(GNUC_ROOT)/lib
1317ed54634SRobert MustacchiGCCLIBDIR64=	$(GNUC_ROOT)/lib/$(MACH64)
1326a3e8e86SRichard Lowe
13311d7e819SRobert MustacchiDOCBOOK_XSL_ROOT=	/usr/share/sgml/docbook/xsl-stylesheets
13411d7e819SRobert Mustacchi
1357c478bd9Sstevel@tonic-gateRPCGEN=		/usr/bin/rpcgen
1367c478bd9Sstevel@tonic-gateSTABS=		$(ONBLD_TOOLS)/bin/$(MACH)/stabs
137ae115bc7SmrjELFEXTRACT=	$(ONBLD_TOOLS)/bin/$(MACH)/elfextract
138ae115bc7SmrjMBH_PATCH=	$(ONBLD_TOOLS)/bin/$(MACH)/mbh_patch
1390cc5983cSToomas SoomeBTXLD=		$(ONBLD_TOOLS)/bin/$(MACH)/btxld
1404b529e40SToomas SoomeVTFONTCVT=	$(ONBLD_TOOLS)/bin/$(MACH)/vtfontcvt
141c0855578SRichard Lowe# echo(1) and true(1) are specified without absolute paths, so that the shell
142c0855578SRichard Lowe# spawned by make(1) may use the built-in versions.  This is minimally
143c0855578SRichard Lowe# problematic, as the shell spawned by make(1) is known and under control, the
144c0855578SRichard Lowe# only risk being if the shell falls back to $PATH.
145c0855578SRichard Lowe#
146c0855578SRichard Lowe# We specifically want an echo(1) that does interpolation of escape sequences,
147c0855578SRichard Lowe# which ksh93, /bin/sh, and bash will all provide.
1487c478bd9Sstevel@tonic-gateECHO=		echo
1497c478bd9Sstevel@tonic-gateTRUE=		true
150c0855578SRichard LoweINS=		$(ONBLD_TOOLS)/bin/$(MACH)/install
1517c478bd9Sstevel@tonic-gateSYMLINK=	/usr/bin/ln -s
1527c478bd9Sstevel@tonic-gateLN=		/usr/bin/ln
153c0855578SRichard LoweMKDIR=		/usr/bin/mkdir
1547c478bd9Sstevel@tonic-gateCHMOD=		/usr/bin/chmod
1557c478bd9Sstevel@tonic-gateMV=		/usr/bin/mv -f
1567c478bd9Sstevel@tonic-gateRM=		/usr/bin/rm -f
157f4b3ec61SdhCUT=		/usr/bin/cut
158f4b3ec61SdhNM=		/usr/ccs/bin/nm
159f4b3ec61SdhDIFF=		/usr/bin/diff
1607c478bd9Sstevel@tonic-gateGREP=		/usr/bin/grep
1611912d2c4SwesolowsEGREP=		/usr/bin/egrep
1624c06356bSdhELFWRAP=	/usr/bin/elfwrap
16332bd7e59SmjnelsonKSH93=		/usr/bin/ksh93
1647c478bd9Sstevel@tonic-gateSED=		/usr/bin/sed
1657b07063dSIgor KozhukhovAWK=		/usr/bin/nawk
1667c478bd9Sstevel@tonic-gateCP=		/usr/bin/cp -f
1677c478bd9Sstevel@tonic-gateMCS=		/usr/ccs/bin/mcs
1687c478bd9Sstevel@tonic-gateCAT=            /usr/bin/cat
16924da5b34SrieELFDUMP=	/usr/ccs/bin/elfdump
170fca42680SGary MillsM4=		/usr/bin/m4
171bc36eafdSMike GerdtsGM4=		/usr/bin/gm4
1727c478bd9Sstevel@tonic-gateSTRIP=		/usr/ccs/bin/strip
1737c478bd9Sstevel@tonic-gateLEX=		/usr/ccs/bin/lex
174cdf815bbSRichard PALOFLEX=		/usr/bin/flex
1757c478bd9Sstevel@tonic-gateYACC=		/usr/ccs/bin/yacc
176bc36eafdSMike GerdtsBISON=		/usr/bin/bison
1777c478bd9Sstevel@tonic-gateCPP=		/usr/lib/cpp
1787ed54634SRobert MustacchiANSI_CPP=	$(GNUC_ROOT)/bin/cpp
1797c478bd9Sstevel@tonic-gateJAVAC=		$(JAVA_ROOT)/bin/javac
1807c478bd9Sstevel@tonic-gateJAVAH=		$(JAVA_ROOT)/bin/javah
1817c478bd9Sstevel@tonic-gateJAVADOC=	$(JAVA_ROOT)/bin/javadoc
1827c478bd9Sstevel@tonic-gateRMIC=		$(JAVA_ROOT)/bin/rmic
1837c478bd9Sstevel@tonic-gateJAR=		$(JAVA_ROOT)/bin/jar
1847c478bd9Sstevel@tonic-gateCTFCONVERT=	$(ONBLD_TOOLS)/bin/$(MACH)/ctfconvert
185bc1f688bSRobert MustacchiCTFDIFF=	$(ONBLD_TOOLS)/bin/$(MACH)/ctfdiff
1867c478bd9Sstevel@tonic-gateCTFMERGE=	$(ONBLD_TOOLS)/bin/$(MACH)/ctfmerge
1877c478bd9Sstevel@tonic-gateCTFSTABS=	$(ONBLD_TOOLS)/bin/$(MACH)/ctfstabs
188a0ed5030SJason KingCTFSTRIP=	$(ONBLD_TOOLS)/bin/$(MACH)/ctfstrip
189d0e51869SamwNDRGEN=		$(ONBLD_TOOLS)/bin/$(MACH)/ndrgen
1907c478bd9Sstevel@tonic-gateGENOFFSETS=	$(ONBLD_TOOLS)/bin/genoffsets
1917c478bd9Sstevel@tonic-gateXREF=		$(ONBLD_TOOLS)/bin/xref
1927c478bd9Sstevel@tonic-gateFIND=		/usr/bin/find
1937c478bd9Sstevel@tonic-gatePERL=		/usr/bin/perl
19433392354SAlexander PyhalovPERL_VERSION=	5.10.0
19533392354SAlexander PyhalovPERL_PKGVERS=	-510
1961f2ca518SDan McDonaldPERL_ARCH =		i86pc-solaris-64int
1971f2ca518SDan McDonald$(SPARC_BLD)PERL_ARCH =	sun4-solaris-64int
1989f923083SAlexander PyhalovPYTHON_VERSION=	2.7
1999f923083SAlexander PyhalovPYTHON_PKGVERS=	-27
200e8921a52SAndy FiddamanPYTHON_SUFFIX=
2019f923083SAlexander PyhalovPYTHON=		/usr/bin/python$(PYTHON_VERSION)
202e8921a52SAndy FiddamanPYTHON3_VERSION=	3.5
203e8921a52SAndy FiddamanPYTHON3_PKGVERS=	-35
204e8921a52SAndy FiddamanPYTHON3_SUFFIX=		m
205e8921a52SAndy FiddamanPYTHON3=		/usr/bin/python$(PYTHON3_VERSION)
206ca13eaa5SAndy Fiddaman$(BUILDPY3TOOLS)TOOLS_PYTHON=		$(PYTHON3)
207ca13eaa5SAndy Fiddaman$(BUILDPY2TOOLS)TOOLS_PYTHON=		$(PYTHON)
2087c478bd9Sstevel@tonic-gateSORT=		/usr/bin/sort
20916d86563SAlexander PyhalovTR=		/usr/bin/tr
2107c478bd9Sstevel@tonic-gateTOUCH=		/usr/bin/touch
2117c478bd9Sstevel@tonic-gateWC=		/usr/bin/wc
2127c478bd9Sstevel@tonic-gateXARGS=		/usr/bin/xargs
2132cc2d1f4SdarrenmELFEDIT=	/usr/bin/elfedit
2140a49f0acSAdam H. LeventhalDTRACE=		/usr/sbin/dtrace -xnolibs
215620753d0SjmcpUNIQ=		/usr/bin/uniq
2162ad72058SGarrett D'AmoreTAR=		/usr/bin/tar
217e119f243SRobert MustacchiASTBINDIR=	/usr/ast/bin
218e119f243SRobert MustacchiMSGCC=		$(ASTBINDIR)/msgcc
219b599bd93SRobert MustacchiMSGFMT=		/usr/bin/msgfmt -s
220503609a9SYuri PankovLCDEF=		$(ONBLD_TOOLS)/bin/$(MACH)/localedef
221503609a9SYuri PankovTIC=		$(ONBLD_TOOLS)/bin/$(MACH)/tic
222503609a9SYuri PankovZIC=		$(ONBLD_TOOLS)/bin/$(MACH)/zic
223300fdee2SAndy FiddamanOPENSSL=	/usr/bin/openssl
2247e3dbbacSRobert MustacchiCPCGEN=		$(ONBLD_TOOLS)/bin/$(MACH)/cpcgen
2257c478bd9Sstevel@tonic-gate
2263c562093SToomas SoomeDEFAULT_CONSOLE_COLOR=					\
2273c562093SToomas Soome	-DDEFAULT_ANSI_FOREGROUND=ANSI_COLOR_WHITE	\
2283c562093SToomas Soome	-DDEFAULT_ANSI_BACKGROUND=ANSI_COLOR_BLACK
2293c562093SToomas Soome
2307c478bd9Sstevel@tonic-gateFILEMODE=	644
2317c478bd9Sstevel@tonic-gateDIRMODE=	755
2327c478bd9Sstevel@tonic-gate
2337c478bd9Sstevel@tonic-gate# Declare that nothing should be built in parallel.
2347c478bd9Sstevel@tonic-gate# Individual Makefiles can use the .PARALLEL target to declare otherwise.
2357c478bd9Sstevel@tonic-gate.NO_PARALLEL:
2367c478bd9Sstevel@tonic-gate
2377c478bd9Sstevel@tonic-gate# For stylistic checks
2387c478bd9Sstevel@tonic-gate#
2397c478bd9Sstevel@tonic-gate# Note that the X and C checks are not used at this time and may need
2407c478bd9Sstevel@tonic-gate# modification when they are actually used.
2417c478bd9Sstevel@tonic-gate#
242cdf0c1d5SmjnelsonCSTYLE=		$(ONBLD_TOOLS)/bin/cstyle
2437c478bd9Sstevel@tonic-gateCSTYLE_TAIL=
244cdf0c1d5SmjnelsonHDRCHK=		$(ONBLD_TOOLS)/bin/hdrchk
2457c478bd9Sstevel@tonic-gateHDRCHK_TAIL=
246cdf0c1d5SmjnelsonJSTYLE=		$(ONBLD_TOOLS)/bin/jstyle
2477c478bd9Sstevel@tonic-gate
2487c478bd9Sstevel@tonic-gateDOT_H_CHECK=	\
2497c478bd9Sstevel@tonic-gate	@$(ECHO) "checking $<"; $(CSTYLE) $< $(CSTYLE_TAIL); \
2507c478bd9Sstevel@tonic-gate	$(HDRCHK) $< $(HDRCHK_TAIL)
2517c478bd9Sstevel@tonic-gate
2527c478bd9Sstevel@tonic-gateDOT_X_CHECK=	\
2537c478bd9Sstevel@tonic-gate	@$(ECHO) "checking $<"; $(RPCGEN) -C -h $< | $(CSTYLE) $(CSTYLE_TAIL); \
2547c478bd9Sstevel@tonic-gate	$(RPCGEN) -C -h $< | $(HDRCHK) $< $(HDRCHK_TAIL)
2557c478bd9Sstevel@tonic-gate
2567c478bd9Sstevel@tonic-gateDOT_C_CHECK=	\
2577c478bd9Sstevel@tonic-gate	@$(ECHO) "checking $<"; $(CSTYLE) $< $(CSTYLE_TAIL)
2587c478bd9Sstevel@tonic-gate
2597c478bd9Sstevel@tonic-gateMANIFEST_CHECK=	\
2607c478bd9Sstevel@tonic-gate	@$(ECHO) "checking $<"; \
2617c478bd9Sstevel@tonic-gate	SVCCFG_DTD=$(SRC)/cmd/svc/dtd/service_bundle.dtd.1 \
2621f6eb021SLiane Praza	SVCCFG_REPOSITORY=$(SRC)/cmd/svc/seed/global.db \
2631f6eb021SLiane Praza	SVCCFG_CONFIGD_PATH=$(SRC)/cmd/svc/configd/svc.configd-native \
2647c478bd9Sstevel@tonic-gate	$(SRC)/cmd/svc/svccfg/svccfg-native validate $<
2657c478bd9Sstevel@tonic-gate
2667c478bd9Sstevel@tonic-gateINS.file=	$(RM) $@; $(INS) -s -m $(FILEMODE) -f $(@D) $<
2677c478bd9Sstevel@tonic-gateINS.dir=	$(INS) -s -d -m $(DIRMODE) $@
2687c478bd9Sstevel@tonic-gate# installs and renames at once
2697c478bd9Sstevel@tonic-gate#
2707c478bd9Sstevel@tonic-gateINS.rename=	$(INS.file); $(MV) $(@D)/$(<F) $@
2717c478bd9Sstevel@tonic-gate
2727c478bd9Sstevel@tonic-gate# install a link
2737c478bd9Sstevel@tonic-gateINSLINKTARGET=	$<
2747c478bd9Sstevel@tonic-gateINS.link=	$(RM) $@; $(LN) $(INSLINKTARGET) $@
275b83ec4edSjmcpINS.symlink=	$(RM) $@; $(SYMLINK) $(INSLINKTARGET) $@
276b83ec4edSjmcp
277d8154717SAndy Fiddaman# The path to python that will be used for the shebang line when installing
278d8154717SAndy Fiddaman# python scripts to the proto area. This is overridden by makefiles to
279d8154717SAndy Fiddaman# select to the correct version.
280d8154717SAndy FiddamanPYSHEBANG=	$(PYTHON)
281d8154717SAndy Fiddaman
282cdf0c1d5Smjnelson#
283cdf0c1d5Smjnelson# Python bakes the mtime of the .py file into the compiled .pyc and
284cdf0c1d5Smjnelson# rebuilds if the baked-in mtime != the mtime of the source file
285cdf0c1d5Smjnelson# (rather than only if it's less than), thus when installing python
286cdf0c1d5Smjnelson# files we must make certain to not adjust the mtime of the source
287cdf0c1d5Smjnelson# (.py) file.
288cdf0c1d5Smjnelson#
289ca13eaa5SAndy FiddamanINS.pyfile=	$(RM) $@; $(SED) \
290ca13eaa5SAndy Fiddaman		-e "1s:^\#!@PYTHON@:\#!$(PYSHEBANG):" \
291ca13eaa5SAndy Fiddaman		-e "1s:^\#!@TOOLS_PYTHON@:\#!$(TOOLS_PYTHON):" \
292ca13eaa5SAndy Fiddaman		< $< > $@; $(CHMOD) $(FILEMODE) $@; $(TOUCH) -r $< $@
2937c478bd9Sstevel@tonic-gate
2947c478bd9Sstevel@tonic-gate# MACH must be set in the shell environment per uname -p on the build host
2957c478bd9Sstevel@tonic-gate# More specific architecture variables should be set in lower makefiles.
2967c478bd9Sstevel@tonic-gate#
2977c478bd9Sstevel@tonic-gate# MACH64 is derived from MACH, and BUILD64 is set to `#' for
2987c478bd9Sstevel@tonic-gate# architectures on which we do not build 64-bit versions.
2997c478bd9Sstevel@tonic-gate# (There are no such architectures at the moment.)
3007c478bd9Sstevel@tonic-gate#
3017c478bd9Sstevel@tonic-gate# Set BUILD64=# in the environment to disable 64-bit amd64
3027c478bd9Sstevel@tonic-gate# builds on i386 machines.
3037c478bd9Sstevel@tonic-gate
3047c478bd9Sstevel@tonic-gateMACH64_1=	$(MACH:sparc=sparcv9)
3057c478bd9Sstevel@tonic-gateMACH64=		$(MACH64_1:i386=amd64)
3067c478bd9Sstevel@tonic-gate
3077c478bd9Sstevel@tonic-gateMACH32_1=	$(MACH:sparc=sparcv7)
3087c478bd9Sstevel@tonic-gateMACH32=		$(MACH32_1:i386=i86)
3097c478bd9Sstevel@tonic-gate
3107c478bd9Sstevel@tonic-gatesparc_BUILD64=
3117c478bd9Sstevel@tonic-gatei386_BUILD64=
3127c478bd9Sstevel@tonic-gateBUILD64=	$($(MACH)_BUILD64)
3137c478bd9Sstevel@tonic-gate
3147c478bd9Sstevel@tonic-gate#
3157c478bd9Sstevel@tonic-gate# C compiler mode. Future compilers may change the default on us,
3167c478bd9Sstevel@tonic-gate# so force extended ANSI mode globally. Lower level makefiles can
3177c478bd9Sstevel@tonic-gate# override this by setting CCMODE.
3187c478bd9Sstevel@tonic-gate#
3197c478bd9Sstevel@tonic-gateCCMODE=			-Xa
3207c478bd9Sstevel@tonic-gateCCMODE64=		-Xa
3217c478bd9Sstevel@tonic-gate
3227c478bd9Sstevel@tonic-gate#
3237c478bd9Sstevel@tonic-gate# C compiler verbose mode. This is so we can enable it globally,
3247c478bd9Sstevel@tonic-gate# but turn it off in the lower level makefiles of things we cannot
3257c478bd9Sstevel@tonic-gate# (or aren't going to) fix.
3267c478bd9Sstevel@tonic-gate#
3277c478bd9Sstevel@tonic-gateCCVERBOSE=		-v
3287c478bd9Sstevel@tonic-gate
3297c478bd9Sstevel@tonic-gate# set this to the secret flag "-Wc,-Qiselect-v9abiwarn=1" to get warnings
3307c478bd9Sstevel@tonic-gate# from the compiler about places the -xarch=v9 may differ from -xarch=v9c.
3317c478bd9Sstevel@tonic-gateV9ABIWARN=
3327c478bd9Sstevel@tonic-gate
3337c478bd9Sstevel@tonic-gate# set this to the secret flag "-Wc,-Qiselect-regsym=0" to disable register
3347c478bd9Sstevel@tonic-gate# symbols (used to detect conflicts between objects that use global registers)
3357c478bd9Sstevel@tonic-gate# we disable this now for safety, and because genunix doesn't link with
3367c478bd9Sstevel@tonic-gate# this feature (the v9 default) enabled.
3377c478bd9Sstevel@tonic-gate#
3387c478bd9Sstevel@tonic-gate# REGSYM is separate since the C++ driver syntax is different.
3397c478bd9Sstevel@tonic-gateCCREGSYM=		-Wc,-Qiselect-regsym=0
3407c478bd9Sstevel@tonic-gateCCCREGSYM=		-Qoption cg -Qiselect-regsym=0
3417c478bd9Sstevel@tonic-gate
342face03d9Spetede# Prevent the removal of static symbols by the SPARC code generator (cg).
343face03d9Spetede# The x86 code generator (ube) does not remove such symbols and as such
344face03d9Spetede# using this workaround is not applicable for x86.
345face03d9Spetede#
346ac204d0dSpetedeCCSTATICSYM=		-Wc,-Qassembler-ounrefsym=0
3477c478bd9Sstevel@tonic-gate#
3487c478bd9Sstevel@tonic-gate# generate 32-bit addresses in the v9 kernel. Saves memory.
3497c478bd9Sstevel@tonic-gateCCABS32=		-Wc,-xcode=abs32
3506a3e8e86SRichard Lowe#
3516a3e8e86SRichard Lowe# generate v9 code which tolerates callers using the v7 ABI, for the sake of
3526a3e8e86SRichard Lowe# system calls.
3531a5ea532SRichard LoweCC32BITCALLERS=		-_gcc=-massume-32bit-callers
3546a3e8e86SRichard Lowe
3556a3e8e86SRichard Lowe# GCC, especially, is increasingly beginning to auto-inline functions and
3566a3e8e86SRichard Lowe# sadly does so separately not under the general -fno-inline-functions
35770413d7bSJoshua M. Clulow# Additionally, we wish to prevent optimisations which cause GCC to clone
35870413d7bSJoshua M. Clulow# functions -- in particular, these may cause unhelpful symbols to be
35970413d7bSJoshua M. Clulow# emitted instead of function names
3606b544f0eSJohn LevonCCNOAUTOINLINE= \
3616b544f0eSJohn Levon	-_gcc=-fno-inline-small-functions \
36270413d7bSJoshua M. Clulow	-_gcc=-fno-inline-functions-called-once \
3636b544f0eSJohn Levon	-_gcc=-fno-ipa-cp \
3646b544f0eSJohn Levon	-_gcc7=-fno-ipa-icf \
3656b544f0eSJohn Levon	-_gcc8=-fno-ipa-icf \
3666b544f0eSJohn Levon	-_gcc7=-fno-clone-functions \
3676b544f0eSJohn Levon	-_gcc8=-fno-clone-functions
3687c478bd9Sstevel@tonic-gate
369b6c711ccSRichard Lowe# GCC may put functions in different named sub-sections of .text based on
370b6c711ccSRichard Lowe# their presumed calling frequency.  At least in the kernel, where we actually
371b6c711ccSRichard Lowe# deliver relocatable objects, we don't want this to happen.
372b6c711ccSRichard Lowe#
373b6c711ccSRichard Lowe# Since at present we don't benefit from this even in userland, we disable it globally,
374b6c711ccSRichard Lowe# but the application of this may move into usr/src/uts/ in future.
375b6c711ccSRichard LoweCCNOREORDER=	\
376b6c711ccSRichard Lowe	-_gcc7=-fno-reorder-functions \
377b6c711ccSRichard Lowe	-_gcc8=-fno-reorder-functions
378b6c711ccSRichard Lowe
37992c1a611SBryan Cantrill#
38092c1a611SBryan Cantrill# gcc has a rather aggressive optimization on by default that infers loop
38192c1a611SBryan Cantrill# bounds based on undefined behavior (!!).  This can lead to some VERY
38292c1a611SBryan Cantrill# surprising optimizations -- ones that may be technically correct in the
38392c1a611SBryan Cantrill# strictest sense but also result in incorrect program behavior.  We turn
38492c1a611SBryan Cantrill# this optimization off, with extreme prejudice.
38592c1a611SBryan Cantrill#
38692c1a611SBryan CantrillCCNOAGGRESSIVELOOPS= \
38792c1a611SBryan Cantrill	-_gcc7=-fno-aggressive-loop-optimizations \
38892c1a611SBryan Cantrill	-_gcc8=-fno-aggressive-loop-optimizations
38992c1a611SBryan Cantrill
3907c478bd9Sstevel@tonic-gate# One optimization the compiler might perform is to turn this:
3917c478bd9Sstevel@tonic-gate#	#pragma weak foo
3927c478bd9Sstevel@tonic-gate#	extern int foo;
3937c478bd9Sstevel@tonic-gate#	if (&foo)
3947c478bd9Sstevel@tonic-gate#		foo = 5;
3957c478bd9Sstevel@tonic-gate# into
3967c478bd9Sstevel@tonic-gate#	foo = 5;
3977c478bd9Sstevel@tonic-gate# Since we do some of this (foo might be referenced in common kernel code
3987c478bd9Sstevel@tonic-gate# but provided only for some cpu modules or platforms), we disable this
3997c478bd9Sstevel@tonic-gate# optimization.
400d69cdb36SRichard Lowe#
4017c478bd9Sstevel@tonic-gatesparc_CCUNBOUND	= -Wd,-xsafe=unboundsym
4027c478bd9Sstevel@tonic-gatei386_CCUNBOUND	=
4037c478bd9Sstevel@tonic-gateCCUNBOUND	= $($(MACH)_CCUNBOUND)
4047c478bd9Sstevel@tonic-gate
4057c478bd9Sstevel@tonic-gate#
4067c478bd9Sstevel@tonic-gate# compiler '-xarch' flag. This is here to centralize it and make it
4077c478bd9Sstevel@tonic-gate# overridable for testing.
4080bb07399SNick Toddsparc_XARCH=	-m32
4090bb07399SNick Toddsparcv9_XARCH=	-m64
4109c05409fSRichard Lowei386_XARCH=	-m32
4110bb07399SNick Toddamd64_XARCH=	-m64 -Ui386 -U__i386
4127c478bd9Sstevel@tonic-gate
4137c478bd9Sstevel@tonic-gate# assembler '-xarch' flag.  Different from compiler '-xarch' flag.
41460c80770Scraigmsparc_AS_XARCH=		-xarch=v8plus
4157c478bd9Sstevel@tonic-gatesparcv9_AS_XARCH=	-xarch=v9
4167c478bd9Sstevel@tonic-gatei386_AS_XARCH=
4177c478bd9Sstevel@tonic-gateamd64_AS_XARCH=		-xarch=amd64 -P -Ui386 -U__i386
4187c478bd9Sstevel@tonic-gate
4197c478bd9Sstevel@tonic-gate#
4207c478bd9Sstevel@tonic-gate# These flags define what we need to be 'standalone' i.e. -not- part
4217c478bd9Sstevel@tonic-gate# of the rather more cosy userland environment.  This basically means
4227c478bd9Sstevel@tonic-gate# the kernel.
4237c478bd9Sstevel@tonic-gate#
4247c478bd9Sstevel@tonic-gate# XX64	future versions of gcc will make -mcmodel=kernel imply -mno-red-zone
4257c478bd9Sstevel@tonic-gate#
42602e56f3fSwesolowssparc_STAND_FLAGS=	-_gcc=-ffreestanding
42702e56f3fSwesolowssparcv9_STAND_FLAGS=	-_gcc=-ffreestanding
4288528fe16SRichard Lowe# Disabling MMX also disables 3DNow, disabling SSE also disables all later
4298528fe16SRichard Lowe# additions to SSE (SSE2, AVX ,etc.)
4308528fe16SRichard LoweNO_SIMD=		-_gcc=-mno-mmx -_gcc=-mno-sse
4318528fe16SRichard Lowei386_STAND_FLAGS=	-_gcc=-ffreestanding $(NO_SIMD)
4328528fe16SRichard Loweamd64_STAND_FLAGS=	-xmodel=kernel $(NO_SIMD)
4337c478bd9Sstevel@tonic-gate
4347c478bd9Sstevel@tonic-gateSAVEARGS=		-Wu,-save_args
4357c478bd9Sstevel@tonic-gateamd64_STAND_FLAGS	+= $(SAVEARGS)
4367c478bd9Sstevel@tonic-gate
4377c478bd9Sstevel@tonic-gateSTAND_FLAGS_32 = $($(MACH)_STAND_FLAGS)
4387c478bd9Sstevel@tonic-gateSTAND_FLAGS_64 = $($(MACH64)_STAND_FLAGS)
4397c478bd9Sstevel@tonic-gate
4407c478bd9Sstevel@tonic-gate#
4417c478bd9Sstevel@tonic-gate# disable the incremental linker
4427c478bd9Sstevel@tonic-gateILDOFF=			-xildoff
4437c478bd9Sstevel@tonic-gate#
44422337b4bSrieXFFLAG=			-xF=%all
4457c478bd9Sstevel@tonic-gateXESS=			-xs
446d69cdb36SRichard LoweXSTRCONST=		-xstrconst
4477c478bd9Sstevel@tonic-gate
4487c478bd9Sstevel@tonic-gate#
4497c478bd9Sstevel@tonic-gate# turn warnings into errors (C)
4507c478bd9Sstevel@tonic-gateCERRWARN = -errtags=yes -errwarn=%all
4517c478bd9Sstevel@tonic-gateCERRWARN += -erroff=E_EMPTY_TRANSLATION_UNIT
4527c478bd9Sstevel@tonic-gateCERRWARN += -erroff=E_STATEMENT_NOT_REACHED
4537014882cSRichard Lowe
4547014882cSRichard LoweCERRWARN += -_gcc=-Wno-missing-braces
4557014882cSRichard LoweCERRWARN += -_gcc=-Wno-sign-compare
4567014882cSRichard LoweCERRWARN += -_gcc=-Wno-unknown-pragmas
4577014882cSRichard LoweCERRWARN += -_gcc=-Wno-unused-parameter
4587014882cSRichard LoweCERRWARN += -_gcc=-Wno-missing-field-initializers
4597014882cSRichard Lowe
4607014882cSRichard Lowe# Unfortunately, this option can misfire very easily and unfixably.
4617014882cSRichard LoweCERRWARN +=	-_gcc=-Wno-array-bounds
4627014882cSRichard Lowe
4636a3e8e86SRichard Lowe
4641f5207b7SJohn LevonCERRWARN += -_smatch=-p=illumos_user
4651f5207b7SJohn Levoninclude $(SRC)/Makefile.smatch
4661f5207b7SJohn Levon
4677c478bd9Sstevel@tonic-gate#
4687c478bd9Sstevel@tonic-gate# turn warnings into errors (C++)
4697c478bd9Sstevel@tonic-gateCCERRWARN=		-xwe
4707c478bd9Sstevel@tonic-gate
471bd0ce624SYuri Pankov# C standard.  Keep Studio flags until we get rid of lint.
472bd0ce624SYuri PankovCSTD_GNU89=	-xc99=%none
473bd0ce624SYuri PankovCSTD_GNU99=	-xc99=%all
474bd0ce624SYuri PankovCSTD=		$(CSTD_GNU89)
475bd0ce624SYuri PankovC99LMODE=	$(CSTD:-xc99%=-Xc99%)
4767c478bd9Sstevel@tonic-gate
4777c478bd9Sstevel@tonic-gate# In most places, assignments to these macros should be appended with +=
478b819cea2SGordon Ross# (CPPFLAGS.first allows values to be prepended to CPPFLAGS).
479face03d9Spetedesparc_CFLAGS=	$(sparc_XARCH) $(CCSTATICSYM)
480ac204d0dSpetedesparcv9_CFLAGS=	$(sparcv9_XARCH) -dalign $(CCVERBOSE) $(V9ABIWARN) $(CCREGSYM) \
481ac204d0dSpetede		$(CCSTATICSYM)
4827c478bd9Sstevel@tonic-gatei386_CFLAGS=	$(i386_XARCH)
4837c478bd9Sstevel@tonic-gateamd64_CFLAGS=	$(amd64_XARCH)
4847c478bd9Sstevel@tonic-gate
4857c478bd9Sstevel@tonic-gatesparc_ASFLAGS=	$(sparc_AS_XARCH)
4867c478bd9Sstevel@tonic-gatesparcv9_ASFLAGS=$(sparcv9_AS_XARCH)
4877c478bd9Sstevel@tonic-gatei386_ASFLAGS=	$(i386_AS_XARCH)
4887c478bd9Sstevel@tonic-gateamd64_ASFLAGS=	$(amd64_AS_XARCH)
4897c478bd9Sstevel@tonic-gate
4907c478bd9Sstevel@tonic-gate#
4917c478bd9Sstevel@tonic-gatesparc_COPTFLAG=		-xO3
4927c478bd9Sstevel@tonic-gatesparcv9_COPTFLAG=	-xO3
4937c478bd9Sstevel@tonic-gatei386_COPTFLAG=		-O
494662492f5Ssherrymamd64_COPTFLAG=		-xO3
4957c478bd9Sstevel@tonic-gate
4967c478bd9Sstevel@tonic-gateCOPTFLAG= $($(MACH)_COPTFLAG)
4977c478bd9Sstevel@tonic-gateCOPTFLAG64= $($(MACH64)_COPTFLAG)
4987c478bd9Sstevel@tonic-gate
4997c478bd9Sstevel@tonic-gate# When -g is used, the compiler globalizes static objects
5007c478bd9Sstevel@tonic-gate# (gives them a unique prefix). Disable that.
5017c478bd9Sstevel@tonic-gateCNOGLOBAL= -W0,-noglobal
5027c478bd9Sstevel@tonic-gate
50396ccc8cbSesaxe# Direct the Sun Studio compiler to use a static globalization prefix based on the
50496ccc8cbSesaxe# name of the module rather than something unique. Otherwise, objects
50596ccc8cbSesaxe# will not build deterministically, as subsequent compilations of identical
50696ccc8cbSesaxe# source will yeild objects that always look different.
50796ccc8cbSesaxe#
50896ccc8cbSesaxe# In the same spirit, this will also remove the date from the N_OPT stab.
50996ccc8cbSesaxeCGLOBALSTATIC= -W0,-xglobalstatic
51096ccc8cbSesaxe
51102e56f3fSwesolows# Sometimes we want all symbols and types in debugging information even
51202e56f3fSwesolows# if they aren't used.
51302e56f3fSwesolowsCALLSYMS=	-W0,-xdbggen=no%usedonly
51402e56f3fSwesolows
515ac204d0dSpetede#
516299e09deSRichard Lowe# We force the compilers to generate the debugging information best understood
517299e09deSRichard Lowe# by the CTF tools.  With Sun Studio this is stabs due to bugs in the Studio
518299e09deSRichard Lowe# compilers.  With GCC this is DWARF v2.
519ac204d0dSpetede#
520299e09deSRichard LoweDEBUGFORMAT=	-_cc=-xdebugformat=stabs -_gcc=-gdwarf-2
521ac204d0dSpetede
5227c478bd9Sstevel@tonic-gate#
523299e09deSRichard Lowe# Ask the compiler to include debugging information
5247c478bd9Sstevel@tonic-gate#
525299e09deSRichard LoweCCGDEBUG= -g $(DEBUGFORMAT)
526299e09deSRichard Lowe
527299e09deSRichard Lowe#
528299e09deSRichard Lowe# Flags used to build in debug mode for ctf generation.
529299e09deSRichard Lowe#
530299e09deSRichard LoweCTF_FLAGS_sparc	= $(CCGDEBUG) -Wc,-Qiselect-T1 $(CSTD) $(CNOGLOBAL)
531299e09deSRichard LoweCTF_FLAGS_i386	= $(CCGDEBUG) $(CSTD) $(CNOGLOBAL)
5322d4be7aaSRichard Lowe
5332d4be7aaSRichard LoweCTF_FLAGS_sparcv9	= $(CTF_FLAGS_sparc)
5342d4be7aaSRichard LoweCTF_FLAGS_amd64		= $(CTF_FLAGS_i386)
5352d4be7aaSRichard Lowe
5362d4be7aaSRichard Lowe# Sun Studio produces broken userland code when saving arguments.
5372d4be7aaSRichard Lowe$(__GNUC)CTF_FLAGS_amd64 += $(SAVEARGS)
5382d4be7aaSRichard Lowe
539299e09deSRichard LoweCTF_FLAGS_32	= $(CTF_FLAGS_$(MACH))
540299e09deSRichard LoweCTF_FLAGS_64	= $(CTF_FLAGS_$(MACH64))
5412d4be7aaSRichard LoweCTF_FLAGS	= $(CTF_FLAGS_32)
5427c478bd9Sstevel@tonic-gate
5437c478bd9Sstevel@tonic-gate#
5447c478bd9Sstevel@tonic-gate# Flags used with genoffsets
5457c478bd9Sstevel@tonic-gate#
546299e09deSRichard LoweGENOFFSETS_FLAGS = $(CALLSYMS)
5477c478bd9Sstevel@tonic-gate
5487c478bd9Sstevel@tonic-gateOFFSETS_CREATE = $(GENOFFSETS) -s $(CTFSTABS) -r $(CTFCONVERT) \
549299e09deSRichard Lowe	$(CW) --noecho $(CW_CC_COMPILERS) -- $(GENOFFSETS_FLAGS) \
550299e09deSRichard Lowe	$(CFLAGS) $(CPPFLAGS)
5517c478bd9Sstevel@tonic-gate
5527c478bd9Sstevel@tonic-gateOFFSETS_CREATE64 = $(GENOFFSETS) -s $(CTFSTABS) -r $(CTFCONVERT) \
553299e09deSRichard Lowe	$(CW) --noecho $(CW_CC_COMPILERS) -- $(GENOFFSETS_FLAGS) \
554299e09deSRichard Lowe	$(CFLAGS64) $(CPPFLAGS)
5557c478bd9Sstevel@tonic-gate
5567c478bd9Sstevel@tonic-gate#
5577c478bd9Sstevel@tonic-gate# tradeoff time for space (smaller is better)
5587c478bd9Sstevel@tonic-gate#
559ac204d0dSpetedesparc_SPACEFLAG		= -xspace -W0,-Lt
560ac204d0dSpetedesparcv9_SPACEFLAG	= -xspace -W0,-Lt
5617c478bd9Sstevel@tonic-gatei386_SPACEFLAG		= -xspace
5627c478bd9Sstevel@tonic-gateamd64_SPACEFLAG		=
5637c478bd9Sstevel@tonic-gate
5647c478bd9Sstevel@tonic-gateSPACEFLAG		= $($(MACH)_SPACEFLAG)
5657c478bd9Sstevel@tonic-gateSPACEFLAG64		= $($(MACH64)_SPACEFLAG)
5667c478bd9Sstevel@tonic-gate
567ac204d0dSpetede#
568ac204d0dSpetede# The Sun Studio 11 compiler has changed the behaviour of integer
569ac204d0dSpetede# wrap arounds and so a flag is needed to use the legacy behaviour
570ac204d0dSpetede# (without this flag panics/hangs could be exposed within the source).
571ac204d0dSpetede#
572ac204d0dSpetedesparc_IROPTFLAG		= -W2,-xwrap_int
573ac204d0dSpetedesparcv9_IROPTFLAG	= -W2,-xwrap_int
574ac204d0dSpetedei386_IROPTFLAG		=
575ac204d0dSpetedeamd64_IROPTFLAG		=
576ac204d0dSpetede
577ac204d0dSpetedeIROPTFLAG		= $($(MACH)_IROPTFLAG)
578ac204d0dSpetedeIROPTFLAG64		= $($(MACH64)_IROPTFLAG)
579ac204d0dSpetede
5807c478bd9Sstevel@tonic-gatesparc_XREGSFLAG		= -xregs=no%appl
5817c478bd9Sstevel@tonic-gatesparcv9_XREGSFLAG	= -xregs=no%appl
5827c478bd9Sstevel@tonic-gatei386_XREGSFLAG		=
5837c478bd9Sstevel@tonic-gateamd64_XREGSFLAG		=
5847c478bd9Sstevel@tonic-gate
5857c478bd9Sstevel@tonic-gateXREGSFLAG		= $($(MACH)_XREGSFLAG)
5867c478bd9Sstevel@tonic-gateXREGSFLAG64		= $($(MACH64)_XREGSFLAG)
5877c478bd9Sstevel@tonic-gate
588d69cdb36SRichard Lowe# dmake SOURCEDEBUG=yes ... enables source-level debugging information, and
589d69cdb36SRichard Lowe# avoids stripping it.
590d69cdb36SRichard LoweSOURCEDEBUG	= $(POUND_SIGN)
591d69cdb36SRichard LoweSRCDBGBLD	= $(SOURCEDEBUG:yes=)
592d69cdb36SRichard Lowe
593d69cdb36SRichard Lowe#
594d69cdb36SRichard Lowe# These variables are intended ONLY for use by developers to safely pass extra
595d69cdb36SRichard Lowe# flags to the compilers without unintentionally overriding Makefile-set
596d69cdb36SRichard Lowe# flags.  They should NEVER be set to any value in a Makefile.
597d69cdb36SRichard Lowe#
598d69cdb36SRichard Lowe# They come last in the associated FLAGS variable such that they can
599d69cdb36SRichard Lowe# explicitly override things if necessary, there are gaps in this, but it's
600d69cdb36SRichard Lowe# the best we can manage.
601d69cdb36SRichard Lowe#
602d69cdb36SRichard LoweCUSERFLAGS		=
603d69cdb36SRichard LoweCUSERFLAGS64		= $(CUSERFLAGS)
604d69cdb36SRichard LoweCCUSERFLAGS		=
605d69cdb36SRichard LoweCCUSERFLAGS64		= $(CCUSERFLAGS)
606d69cdb36SRichard Lowe
607d69cdb36SRichard LoweCSOURCEDEBUGFLAGS	=
608d69cdb36SRichard LoweCCSOURCEDEBUGFLAGS	=
609299e09deSRichard Lowe$(SRCDBGBLD)CSOURCEDEBUGFLAGS	= $(CCGDEBUG) -xs
610299e09deSRichard Lowe$(SRCDBGBLD)CCSOURCEDEBUGFLAGS	= $(CCGDEBUG) -xs
611d69cdb36SRichard Lowe
6127c478bd9Sstevel@tonic-gateCFLAGS=         $(COPTFLAG) $($(MACH)_CFLAGS) $(SPACEFLAG) $(CCMODE) \
613bd0ce624SYuri Pankov		$(ILDOFF) $(CERRWARN) $(CSTD) $(CCUNBOUND) $(IROPTFLAG) \
614b6c711ccSRichard Lowe		$(CGLOBALSTATIC) $(CCNOAUTOINLINE) $(CCNOREORDER) \
61592c1a611SBryan Cantrill		$(CCNOAGGRESSIVELOOPS) \
616b6c711ccSRichard Lowe		$(CSOURCEDEBUGFLAGS) $(CUSERFLAGS)
6177c478bd9Sstevel@tonic-gateCFLAGS64=       $(COPTFLAG64) $($(MACH64)_CFLAGS) $(SPACEFLAG64) $(CCMODE64) \
618bd0ce624SYuri Pankov		$(ILDOFF) $(CERRWARN) $(CSTD) $(CCUNBOUND) $(IROPTFLAG64) \
619b6c711ccSRichard Lowe		$(CGLOBALSTATIC) $(CCNOAUTOINLINE) $(CCNOREORDER) \
62092c1a611SBryan Cantrill		$(CCNOAGGRESSIVELOOPS) \
621b6c711ccSRichard Lowe		$(CSOURCEDEBUGFLAGS) $(CUSERFLAGS64)
622ac204d0dSpetede#
623ac204d0dSpetede# Flags that are used to build parts of the code that are subsequently
624ac204d0dSpetede# run on the build machine (also known as the NATIVE_BUILD).
625ac204d0dSpetede#
6267c478bd9Sstevel@tonic-gateNATIVE_CFLAGS=	$(COPTFLAG) $($(NATIVE_MACH)_CFLAGS) $(CCMODE) \
627bd0ce624SYuri Pankov		$(ILDOFF) $(CERRWARN) $(CSTD) $($(NATIVE_MACH)_CCUNBOUND) \
628d69cdb36SRichard Lowe		$(IROPTFLAG) $(CGLOBALSTATIC) $(CCNOAUTOINLINE) \
629b6c711ccSRichard Lowe		$(CCNOREORDER) $(CSOURCEDEBUGFLAGS) $(CUSERFLAGS)
6307c478bd9Sstevel@tonic-gate
6317c478bd9Sstevel@tonic-gateDTEXTDOM=-DTEXT_DOMAIN=\"$(TEXT_DOMAIN)\"	# For messaging.
6327c478bd9Sstevel@tonic-gateDTS_ERRNO=-D_TS_ERRNO
633b819cea2SGordon RossCPPFLAGS.first=	# Please keep empty.  Only lower makefiles should set this.
6347c478bd9Sstevel@tonic-gateCPPFLAGS.master=$(DTEXTDOM) $(DTS_ERRNO) \
635494f7e12SKeith M Wesolowski	$(ENVCPPFLAGS1) $(ENVCPPFLAGS2) $(ENVCPPFLAGS3) $(ENVCPPFLAGS4) \
636494f7e12SKeith M Wesolowski	$(ADJUNCT_PROTO:%=-I%/usr/include)
637494f7e12SKeith M WesolowskiCPPFLAGS.native=$(ENVCPPFLAGS1) $(ENVCPPFLAGS2) $(ENVCPPFLAGS3) \
638494f7e12SKeith M Wesolowski		$(ENVCPPFLAGS4) -I$(NATIVE_ADJUNCT)/include
639b819cea2SGordon RossCPPFLAGS=	$(CPPFLAGS.first) $(CPPFLAGS.master)
640b819cea2SGordon RossAS_CPPFLAGS=	$(CPPFLAGS.first) $(CPPFLAGS.master)
6414d0eb50eSRichard PALOJAVAFLAGS=	-source 1.6 -target 1.6 -Xlint:deprecation,-options
6427c478bd9Sstevel@tonic-gate
6437c478bd9Sstevel@tonic-gate#
6447c478bd9Sstevel@tonic-gate# For source message catalogue
6457c478bd9Sstevel@tonic-gate#
6467c478bd9Sstevel@tonic-gate.SUFFIXES: $(SUFFIXES) .i .po
6477c478bd9Sstevel@tonic-gateMSGROOT= $(ROOT)/catalog
6487c478bd9Sstevel@tonic-gateMSGDOMAIN= $(MSGROOT)/$(TEXT_DOMAIN)
6497c478bd9Sstevel@tonic-gateMSGDOMAINPOFILE = $(MSGDOMAIN)/$(POFILE)
650d69cdb36SRichard LoweDCMSGDOMAIN= $(MSGROOT)/LC_TIME/$(TEXT_DOMAIN)
6517c478bd9Sstevel@tonic-gateDCMSGDOMAINPOFILE = $(DCMSGDOMAIN)/$(DCFILE:.dc=.po)
6527c478bd9Sstevel@tonic-gate
6537c478bd9Sstevel@tonic-gateCLOBBERFILES += $(POFILE) $(POFILES)
6547c478bd9Sstevel@tonic-gateCOMPILE.cpp= $(CC) -E -C $(CFLAGS) $(CPPFLAGS)
6557c478bd9Sstevel@tonic-gateXGETTEXT= /usr/bin/xgettext
6567c478bd9Sstevel@tonic-gateXGETFLAGS= -c TRANSLATION_NOTE
65714843421SMatthew AhrensGNUXGETTEXT= /usr/gnu/bin/xgettext
65814843421SMatthew AhrensGNUXGETFLAGS= --add-comments=TRANSLATION_NOTE --keyword=_ \
65914843421SMatthew Ahrens	--strict --no-location --omit-header
6607c478bd9Sstevel@tonic-gateBUILD.po= $(XGETTEXT) $(XGETFLAGS) -d $(<F) $<.i ;\
6617c478bd9Sstevel@tonic-gate	$(RM)	$@ ;\
662a778b211Scarlsonj	$(SED) "/^domain/d" < $(<F).po > $@ ;\
6637c478bd9Sstevel@tonic-gate	$(RM) $(<F).po $<.i
664a778b211Scarlsonj
6657c478bd9Sstevel@tonic-gate#
6667c478bd9Sstevel@tonic-gate# This is overwritten by local Makefile when PROG is a list.
6677c478bd9Sstevel@tonic-gate#
6687c478bd9Sstevel@tonic-gatePOFILE= $(PROG).po
6697c478bd9Sstevel@tonic-gate
6707c478bd9Sstevel@tonic-gatesparc_CCFLAGS=		-cg92 -compat=4 \
6717c478bd9Sstevel@tonic-gate			-Qoption ccfe -messages=no%anachronism \
6727c478bd9Sstevel@tonic-gate			$(CCERRWARN)
6737c478bd9Sstevel@tonic-gatesparcv9_CCFLAGS=	$(sparcv9_XARCH) -dalign -compat=5 \
6747c478bd9Sstevel@tonic-gate			-Qoption ccfe -messages=no%anachronism \
6757c478bd9Sstevel@tonic-gate			-Qoption ccfe -features=no%conststrings \
6767c478bd9Sstevel@tonic-gate			$(CCCREGSYM) \
6777c478bd9Sstevel@tonic-gate			$(CCERRWARN)
6787c478bd9Sstevel@tonic-gatei386_CCFLAGS=		-compat=4 \
6797c478bd9Sstevel@tonic-gate			-Qoption ccfe -messages=no%anachronism \
6807c478bd9Sstevel@tonic-gate			-Qoption ccfe -features=no%conststrings \
6817c478bd9Sstevel@tonic-gate			$(CCERRWARN)
6827c478bd9Sstevel@tonic-gateamd64_CCFLAGS=		$(amd64_XARCH) -compat=5 \
6837c478bd9Sstevel@tonic-gate			-Qoption ccfe -messages=no%anachronism \
6847c478bd9Sstevel@tonic-gate			-Qoption ccfe -features=no%conststrings \
6857c478bd9Sstevel@tonic-gate			$(CCERRWARN)
6867c478bd9Sstevel@tonic-gate
6877c478bd9Sstevel@tonic-gatesparc_CCOPTFLAG=	-O
6887c478bd9Sstevel@tonic-gatesparcv9_CCOPTFLAG=	-O
6897c478bd9Sstevel@tonic-gatei386_CCOPTFLAG=		-O
6907c478bd9Sstevel@tonic-gateamd64_CCOPTFLAG=	-O
6917c478bd9Sstevel@tonic-gate
6927c478bd9Sstevel@tonic-gateCCOPTFLAG=	$($(MACH)_CCOPTFLAG)
6937c478bd9Sstevel@tonic-gateCCOPTFLAG64=	$($(MACH64)_CCOPTFLAG)
694d69cdb36SRichard LoweCCFLAGS=	$(CCOPTFLAG) $($(MACH)_CCFLAGS) $(CCSOURCEDEBUGFLAGS) \
695d69cdb36SRichard Lowe		$(CCUSERFLAGS)
696d69cdb36SRichard LoweCCFLAGS64=	$(CCOPTFLAG64) $($(MACH64)_CCFLAGS) $(CCSOURCEDEBUGFLAGS) \
697d69cdb36SRichard Lowe		$(CCUSERFLAGS64)
69824da5b34Srie
6994c06356bSdh#
7004c06356bSdh#
7014c06356bSdh#
702d69cdb36SRichard LoweELFWRAP_FLAGS	=
7034c06356bSdhELFWRAP_FLAGS64	=	-64
7044c06356bSdh
70524da5b34Srie#
70624da5b34Srie# Various mapfiles that are used throughout the build, and delivered to
70724da5b34Srie# /usr/lib/ld.
7087c478bd9Sstevel@tonic-gate#
709cd3e9333SAli BahramiMAPFILE.NED_i386 =	$(SRC)/common/mapfiles/common/map.noexdata
71024da5b34SrieMAPFILE.NED_sparc =
71124da5b34SrieMAPFILE.NED =		$(MAPFILE.NED_$(MACH))
712cd3e9333SAli BahramiMAPFILE.PGA =		$(SRC)/common/mapfiles/common/map.pagealign
71324da5b34SrieMAPFILE.NES =		$(SRC)/common/mapfiles/common/map.noexstk
71424da5b34SrieMAPFILE.FLT =		$(SRC)/common/mapfiles/common/map.filter
715df4628cbSrieMAPFILE.LEX =		$(SRC)/common/mapfiles/common/map.lex.yy
71624da5b34Srie
7177c478bd9Sstevel@tonic-gate#
71824da5b34Srie# Generated mapfiles that are compiler specific, and used throughout the
71924da5b34Srie# build.  These mapfiles are not delivered in /usr/lib/ld.
7207c478bd9Sstevel@tonic-gate#
72124da5b34SrieMAPFILE.NGB_sparc=	$(SRC)/common/mapfiles/gen/sparc_cc_map.noexeglobs
72224da5b34Srie$(__GNUC64)MAPFILE.NGB_sparc= \
72324da5b34Srie			$(SRC)/common/mapfiles/gen/sparc_gcc_map.noexeglobs
72424da5b34SrieMAPFILE.NGB_sparcv9=	$(SRC)/common/mapfiles/gen/sparcv9_cc_map.noexeglobs
72524da5b34Srie$(__GNUC64)MAPFILE.NGB_sparcv9= \
72624da5b34Srie			$(SRC)/common/mapfiles/gen/sparcv9_gcc_map.noexeglobs
72724da5b34SrieMAPFILE.NGB_i386=	$(SRC)/common/mapfiles/gen/i386_cc_map.noexeglobs
72824da5b34Srie$(__GNUC64)MAPFILE.NGB_i386= \
72924da5b34Srie			$(SRC)/common/mapfiles/gen/i386_gcc_map.noexeglobs
73024da5b34SrieMAPFILE.NGB_amd64=	$(SRC)/common/mapfiles/gen/amd64_cc_map.noexeglobs
73124da5b34Srie$(__GNUC64)MAPFILE.NGB_amd64= \
73224da5b34Srie			$(SRC)/common/mapfiles/gen/amd64_gcc_map.noexeglobs
73324da5b34SrieMAPFILE.NGB =		$(MAPFILE.NGB_$(MACH))
73424da5b34Srie
73524da5b34Srie#
73624da5b34Srie# A generic interface mapfile name, used by various dynamic objects to define
73724da5b34Srie# the interfaces and interposers the object must export.
73824da5b34Srie#
73924da5b34SrieMAPFILE.INT =		mapfile-intf
74024da5b34Srie
741d69cdb36SRichard Lowe#
742538aa54dSGarrett D'Amore# LDLIBS32 and LDLIBS64 can be set in the environment to override the following
743538aa54dSGarrett D'Amore# assignments.
744538aa54dSGarrett D'Amore#
7457c478bd9Sstevel@tonic-gate# These environment settings make sure that no libraries are searched outside
7467c478bd9Sstevel@tonic-gate# of the local workspace proto area:
7477c478bd9Sstevel@tonic-gate#	LDLIBS32=-YP,$ROOT/lib:$ROOT/usr/lib
7487c478bd9Sstevel@tonic-gate#	LDLIBS64=-YP,$ROOT/lib/$MACH64:$ROOT/usr/lib/$MACH64
7497c478bd9Sstevel@tonic-gate#
7507c478bd9Sstevel@tonic-gateLDLIBS32 =	$(ENVLDLIBS1) $(ENVLDLIBS2) $(ENVLDLIBS3)
751494f7e12SKeith M WesolowskiLDLIBS32 +=	$(ADJUNCT_PROTO:%=-L%/usr/lib -L%/lib)
752aa9ef484SJohn LevonLDLIBS.cmd =	$(LDLIBS32)
7537c478bd9Sstevel@tonic-gateLDLIBS.lib =	$(LDLIBS32)
754538aa54dSGarrett D'Amore
755538aa54dSGarrett D'AmoreLDLIBS64 =	$(ENVLDLIBS1:%=%/$(MACH64)) \
756538aa54dSGarrett D'Amore		$(ENVLDLIBS2:%=%/$(MACH64)) \
757538aa54dSGarrett D'Amore		$(ENVLDLIBS3:%=%/$(MACH64))
758538aa54dSGarrett D'AmoreLDLIBS64 +=     $(ADJUNCT_PROTO:%=-L%/usr/lib/$(MACH64) -L%/lib/$(MACH64))
759538aa54dSGarrett D'Amore
7607c478bd9Sstevel@tonic-gate#
7617c478bd9Sstevel@tonic-gate# Define compilation macros.
7627c478bd9Sstevel@tonic-gate#
7637c478bd9Sstevel@tonic-gateCOMPILE.c=	$(CC) $(CFLAGS) $(CPPFLAGS) -c
7647c478bd9Sstevel@tonic-gateCOMPILE64.c=	$(CC) $(CFLAGS64) $(CPPFLAGS) -c
7657c478bd9Sstevel@tonic-gateCOMPILE.cc=	$(CCC) $(CCFLAGS) $(CPPFLAGS) -c
7667c478bd9Sstevel@tonic-gateCOMPILE64.cc=	$(CCC) $(CCFLAGS64) $(CPPFLAGS) -c
7677c478bd9Sstevel@tonic-gateCOMPILE.s=	$(AS) $(ASFLAGS) $(AS_CPPFLAGS)
7687c478bd9Sstevel@tonic-gateCOMPILE64.s=	$(AS) $(ASFLAGS) $($(MACH64)_AS_XARCH) $(AS_CPPFLAGS)
7697c478bd9Sstevel@tonic-gateCOMPILE.d=	$(DTRACE) -G -32
7707c478bd9Sstevel@tonic-gateCOMPILE64.d=	$(DTRACE) -G -64
7714c06356bSdhCOMPILE.b=	$(ELFWRAP) $(ELFWRAP_FLAGS$(CLASS))
7724c06356bSdhCOMPILE64.b=	$(ELFWRAP) $(ELFWRAP_FLAGS$(CLASS))
7737c478bd9Sstevel@tonic-gate
7747c478bd9Sstevel@tonic-gateCLASSPATH=	.
7757c478bd9Sstevel@tonic-gateCOMPILE.java=	$(JAVAC) $(JAVAFLAGS) -classpath $(CLASSPATH)
7767c478bd9Sstevel@tonic-gate
7777c478bd9Sstevel@tonic-gate#
7787c478bd9Sstevel@tonic-gate# Link time macros
7797c478bd9Sstevel@tonic-gate#
7807c478bd9Sstevel@tonic-gateCCNEEDED		= -lC
7816a3e8e86SRichard LoweCCEXTNEEDED		= -lCrun -lCstd
782494f7e12SKeith M Wesolowski$(__GNUC)CCNEEDED	= -L$(GCCLIBDIR) -lstdc++ -lgcc_s
7836a3e8e86SRichard Lowe$(__GNUC)CCEXTNEEDED	= $(CCNEEDED)
7847c478bd9Sstevel@tonic-gate
7857c478bd9Sstevel@tonic-gateLINK.c=		$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
7867c478bd9Sstevel@tonic-gateLINK64.c=	$(CC) $(CFLAGS64) $(CPPFLAGS) $(LDFLAGS)
7877c478bd9Sstevel@tonic-gateNORUNPATH=	-norunpath -nolib
7887c478bd9Sstevel@tonic-gateLINK.cc=	$(CCC) $(CCFLAGS) $(CPPFLAGS) $(NORUNPATH) \
7897c478bd9Sstevel@tonic-gate		$(LDFLAGS) $(CCNEEDED)
7907c478bd9Sstevel@tonic-gateLINK64.cc=	$(CCC) $(CCFLAGS64) $(CPPFLAGS) $(NORUNPATH) \
7917c478bd9Sstevel@tonic-gate		$(LDFLAGS) $(CCNEEDED)
7927c478bd9Sstevel@tonic-gate
7937c478bd9Sstevel@tonic-gate#
7947c478bd9Sstevel@tonic-gate# lint macros
7957c478bd9Sstevel@tonic-gate#
7967c478bd9Sstevel@tonic-gate# Note that the undefine of __PRAGMA_REDEFINE_EXTNAME can be removed once
7977c478bd9Sstevel@tonic-gate# ON is built with a version of lint that has the fix for 4484186.
7987c478bd9Sstevel@tonic-gate#
7997c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS =	-errtags=yes -s
8007c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_PTRDIFF_OVERFLOW
8017c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_ASSIGN_NARROW_CONV
8027c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-U__PRAGMA_REDEFINE_EXTNAME
8037c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	$(C99LMODE)
8047c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-errsecurity=$(SECLEVEL)
8057c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_SEC_CREAT_WITHOUT_EXCL
8067c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_SEC_FORBIDDEN_WARN_CREAT
8077c478bd9Sstevel@tonic-gate# XX64 -- really only needed for amd64 lint
8087c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_ASSIGN_INT_TO_SMALL_INT
8097c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_CAST_INT_CONST_TO_SMALL_INT
8107c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_CAST_INT_TO_SMALL_INT
8117c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_CAST_TO_PTR_FROM_INT
8127c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_COMP_INT_WITH_LARGE_INT
8137c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_INTEGRAL_CONST_EXP_EXPECTED
8147c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_PASS_INT_TO_SMALL_INT
8157c478bd9Sstevel@tonic-gateALWAYS_LINT_DEFS +=	-erroff=E_PTR_CONV_LOSES_BITS
8167c478bd9Sstevel@tonic-gate
81747842382SJames Carlson# This forces lint to pick up note.h and sys/note.h from Devpro rather than
81847842382SJames Carlson# from the proto area.  The note.h that ON delivers would disable NOTE().
81947842382SJames CarlsonONLY_LINT_DEFS =	-I$(SPRO_VROOT)/prod/include/lint
82047842382SJames Carlson
8217c478bd9Sstevel@tonic-gateSECLEVEL=	core
82247842382SJames CarlsonLINT.c=		$(LINT) $(ONLY_LINT_DEFS) $(LINTFLAGS) $(CPPFLAGS) \
82347842382SJames Carlson		$(ALWAYS_LINT_DEFS)
82447842382SJames CarlsonLINT64.c=	$(LINT) $(ONLY_LINT_DEFS) $(LINTFLAGS64) $(CPPFLAGS) \
82547842382SJames Carlson		$(ALWAYS_LINT_DEFS)
8267c478bd9Sstevel@tonic-gateLINT.s=		$(LINT.c)
8277c478bd9Sstevel@tonic-gate
8287c478bd9Sstevel@tonic-gate# For some future builds, NATIVE_MACH and MACH might be different.
8297c478bd9Sstevel@tonic-gate# Therefore, NATIVE_MACH needs to be redefined in the
8307c478bd9Sstevel@tonic-gate# environment as `uname -p` to override this macro.
8317c478bd9Sstevel@tonic-gate#
8327c478bd9Sstevel@tonic-gate# For now at least, we cross-compile amd64 on i386 machines.
8337c478bd9Sstevel@tonic-gateNATIVE_MACH=	$(MACH:amd64=i386)
8347c478bd9Sstevel@tonic-gate
8357c478bd9Sstevel@tonic-gate# Define native compilation macros
8367c478bd9Sstevel@tonic-gate#
8377c478bd9Sstevel@tonic-gate
8387c478bd9Sstevel@tonic-gate# Base directory where compilers are loaded.
8397c478bd9Sstevel@tonic-gate# Defined here so it can be overridden by developer.
8407c478bd9Sstevel@tonic-gate#
8417c478bd9Sstevel@tonic-gateSPRO_ROOT=		$(BUILD_TOOLS)/SUNWspro
8420bb07399SNick ToddSPRO_VROOT=		$(SPRO_ROOT)/SS12
843cdf815bbSRichard PALOGNU_ROOT=		/usr
8447c478bd9Sstevel@tonic-gate
845*8123ce61SJohn Levon$(__GNUC)PRIMARY_CC=	gcc7,$(GNUC_ROOT)/bin/gcc,gnu
846aa9ef484SJohn Levon$(__SUNC)PRIMARY_CC=	studio12,$(SPRO_VROOT)/bin/cc,sun
847*8123ce61SJohn Levon$(__GNUC)PRIMARY_CCC=	gcc7,$(GNUC_ROOT)/bin/g++,gnu
848aa9ef484SJohn Levon$(__SUNC)PRIMARY_CCC=	studio12,$(SPRO_VROOT)/bin/CC,sun
849aa9ef484SJohn Levon
850aa9ef484SJohn LevonCW_CC_COMPILERS=	$(PRIMARY_CC:%=--primary %) $(SHADOW_CCS:%=--shadow %)
851aa9ef484SJohn LevonCW_CCC_COMPILERS=	$(PRIMARY_CCC:%=--primary %) $(SHADOW_CCCS:%=--shadow %)
852aa9ef484SJohn Levon
853aa9ef484SJohn Levon
8542418f65fSSurya Prakki# Till SS12u1 formally becomes the NV CBE, LINT is hard
8552418f65fSSurya Prakki# coded to be picked up from the $SPRO_ROOT/sunstudio12.1/
8562418f65fSSurya Prakki# location. Impacted variables are sparc_LINT, sparcv9_LINT,
8572418f65fSSurya Prakki# i386_LINT, amd64_LINT.
8582418f65fSSurya Prakki# Reset them when SS12u1 is rolled out.
8592418f65fSSurya Prakki#
8602418f65fSSurya Prakki
8617c478bd9Sstevel@tonic-gate# Specify platform compiler versions for languages
8627c478bd9Sstevel@tonic-gate# that we use (currently only c and c++).
8637c478bd9Sstevel@tonic-gate#
864aa9ef484SJohn LevonCW=			$(ONBLD_TOOLS)/bin/$(MACH)/cw
865aa9ef484SJohn Levon
866aa9ef484SJohn LevonBUILD_CC=		$(CW) $(CW_CC_COMPILERS) --
867aa9ef484SJohn LevonBUILD_CCC=		$(CW) -C $(CW_CCC_COMPILERS) --
868aa9ef484SJohn LevonBUILD_CPP=		/usr/ccs/lib/cpp
869aa9ef484SJohn LevonBUILD_LD=		/usr/ccs/bin/ld
870aa9ef484SJohn LevonBUILD_LINT=		$(SPRO_ROOT)/sunstudio12.1/bin/lint
871aa9ef484SJohn Levon
872aa9ef484SJohn Levon$(MACH)_CC=		$(BUILD_CC)
873aa9ef484SJohn Levon$(MACH)_CCC=		$(BUILD_CCC)
874aa9ef484SJohn Levon$(MACH)_CPP=		$(BUILD_CPP)
875aa9ef484SJohn Levon$(MACH)_LD=		$(BUILD_LD)
876aa9ef484SJohn Levon$(MACH)_LINT=		$(BUILD_LINT)
877aa9ef484SJohn Levon$(MACH64)_CC=		$(BUILD_CC)
878aa9ef484SJohn Levon$(MACH64)_CCC=		$(BUILD_CCC)
879aa9ef484SJohn Levon$(MACH64)_CPP=		$(BUILD_CPP)
880aa9ef484SJohn Levon$(MACH64)_LD=		$(BUILD_LD)
881aa9ef484SJohn Levon$(MACH64)_LINT=		$(BUILD_LINT)
882aa9ef484SJohn Levon
8837c478bd9Sstevel@tonic-gatesparc_AS=		/usr/ccs/bin/as -xregsym=no
884aa9ef484SJohn Levonsparcv9_AS=		$($(MACH)_AS)
885aa9ef484SJohn Levon
8867c478bd9Sstevel@tonic-gatei386_AS=		/usr/ccs/bin/as
8877c478bd9Sstevel@tonic-gate$(__GNUC)i386_AS=	$(ONBLD_TOOLS)/bin/$(MACH)/aw
8887c478bd9Sstevel@tonic-gateamd64_AS=		$(ONBLD_TOOLS)/bin/$(MACH)/aw
8897c478bd9Sstevel@tonic-gate
8907c478bd9Sstevel@tonic-gateNATIVECC=		$($(NATIVE_MACH)_CC)
8917c478bd9Sstevel@tonic-gateNATIVECCC=		$($(NATIVE_MACH)_CCC)
8927c478bd9Sstevel@tonic-gateNATIVECPP=		$($(NATIVE_MACH)_CPP)
8937c478bd9Sstevel@tonic-gateNATIVEAS=		$($(NATIVE_MACH)_AS)
8947c478bd9Sstevel@tonic-gateNATIVELD=		$($(NATIVE_MACH)_LD)
8957c478bd9Sstevel@tonic-gateNATIVELINT=		$($(NATIVE_MACH)_LINT)
8967c478bd9Sstevel@tonic-gate
8977c478bd9Sstevel@tonic-gate#
8987c478bd9Sstevel@tonic-gate# Makefile.master.64 overrides these settings
8997c478bd9Sstevel@tonic-gate#
9007c478bd9Sstevel@tonic-gateCC=			$(NATIVECC)
9017c478bd9Sstevel@tonic-gateCCC=			$(NATIVECCC)
9027c478bd9Sstevel@tonic-gateCPP=			$(NATIVECPP)
9037c478bd9Sstevel@tonic-gateAS=			$(NATIVEAS)
9047c478bd9Sstevel@tonic-gateLD=			$(NATIVELD)
9057c478bd9Sstevel@tonic-gateLINT=			$(NATIVELINT)
9067c478bd9Sstevel@tonic-gate
9077c478bd9Sstevel@tonic-gate# Pass -Y flag to cpp (method of which is release-dependent)
9087c478bd9Sstevel@tonic-gateCCYFLAG=		-Y I,
9097c478bd9Sstevel@tonic-gate
9107c478bd9Sstevel@tonic-gateBDIRECT=	-Bdirect
9117c478bd9Sstevel@tonic-gateBDYNAMIC=	-Bdynamic
9127c478bd9Sstevel@tonic-gateBLOCAL=		-Blocal
91324da5b34SrieBNODIRECT=	-Bnodirect
9147c478bd9Sstevel@tonic-gateBREDUCE=	-Breduce
9157c478bd9Sstevel@tonic-gateBSTATIC=	-Bstatic
9167c478bd9Sstevel@tonic-gate
9177c478bd9Sstevel@tonic-gateZDEFS=		-zdefs
91824da5b34SrieZDIRECT=	-zdirect
9197c478bd9Sstevel@tonic-gateZIGNORE=	-zignore
9207c478bd9Sstevel@tonic-gateZINITFIRST=	-zinitfirst
9217c478bd9Sstevel@tonic-gateZINTERPOSE=	-zinterpose
9227c478bd9Sstevel@tonic-gateZLAZYLOAD=	-zlazyload
9237c478bd9Sstevel@tonic-gateZLOADFLTR=	-zloadfltr
9247c478bd9Sstevel@tonic-gateZMULDEFS=	-zmuldefs
9257c478bd9Sstevel@tonic-gateZNODEFAULTLIB=	-znodefaultlib
9267c478bd9Sstevel@tonic-gateZNODEFS=	-znodefs
9277c478bd9Sstevel@tonic-gateZNODELETE=	-znodelete
9287c478bd9Sstevel@tonic-gateZNODLOPEN=	-znodlopen
9297c478bd9Sstevel@tonic-gateZNODUMP=	-znodump
9307c478bd9Sstevel@tonic-gateZNOLAZYLOAD=	-znolazyload
9312a8d6ebaSRod EvansZNOLDYNSYM=	-znoldynsym
93202e56f3fSwesolowsZNORELOC=	-znoreloc
9337c478bd9Sstevel@tonic-gateZNOVERSION=	-znoversion
93422337b4bSrieZRECORD=	-zrecord
9357c478bd9Sstevel@tonic-gateZREDLOCSYM=	-zredlocsym
9367c478bd9Sstevel@tonic-gateZTEXT=		-ztext
93724da5b34SrieZVERBOSE=	-zverbose
9387c478bd9Sstevel@tonic-gate
9397c478bd9Sstevel@tonic-gateGSHARED=	-G
9407c478bd9Sstevel@tonic-gateCCMT=		-mt
9417c478bd9Sstevel@tonic-gate
9427c478bd9Sstevel@tonic-gate# Handle different PIC models on different ISAs
9437c478bd9Sstevel@tonic-gate# (May be overridden by lower-level Makefiles)
9447c478bd9Sstevel@tonic-gate
945e1bf37b1SRichard Lowesparc_C_PICFLAGS =	-fpic
946e1bf37b1SRichard Lowesparcv9_C_PICFLAGS =	-fpic
947e1bf37b1SRichard Lowei386_C_PICFLAGS =	-fpic
948e1bf37b1SRichard Loweamd64_C_PICFLAGS =	-fpic
9497c478bd9Sstevel@tonic-gateC_PICFLAGS =		$($(MACH)_C_PICFLAGS)
9507c478bd9Sstevel@tonic-gateC_PICFLAGS64 =		$($(MACH64)_C_PICFLAGS)
9517c478bd9Sstevel@tonic-gate
952e1bf37b1SRichard Lowesparc_C_BIGPICFLAGS =	-fPIC
953e1bf37b1SRichard Lowesparcv9_C_BIGPICFLAGS =	-fPIC
954e1bf37b1SRichard Lowei386_C_BIGPICFLAGS =	-fPIC
955e1bf37b1SRichard Loweamd64_C_BIGPICFLAGS =	-fPIC
9567c478bd9Sstevel@tonic-gateC_BIGPICFLAGS =		$($(MACH)_C_BIGPICFLAGS)
9577c478bd9Sstevel@tonic-gateC_BIGPICFLAGS64 =	$($(MACH64)_C_BIGPICFLAGS)
9587c478bd9Sstevel@tonic-gate
9597c478bd9Sstevel@tonic-gate# CC requires there to be no space between '-K' and 'pic' or 'PIC'.
960e1bf37b1SRichard Lowe# and does not support -f
961e1bf37b1SRichard Lowesparc_CC_PICFLAGS =	-_cc=-Kpic -_gcc=-fpic
962e1bf37b1SRichard Lowesparcv9_CC_PICFLAGS =	-_cc=-KPIC -_gcc=-fPIC
963e1bf37b1SRichard Lowei386_CC_PICFLAGS =	-_cc=-Kpic -_gcc=-fpic
964e1bf37b1SRichard Loweamd64_CC_PICFLAGS =	-_cc=-Kpic -_gcc=-fpic
9657c478bd9Sstevel@tonic-gateCC_PICFLAGS =		$($(MACH)_CC_PICFLAGS)
9667c478bd9Sstevel@tonic-gateCC_PICFLAGS64 =		$($(MACH64)_CC_PICFLAGS)
9677c478bd9Sstevel@tonic-gate
968e1bf37b1SRichard LoweAS_PICFLAGS=		-K pic
969e1bf37b1SRichard LoweAS_BIGPICFLAGS=		-K PIC
9707c478bd9Sstevel@tonic-gate
9717c478bd9Sstevel@tonic-gate#
9727c478bd9Sstevel@tonic-gate# Default label for CTF sections
9737c478bd9Sstevel@tonic-gate#
9743eca6103SJohn LevonCTFCVTFLAGS=		-L VERSION
9757c478bd9Sstevel@tonic-gate
9767c478bd9Sstevel@tonic-gate#
977d69cdb36SRichard Lowe# Override to pass module-specific flags to ctfmerge.  Currently used only by
978d69cdb36SRichard Lowe# krtld to turn on fuzzy matching, and source-level debugging to inhibit
979d69cdb36SRichard Lowe# stripping.
9807c478bd9Sstevel@tonic-gate#
9817c478bd9Sstevel@tonic-gateCTFMRGFLAGS=
9827c478bd9Sstevel@tonic-gate
983bc1f688bSRobert Mustacchi#
984bc1f688bSRobert Mustacchi# Make the transition between old and new CTF Tools. The new ctf tools
985bc1f688bSRobert Mustacchi# do not support stabs (eg. Sun Studio). By setting BUILD_OLD_CTF_TOOLS
986bc1f688bSRobert Mustacchi# here or in the environment file, the old ones will be built.
987bc1f688bSRobert Mustacchi#
988bc1f688bSRobert MustacchiBUILD_NEW_CTF_TOOLS=
989bc1f688bSRobert MustacchiBUILD_OLD_CTF_TOOLS=$(POUND_SIGN)
990bc1f688bSRobert Mustacchi$(BUILD_OLD_CTF_TOOLS)BUILD_NEW_CTF_TOOLS= $(POUND_SIGN)
991bc1f688bSRobert Mustacchi
9927c478bd9Sstevel@tonic-gateCTFCONVERT_O		= $(CTFCONVERT) $(CTFCVTFLAGS) $@
9937c478bd9Sstevel@tonic-gate
9947c478bd9Sstevel@tonic-gate# Rules (normally from make.rules) and macros which are used for post
9957c478bd9Sstevel@tonic-gate# processing files. Normally, these do stripping of the comment section
9967c478bd9Sstevel@tonic-gate# automatically.
9973eca6103SJohn Levon#    RELEASE_CM:	Should be edited to reflect the release.
9983eca6103SJohn Levon#    POST_PROCESS_O:	Post-processing for `.o' files (typically C source)
9993eca6103SJohn Levon#    POST_PROCESS_S_O:	Post-processing for `.o' files built from asssembly
10003eca6103SJohn Levon#    POST_PROCESS_CC_O:	Post-processing for `.o' files built from C++
10013eca6103SJohn Levon#    POST_PROCESS_A:		Post-processing for `.a' files (currently null).
10027c478bd9Sstevel@tonic-gate#    POST_PROCESS_SO:	Post-processing for `.so' files.
10037c478bd9Sstevel@tonic-gate#    POST_PROCESS:	Post-processing for executable files (no suffix).
10043eca6103SJohn Levon#
10057c478bd9Sstevel@tonic-gate# Note that these macros are not completely generalized as they are to be
10067c478bd9Sstevel@tonic-gate# used with the file name to be processed following.
10077c478bd9Sstevel@tonic-gate#
10087c478bd9Sstevel@tonic-gate# It is left as an exercise to Release Engineering to embellish the generation
10097c478bd9Sstevel@tonic-gate# of the release comment string.
10107c478bd9Sstevel@tonic-gate#
10117c478bd9Sstevel@tonic-gate#	If this is a standard development build:
10127c478bd9Sstevel@tonic-gate#		compress the comment section (mcs -c)
10137c478bd9Sstevel@tonic-gate#		add the standard comment (mcs -a $(RELEASE_CM))
10147c478bd9Sstevel@tonic-gate#		add the development specific comment (mcs -a $(DEV_CM))
10157c478bd9Sstevel@tonic-gate#
10167c478bd9Sstevel@tonic-gate#	If this is an installation build:
10177c478bd9Sstevel@tonic-gate#		delete the comment section (mcs -d)
10187c478bd9Sstevel@tonic-gate#		add the standard comment (mcs -a $(RELEASE_CM))
10197c478bd9Sstevel@tonic-gate#		add the development specific comment (mcs -a $(DEV_CM))
10207c478bd9Sstevel@tonic-gate#
10217c478bd9Sstevel@tonic-gate#	If this is an release build:
10227c478bd9Sstevel@tonic-gate#		delete the comment section (mcs -d)
10237c478bd9Sstevel@tonic-gate#		add the standard comment (mcs -a $(RELEASE_CM))
10247c478bd9Sstevel@tonic-gate#
10257c478bd9Sstevel@tonic-gate# The following list of macros are used in the definition of RELEASE_CM
10267c478bd9Sstevel@tonic-gate# which is used to label all binaries in the build:
10277c478bd9Sstevel@tonic-gate#
1028aa9ef484SJohn Levon#	RELEASE		Specific release of the build, eg: 5.2
10292032ea7bSmeem#	RELEASE_MAJOR	Major version number part of $(RELEASE)
10302032ea7bSmeem#	RELEASE_MINOR	Minor version number part of $(RELEASE)
10317c478bd9Sstevel@tonic-gate#	VERSION		Version of the build (alpha, beta, Generic)
10327c478bd9Sstevel@tonic-gate#	PATCHID		If this is a patch this value should contain
10337c478bd9Sstevel@tonic-gate#			the patchid value (eg: "Generic 100832-01"), otherwise
10347c478bd9Sstevel@tonic-gate#			it will be set to $(VERSION)
10357c478bd9Sstevel@tonic-gate#	RELEASE_DATE	Date of the Release Build
10367c478bd9Sstevel@tonic-gate#	PATCH_DATE	Date the patch was created, if this is blank it
10377c478bd9Sstevel@tonic-gate#			will default to the RELEASE_DATE
10387c478bd9Sstevel@tonic-gate#
10392032ea7bSmeemRELEASE_MAJOR=	5
10402032ea7bSmeemRELEASE_MINOR=	11
10412032ea7bSmeemRELEASE=	$(RELEASE_MAJOR).$(RELEASE_MINOR)
10427c478bd9Sstevel@tonic-gateVERSION=	SunOS Development
10437c478bd9Sstevel@tonic-gatePATCHID=	$(VERSION)
104448bc00d6SjmcpRELEASE_DATE=	release date not set
10457c478bd9Sstevel@tonic-gatePATCH_DATE=	$(RELEASE_DATE)
10467c478bd9Sstevel@tonic-gateRELEASE_CM=	"@($(POUND_SIGN))SunOS $(RELEASE) $(PATCHID) $(PATCH_DATE)"
104748bc00d6SjmcpDEV_CM=		"@($(POUND_SIGN))SunOS Internal Development: non-nightly build"
10487c478bd9Sstevel@tonic-gate
104934ae5cdfSJosef 'Jeff' SipekPROCESS_COMMENT=  @?${MCS} -d -a $(RELEASE_CM) -a $(DEV_CM)
10507c478bd9Sstevel@tonic-gate$(RELEASE_BUILD)PROCESS_COMMENT=   @?${MCS} -d -a $(RELEASE_CM)
10517c478bd9Sstevel@tonic-gate
1052495021bdSRichard LoweSTRIP_STABS=			   $(STRIP) -x $@
1053d69cdb36SRichard Lowe$(SRCDBGBLD)STRIP_STABS=	   :
10547c478bd9Sstevel@tonic-gate
1055aa9ef484SJohn LevonPOST_PROCESS_O=
10563eca6103SJohn LevonPOST_PROCESS_S_O=
10573eca6103SJohn LevonPOST_PROCESS_CC_O=
10587c478bd9Sstevel@tonic-gatePOST_PROCESS_A=
10597c478bd9Sstevel@tonic-gatePOST_PROCESS_SO=	$(PROCESS_COMMENT) $@ ; $(STRIP_STABS) ; \
10607c478bd9Sstevel@tonic-gate			$(ELFSIGN_OBJECT)
10618ad60789SriePOST_PROCESS=		$(PROCESS_COMMENT) $@ ; $(STRIP_STABS) ; \
10628ad60789Srie			$(ELFSIGN_OBJECT)
10637c478bd9Sstevel@tonic-gate
1064b31b5de1SJerry Gilliam#
1065b31b5de1SJerry Gilliam# chk4ubin is a tool that inspects a module for a symbol table
1066b31b5de1SJerry Gilliam# ELF section size which can trigger an OBP bug on older platforms.
1067b31b5de1SJerry Gilliam# This problem affects only specific sun4u bootable modules.
1068b31b5de1SJerry Gilliam#
1069b31b5de1SJerry GilliamCHK4UBIN=	$(ONBLD_TOOLS)/bin/$(MACH)/chk4ubin
1070b31b5de1SJerry GilliamCHK4UBINFLAGS=
1071b31b5de1SJerry GilliamCHK4UBINARY=	$(CHK4UBIN) $(CHK4UBINFLAGS) $@
1072b31b5de1SJerry Gilliam
10737c478bd9Sstevel@tonic-gate#
10747c478bd9Sstevel@tonic-gate# PKGARCHIVE specifies the default location where packages should be
10757c478bd9Sstevel@tonic-gate# placed if built.
10767c478bd9Sstevel@tonic-gate#
10777c478bd9Sstevel@tonic-gate$(RELEASE_BUILD)PKGARCHIVESUFFIX=	-nd
10787c478bd9Sstevel@tonic-gatePKGARCHIVE=$(SRC)/../../packages/$(MACH)/nightly$(PKGARCHIVESUFFIX)
10797c478bd9Sstevel@tonic-gate
1080ead1f93eSLiane Praza#
1081ead1f93eSLiane Praza# The repositories will be created with these publisher settings.  To
1082ead1f93eSLiane Praza# update an image to the resulting repositories, this must match the
1083ead1f93eSLiane Praza# publisher name provided to "pkg set-publisher."
1084ead1f93eSLiane Praza#
1085ead1f93eSLiane PrazaPKGPUBLISHER_REDIST=	on-nightly
1086ead1f93eSLiane PrazaPKGPUBLISHER_NONREDIST=	on-extra
1087ead1f93eSLiane Praza
10887c478bd9Sstevel@tonic-gate#	Default build rules which perform comment section post-processing.
10897c478bd9Sstevel@tonic-gate#
10907c478bd9Sstevel@tonic-gate.c:
10917c478bd9Sstevel@tonic-gate	$(LINK.c) -o $@ $< $(LDLIBS)
10927c478bd9Sstevel@tonic-gate	$(POST_PROCESS)
10937c478bd9Sstevel@tonic-gate.c.o:
10947c478bd9Sstevel@tonic-gate	$(COMPILE.c) $(OUTPUT_OPTION) $< $(CTFCONVERT_HOOK)
10957c478bd9Sstevel@tonic-gate	$(POST_PROCESS_O)
10967c478bd9Sstevel@tonic-gate.c.a:
10977c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $% $<
10987c478bd9Sstevel@tonic-gate	$(PROCESS_COMMENT) $%
10997c478bd9Sstevel@tonic-gate	$(AR) $(ARFLAGS) $@ $%
11007c478bd9Sstevel@tonic-gate	$(RM) $%
11017c478bd9Sstevel@tonic-gate.s.o:
11027c478bd9Sstevel@tonic-gate	$(COMPILE.s) -o $@ $<
11033eca6103SJohn Levon	$(POST_PROCESS_S_O)
11047c478bd9Sstevel@tonic-gate.s.a:
11057c478bd9Sstevel@tonic-gate	$(COMPILE.s) -o $% $<
11067c478bd9Sstevel@tonic-gate	$(PROCESS_COMMENT) $%
11077c478bd9Sstevel@tonic-gate	$(AR) $(ARFLAGS) $@ $%
11087c478bd9Sstevel@tonic-gate	$(RM) $%
11097c478bd9Sstevel@tonic-gate.cc:
11107c478bd9Sstevel@tonic-gate	$(LINK.cc) -o $@ $< $(LDLIBS)
11117c478bd9Sstevel@tonic-gate	$(POST_PROCESS)
11127c478bd9Sstevel@tonic-gate.cc.o:
11137c478bd9Sstevel@tonic-gate	$(COMPILE.cc) $(OUTPUT_OPTION) $<
11143eca6103SJohn Levon	$(POST_PROCESS_CC_O)
11157c478bd9Sstevel@tonic-gate.cc.a:
11167c478bd9Sstevel@tonic-gate	$(COMPILE.cc) -o $% $<
11177c478bd9Sstevel@tonic-gate	$(AR) $(ARFLAGS) $@ $%
11187c478bd9Sstevel@tonic-gate	$(PROCESS_COMMENT) $%
11197c478bd9Sstevel@tonic-gate	$(RM) $%
11207c478bd9Sstevel@tonic-gate.y:
11217c478bd9Sstevel@tonic-gate	$(YACC.y) $<
11227c478bd9Sstevel@tonic-gate	$(LINK.c) -o $@ y.tab.c $(LDLIBS)
11237c478bd9Sstevel@tonic-gate	$(POST_PROCESS)
11247c478bd9Sstevel@tonic-gate	$(RM) y.tab.c
11257c478bd9Sstevel@tonic-gate.y.o:
11267c478bd9Sstevel@tonic-gate	$(YACC.y) $<
11277c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ y.tab.c $(CTFCONVERT_HOOK)
11287c478bd9Sstevel@tonic-gate	$(POST_PROCESS_O)
11297c478bd9Sstevel@tonic-gate	$(RM) y.tab.c
11307c478bd9Sstevel@tonic-gate.l:
11317c478bd9Sstevel@tonic-gate	$(RM) $*.c
11327c478bd9Sstevel@tonic-gate	$(LEX.l) $< > $*.c
11337c478bd9Sstevel@tonic-gate	$(LINK.c) -o $@ $*.c -ll $(LDLIBS)
11347c478bd9Sstevel@tonic-gate	$(POST_PROCESS)
11357c478bd9Sstevel@tonic-gate	$(RM) $*.c
11367c478bd9Sstevel@tonic-gate.l.o:
11377c478bd9Sstevel@tonic-gate	$(RM) $*.c
11387c478bd9Sstevel@tonic-gate	$(LEX.l) $< > $*.c
11397c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $*.c $(CTFCONVERT_HOOK)
11407c478bd9Sstevel@tonic-gate	$(POST_PROCESS_O)
11417c478bd9Sstevel@tonic-gate	$(RM) $*.c
11427c478bd9Sstevel@tonic-gate
11434c06356bSdh.bin.o:
11444c06356bSdh	$(COMPILE.b) -o $@ $<
11454c06356bSdh	$(POST_PROCESS_O)
11464c06356bSdh
11477c478bd9Sstevel@tonic-gate.java.class:
11487c478bd9Sstevel@tonic-gate	$(COMPILE.java) $<
11497c478bd9Sstevel@tonic-gate
1150a778b211Scarlsonj# Bourne and Korn shell script message catalog build rules.
1151a778b211Scarlsonj# We extract all gettext strings with sed(1) (being careful to permit
1152a778b211Scarlsonj# multiple gettext strings on the same line), weed out the dups, and
1153a778b211Scarlsonj# build the catalogue with awk(1).
11547c478bd9Sstevel@tonic-gate
1155a778b211Scarlsonj.sh.po .ksh.po:
1156aa9ef484SJohn Levon	$(SED) -n -e ":a"					\
1157aa9ef484SJohn Levon		  -e "h"					\
11587c478bd9Sstevel@tonic-gate		  -e "s/.*gettext *\(\"[^\"]*\"\).*/\1/p"	\
11597c478bd9Sstevel@tonic-gate		  -e "x"					\
11607c478bd9Sstevel@tonic-gate		  -e "s/\(.*\)gettext *\"[^\"]*\"\(.*\)/\1\2/"	\
11617c478bd9Sstevel@tonic-gate		  -e "t a"					\
11624cb69eccSIgor Kozhukhov	       $< | sort -u | $(AWK) '{ print "msgid\t" $$0 "\nmsgstr" }' > $@
11637c478bd9Sstevel@tonic-gate
1164a778b211Scarlsonj#
1165a778b211Scarlsonj# Python and Perl executable and message catalog build rules.
1166a778b211Scarlsonj#
1167cdf0c1d5Smjnelson.SUFFIXES: .pl .pm .py .pyc
1168a778b211Scarlsonj
1169a778b211Scarlsonj.pl:
1170a778b211Scarlsonj	$(RM) $@;
1171a778b211Scarlsonj	$(SED) -e "s@TEXT_DOMAIN@\"$(TEXT_DOMAIN)\"@" $< > $@;
1172a778b211Scarlsonj	$(CHMOD) +x $@
1173a778b211Scarlsonj
1174a778b211Scarlsonj.py:
1175ca13eaa5SAndy Fiddaman	$(RM) $@; $(SED) \
1176ca13eaa5SAndy Fiddaman		-e "1s:^\#!@PYTHON@:\#!$(PYSHEBANG):" \
1177ca13eaa5SAndy Fiddaman		-e "1s:^\#!@TOOLS_PYTHON@:\#!$(TOOLS_PYTHON):" \
1178ca13eaa5SAndy Fiddaman		< $< > $@; $(CHMOD) +x $@
1179a778b211Scarlsonj
1180cdf0c1d5Smjnelson.py.pyc:
1181cdf0c1d5Smjnelson	$(RM) $@
1182cdf0c1d5Smjnelson	$(PYTHON) -mpy_compile $<
1183cdf0c1d5Smjnelson	@[ $(<)c = $@ ] || $(MV) $(<)c $@
1184cdf0c1d5Smjnelson
118514843421SMatthew Ahrens.py.po:
118614843421SMatthew Ahrens	$(GNUXGETTEXT) $(GNUXGETFLAGS) -d $(<F:%.py=%) $< ;
118714843421SMatthew Ahrens
1188a778b211Scarlsonj.pl.po .pm.po:
1189a778b211Scarlsonj	$(XGETTEXT) $(XGETFLAGS) -d $(<F) $< ;
1190a778b211Scarlsonj	$(RM)	$@ ;
1191a778b211Scarlsonj	$(SED) "/^domain/d" < $(<F).po > $@ ;
1192a778b211Scarlsonj	$(RM) $(<F).po
11939acbbeafSnn
11947c478bd9Sstevel@tonic-gate#
11957c478bd9Sstevel@tonic-gate# When using xgettext, we want messages to go to the default domain,
11967c478bd9Sstevel@tonic-gate# rather than the specified one.  This special version of the
11977c478bd9Sstevel@tonic-gate# COMPILE.cpp macro effectively prevents expansion of TEXT_DOMAIN,
11987c478bd9Sstevel@tonic-gate# causing xgettext to put all messages into the default domain.
11997c478bd9Sstevel@tonic-gate#
12007c478bd9Sstevel@tonic-gateCPPFORPO=$(COMPILE.cpp:\"$(TEXT_DOMAIN)\"=TEXT_DOMAIN)
12017c478bd9Sstevel@tonic-gate
12027c478bd9Sstevel@tonic-gate.c.i:
12037c478bd9Sstevel@tonic-gate	$(CPPFORPO) $< > $@
12047c478bd9Sstevel@tonic-gate
12057c478bd9Sstevel@tonic-gate.h.i:
12067c478bd9Sstevel@tonic-gate	$(CPPFORPO) $< > $@
12077c478bd9Sstevel@tonic-gate
12087c478bd9Sstevel@tonic-gate.y.i:
12097c478bd9Sstevel@tonic-gate	$(YACC) -d $<
12107c478bd9Sstevel@tonic-gate	$(CPPFORPO) y.tab.c  > $@
1211d69cdb36SRichard Lowe	$(RM) y.tab.c
12127c478bd9Sstevel@tonic-gate
12137c478bd9Sstevel@tonic-gate.l.i:
12147c478bd9Sstevel@tonic-gate	$(LEX) $<
12157c478bd9Sstevel@tonic-gate	$(CPPFORPO) lex.yy.c  > $@
12167c478bd9Sstevel@tonic-gate	$(RM) lex.yy.c
12177c478bd9Sstevel@tonic-gate
12187c478bd9Sstevel@tonic-gate.c.po:
12197c478bd9Sstevel@tonic-gate	$(CPPFORPO) $< > $<.i
12207c478bd9Sstevel@tonic-gate	$(BUILD.po)
12217c478bd9Sstevel@tonic-gate
122210d63b7dSRichard Lowe.cc.po:
122310d63b7dSRichard Lowe	$(CPPFORPO) $< > $<.i
122410d63b7dSRichard Lowe	$(BUILD.po)
122510d63b7dSRichard Lowe
12267c478bd9Sstevel@tonic-gate.y.po:
12277c478bd9Sstevel@tonic-gate	$(YACC) -d $<
12287c478bd9Sstevel@tonic-gate	$(CPPFORPO) y.tab.c  > $<.i
12297c478bd9Sstevel@tonic-gate	$(BUILD.po)
1230d69cdb36SRichard Lowe	$(RM) y.tab.c
12317c478bd9Sstevel@tonic-gate
12327c478bd9Sstevel@tonic-gate.l.po:
12337c478bd9Sstevel@tonic-gate	$(LEX) $<
12347c478bd9Sstevel@tonic-gate	$(CPPFORPO) lex.yy.c  > $<.i
12357c478bd9Sstevel@tonic-gate	$(BUILD.po)
12367c478bd9Sstevel@tonic-gate	$(RM) lex.yy.c
12377c478bd9Sstevel@tonic-gate
12387c478bd9Sstevel@tonic-gate#
12397c478bd9Sstevel@tonic-gate# Rules to perform stylistic checks
12407c478bd9Sstevel@tonic-gate#
1241a778b211Scarlsonj.SUFFIXES: .x .xml .check .xmlchk
12427c478bd9Sstevel@tonic-gate
12437c478bd9Sstevel@tonic-gate.h.check:
12447c478bd9Sstevel@tonic-gate	$(DOT_H_CHECK)
12457c478bd9Sstevel@tonic-gate
12467c478bd9Sstevel@tonic-gate.x.check:
12477c478bd9Sstevel@tonic-gate	$(DOT_X_CHECK)
12487c478bd9Sstevel@tonic-gate
12497c478bd9Sstevel@tonic-gate.xml.xmlchk:
12507c478bd9Sstevel@tonic-gate	$(MANIFEST_CHECK)
12517c478bd9Sstevel@tonic-gate
125232f1e47bSsommerfe#
125332f1e47bSsommerfe# Include rules to render automated sccs get rules "safe".
1254d69cdb36SRichard Lowe#
125532f1e47bSsommerfeinclude $(SRC)/Makefile.noget
1256