4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
23 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
26 # Makefile.master, global definitions for system source
31 # RELEASE_BUILD should be cleared for final release builds.
32 # NOT_RELEASE_BUILD is exactly what the name implies.
34 # INTERNAL_RELEASE_BUILD is a subset of RELEASE_BUILD. It mostly controls
35 # identification strings. Enabling RELEASE_BUILD automatically enables
36 # INTERNAL_RELEASE_BUILD.
38 # EXPORT_RELEASE_BUILD controls whether binaries are built in a form that
39 # can be released for export under a binary license. It is orthogonal to
40 # the other *RELEASE_BUILD settings. ("#" means do an export release
41 # build, "" means do a normal build.)
43 # CLOSED_BUILD controls whether we try to build files under
44 # usr/closed. ("" means to build closed code, "#" means don't try to
45 # build it.) Skipping the closed code implies doing an export release
48 # STRIP_COMMENTS toggles comment section striping. Generally the same setting
49 # as INTERNAL_RELEASE_BUILD.
51 # __GNUC toggles the building of ON components using gcc and related tools.
52 # Normally set to `#', set it to `' to do gcc build.
54 # The declaration POUND_SIGN is always '#'. This is needed to get around the
55 # make feature that '#' is always a comment delimiter, even when escaped or
56 # quoted. We use this macro expansion method to get POUND_SIGN rather than
57 # always breaking out a shell because the general case can cause a noticable
58 # slowdown in build times when so many Makefiles include Makefile.master.
60 # While the majority of users are expected to override the setting below
61 # with an env file (via nightly or bldenv), if you aren't building that way
62 # (ie, you're using "ws" or some other bootstrapping method) then you need
63 # this definition in order to avoid the subshell invocation mentioned above.
67 POUND_SIGN= $(PRE_POUND:pre\%=%)
70 INTERNAL_RELEASE_BUILD= $(POUND_SIGN)
71 RELEASE_BUILD= $(POUND_SIGN)
72 $(RELEASE_BUILD)NOT_RELEASE_BUILD= $(POUND_SIGN)
73 $(RELEASE_BUILD)INTERNAL_RELEASE_BUILD=
74 PATCH_BUILD= $(POUND_SIGN)
76 # If CLOSED_IS_PRESENT is not set, assume the closed tree is present.
77 CLOSED_BUILD_1= $(CLOSED_IS_PRESENT:yes=)
78 CLOSED_BUILD= $(CLOSED_BUILD_1:no=$(POUND_SIGN))
80 EXPORT_RELEASE_BUILD= $(POUND_SIGN)
81 $(CLOSED_BUILD)EXPORT_RELEASE_BUILD=
83 # SPARC_BLD is '#' for an Intel build.
84 # INTEL_BLD is '#' for a Sparc build.
85 SPARC_BLD_1= $(MACH:i386=$(POUND_SIGN))
86 SPARC_BLD= $(SPARC_BLD_1:sparc=)
87 INTEL_BLD_1= $(MACH:sparc=$(POUND_SIGN))
88 INTEL_BLD= $(INTEL_BLD_1:i386=)
90 STRIP_COMMENTS= $(INTERNAL_RELEASE_BUILD)
92 # Are we building tonic closedbins? Unless you have used the
93 # -O flag to nightly or bldenv, leave the definition of TONICBUILD
96 # IF YOU CHANGE CLOSEDROOT, you MUST change install.bin
97 # to match the new definition.
98 TONICBUILD= $(POUND_SIGN)
99 $(TONICBUILD)CLOSEDROOT= $(ROOT)-closed
102 # set __GNUC= in the environment to build 32-bit with the gcc compiler.
103 # The default is to use the Sun Studio compiler for all processor types.
104 __GNUC= $(POUND_SIGN)
106 # set __GNUC64= in the environment to build 64-bit with the gcc compiler.
107 # Inherit the __GNUC value by default, and if that is set to $(POUND_SIGN)
108 # then this means use the Sun Studio compiler.
111 # set __SSNEXT= in the enviroment to build with the 'next' release of
112 # the Sun Studio compiler. This will cause command line options specific
113 # to the 'next' version of the Sun Studio compiler to be used.
114 __SSNEXT= $(POUND_SIGN)
116 # CLOSED is the root of the tree that contains source which isn't released
118 CLOSED= $(SRC)/../closed
120 # BUILD_TOOLS is the root of all tools including compilers.
121 # ONBLD_TOOLS is the root of all the tools that are part of SUNWonbld.
123 BUILD_TOOLS= /ws/onnv-tools
124 ONBLD_TOOLS= $(BUILD_TOOLS)/onbld
129 SFWINCDIR= $(SFW_ROOT)/include
130 SFWLIBDIR= $(SFW_ROOT)/lib
131 SFWLIBDIR64= $(SFW_ROOT)/lib/$(MACH64)
133 RPCGEN= /usr/bin/rpcgen
134 STABS= $(ONBLD_TOOLS)/bin/$(MACH)/stabs
135 ELFEXTRACT= $(ONBLD_TOOLS)/bin/$(MACH)/elfextract
136 MBH_PATCH= $(ONBLD_TOOLS)/bin/$(MACH)/mbh_patch
140 SYMLINK= /usr/bin/ln -s
142 CHMOD= /usr/bin/chmod
149 EGREP= /usr/bin/egrep
150 ELFWRAP= /usr/bin/elfwrap
151 KSH93= /usr/bin/ksh93
155 MCS= /usr/ccs/bin/mcs
157 ELFDUMP= /usr/ccs/bin/elfdump
159 STRIP= /usr/ccs/bin/strip
160 LEX= /usr/ccs/bin/lex
161 FLEX= $(SFW_ROOT)/bin/flex
162 YACC= /usr/ccs/bin/yacc
164 JAVAC= $(JAVA_ROOT)/bin/javac
165 JAVAH= $(JAVA_ROOT)/bin/javah
166 JAVADOC= $(JAVA_ROOT)/bin/javadoc
167 RMIC= $(JAVA_ROOT)/bin/rmic
168 JAR= $(JAVA_ROOT)/bin/jar
169 CTFCONVERT= $(ONBLD_TOOLS)/bin/$(MACH)/ctfconvert
170 CTFMERGE= $(ONBLD_TOOLS)/bin/$(MACH)/ctfmerge
171 CTFSTABS= $(ONBLD_TOOLS)/bin/$(MACH)/ctfstabs
172 NDRGEN= $(ONBLD_TOOLS)/bin/$(MACH)/ndrgen
173 GENOFFSETS= $(ONBLD_TOOLS)/bin/genoffsets
174 CTFCVTPTBL= $(ONBLD_TOOLS)/bin/ctfcvtptbl
175 CTFFINDMOD= $(ONBLD_TOOLS)/bin/ctffindmod
176 XREF= $(ONBLD_TOOLS)/bin/xref
179 PYTHON_24= /usr/bin/python2.4
180 PYTHON_26= /usr/bin/python2.6
183 TOUCH= /usr/bin/touch
185 XARGS= /usr/bin/xargs
186 ELFEDIT= /usr/bin/elfedit
187 ELFSIGN= /usr/bin/elfsign
188 DTRACE= /usr/sbin/dtrace
196 # The version of the patch makeup table optimized for build-time use. Used
197 # during patch builds only.
198 $(PATCH_BUILD)PMTMO_FILE=$(SRC)/patch_makeup_table.mo
200 # Declare that nothing should be built in parallel.
201 # Individual Makefiles can use the .PARALLEL target to declare otherwise.
204 # For stylistic checks
206 # Note that the X and C checks are not used at this time and may need
207 # modification when they are actually used.
209 CSTYLE= $(ONBLD_TOOLS)/bin/cstyle
211 HDRCHK= $(ONBLD_TOOLS)/bin/hdrchk
213 JSTYLE= $(ONBLD_TOOLS)/bin/jstyle
216 @$(ECHO) "checking $<"; $(CSTYLE) $< $(CSTYLE_TAIL); \
217 $(HDRCHK) $< $(HDRCHK_TAIL)
220 @$(ECHO) "checking $<"; $(RPCGEN) -C -h $< | $(CSTYLE) $(CSTYLE_TAIL); \
221 $(RPCGEN) -C -h $< | $(HDRCHK) $< $(HDRCHK_TAIL)
224 @$(ECHO) "checking $<"; $(CSTYLE) $< $(CSTYLE_TAIL)
227 @$(ECHO) "checking $<"; \
228 SVCCFG_DTD=$(SRC)/cmd/svc/dtd/service_bundle.dtd.1 \
229 SVCCFG_REPOSITORY=$(SRC)/cmd/svc/seed/global.db \
230 SVCCFG_CONFIGD_PATH=$(SRC)/cmd/svc/configd/svc.configd-native \
231 $(SRC)/cmd/svc/svccfg/svccfg-native validate $<
234 # IMPORTANT:: If you change any of INS.file, INS.dir, INS.rename,
235 # INS.link or INS.symlink here, then you must also change the
236 # corresponding override definitions in $CLOSED/Makefile.tonic.
237 # If you do not do this, then the closedbins build for the OpenSolaris
238 # community will break. PS, the gatekeepers will be upset too.
239 INS.file= $(RM) $@; $(INS) -s -m $(FILEMODE) -f $(@D) $<
240 INS.dir= $(INS) -s -d -m $(DIRMODE) $@
241 # installs and renames at once
243 INS.rename= $(INS.file); $(MV) $(@D)/$(<F) $@
247 INS.link= $(RM) $@; $(LN) $(INSLINKTARGET) $@
248 INS.symlink= $(RM) $@; $(SYMLINK) $(INSLINKTARGET) $@
251 # Python bakes the mtime of the .py file into the compiled .pyc and
252 # rebuilds if the baked-in mtime != the mtime of the source file
253 # (rather than only if it's less than), thus when installing python
254 # files we must make certain to not adjust the mtime of the source
257 INS.pyfile= $(INS.file); $(TOUCH) -r $< $@
259 # MACH must be set in the shell environment per uname -p on the build host
260 # More specific architecture variables should be set in lower makefiles.
262 # MACH64 is derived from MACH, and BUILD64 is set to `#' for
263 # architectures on which we do not build 64-bit versions.
264 # (There are no such architectures at the moment.)
266 # Set BUILD64=# in the environment to disable 64-bit amd64
267 # builds on i386 machines.
269 MACH64_1= $(MACH:sparc=sparcv9)
270 MACH64= $(MACH64_1:i386=amd64)
272 MACH32_1= $(MACH:sparc=sparcv7)
273 MACH32= $(MACH32_1:i386=i86)
277 BUILD64= $($(MACH)_BUILD64)
280 # C compiler mode. Future compilers may change the default on us,
281 # so force extended ANSI mode globally. Lower level makefiles can
282 # override this by setting CCMODE.
288 # C compiler verbose mode. This is so we can enable it globally,
289 # but turn it off in the lower level makefiles of things we cannot
290 # (or aren't going to) fix.
294 # set this to the secret flag "-Wc,-Qiselect-v9abiwarn=1" to get warnings
295 # from the compiler about places the -xarch=v9 may differ from -xarch=v9c.
298 # set this to the secret flag "-Wc,-Qiselect-regsym=0" to disable register
299 # symbols (used to detect conflicts between objects that use global registers)
300 # we disable this now for safety, and because genunix doesn't link with
301 # this feature (the v9 default) enabled.
303 # REGSYM is separate since the C++ driver syntax is different.
304 CCREGSYM= -Wc,-Qiselect-regsym=0
305 CCCREGSYM= -Qoption cg -Qiselect-regsym=0
307 # Prevent the removal of static symbols by the SPARC code generator (cg).
308 # The x86 code generator (ube) does not remove such symbols and as such
309 # using this workaround is not applicable for x86.
311 CCSTATICSYM= -Wc,-Qassembler-ounrefsym=0
313 # generate 32-bit addresses in the v9 kernel. Saves memory.
314 CCABS32= -Wc,-xcode=abs32
316 # One optimization the compiler might perform is to turn this:
323 # Since we do some of this (foo might be referenced in common kernel code
324 # but provided only for some cpu modules or platforms), we disable this
327 sparc_CCUNBOUND = -Wd,-xsafe=unboundsym
329 CCUNBOUND = $($(MACH)_CCUNBOUND)
332 # compiler '-xarch' flag. This is here to centralize it and make it
333 # overridable for testing.
337 amd64_XARCH= -m64 -Ui386 -U__i386
339 # assembler '-xarch' flag. Different from compiler '-xarch' flag.
340 sparc_AS_XARCH= -xarch=v8plus
341 sparcv9_AS_XARCH= -xarch=v9
343 amd64_AS_XARCH= -xarch=amd64 -P -Ui386 -U__i386
346 # These flags define what we need to be 'standalone' i.e. -not- part
347 # of the rather more cosy userland environment. This basically means
350 # XX64 future versions of gcc will make -mcmodel=kernel imply -mno-red-zone
352 sparc_STAND_FLAGS= -_gcc=-ffreestanding
353 sparcv9_STAND_FLAGS= -_gcc=-ffreestanding
354 i386_STAND_FLAGS= -_gcc=-ffreestanding
355 amd64_STAND_FLAGS= -xmodel=kernel
357 SAVEARGS= -Wu,-save_args
358 amd64_STAND_FLAGS += $(SAVEARGS)
360 STAND_FLAGS_32 = $($(MACH)_STAND_FLAGS)
361 STAND_FLAGS_64 = $($(MACH64)_STAND_FLAGS)
364 # disable the incremental linker
370 XSTRCONST= -xstrconst
373 # turn warnings into errors (C)
374 CERRWARN = -errtags=yes -errwarn=%all
375 CERRWARN += -erroff=E_EMPTY_TRANSLATION_UNIT
376 CERRWARN += -erroff=E_STATEMENT_NOT_REACHED
379 # turn warnings into errors (C++)
383 C99_ENABLE= -xc99=%all
384 C99_DISABLE= -xc99=%none
385 C99MODE= $(C99_DISABLE)
386 C99LMODE= $(C99MODE:-xc99%=-Xc99%)
388 # In most places, assignments to these macros should be appended with +=
389 # (CPPFLAGS.master allows values to be prepended to CPPFLAGS).
390 sparc_CFLAGS= $(sparc_XARCH) $(CCSTATICSYM)
391 sparcv9_CFLAGS= $(sparcv9_XARCH) -dalign $(CCVERBOSE) $(V9ABIWARN) $(CCREGSYM) \
393 i386_CFLAGS= $(i386_XARCH)
394 amd64_CFLAGS= $(amd64_XARCH)
396 sparc_ASFLAGS= $(sparc_AS_XARCH)
397 sparcv9_ASFLAGS=$(sparcv9_AS_XARCH)
398 i386_ASFLAGS= $(i386_AS_XARCH)
399 amd64_ASFLAGS= $(amd64_AS_XARCH)
403 sparcv9_COPTFLAG= -xO3
407 COPTFLAG= $($(MACH)_COPTFLAG)
408 COPTFLAG64= $($(MACH64)_COPTFLAG)
410 # When -g is used, the compiler globalizes static objects
411 # (gives them a unique prefix). Disable that.
412 CNOGLOBAL= -W0,-noglobal
414 # Direct the Sun Studio compiler to use a static globalization prefix based on the
415 # name of the module rather than something unique. Otherwise, objects
416 # will not build deterministically, as subsequent compilations of identical
417 # source will yeild objects that always look different.
419 # In the same spirit, this will also remove the date from the N_OPT stab.
420 CGLOBALSTATIC= -W0,-xglobalstatic
422 # Normally, gcc uses indirect DWARF strings to save space. However,
423 # this causes relocations that ctfconvert cannot handle. Disable this.
424 CDWARFSTR= -_gcc=-fno-dwarf2-indirect-strings
426 # Sometimes we want all symbols and types in debugging information even
427 # if they aren't used.
428 CALLSYMS= -W0,-xdbggen=no%usedonly
431 # Default debug format for Sun Studio 11 is dwarf, so force it to
434 DEBUGFORMAT= -xdebugformat=stabs
437 # Flags used to build in debug mode for ctf generation. Bugs in the Devpro
438 # compilers currently prevent us from building with cc-emitted DWARF.
440 CTF_FLAGS_sparc = -g -Wc,-Qiselect-T1 $(C99MODE) $(CNOGLOBAL) $(CDWARFSTR)
441 CTF_FLAGS_i386 = -g $(C99MODE) $(CNOGLOBAL) $(CDWARFSTR)
442 CTF_FLAGS = $(CTF_FLAGS_$(MACH)) $(DEBUGFORMAT)
445 # Flags used with genoffsets
451 OFFSETS_CREATE = $(GENOFFSETS) -s $(CTFSTABS) -r $(CTFCONVERT) \
452 $(CC) $(GOFLAGS) $(CFLAGS) $(CPPFLAGS)
454 OFFSETS_CREATE64 = $(GENOFFSETS) -s $(CTFSTABS) -r $(CTFCONVERT) \
455 $(CC) $(GOFLAGS) $(CFLAGS64) $(CPPFLAGS)
458 # tradeoff time for space (smaller is better)
460 sparc_SPACEFLAG = -xspace -W0,-Lt
461 sparcv9_SPACEFLAG = -xspace -W0,-Lt
462 i386_SPACEFLAG = -xspace
465 SPACEFLAG = $($(MACH)_SPACEFLAG)
466 SPACEFLAG64 = $($(MACH64)_SPACEFLAG)
469 # The Sun Studio 11 compiler has changed the behaviour of integer
470 # wrap arounds and so a flag is needed to use the legacy behaviour
471 # (without this flag panics/hangs could be exposed within the source).
473 sparc_IROPTFLAG = -W2,-xwrap_int
474 sparcv9_IROPTFLAG = -W2,-xwrap_int
478 IROPTFLAG = $($(MACH)_IROPTFLAG)
479 IROPTFLAG64 = $($(MACH64)_IROPTFLAG)
481 sparc_XREGSFLAG = -xregs=no%appl
482 sparcv9_XREGSFLAG = -xregs=no%appl
486 XREGSFLAG = $($(MACH)_XREGSFLAG)
487 XREGSFLAG64 = $($(MACH64)_XREGSFLAG)
489 CFLAGS= $(COPTFLAG) $($(MACH)_CFLAGS) $(SPACEFLAG) $(CCMODE) \
490 $(ILDOFF) $(CERRWARN) $(C99MODE) $(CCUNBOUND) $(IROPTFLAG) \
492 CFLAGS64= $(COPTFLAG64) $($(MACH64)_CFLAGS) $(SPACEFLAG64) $(CCMODE64) \
493 $(ILDOFF) $(CERRWARN) $(C99MODE) $(CCUNBOUND) $(IROPTFLAG64) \
496 # Flags that are used to build parts of the code that are subsequently
497 # run on the build machine (also known as the NATIVE_BUILD).
499 NATIVE_CFLAGS= $(COPTFLAG) $($(NATIVE_MACH)_CFLAGS) $(CCMODE) \
500 $(ILDOFF) $(CERRWARN) $(C99MODE) $($(NATIVE_MACH)_CCUNBOUND) \
501 $(IROPTFLAG) $(CGLOBALSTATIC)
503 DTEXTDOM=-DTEXT_DOMAIN=\"$(TEXT_DOMAIN)\" # For messaging.
504 DTS_ERRNO=-D_TS_ERRNO
505 CPPFLAGS.master=$(DTEXTDOM) $(DTS_ERRNO) \
506 $(ENVCPPFLAGS1) $(ENVCPPFLAGS2) $(ENVCPPFLAGS3) $(ENVCPPFLAGS4)
507 CPPFLAGS.native=$(ENVCPPFLAGS1) $(ENVCPPFLAGS2) $(ENVCPPFLAGS3) $(ENVCPPFLAGS4)
508 CPPFLAGS= $(CPPFLAGS.master)
509 AS_CPPFLAGS= $(CPPFLAGS.master)
510 JAVAFLAGS= -deprecation
513 # For source message catalogue
515 .SUFFIXES: $(SUFFIXES) .i .po
516 MSGROOT= $(ROOT)/catalog
517 MSGDOMAIN= $(MSGROOT)/$(TEXT_DOMAIN)
518 MSGDOMAINPOFILE = $(MSGDOMAIN)/$(POFILE)
519 DCMSGDOMAIN= $(MSGROOT)/LC_TIME/$(TEXT_DOMAIN)
520 DCMSGDOMAINPOFILE = $(DCMSGDOMAIN)/$(DCFILE:.dc=.po)
522 CLOBBERFILES += $(POFILE) $(POFILES)
523 COMPILE.cpp= $(CC) -E -C $(CFLAGS) $(CPPFLAGS)
524 XGETTEXT= /usr/bin/xgettext
525 XGETFLAGS= -c TRANSLATION_NOTE
526 GNUXGETTEXT= /usr/gnu/bin/xgettext
527 GNUXGETFLAGS= --add-comments=TRANSLATION_NOTE --keyword=_ \
528 --strict --no-location --omit-header
529 BUILD.po= $(XGETTEXT) $(XGETFLAGS) -d $(<F) $<.i ;\
531 $(SED) "/^domain/d" < $(<F).po > $@ ;\
535 # This is overwritten by local Makefile when PROG is a list.
539 sparc_CCFLAGS= -cg92 -compat=4 \
540 -Qoption ccfe -messages=no%anachronism \
542 sparcv9_CCFLAGS= $(sparcv9_XARCH) -dalign -compat=5 \
543 -Qoption ccfe -messages=no%anachronism \
544 -Qoption ccfe -features=no%conststrings \
547 i386_CCFLAGS= -compat=4 \
548 -Qoption ccfe -messages=no%anachronism \
549 -Qoption ccfe -features=no%conststrings \
551 amd64_CCFLAGS= $(amd64_XARCH) -compat=5 \
552 -Qoption ccfe -messages=no%anachronism \
553 -Qoption ccfe -features=no%conststrings \
557 sparcv9_CCOPTFLAG= -O
561 CCOPTFLAG= $($(MACH)_CCOPTFLAG)
562 CCOPTFLAG64= $($(MACH64)_CCOPTFLAG)
563 CCFLAGS= $(CCOPTFLAG) $($(MACH)_CCFLAGS)
564 CCFLAGS64= $(CCOPTFLAG64) $($(MACH64)_CCFLAGS)
570 ELFWRAP_FLAGS64 = -64
573 # Various mapfiles that are used throughout the build, and delivered to
576 MAPFILE.NED_i386 = $(SRC)/common/mapfiles/common/map.noexdata
578 MAPFILE.NED = $(MAPFILE.NED_$(MACH))
579 MAPFILE.PGA = $(SRC)/common/mapfiles/common/map.pagealign
580 MAPFILE.NES = $(SRC)/common/mapfiles/common/map.noexstk
581 MAPFILE.FLT = $(SRC)/common/mapfiles/common/map.filter
582 MAPFILE.LEX = $(SRC)/common/mapfiles/common/map.lex.yy
585 # Generated mapfiles that are compiler specific, and used throughout the
586 # build. These mapfiles are not delivered in /usr/lib/ld.
588 MAPFILE.NGB_sparc= $(SRC)/common/mapfiles/gen/sparc_cc_map.noexeglobs
589 $(__GNUC64)MAPFILE.NGB_sparc= \
590 $(SRC)/common/mapfiles/gen/sparc_gcc_map.noexeglobs
591 MAPFILE.NGB_sparcv9= $(SRC)/common/mapfiles/gen/sparcv9_cc_map.noexeglobs
592 $(__GNUC64)MAPFILE.NGB_sparcv9= \
593 $(SRC)/common/mapfiles/gen/sparcv9_gcc_map.noexeglobs
594 MAPFILE.NGB_i386= $(SRC)/common/mapfiles/gen/i386_cc_map.noexeglobs
595 $(__GNUC64)MAPFILE.NGB_i386= \
596 $(SRC)/common/mapfiles/gen/i386_gcc_map.noexeglobs
597 MAPFILE.NGB_amd64= $(SRC)/common/mapfiles/gen/amd64_cc_map.noexeglobs
598 $(__GNUC64)MAPFILE.NGB_amd64= \
599 $(SRC)/common/mapfiles/gen/amd64_gcc_map.noexeglobs
600 MAPFILE.NGB = $(MAPFILE.NGB_$(MACH))
603 # A generic interface mapfile name, used by various dynamic objects to define
604 # the interfaces and interposers the object must export.
606 MAPFILE.INT = mapfile-intf
609 # LDLIBS32 can be set in the environment to override the following assignment.
610 # LDLIBS64 can be set to override the assignment made in Makefile.master.64.
611 # These environment settings make sure that no libraries are searched outside
612 # of the local workspace proto area:
613 # LDLIBS32=-YP,$ROOT/lib:$ROOT/usr/lib
614 # LDLIBS64=-YP,$ROOT/lib/$MACH64:$ROOT/usr/lib/$MACH64
616 LDLIBS32 = $(ENVLDLIBS1) $(ENVLDLIBS2) $(ENVLDLIBS3)
617 LDLIBS.cmd = $(LDLIBS32)
618 LDLIBS.lib = $(LDLIBS32)
620 # Define compilation macros.
622 COMPILE.c= $(CC) $(CFLAGS) $(CPPFLAGS) -c
623 COMPILE64.c= $(CC) $(CFLAGS64) $(CPPFLAGS) -c
624 COMPILE.cc= $(CCC) $(CCFLAGS) $(CPPFLAGS) -c
625 COMPILE64.cc= $(CCC) $(CCFLAGS64) $(CPPFLAGS) -c
626 COMPILE.s= $(AS) $(ASFLAGS) $(AS_CPPFLAGS)
627 COMPILE64.s= $(AS) $(ASFLAGS) $($(MACH64)_AS_XARCH) $(AS_CPPFLAGS)
628 COMPILE.d= $(DTRACE) -G -32
629 COMPILE64.d= $(DTRACE) -G -64
630 COMPILE.b= $(ELFWRAP) $(ELFWRAP_FLAGS$(CLASS))
631 COMPILE64.b= $(ELFWRAP) $(ELFWRAP_FLAGS$(CLASS))
634 COMPILE.java= $(JAVAC) $(JAVAFLAGS) -classpath $(CLASSPATH)
640 $(__GNUC)CCNEEDED = -L$(SFWLIBDIR) -R$(SFWLIBDIR) -lstdc++ -lgcc_s
642 LINK.c= $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
643 LINK64.c= $(CC) $(CFLAGS64) $(CPPFLAGS) $(LDFLAGS)
644 NORUNPATH= -norunpath -nolib
645 LINK.cc= $(CCC) $(CCFLAGS) $(CPPFLAGS) $(NORUNPATH) \
646 $(LDFLAGS) $(CCNEEDED)
647 LINK64.cc= $(CCC) $(CCFLAGS64) $(CPPFLAGS) $(NORUNPATH) \
648 $(LDFLAGS) $(CCNEEDED)
653 # Note that the undefine of __PRAGMA_REDEFINE_EXTNAME can be removed once
654 # ON is built with a version of lint that has the fix for 4484186.
656 ALWAYS_LINT_DEFS = -errtags=yes -s
657 ALWAYS_LINT_DEFS += -erroff=E_PTRDIFF_OVERFLOW
658 ALWAYS_LINT_DEFS += -erroff=E_ASSIGN_NARROW_CONV
659 ALWAYS_LINT_DEFS += -U__PRAGMA_REDEFINE_EXTNAME
660 ALWAYS_LINT_DEFS += $(C99LMODE)
661 ALWAYS_LINT_DEFS += -errsecurity=$(SECLEVEL)
662 ALWAYS_LINT_DEFS += -erroff=E_SEC_CREAT_WITHOUT_EXCL
663 ALWAYS_LINT_DEFS += -erroff=E_SEC_FORBIDDEN_WARN_CREAT
664 # XX64 -- really only needed for amd64 lint
665 ALWAYS_LINT_DEFS += -erroff=E_ASSIGN_INT_TO_SMALL_INT
666 ALWAYS_LINT_DEFS += -erroff=E_CAST_INT_CONST_TO_SMALL_INT
667 ALWAYS_LINT_DEFS += -erroff=E_CAST_INT_TO_SMALL_INT
668 ALWAYS_LINT_DEFS += -erroff=E_CAST_TO_PTR_FROM_INT
669 ALWAYS_LINT_DEFS += -erroff=E_COMP_INT_WITH_LARGE_INT
670 ALWAYS_LINT_DEFS += -erroff=E_INTEGRAL_CONST_EXP_EXPECTED
671 ALWAYS_LINT_DEFS += -erroff=E_PASS_INT_TO_SMALL_INT
672 ALWAYS_LINT_DEFS += -erroff=E_PTR_CONV_LOSES_BITS
674 # This forces lint to pick up note.h and sys/note.h from Devpro rather than
675 # from the proto area. The note.h that ON delivers would disable NOTE().
676 ONLY_LINT_DEFS = -I$(SPRO_VROOT)/prod/include/lint
679 LINT.c= $(LINT) $(ONLY_LINT_DEFS) $(LINTFLAGS) $(CPPFLAGS) \
681 LINT64.c= $(LINT) $(ONLY_LINT_DEFS) $(LINTFLAGS64) $(CPPFLAGS) \
685 # For some future builds, NATIVE_MACH and MACH might be different.
686 # Therefore, NATIVE_MACH needs to be redefined in the
687 # environment as `uname -p` to override this macro.
689 # For now at least, we cross-compile amd64 on i386 machines.
690 NATIVE_MACH= $(MACH:amd64=i386)
692 # Define native compilation macros
695 # Base directory where compilers are loaded.
696 # Defined here so it can be overridden by developer.
698 SPRO_ROOT= $(BUILD_TOOLS)/SUNWspro
699 SPRO_VROOT= $(SPRO_ROOT)/SS12
700 GNU_ROOT= $(SFW_ROOT)
702 # Till SS12u1 formally becomes the NV CBE, LINT is hard
703 # coded to be picked up from the $SPRO_ROOT/sunstudio12.1/
704 # location. Impacted variables are sparc_LINT, sparcv9_LINT,
705 # i386_LINT, amd64_LINT.
706 # Reset them when SS12u1 is rolled out.
709 # Specify platform compiler versions for languages
710 # that we use (currently only c and c++).
712 sparc_CC= $(ONBLD_TOOLS)/bin/$(MACH)/cw -_cc
713 $(__GNUC)sparc_CC= $(ONBLD_TOOLS)/bin/$(MACH)/cw -_gcc
714 sparc_CCC= $(ONBLD_TOOLS)/bin/$(MACH)/cw -_CC
715 $(__GNUC)sparc_CCC= $(ONBLD_TOOLS)/bin/$(MACH)/cw -_g++
716 sparc_CPP= /usr/ccs/lib/cpp
717 sparc_AS= /usr/ccs/bin/as -xregsym=no
718 sparc_LD= /usr/ccs/bin/ld
719 sparc_LINT= $(SPRO_ROOT)/sunstudio12.1/bin/lint
721 sparcv9_CC= $(ONBLD_TOOLS)/bin/$(MACH)/cw -_cc
722 $(__GNUC64)sparcv9_CC= $(ONBLD_TOOLS)/bin/$(MACH)/cw -_gcc
723 sparcv9_CCC= $(ONBLD_TOOLS)/bin/$(MACH)/cw -_CC
724 $(__GNUC64)sparcv9_CCC= $(ONBLD_TOOLS)/bin/$(MACH)/cw -_g++
725 sparcv9_CPP= /usr/ccs/lib/cpp
726 sparcv9_AS= /usr/ccs/bin/as -xregsym=no
727 sparcv9_LD= /usr/ccs/bin/ld
728 sparcv9_LINT= $(SPRO_ROOT)/sunstudio12.1/bin/lint
730 # We compile 32-bit objects with cc by default
731 i386_CC= $(ONBLD_TOOLS)/bin/$(MACH)/cw -_cc
732 $(__GNUC)i386_CC= $(ONBLD_TOOLS)/bin/$(MACH)/cw -_gcc
733 i386_CCC= $(ONBLD_TOOLS)/bin/$(MACH)/cw -_CC
734 $(__GNUC)i386_CCC= $(ONBLD_TOOLS)/bin/$(MACH)/cw -_g++
735 i386_CPP= /usr/ccs/lib/cpp
736 i386_AS= /usr/ccs/bin/as
737 $(__GNUC)i386_AS= $(ONBLD_TOOLS)/bin/$(MACH)/aw
738 i386_LD= /usr/ccs/bin/ld
739 i386_LINT= $(SPRO_ROOT)/sunstudio12.1/bin/lint
741 # We compile 64-bit objects with gcc
742 amd64_CC= $(ONBLD_TOOLS)/bin/$(MACH)/cw -_cc
743 $(__GNUC64)amd64_CC= $(ONBLD_TOOLS)/bin/$(MACH)/cw -_gcc
744 amd64_CCC= $(ONBLD_TOOLS)/bin/$(MACH)/cw -_CC
745 $(__GNUC64)amd64_CCC= $(ONBLD_TOOLS)/bin/$(MACH)/cw -_g++
746 amd64_CPP= /usr/ccs/lib/cpp
747 amd64_AS= $(ONBLD_TOOLS)/bin/$(MACH)/aw
748 amd64_LD= /usr/ccs/bin/ld
749 amd64_LINT= $(SPRO_ROOT)/sunstudio12.1/bin/lint
751 NATIVECC= $($(NATIVE_MACH)_CC)
752 NATIVECCC= $($(NATIVE_MACH)_CCC)
753 NATIVECPP= $($(NATIVE_MACH)_CPP)
754 NATIVEAS= $($(NATIVE_MACH)_AS)
755 NATIVELD= $($(NATIVE_MACH)_LD)
756 NATIVELINT= $($(NATIVE_MACH)_LINT)
759 # Makefile.master.64 overrides these settings
768 # The real compilers used for this build
769 CW_CC_CMD= $(CC) -_compiler
770 CW_CCC_CMD= $(CCC) -_compiler
771 REAL_CC= $(CW_CC_CMD:sh)
772 REAL_CCC= $(CW_CCC_CMD:sh)
774 # Pass -Y flag to cpp (method of which is release-dependent)
780 BNODIRECT= -Bnodirect
787 ZINITFIRST= -zinitfirst
788 ZINTERPOSE= -zinterpose
789 ZLAZYLOAD= -zlazyload
790 ZLOADFLTR= -zloadfltr
792 ZNODEFAULTLIB= -znodefaultlib
794 ZNODELETE= -znodelete
795 ZNODLOPEN= -znodlopen
797 ZNOLAZYLOAD= -znolazyload
798 ZNOLDYNSYM= -znoldynsym
800 ZNOVERSION= -znoversion
802 ZREDLOCSYM= -zredlocsym
809 # Handle different PIC models on different ISAs
810 # (May be overridden by lower-level Makefiles)
812 sparc_C_PICFLAGS = -K pic
813 sparcv9_C_PICFLAGS = -K pic
814 i386_C_PICFLAGS = -K pic
815 amd64_C_PICFLAGS = -K pic
816 C_PICFLAGS = $($(MACH)_C_PICFLAGS)
817 C_PICFLAGS64 = $($(MACH64)_C_PICFLAGS)
819 sparc_C_BIGPICFLAGS = -K PIC
820 sparcv9_C_BIGPICFLAGS = -K PIC
821 i386_C_BIGPICFLAGS = -K PIC
822 amd64_C_BIGPICFLAGS = -K PIC
823 C_BIGPICFLAGS = $($(MACH)_C_BIGPICFLAGS)
824 C_BIGPICFLAGS64 = $($(MACH64)_C_BIGPICFLAGS)
826 # CC requires there to be no space between '-K' and 'pic' or 'PIC'.
827 sparc_CC_PICFLAGS = -Kpic
828 sparcv9_CC_PICFLAGS = -KPIC
829 i386_CC_PICFLAGS = -Kpic
830 amd64_CC_PICFLAGS = -Kpic
831 CC_PICFLAGS = $($(MACH)_CC_PICFLAGS)
832 CC_PICFLAGS64 = $($(MACH64)_CC_PICFLAGS)
834 AS_PICFLAGS= $(C_PICFLAGS)
835 AS_BIGPICFLAGS= $(C_BIGPICFLAGS)
838 # Default label for CTF sections
840 CTFCVTFLAGS= -i -L VERSION
843 # Override to pass module-specific flags to ctfmerge. Currently used
844 # only by krtld to turn on fuzzy matching.
848 CTFCONVERT_O = $(CTFCONVERT) $(CTFCVTFLAGS) $@
851 ELFSIGN_CRYPTO= $(ELFSIGN_O)
852 ELFSIGN_OBJECT= $(ELFSIGN_O)
853 $(EXPORT_RELEASE_BUILD)ELFSIGN_O = $(ELFSIGN)
854 $(EXPORT_RELEASE_BUILD)ELFSIGN_CFNAME = SUNWosnetCF
855 $(EXPORT_RELEASE_BUILD)ELFSIGN_KEY = \
856 $(CLOSED)/cmd/cmd-crypto/etc/keys/$(ELFSIGN_CFNAME)
857 $(EXPORT_RELEASE_BUILD)ELFSIGN_CERT= \
858 $(CLOSED)/cmd/cmd-crypto/etc/certs/$(ELFSIGN_CFNAME)
859 $(EXPORT_RELEASE_BUILD)ELFSIGN_SENAME = SUNWosnetSE
860 $(EXPORT_RELEASE_BUILD)ELFSIGN_SEKEY = \
861 $(CLOSED)/cmd/cmd-crypto/etc/keys/$(ELFSIGN_SENAME)
862 $(EXPORT_RELEASE_BUILD)ELFSIGN_SECERT= \
863 $(CLOSED)/cmd/cmd-crypto/etc/certs/$(ELFSIGN_SENAME)
864 $(EXPORT_RELEASE_BUILD)ELFSIGN_CRYPTO= $(ELFSIGN_O) sign \
865 $(ELFSIGN_FORMAT_OPTION) \
866 -k $(ELFSIGN_KEY) -c $(ELFSIGN_CERT) -e $@
867 $(EXPORT_RELEASE_BUILD)ELFSIGN_OBJECT= $(ELFSIGN_O) sign \
868 $(ELFSIGN_FORMAT_OPTION) \
869 -k $(ELFSIGN_SEKEY) -c $(ELFSIGN_SECERT) -e $@
871 # Rules (normally from make.rules) and macros which are used for post
872 # processing files. Normally, these do stripping of the comment section
874 # RELEASE_CM: Should be editted to reflect the release.
875 # POST_PROCESS_O: Post-processing for `.o' files.
876 # POST_PROCESS_A: Post-processing for `.a' files (currently null).
877 # POST_PROCESS_SO: Post-processing for `.so' files.
878 # POST_PROCESS: Post-processing for executable files (no suffix).
879 # Note that these macros are not completely generalized as they are to be
880 # used with the file name to be processed following.
882 # It is left as an exercise to Release Engineering to embellish the generation
883 # of the release comment string.
885 # If this is a standard development build:
886 # compress the comment section (mcs -c)
887 # add the standard comment (mcs -a $(RELEASE_CM))
888 # add the development specific comment (mcs -a $(DEV_CM))
890 # If this is an installation build:
891 # delete the comment section (mcs -d)
892 # add the standard comment (mcs -a $(RELEASE_CM))
893 # add the development specific comment (mcs -a $(DEV_CM))
895 # If this is an release build:
896 # delete the comment section (mcs -d)
897 # add the standard comment (mcs -a $(RELEASE_CM))
899 # The following list of macros are used in the definition of RELEASE_CM
900 # which is used to label all binaries in the build:
902 # RELEASE Specific release of the build, eg: 5.2
903 # RELEASE_MAJOR Major version number part of $(RELEASE)
904 # RELEASE_MINOR Minor version number part of $(RELEASE)
905 # VERSION Version of the build (alpha, beta, Generic)
906 # PATCHID If this is a patch this value should contain
907 # the patchid value (eg: "Generic 100832-01"), otherwise
908 # it will be set to $(VERSION)
909 # RELEASE_DATE Date of the Release Build
910 # PATCH_DATE Date the patch was created, if this is blank it
911 # will default to the RELEASE_DATE
915 RELEASE= $(RELEASE_MAJOR).$(RELEASE_MINOR)
916 VERSION= SunOS Development
918 RELEASE_DATE= release date not set
919 PATCH_DATE= $(RELEASE_DATE)
920 RELEASE_CM= "@($(POUND_SIGN))SunOS $(RELEASE) $(PATCHID) $(PATCH_DATE)"
921 DEV_CM= "@($(POUND_SIGN))SunOS Internal Development: non-nightly build"
923 PROCESS_COMMENT= @?${MCS} -c -a $(RELEASE_CM) -a $(DEV_CM)
924 $(STRIP_COMMENTS)PROCESS_COMMENT= @?${MCS} -d -a $(RELEASE_CM) -a $(DEV_CM)
925 $(RELEASE_BUILD)PROCESS_COMMENT= @?${MCS} -d -a $(RELEASE_CM)
928 $(RELEASE_BUILD)STRIP_STABS= $(STRIP) -x $@
930 POST_PROCESS_O= $(PROCESS_COMMENT) $@
932 POST_PROCESS_SO= $(PROCESS_COMMENT) $@ ; $(STRIP_STABS) ; \
934 POST_PROCESS= $(PROCESS_COMMENT) $@ ; $(STRIP_STABS) ; \
938 # chk4ubin is a tool that inspects a module for a symbol table
939 # ELF section size which can trigger an OBP bug on older platforms.
940 # This problem affects only specific sun4u bootable modules.
942 CHK4UBIN= $(ONBLD_TOOLS)/bin/$(MACH)/chk4ubin
944 CHK4UBINARY= $(CHK4UBIN) $(CHK4UBINFLAGS) $@
947 # PKGARCHIVE specifies the default location where packages should be
950 $(RELEASE_BUILD)PKGARCHIVESUFFIX= -nd
951 PKGARCHIVE=$(SRC)/../../packages/$(MACH)/nightly$(PKGARCHIVESUFFIX)
954 # The repositories will be created with these publisher settings. To
955 # update an image to the resulting repositories, this must match the
956 # publisher name provided to "pkg set-publisher."
958 PKGPUBLISHER_REDIST= on-nightly
959 PKGPUBLISHER_NONREDIST= on-extra
961 # Default build rules which perform comment section post-processing.
964 $(LINK.c) -o $@ $< $(LDLIBS)
967 $(COMPILE.c) $(OUTPUT_OPTION) $< $(CTFCONVERT_HOOK)
970 $(COMPILE.c) -o $% $<
971 $(PROCESS_COMMENT) $%
972 $(AR) $(ARFLAGS) $@ $%
975 $(COMPILE.s) -o $@ $<
978 $(COMPILE.s) -o $% $<
979 $(PROCESS_COMMENT) $%
980 $(AR) $(ARFLAGS) $@ $%
983 $(LINK.cc) -o $@ $< $(LDLIBS)
986 $(COMPILE.cc) $(OUTPUT_OPTION) $<
989 $(COMPILE.cc) -o $% $<
990 $(AR) $(ARFLAGS) $@ $%
991 $(PROCESS_COMMENT) $%
995 $(LINK.c) -o $@ y.tab.c $(LDLIBS)
1000 $(COMPILE.c) -o $@ y.tab.c $(CTFCONVERT_HOOK)
1006 $(LINK.c) -o $@ $*.c -ll $(LDLIBS)
1012 $(COMPILE.c) -o $@ $*.c $(CTFCONVERT_HOOK)
1017 $(COMPILE.b) -o $@ $<
1023 # Bourne and Korn shell script message catalog build rules.
1024 # We extract all gettext strings with sed(1) (being careful to permit
1025 # multiple gettext strings on the same line), weed out the dups, and
1026 # build the catalogue with awk(1).
1031 -e "s/.*gettext *\(\"[^\"]*\"\).*/\1/p" \
1033 -e "s/\(.*\)gettext *\"[^\"]*\"\(.*\)/\1\2/" \
1035 $< | sort -u | awk '{ print "msgid\t" $$0 "\nmsgstr" }' > $@
1038 # Python and Perl executable and message catalog build rules.
1040 .SUFFIXES: .pl .pm .py .pyc
1044 $(SED) -e "s@TEXT_DOMAIN@\"$(TEXT_DOMAIN)\"@" $< > $@;
1048 $(RM) $@; $(CAT) $< > $@; $(CHMOD) +x $@
1052 $(PYTHON) -mpy_compile $<
1053 @[ $(<)c = $@ ] || $(MV) $(<)c $@
1056 $(GNUXGETTEXT) $(GNUXGETFLAGS) -d $(<F:%.py=%) $< ;
1059 $(XGETTEXT) $(XGETFLAGS) -d $(<F) $< ;
1061 $(SED) "/^domain/d" < $(<F).po > $@ ;
1065 # When using xgettext, we want messages to go to the default domain,
1066 # rather than the specified one. This special version of the
1067 # COMPILE.cpp macro effectively prevents expansion of TEXT_DOMAIN,
1068 # causing xgettext to put all messages into the default domain.
1070 CPPFORPO=$(COMPILE.cpp:\"$(TEXT_DOMAIN)\"=TEXT_DOMAIN)
1080 $(CPPFORPO) y.tab.c > $@
1085 $(CPPFORPO) lex.yy.c > $@
1089 $(CPPFORPO) $< > $<.i
1094 $(CPPFORPO) y.tab.c > $<.i
1100 $(CPPFORPO) lex.yy.c > $<.i
1105 # Rules to perform stylistic checks
1107 .SUFFIXES: .x .xml .check .xmlchk
1119 # Rules to process ONC+ Source partial files
1122 @$(ECHO) "extracting code from $< ... "
1123 sed -n -e '/ONC_PLUS EXTRACT START/,/ONC_PLUS EXTRACT END/p' $< > $@
1126 # Include rules to render automated sccs get rules "safe".
1128 include $(SRC)/Makefile.noget