cmd/boot: usr/src/cmd/boot build needs cleanup
[unleashed.git] / usr / src / Makefile.master
blobe65a78dd7804123247fbf94c1d5022788b79d3ff
2 # CDDL HEADER START
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]
19 # CDDL HEADER END
23 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright (c) 2012 by Delphix. All rights reserved.
25 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
26 # Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
27 # Copyright 2015 Gary Mills
28 # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
29 # Copyright 2016 Toomas Soome <tsoome@me.com>
33 # Makefile.master, global definitions for system source
35 ROOT=           /proto
38 # Adjunct root, containing an additional proto area to be used for headers
39 # and libraries.
41 ADJUNCT_PROTO=
44 # Adjunct for building things that run on the build machine.
46 NATIVE_ADJUNCT= /usr
49 # RELEASE_BUILD should be cleared for final release builds.
50 # NOT_RELEASE_BUILD is exactly what the name implies.
52 # The declaration POUND_SIGN is always '#'. This is needed to get around the
53 # make feature that '#' is always a comment delimiter, even when escaped or
54 # quoted. We use this macro expansion method to get POUND_SIGN rather than
55 # always breaking out a shell because the general case can cause a noticable
56 # slowdown in build times when so many Makefiles include Makefile.master.
58 # While the majority of users are expected to override the setting below
59 # with an env file (via nightly or bldenv), if you aren't building that way
60 # (ie, you're using "ws" or some other bootstrapping method) then you need
61 # this definition in order to avoid the subshell invocation mentioned above.
64 PRE_POUND=                              pre\#
65 POUND_SIGN=                             $(PRE_POUND:pre\%=%)
67 NOT_RELEASE_BUILD=
68 RELEASE_BUILD=                          $(POUND_SIGN)
69 $(RELEASE_BUILD)NOT_RELEASE_BUILD=      $(POUND_SIGN)
70 PATCH_BUILD=                            $(POUND_SIGN)
72 # SPARC_BLD is '#' for an Intel build.
73 # INTEL_BLD is '#' for a Sparc build.
74 SPARC_BLD_1=    $(MACH:i386=$(POUND_SIGN))
75 SPARC_BLD=      $(SPARC_BLD_1:sparc=)
76 INTEL_BLD_1=    $(MACH:sparc=$(POUND_SIGN))
77 INTEL_BLD=      $(INTEL_BLD_1:i386=)
79 # Allow build-time "configuration" to enable or disable some things.
80 # The default is POUND_SIGN, meaning "not enabled". If the environment
81 # passes in an override like ENABLE_SMB_PRINTING= (empty) that will
82 # uncomment things in the lower Makefiles to enable the feature.
83 ENABLE_IPP_PRINTING=    $(POUND_SIGN)
84 ENABLE_SMB_PRINTING=    $(POUND_SIGN)
85 ENABLE_PERL64=          $(POUND_SIGN)
87 # CLOSED is the root of the tree that contains source which isn't released
88 # as open source
89 CLOSED=         $(SRC)/../closed
91 # BUILD_TOOLS is the root of all tools including compilers.
92 # ONBLD_TOOLS is the root of all the tools that are part of SUNWonbld.
94 BUILD_TOOLS=            /ws/onnv-tools
95 ONBLD_TOOLS=            $(BUILD_TOOLS)/onbld
97 # define runtime JAVA_HOME, primarily for cmd/pools/poold
98 JAVA_HOME=      /usr/java
99 # define buildtime JAVA_ROOT
100 JAVA_ROOT=      /usr/java
102 GCC_ROOT=       /opt/gcc/4.4.4
103 GCCLIBDIR=      $(GCC_ROOT)/lib
104 GCCLIBDIR64=    $(GCC_ROOT)/lib/$(MACH64)
106 DOCBOOK_XSL_ROOT=       /usr/share/sgml/docbook/xsl-stylesheets
108 RPCGEN=         /usr/bin/rpcgen
109 STABS=          $(ONBLD_TOOLS)/bin/$(MACH)/stabs
110 ELFEXTRACT=     $(ONBLD_TOOLS)/bin/$(MACH)/elfextract
111 MBH_PATCH=      $(ONBLD_TOOLS)/bin/$(MACH)/mbh_patch
112 BTXLD=          $(ONBLD_TOOLS)/bin/$(MACH)/btxld
113 ECHO=           echo
114 INS=            install
115 TRUE=           true
116 SYMLINK=        /usr/bin/ln -s
117 LN=             /usr/bin/ln
118 CHMOD=          /usr/bin/chmod
119 MV=             /usr/bin/mv -f
120 RM=             /usr/bin/rm -f
121 CUT=            /usr/bin/cut
122 NM=             /usr/ccs/bin/nm
123 DIFF=           /usr/bin/diff
124 GREP=           /usr/bin/grep
125 EGREP=          /usr/bin/egrep
126 ELFWRAP=        /usr/bin/elfwrap
127 KSH93=          /usr/bin/ksh93
128 SED=            /usr/bin/sed
129 AWK=            /usr/bin/nawk
130 CP=             /usr/bin/cp -f
131 MCS=            /usr/ccs/bin/mcs
132 CAT=            /usr/bin/cat
133 ELFDUMP=        /usr/ccs/bin/elfdump
134 M4=             /usr/bin/m4
135 STRIP=          /usr/ccs/bin/strip
136 LEX=            /usr/ccs/bin/lex
137 FLEX=           /usr/bin/flex
138 YACC=           /usr/ccs/bin/yacc
139 CPP=            /usr/lib/cpp
140 JAVAC=          $(JAVA_ROOT)/bin/javac
141 JAVAH=          $(JAVA_ROOT)/bin/javah
142 JAVADOC=        $(JAVA_ROOT)/bin/javadoc
143 RMIC=           $(JAVA_ROOT)/bin/rmic
144 JAR=            $(JAVA_ROOT)/bin/jar
145 CTFCONVERT=     $(ONBLD_TOOLS)/bin/$(MACH)/ctfconvert
146 CTFMERGE=       $(ONBLD_TOOLS)/bin/$(MACH)/ctfmerge
147 CTFSTABS=       $(ONBLD_TOOLS)/bin/$(MACH)/ctfstabs
148 CTFSTRIP=       $(ONBLD_TOOLS)/bin/$(MACH)/ctfstrip
149 NDRGEN=         $(ONBLD_TOOLS)/bin/$(MACH)/ndrgen
150 GENOFFSETS=     $(ONBLD_TOOLS)/bin/genoffsets
151 XREF=           $(ONBLD_TOOLS)/bin/xref
152 FIND=           /usr/bin/find
153 PERL=           /usr/bin/perl
154 PERL_VERSION=   5.10.0
155 PERL_PKGVERS=   -510
156 PERL_ARCH=              i86pc-solaris-64int
157 PERL_ARCH64=    i86pc-solaris-64
158 $(SPARC_BLD)PERL_ARCH=          sun4-solaris-64int
159 $(SPARC_BLD)PERL_ARCH64=        sun4-solaris-64
160 PYTHON_26=      /usr/bin/python2.6
161 PYTHON=         $(PYTHON_26)
162 SORT=           /usr/bin/sort
163 TOUCH=          /usr/bin/touch
164 WC=             /usr/bin/wc
165 XARGS=          /usr/bin/xargs
166 ELFEDIT=        /usr/bin/elfedit
167 DTRACE=         /usr/sbin/dtrace -xnolibs
168 UNIQ=           /usr/bin/uniq
169 TAR=            /usr/bin/tar
170 ASTBINDIR=      /usr/ast/bin
171 MSGCC=          $(ASTBINDIR)/msgcc
172 MSGFMT=         /usr/bin/msgfmt -s
174 FILEMODE=       644
175 DIRMODE=        755
177 # Declare that nothing should be built in parallel.
178 # Individual Makefiles can use the .PARALLEL target to declare otherwise.
179 .NO_PARALLEL:
181 # For stylistic checks
183 # Note that the X and C checks are not used at this time and may need
184 # modification when they are actually used.
186 CSTYLE=         $(ONBLD_TOOLS)/bin/cstyle
187 CSTYLE_TAIL=
188 HDRCHK=         $(ONBLD_TOOLS)/bin/hdrchk
189 HDRCHK_TAIL=
190 JSTYLE=         $(ONBLD_TOOLS)/bin/jstyle
192 DOT_H_CHECK=    \
193         @$(ECHO) "checking $<"; $(CSTYLE) $< $(CSTYLE_TAIL); \
194         $(HDRCHK) $< $(HDRCHK_TAIL)
196 DOT_X_CHECK=    \
197         @$(ECHO) "checking $<"; $(RPCGEN) -C -h $< | $(CSTYLE) $(CSTYLE_TAIL); \
198         $(RPCGEN) -C -h $< | $(HDRCHK) $< $(HDRCHK_TAIL)
200 DOT_C_CHECK=    \
201         @$(ECHO) "checking $<"; $(CSTYLE) $< $(CSTYLE_TAIL)
203 MANIFEST_CHECK= \
204         @$(ECHO) "checking $<"; \
205         SVCCFG_DTD=$(SRC)/cmd/svc/dtd/service_bundle.dtd.1 \
206         SVCCFG_REPOSITORY=$(SRC)/cmd/svc/seed/global.db \
207         SVCCFG_CONFIGD_PATH=$(SRC)/cmd/svc/configd/svc.configd-native \
208         $(SRC)/cmd/svc/svccfg/svccfg-native validate $<
210 INS.file=       $(RM) $@; $(INS) -s -m $(FILEMODE) -f $(@D) $<
211 INS.dir=        $(INS) -s -d -m $(DIRMODE) $@
212 # installs and renames at once
214 INS.rename=     $(INS.file); $(MV) $(@D)/$(<F) $@
216 # install a link
217 INSLINKTARGET=  $<
218 INS.link=       $(RM) $@; $(LN) $(INSLINKTARGET) $@
219 INS.symlink=    $(RM) $@; $(SYMLINK) $(INSLINKTARGET) $@
222 # Python bakes the mtime of the .py file into the compiled .pyc and
223 # rebuilds if the baked-in mtime != the mtime of the source file
224 # (rather than only if it's less than), thus when installing python
225 # files we must make certain to not adjust the mtime of the source
226 # (.py) file.
228 INS.pyfile=     $(INS.file); $(TOUCH) -r $< $@
230 # MACH must be set in the shell environment per uname -p on the build host
231 # More specific architecture variables should be set in lower makefiles.
233 # MACH64 is derived from MACH, and BUILD64 is set to `#' for
234 # architectures on which we do not build 64-bit versions.
235 # (There are no such architectures at the moment.)
237 # Set BUILD64=# in the environment to disable 64-bit amd64
238 # builds on i386 machines.
240 MACH64_1=       $(MACH:sparc=sparcv9)
241 MACH64=         $(MACH64_1:i386=amd64)
243 MACH32_1=       $(MACH:sparc=sparcv7)
244 MACH32=         $(MACH32_1:i386=i86)
246 sparc_BUILD64=
247 i386_BUILD64=
248 BUILD64=        $($(MACH)_BUILD64)
251 # C compiler mode. Future compilers may change the default on us,
252 # so force extended ANSI mode globally. Lower level makefiles can
253 # override this by setting CCMODE.
255 CCMODE=                 -Xa
256 CCMODE64=               -Xa
259 # C compiler verbose mode. This is so we can enable it globally,
260 # but turn it off in the lower level makefiles of things we cannot
261 # (or aren't going to) fix.
263 CCVERBOSE=              -v
265 # set this to the secret flag "-Wc,-Qiselect-v9abiwarn=1" to get warnings
266 # from the compiler about places the -xarch=v9 may differ from -xarch=v9c.
267 V9ABIWARN=
269 # set this to the secret flag "-Wc,-Qiselect-regsym=0" to disable register
270 # symbols (used to detect conflicts between objects that use global registers)
271 # we disable this now for safety, and because genunix doesn't link with
272 # this feature (the v9 default) enabled.
274 # REGSYM is separate since the C++ driver syntax is different.
275 CCREGSYM=               -Wc,-Qiselect-regsym=0
276 CCCREGSYM=              -Qoption cg -Qiselect-regsym=0
278 # Prevent the removal of static symbols by the SPARC code generator (cg).
279 # The x86 code generator (ube) does not remove such symbols and as such
280 # using this workaround is not applicable for x86.
282 CCSTATICSYM=            -Wc,-Qassembler-ounrefsym=0
284 # generate 32-bit addresses in the v9 kernel. Saves memory.
285 CCABS32=                -_gcc=-fno-pic -_gcc=-mcmodel=medlow
287 # generate v9 code which tolerates callers using the v7 ABI, for the sake of
288 # system calls.
289 CC32BITCALLERS=         -_gcc=-massume-32bit-callers
291 # GCC, especially, is increasingly beginning to auto-inline functions and
292 # sadly does so separately not under the general -fno-inline-functions
293 # Additionally, we wish to prevent optimisations which cause GCC to clone
294 # functions -- in particular, these may cause unhelpful symbols to be
295 # emitted instead of function names
296 CCNOAUTOINLINE= -_gcc=-fno-inline-small-functions \
297         -_gcc=-fno-inline-functions-called-once \
298         -_gcc=-fno-ipa-cp
300 # One optimization the compiler might perform is to turn this:
301 #       #pragma weak foo
302 #       extern int foo;
303 #       if (&foo)
304 #               foo = 5;
305 # into
306 #       foo = 5;
307 # Since we do some of this (foo might be referenced in common kernel code
308 # but provided only for some cpu modules or platforms), we disable this
309 # optimization.
311 sparc_CCUNBOUND = -Wd,-xsafe=unboundsym
312 i386_CCUNBOUND  =
313 CCUNBOUND       = $($(MACH)_CCUNBOUND)
316 # compiler '-xarch' flag. This is here to centralize it and make it
317 # overridable for testing.
318 sparc_XARCH=    -m32
319 sparcv9_XARCH=  -m64
320 i386_XARCH=     -m32 -xarch=pentium_pro
321 amd64_XARCH=    -m64 -Ui386 -U__i386
323 # assembler '-xarch' flag.  Different from compiler '-xarch' flag.
324 sparc_AS_XARCH=         -xarch=v8plus -Dsparc -D__sparc -D__sparcv8
325 sparcv9_AS_XARCH=       -xarch=v9 -Dsparc -D__sparc -D__sparcv9
326 i386_AS_XARCH=          -m32 -Di386 -D__i386
327 amd64_AS_XARCH=         -m64 -Ui386 -U__i386 -D__x86_64 -D__amd64
330 # These flags define what we need to be 'standalone' i.e. -not- part
331 # of the rather more cosy userland environment.  This basically means
332 # the kernel.
334 # XX64  future versions of gcc will make -mcmodel=kernel imply -mno-red-zone
336 sparc_STAND_FLAGS=      -_gcc=-ffreestanding
337 sparcv9_STAND_FLAGS=    -_gcc=-ffreestanding
338 # Disabling MMX also disables 3DNow, disabling SSE also disables all later
339 # additions to SSE (SSE2, AVX ,etc.)
340 NO_SIMD=                -_gcc=-mno-mmx -_gcc=-mno-sse
341 i386_STAND_FLAGS=       -_gcc=-ffreestanding $(NO_SIMD)
342 amd64_STAND_FLAGS=      -xmodel=kernel $(NO_SIMD)
344 SAVEARGS=               -Wu,-save_args
345 amd64_STAND_FLAGS       += $(SAVEARGS)
347 STAND_FLAGS_32 = $($(MACH)_STAND_FLAGS)
348 STAND_FLAGS_64 = $($(MACH64)_STAND_FLAGS)
350 XDEPEND=                -xdepend
351 XFFLAG=                 -xF=%all
352 XESS=                   -xs
355 # turn warnings into errors (C)
356 CERRWARN = -errtags=yes -errwarn=%all
358 CERRWARN += -_gcc=-Wno-missing-braces
359 CERRWARN += -_gcc=-Wno-sign-compare
360 CERRWARN += -_gcc=-Wno-unknown-pragmas
361 CERRWARN += -_gcc=-Wno-unused-parameter
362 CERRWARN += -_gcc=-Wno-missing-field-initializers
364 # Unfortunately, this option can misfire very easily and unfixably.
365 CERRWARN +=     -_gcc=-Wno-array-bounds
367 # DEBUG v. -nd make for frequent unused variables, empty conditions, etc. in
368 # -nd builds
369 $(RELEASE_BUILD)CERRWARN += -_gcc=-Wno-unused
370 $(RELEASE_BUILD)CERRWARN += -_gcc=-Wno-empty-body
373 # turn warnings into errors (C++)
374 CCERRWARN=              -xwe
376 # C99 mode
377 C99_ENABLE=     -xc99=%all
378 C99_DISABLE=    -xc99=%none
379 C99MODE=        $(C99_DISABLE)
381 # In most places, assignments to these macros should be appended with +=
382 # (CPPFLAGS.first allows values to be prepended to CPPFLAGS).
383 sparc_CFLAGS=   $(sparc_XARCH) $(CCSTATICSYM)
384 sparcv9_CFLAGS= $(sparcv9_XARCH) $(CCVERBOSE) $(V9ABIWARN) $(CCREGSYM) \
385                 $(CCSTATICSYM)
386 i386_CFLAGS=    $(i386_XARCH)
387 amd64_CFLAGS=   $(amd64_XARCH)
389 sparc_ASFLAGS=  $(sparc_AS_XARCH)
390 sparcv9_ASFLAGS=$(sparcv9_AS_XARCH)
391 i386_ASFLAGS=   $(i386_AS_XARCH)
392 amd64_ASFLAGS=  $(amd64_AS_XARCH)
395 sparc_COPTFLAG=         -_gcc=-fno-strict-aliasing \
396         -_gcc=-fno-unit-at-a-time \
397         -_gcc=-fno-optimize-sibling-calls \
398         -_gcc=-O2
399 sparcv9_COPTFLAG=       -_gcc=-fno-strict-aliasing \
400         -_gcc=-fno-unit-at-a-time \
401         -_gcc=-fno-optimize-sibling-calls \
402         -_gcc=-O2
403 i386_COPTFLAG=          -O
404 amd64_COPTFLAG=         -_gcc=-fno-strict-aliasing \
405         -_gcc=-fno-unit-at-a-time \
406         -_gcc=-fno-optimize-sibling-calls \
407         -_gcc=-O2
409 COPTFLAG= $($(MACH)_COPTFLAG)
410 COPTFLAG64= $($(MACH64)_COPTFLAG)
412 # When -g is used, the compiler globalizes static objects
413 # (gives them a unique prefix). Disable that.
414 CNOGLOBAL= -W0,-noglobal
416 # Direct the Sun Studio compiler to use a static globalization prefix based on the
417 # name of the module rather than something unique. Otherwise, objects
418 # will not build deterministically, as subsequent compilations of identical
419 # source will yeild objects that always look different.
421 # In the same spirit, this will also remove the date from the N_OPT stab.
422 CGLOBALSTATIC= -W0,-xglobalstatic
424 # Sometimes we want all symbols and types in debugging information even
425 # if they aren't used.
426 CALLSYMS=       -W0,-xdbggen=no%usedonly
429 # Flags used to build in debug mode for ctf generation.  Bugs in the Devpro
430 # compilers currently prevent us from building with cc-emitted DWARF.
432 CTF_FLAGS_sparc = -g -Wc,-Qiselect-T1 $(C99MODE) $(CNOGLOBAL) $(CDWARFSTR)
433 CTF_FLAGS_i386  = -g $(C99MODE) $(CNOGLOBAL) $(CDWARFSTR)
435 CTF_FLAGS_sparcv9       = $(CTF_FLAGS_sparc)
436 CTF_FLAGS_amd64         = $(CTF_FLAGS_i386)
438 CTF_FLAGS_amd64 += $(SAVEARGS)
440 CTF_FLAGS_32    = $(CTF_FLAGS_$(MACH))
441 CTF_FLAGS_64    = $(CTF_FLAGS_$(MACH64))
442 CTF_FLAGS       = $(CTF_FLAGS_32)
445 # Flags used with genoffsets
447 GOFLAGS = -_noecho \
448         $(CALLSYMS) \
449         $(CDWARFSTR)
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         = -W0,-Lt
461 sparcv9_SPACEFLAG       = -W0,-Lt
462 i386_SPACEFLAG          =
463 amd64_SPACEFLAG         =
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
475 i386_IROPTFLAG          =
476 amd64_IROPTFLAG         =
478 IROPTFLAG               = $($(MACH)_IROPTFLAG)
479 IROPTFLAG64             = $($(MACH64)_IROPTFLAG)
481 sparc_XREGSFLAG         = -_gcc=-mno-app-regs
482 sparcv9_XREGSFLAG       = -_gcc=-mno-app-regs
483 i386_XREGSFLAG          =
484 amd64_XREGSFLAG         =
486 XREGSFLAG               = $($(MACH)_XREGSFLAG)
487 XREGSFLAG64             = $($(MACH64)_XREGSFLAG)
489 # dmake SOURCEDEBUG=yes ... enables source-level debugging information, and
490 # avoids stripping it.
491 SOURCEDEBUG     = $(POUND_SIGN)
492 SRCDBGBLD       = $(SOURCEDEBUG:yes=)
495 # These variables are intended ONLY for use by developers to safely pass extra
496 # flags to the compilers without unintentionally overriding Makefile-set
497 # flags.  They should NEVER be set to any value in a Makefile.
499 # They come last in the associated FLAGS variable such that they can
500 # explicitly override things if necessary, there are gaps in this, but it's
501 # the best we can manage.
503 CUSERFLAGS              =
504 CUSERFLAGS64            = $(CUSERFLAGS)
505 CCUSERFLAGS             =
506 CCUSERFLAGS64           = $(CCUSERFLAGS)
508 CSOURCEDEBUGFLAGS       =
509 CCSOURCEDEBUGFLAGS      =
510 $(SRCDBGBLD)CSOURCEDEBUGFLAGS   = -g -xs
511 $(SRCDBGBLD)CCSOURCEDEBUGFLAGS  = -g -xs
513 CFLAGS=         $(COPTFLAG) $($(MACH)_CFLAGS) $(SPACEFLAG) $(CCMODE) \
514                 $(CERRWARN) $(C99MODE) $(CCUNBOUND) $(IROPTFLAG) \
515                 $(CGLOBALSTATIC) $(CCNOAUTOINLINE) $(CSOURCEDEBUGFLAGS) \
516                 $(CUSERFLAGS)
517 CFLAGS64=       $(COPTFLAG64) $($(MACH64)_CFLAGS) $(SPACEFLAG64) $(CCMODE64) \
518                 $(CERRWARN) $(C99MODE) $(CCUNBOUND) $(IROPTFLAG64) \
519                 $(CGLOBALSTATIC) $(CCNOAUTOINLINE) $(CSOURCEDEBUGFLAGS) \
520                 $(CUSERFLAGS64)
522 # Flags that are used to build parts of the code that are subsequently
523 # run on the build machine (also known as the NATIVE_BUILD).
525 NATIVE_CFLAGS=  $(COPTFLAG) $($(NATIVE_MACH)_CFLAGS) $(CCMODE) \
526                 $(CERRWARN) $(C99MODE) $($(NATIVE_MACH)_CCUNBOUND) \
527                 $(IROPTFLAG) $(CGLOBALSTATIC) $(CCNOAUTOINLINE) \
528                 $(CSOURCEDEBUGFLAGS) $(CUSERFLAGS)
530 DTEXTDOM=-DTEXT_DOMAIN=\"$(TEXT_DOMAIN)\"       # For messaging.
531 DTS_ERRNO=-D_TS_ERRNO
532 CPPFLAGS.first= # Please keep empty.  Only lower makefiles should set this.
533 CPPFLAGS.master=$(DTEXTDOM) $(DTS_ERRNO) \
534         $(ENVCPPFLAGS1) $(ENVCPPFLAGS2) $(ENVCPPFLAGS3) $(ENVCPPFLAGS4) \
535         $(ADJUNCT_PROTO:%=-I%/usr/include)
536 CPPFLAGS.native=$(ENVCPPFLAGS1) $(ENVCPPFLAGS2) $(ENVCPPFLAGS3) \
537                 $(ENVCPPFLAGS4) -I$(NATIVE_ADJUNCT)/include
538 CPPFLAGS=       $(CPPFLAGS.first) $(CPPFLAGS.master)
539 AS_CPPFLAGS=    $(CPPFLAGS.first) $(CPPFLAGS.master)
540 JAVAFLAGS=      -source 1.6 -target 1.6 -Xlint:deprecation,-options
543 # For source message catalogue
545 .SUFFIXES: $(SUFFIXES) .i .po
546 MSGROOT= $(ROOT)/catalog
547 MSGDOMAIN= $(MSGROOT)/$(TEXT_DOMAIN)
548 MSGDOMAINPOFILE = $(MSGDOMAIN)/$(POFILE)
549 DCMSGDOMAIN= $(MSGROOT)/LC_TIME/$(TEXT_DOMAIN)
550 DCMSGDOMAINPOFILE = $(DCMSGDOMAIN)/$(DCFILE:.dc=.po)
552 CLOBBERFILES += $(POFILE) $(POFILES)
553 COMPILE.cpp= $(CC) -E -C $(CFLAGS) $(CPPFLAGS)
554 XGETTEXT= /usr/bin/xgettext
555 XGETFLAGS= -c TRANSLATION_NOTE
556 GNUXGETTEXT= /usr/gnu/bin/xgettext
557 GNUXGETFLAGS= --add-comments=TRANSLATION_NOTE --keyword=_ \
558         --strict --no-location --omit-header
559 BUILD.po= $(XGETTEXT) $(XGETFLAGS) -d $(<F) $<.i ;\
560         $(RM)   $@ ;\
561         $(SED) "/^domain/d" < $(<F).po > $@ ;\
562         $(RM) $(<F).po $<.i
565 # This is overwritten by local Makefile when PROG is a list.
567 POFILE= $(PROG).po
569 sparc_CCFLAGS=          -m32 -_gcc=mcpu=v8 -_gcc=mno-v8plus \
570                         -_gcc=-mtunesupersparc \
571                         -Qoption ccfe -messages=no%anachronism \
572                         $(CCERRWARN)
573 sparcv9_CCFLAGS=        $(sparcv9_XARCH) \
574                         -Qoption ccfe -messages=no%anachronism \
575                         -Qoption ccfe -features=no%conststrings \
576                         $(CCCREGSYM) \
577                         $(CCERRWARN)
578 i386_CCFLAGS=           -Qoption ccfe -messages=no%anachronism \
579                         -Qoption ccfe -features=no%conststrings \
580                         $(CCERRWARN)
581 amd64_CCFLAGS=          $(amd64_XARCH) \
582                         -Qoption ccfe -messages=no%anachronism \
583                         -Qoption ccfe -features=no%conststrings \
584                         $(CCERRWARN)
586 sparc_CCOPTFLAG=        -O
587 sparcv9_CCOPTFLAG=      -O
588 i386_CCOPTFLAG=         -O
589 amd64_CCOPTFLAG=        -O
591 CCOPTFLAG=      $($(MACH)_CCOPTFLAG)
592 CCOPTFLAG64=    $($(MACH64)_CCOPTFLAG)
593 CCFLAGS=        $(CCOPTFLAG) $($(MACH)_CCFLAGS) $(CCSOURCEDEBUGFLAGS) \
594                 $(CCUSERFLAGS)
595 CCFLAGS64=      $(CCOPTFLAG64) $($(MACH64)_CCFLAGS) $(CCSOURCEDEBUGFLAGS) \
596                 $(CCUSERFLAGS64)
601 ELFWRAP_FLAGS   =
602 ELFWRAP_FLAGS64 =       -64
605 # Various mapfiles that are used throughout the build, and delivered to
606 # /usr/lib/ld.
608 MAPFILE.NED_i386 =      $(SRC)/common/mapfiles/common/map.noexdata
609 MAPFILE.NED_sparc =
610 MAPFILE.NED =           $(MAPFILE.NED_$(MACH))
611 MAPFILE.PGA =           $(SRC)/common/mapfiles/common/map.pagealign
612 MAPFILE.NES =           $(SRC)/common/mapfiles/common/map.noexstk
613 MAPFILE.FLT =           $(SRC)/common/mapfiles/common/map.filter
614 MAPFILE.LEX =           $(SRC)/common/mapfiles/common/map.lex.yy
617 # Generated mapfiles that are compiler specific, and used throughout the
618 # build.  These mapfiles are not delivered in /usr/lib/ld.
620 MAPFILE.NGB_sparc=      $(SRC)/common/mapfiles/gen/sparc_gcc_map.noexeglobs
621 MAPFILE.NGB_sparcv9=    $(SRC)/common/mapfiles/gen/sparcv9_gcc_map.noexeglobs
622 MAPFILE.NGB_i386=       $(SRC)/common/mapfiles/gen/i386_gcc_map.noexeglobs
623 MAPFILE.NGB_amd64=      $(SRC)/common/mapfiles/gen/amd64_gcc_map.noexeglobs
624 MAPFILE.NGB =           $(MAPFILE.NGB_$(MACH))
627 # A generic interface mapfile name, used by various dynamic objects to define
628 # the interfaces and interposers the object must export.
630 MAPFILE.INT =           mapfile-intf
633 # LDLIBS32 and LDLIBS64 can be set in the environment to override the following
634 # assignments.
636 LDLIBS32 =      $(ENVLDLIBS1) $(ENVLDLIBS2) $(ENVLDLIBS3)
637 LDLIBS32 +=     $(ADJUNCT_PROTO:%=-L%/usr/lib -L%/lib)
638 LDLIBS.cmd =    $(LDLIBS32)
639 LDLIBS.lib =    $(LDLIBS32)
641 LDLIBS64 =      $(ENVLDLIBS1:%=%/$(MACH64)) \
642                 $(ENVLDLIBS2:%=%/$(MACH64)) \
643                 $(ENVLDLIBS3:%=%/$(MACH64))
644 LDLIBS64 +=     $(ADJUNCT_PROTO:%=-L%/usr/lib/$(MACH64) -L%/lib/$(MACH64))
647 # Define compilation macros.
649 COMPILE.c=      $(CC) $(CFLAGS) $(CPPFLAGS) -c
650 COMPILE64.c=    $(CC) $(CFLAGS64) $(CPPFLAGS) -c
651 COMPILE.cc=     $(CCC) $(CCFLAGS) $(CPPFLAGS) -c
652 COMPILE64.cc=   $(CCC) $(CCFLAGS64) $(CPPFLAGS) -c
653 COMPILE.s=      $(AS) $(ASFLAGS) $(AS_CPPFLAGS)
654 COMPILE64.s=    $(AS) $(ASFLAGS) $($(MACH64)_AS_XARCH) $(AS_CPPFLAGS)
655 COMPILE.d=      $(DTRACE) -G -32
656 COMPILE64.d=    $(DTRACE) -G -64
657 COMPILE.b=      $(ELFWRAP) $(ELFWRAP_FLAGS$(CLASS))
658 COMPILE64.b=    $(ELFWRAP) $(ELFWRAP_FLAGS$(CLASS))
660 CLASSPATH=      .
661 COMPILE.java=   $(JAVAC) $(JAVAFLAGS) -classpath $(CLASSPATH)
664 # Link time macros
666 CCNEEDED        = -L$(GCCLIBDIR) -lstdc++ -lgcc_s
667 CCEXTNEEDED     = $(CCNEEDED)
669 LINK.c=         $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
670 LINK64.c=       $(CC) $(CFLAGS64) $(CPPFLAGS) $(LDFLAGS)
671 NORUNPATH=      -nolib
672 LINK.cc=        $(CCC) $(CCFLAGS) $(CPPFLAGS) $(NORUNPATH) \
673                 $(LDFLAGS) $(CCNEEDED)
674 LINK64.cc=      $(CCC) $(CCFLAGS64) $(CPPFLAGS) $(NORUNPATH) \
675                 $(LDFLAGS) $(CCNEEDED)
677 SECLEVEL=       core
679 # For some future builds, NATIVE_MACH and MACH might be different.
680 # Therefore, NATIVE_MACH needs to be redefined in the
681 # environment as `uname -p` to override this macro.
683 # For now at least, we cross-compile amd64 on i386 machines.
684 NATIVE_MACH=    $(MACH:amd64=i386)
686 # Define native compilation macros
689 # Base directory where compilers are loaded.
690 # Defined here so it can be overridden by developer.
692 SPRO_ROOT=              $(BUILD_TOOLS)/SUNWspro
693 SPRO_VROOT=             $(SPRO_ROOT)/SS12
694 GNU_ROOT=               /usr
696 BASIC_CC_ARGS=  -_gcc=-fident \
697                 -_gcc=-finline \
698                 -_gcc=-fno-inline-functions \
699                 -_gcc=-fno-builtin \
700                 -_gcc=-fno-asm \
701                 -_gcc=-fdiagnostics-show-option \
702                 -_gcc=-nodefaultlibs
704 # The SPARC ldd and std instructions require 8-byte alignment of their
705 # address operand.  gcc correctly uses them only when the ABI requires
706 # 8-byte alignment; unfortunately we have a number of pieces of buggy code
707 # that does not conform to the ABI.  This flag makes gcc work more like
708 # Studio with -xmemalign=4.
709 $(SPARC_BLD)BASIC_CC_ARGS += -_gcc=mno-integer-ldd-std
711 BASIC_CC_ARGS += -D__sun
713 BASIC_AS_ARGS=  -x assembler-with-cpp \
714                 -c \
715                 -Wa,--warn \
716                 -Wa,--fatal-warnings \
717                 -Wa,--traditional-format \
718                 -D__GNUC_AS__
720 # Specify platform compiler versions for languages
721 # that we use (currently only c and c++).
723 sparc_CC=               $(ONBLD_TOOLS)/bin/$(MACH)/cw -_gcc $(BASIC_CC_ARGS)
724 sparc_CCC=              $(ONBLD_TOOLS)/bin/$(MACH)/cw -_g++ $(BASIC_CC_ARGS)
725 sparc_CPP=              /usr/ccs/lib/cpp
726 sparc_AS=               /usr/ccs/bin/as -xregsym=no
727 sparc_LD=               /usr/ccs/bin/ld
729 sparcv9_CC=             $(ONBLD_TOOLS)/bin/$(MACH)/cw -_gcc $(BASIC_CC_ARGS)
730 sparcv9_CCC=            $(ONBLD_TOOLS)/bin/$(MACH)/cw -_g++ $(BASIC_CC_ARGS)
731 sparcv9_CPP=            /usr/ccs/lib/cpp
732 sparcv9_AS=             /usr/ccs/bin/as -xregsym=no
733 sparcv9_LD=             /usr/ccs/bin/ld
735 i386_CC=                $(ONBLD_TOOLS)/bin/$(MACH)/cw -_gcc $(BASIC_CC_ARGS)
736 i386_CCC=               $(ONBLD_TOOLS)/bin/$(MACH)/cw -_g++ $(BASIC_CC_ARGS)
737 i386_CPP=               /usr/ccs/lib/cpp
738 i386_AS=                $(GCC_ROOT)/bin/gcc $(BASIC_AS_ARGS)
739 i386_LD=                /usr/ccs/bin/ld
741 amd64_CC=               $(ONBLD_TOOLS)/bin/$(MACH)/cw -_gcc $(BASIC_CC_ARGS)
742 amd64_CCC=              $(ONBLD_TOOLS)/bin/$(MACH)/cw -_g++ $(BASIC_CC_ARGS)
743 amd64_CPP=              /usr/ccs/lib/cpp
744 amd64_AS=               $(GCC_ROOT)/bin/gcc $(BASIC_AS_ARGS)
745 amd64_LD=               /usr/ccs/bin/ld
747 NATIVECC=               $($(NATIVE_MACH)_CC)
748 NATIVECCC=              $($(NATIVE_MACH)_CCC)
749 NATIVECPP=              $($(NATIVE_MACH)_CPP)
750 NATIVEAS=               $($(NATIVE_MACH)_AS)
751 NATIVELD=               $($(NATIVE_MACH)_LD)
754 # Makefile.master.64 overrides these settings
756 CC=                     $(NATIVECC)
757 CCC=                    $(NATIVECCC)
758 CPP=                    $(NATIVECPP)
759 AS=                     $(NATIVEAS)
760 LD=                     $(NATIVELD)
762 # Pass -Y flag to cpp (method of which is release-dependent)
763 CCYFLAG=                -Y I,
765 BDIRECT=        -Bdirect
766 BDYNAMIC=       -Bdynamic
767 BLOCAL=         -Blocal
768 BNODIRECT=      -Bnodirect
769 BREDUCE=        -Breduce
770 BSTATIC=        -Bstatic
772 ZDEFS=          -zdefs
773 ZDIRECT=        -zdirect
774 ZIGNORE=        -zignore
775 ZINITFIRST=     -zinitfirst
776 ZINTERPOSE=     -zinterpose
777 ZLAZYLOAD=      -zlazyload
778 ZLOADFLTR=      -zloadfltr
779 ZMULDEFS=       -zmuldefs
780 ZNODEFAULTLIB=  -znodefaultlib
781 ZNODEFS=        -znodefs
782 ZNODELETE=      -znodelete
783 ZNODLOPEN=      -znodlopen
784 ZNODUMP=        -znodump
785 ZNOLAZYLOAD=    -znolazyload
786 ZNOLDYNSYM=     -znoldynsym
787 ZNORELOC=       -znoreloc
788 ZNOVERSION=     -znoversion
789 ZRECORD=        -zrecord
790 ZREDLOCSYM=     -zredlocsym
791 ZTEXT=          -ztext
792 ZVERBOSE=       -zverbose
794 GSHARED=        -G
795 CCMT=           -mt
797 # Handle different PIC models on different ISAs
798 # (May be overridden by lower-level Makefiles)
800 sparc_C_PICFLAGS =      -K pic
801 sparcv9_C_PICFLAGS =    -K pic
802 i386_C_PICFLAGS =       -K pic
803 amd64_C_PICFLAGS =      -K pic
804 C_PICFLAGS =            $($(MACH)_C_PICFLAGS)
805 C_PICFLAGS64 =          $($(MACH64)_C_PICFLAGS)
807 sparc_C_BIGPICFLAGS =   -K PIC
808 sparcv9_C_BIGPICFLAGS = -K PIC
809 i386_C_BIGPICFLAGS =    -K PIC
810 amd64_C_BIGPICFLAGS =   -K PIC
811 C_BIGPICFLAGS =         $($(MACH)_C_BIGPICFLAGS)
812 C_BIGPICFLAGS64 =       $($(MACH64)_C_BIGPICFLAGS)
814 # CC requires there to be no space between '-K' and 'pic' or 'PIC'.
815 sparc_CC_PICFLAGS =     -Kpic
816 sparcv9_CC_PICFLAGS =   -KPIC
817 i386_CC_PICFLAGS =      -Kpic
818 amd64_CC_PICFLAGS =     -Kpic
819 CC_PICFLAGS =           $($(MACH)_CC_PICFLAGS)
820 CC_PICFLAGS64 =         $($(MACH64)_CC_PICFLAGS)
822 AS_PICFLAGS=
823 AS_BIGPICFLAGS=
826 # Default label for CTF sections
828 CTFCVTFLAGS=            -i -L VERSION
831 # Override to pass module-specific flags to ctfmerge.  Currently used only by
832 # krtld to turn on fuzzy matching, and source-level debugging to inhibit
833 # stripping.
835 CTFMRGFLAGS=
837 CTFCONVERT_O            = $(CTFCONVERT) $(CTFCVTFLAGS) $@
839 # Rules (normally from make.rules) and macros which are used for post
840 # processing files. Normally, these do stripping of the comment section
841 # automatically.
842 #    RELEASE_CM:        Should be editted to reflect the release.
843 #    POST_PROCESS_O:    Post-processing for `.o' files.
844 #    POST_PROCESS_A:    Post-processing for `.a' files (currently null).
845 #    POST_PROCESS_SO:   Post-processing for `.so' files.
846 #    POST_PROCESS:      Post-processing for executable files (no suffix).
847 # Note that these macros are not completely generalized as they are to be
848 # used with the file name to be processed following.
850 # It is left as an exercise to Release Engineering to embellish the generation
851 # of the release comment string.
853 #       If this is a standard development build:
854 #               compress the comment section (mcs -c)
855 #               add the standard comment (mcs -a $(RELEASE_CM))
856 #               add the development specific comment (mcs -a $(DEV_CM))
858 #       If this is an installation build:
859 #               delete the comment section (mcs -d)
860 #               add the standard comment (mcs -a $(RELEASE_CM))
861 #               add the development specific comment (mcs -a $(DEV_CM))
863 #       If this is an release build:
864 #               delete the comment section (mcs -d)
865 #               add the standard comment (mcs -a $(RELEASE_CM))
867 # The following list of macros are used in the definition of RELEASE_CM
868 # which is used to label all binaries in the build:
870 #       RELEASE         Specific release of the build, eg: 5.2
871 #       RELEASE_MAJOR   Major version number part of $(RELEASE)
872 #       RELEASE_MINOR   Minor version number part of $(RELEASE)
873 #       VERSION         Version of the build (alpha, beta, Generic)
874 #       PATCHID         If this is a patch this value should contain
875 #                       the patchid value (eg: "Generic 100832-01"), otherwise
876 #                       it will be set to $(VERSION)
877 #       RELEASE_DATE    Date of the Release Build
878 #       PATCH_DATE      Date the patch was created, if this is blank it
879 #                       will default to the RELEASE_DATE
881 RELEASE_MAJOR=  5
882 RELEASE_MINOR=  11
883 RELEASE=        $(RELEASE_MAJOR).$(RELEASE_MINOR)
884 VERSION=        SunOS Development
885 PATCHID=        $(VERSION)
886 RELEASE_DATE=   release date not set
887 PATCH_DATE=     $(RELEASE_DATE)
888 RELEASE_CM=     "@($(POUND_SIGN))SunOS $(RELEASE) $(PATCHID) $(PATCH_DATE)"
889 DEV_CM=         "@($(POUND_SIGN))SunOS Internal Development: non-nightly build"
891 PROCESS_COMMENT=  @?${MCS} -d -a $(RELEASE_CM) -a $(DEV_CM)
892 $(RELEASE_BUILD)PROCESS_COMMENT=   @?${MCS} -d -a $(RELEASE_CM)
894 STRIP_STABS=                       $(STRIP) -x $@
895 $(SRCDBGBLD)STRIP_STABS=           :
897 POST_PROCESS_O= 
898 POST_PROCESS_A=
899 POST_PROCESS_SO=        $(PROCESS_COMMENT) $@ ; $(STRIP_STABS) ; \
900                         $(ELFSIGN_OBJECT)
901 POST_PROCESS=           $(PROCESS_COMMENT) $@ ; $(STRIP_STABS) ; \
902                         $(ELFSIGN_OBJECT)
905 # chk4ubin is a tool that inspects a module for a symbol table
906 # ELF section size which can trigger an OBP bug on older platforms.
907 # This problem affects only specific sun4u bootable modules.
909 CHK4UBIN=       $(ONBLD_TOOLS)/bin/$(MACH)/chk4ubin
910 CHK4UBINFLAGS=
911 CHK4UBINARY=    $(CHK4UBIN) $(CHK4UBINFLAGS) $@
914 # PKGARCHIVE specifies the default location where packages should be
915 # placed if built.
917 $(RELEASE_BUILD)PKGARCHIVESUFFIX=       -nd
918 PKGARCHIVE=$(SRC)/../../packages/$(MACH)/nightly$(PKGARCHIVESUFFIX)
921 # The repositories will be created with these publisher settings.  To
922 # update an image to the resulting repositories, this must match the
923 # publisher name provided to "pkg set-publisher."
925 PKGPUBLISHER_REDIST=    on-nightly
927 #       Default build rules which perform comment section post-processing.
930         $(LINK.c) -o $@ $< $(LDLIBS)
931         $(POST_PROCESS)
932 .c.o:
933         $(COMPILE.c) $(OUTPUT_OPTION) $< $(CTFCONVERT_HOOK)
934         $(POST_PROCESS_O)
935 .c.a:
936         $(COMPILE.c) -o $% $<
937         $(PROCESS_COMMENT) $%
938         $(AR) $(ARFLAGS) $@ $%
939         $(RM) $%
940 .s.o:
941         $(COMPILE.s) -o $@ $<
942         $(POST_PROCESS_O)
943 .s.a:
944         $(COMPILE.s) -o $% $<
945         $(PROCESS_COMMENT) $%
946         $(AR) $(ARFLAGS) $@ $%
947         $(RM) $%
948 .cc:
949         $(LINK.cc) -o $@ $< $(LDLIBS)
950         $(POST_PROCESS)
951 .cc.o:
952         $(COMPILE.cc) $(OUTPUT_OPTION) $<
953         $(POST_PROCESS_O)
954 .cc.a:
955         $(COMPILE.cc) -o $% $<
956         $(AR) $(ARFLAGS) $@ $%
957         $(PROCESS_COMMENT) $%
958         $(RM) $%
960         $(YACC.y) $<
961         $(LINK.c) -o $@ y.tab.c $(LDLIBS)
962         $(POST_PROCESS)
963         $(RM) y.tab.c
964 .y.o:
965         $(YACC.y) $<
966         $(COMPILE.c) -o $@ y.tab.c $(CTFCONVERT_HOOK)
967         $(POST_PROCESS_O)
968         $(RM) y.tab.c
970         $(RM) $*.c
971         $(LEX.l) $< > $*.c
972         $(LINK.c) -o $@ $*.c -ll $(LDLIBS)
973         $(POST_PROCESS)
974         $(RM) $*.c
975 .l.o:
976         $(RM) $*.c
977         $(LEX.l) $< > $*.c
978         $(COMPILE.c) -o $@ $*.c $(CTFCONVERT_HOOK)
979         $(POST_PROCESS_O)
980         $(RM) $*.c
982 .bin.o:
983         $(COMPILE.b) -o $@ $<
984         $(POST_PROCESS_O)
986 .java.class:
987         $(COMPILE.java) $<
989 # Bourne and Korn shell script message catalog build rules.
990 # We extract all gettext strings with sed(1) (being careful to permit
991 # multiple gettext strings on the same line), weed out the dups, and
992 # build the catalogue with awk(1).
994 .sh.po .ksh.po:
995         $(SED) -n -e ":a"                               \
996                   -e "h"                                        \
997                   -e "s/.*gettext *\(\"[^\"]*\"\).*/\1/p"       \
998                   -e "x"                                        \
999                   -e "s/\(.*\)gettext *\"[^\"]*\"\(.*\)/\1\2/"  \
1000                   -e "t a"                                      \
1001                $< | sort -u | $(AWK) '{ print "msgid\t" $$0 "\nmsgstr" }' > $@
1004 # Python and Perl executable and message catalog build rules.
1006 .SUFFIXES: .pl .pm .py .pyc
1008 .pl:
1009         $(RM) $@;
1010         $(SED) -e "s@TEXT_DOMAIN@\"$(TEXT_DOMAIN)\"@" $< > $@;
1011         $(CHMOD) +x $@
1013 .py:
1014         $(RM) $@; $(CAT) $< > $@; $(CHMOD) +x $@
1016 .py.pyc:
1017         $(RM) $@
1018         $(PYTHON) -mpy_compile $<
1019         @[ $(<)c = $@ ] || $(MV) $(<)c $@
1021 .py.po:
1022         $(GNUXGETTEXT) $(GNUXGETFLAGS) -d $(<F:%.py=%) $< ;
1024 .pl.po .pm.po:
1025         $(XGETTEXT) $(XGETFLAGS) -d $(<F) $< ;
1026         $(RM)   $@ ;
1027         $(SED) "/^domain/d" < $(<F).po > $@ ;
1028         $(RM) $(<F).po
1031 # When using xgettext, we want messages to go to the default domain,
1032 # rather than the specified one.  This special version of the
1033 # COMPILE.cpp macro effectively prevents expansion of TEXT_DOMAIN,
1034 # causing xgettext to put all messages into the default domain.
1036 CPPFORPO=$(COMPILE.cpp:\"$(TEXT_DOMAIN)\"=TEXT_DOMAIN)
1038 .c.i:
1039         $(CPPFORPO) $< > $@
1041 .h.i:
1042         $(CPPFORPO) $< > $@
1044 .y.i:
1045         $(YACC) -d $<
1046         $(CPPFORPO) y.tab.c  > $@
1047         $(RM) y.tab.c
1049 .l.i:
1050         $(LEX) $<
1051         $(CPPFORPO) lex.yy.c  > $@
1052         $(RM) lex.yy.c
1054 .c.po:
1055         $(CPPFORPO) $< > $<.i
1056         $(BUILD.po)
1058 .cc.po:
1059         $(CPPFORPO) $< > $<.i
1060         $(BUILD.po)
1062 .y.po:
1063         $(YACC) -d $<
1064         $(CPPFORPO) y.tab.c  > $<.i
1065         $(BUILD.po)
1066         $(RM) y.tab.c
1068 .l.po:
1069         $(LEX) $<
1070         $(CPPFORPO) lex.yy.c  > $<.i
1071         $(BUILD.po)
1072         $(RM) lex.yy.c
1075 # Rules to perform stylistic checks
1077 .SUFFIXES: .x .xml .check .xmlchk
1079 .h.check:
1080         $(DOT_H_CHECK)
1082 .x.check:
1083         $(DOT_X_CHECK)
1085 .xml.xmlchk:
1086         $(MANIFEST_CHECK)