2 # ***** BEGIN LICENSE BLOCK *****
3 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License. You may obtain a copy of the License at
8 # http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
15 # The Original Code is mozilla.org code.
17 # The Initial Developer of the Original Code is
18 # Netscape Communications Corporation.
19 # Portions created by the Initial Developer are Copyright (C) 1998
20 # the Initial Developer. All Rights Reserved.
23 # Benjamin Smedberg <benjamin@smedbergs.us>
25 # Alternatively, the contents of this file may be used under the terms of
26 # either of the GNU General Public License Version 2 or later (the "GPL"),
27 # or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
28 # in which case the provisions of the GPL or the LGPL are applicable instead
29 # of those above. If you wish to allow use of your version of this file only
30 # under the terms of either the GPL or the LGPL, and not to allow others to
31 # use your version of this file under the terms of the MPL, indicate your
32 # decision by deleting the provisions above and replace them with the notice
33 # and other provisions required by the GPL or the LGPL. If you do not delete
34 # the provisions above, a recipient may use your version of this file under
35 # the terms of any one of the MPL, the GPL or the LGPL.
37 # ***** END LICENSE BLOCK *****
42 # Determines the platform and builds the macros needed to load the
43 # appropriate platform-specific .mk file, then defines all (most?)
44 # of the generic macros.
47 # Define an include-at-most-once flag
48 #ifdef INCLUDED_CONFIG_MK
49 #$(error Don't include config.mk twice!)
51 INCLUDED_CONFIG_MK
= 1
53 EXIT_ON_ERROR
= set
-e
; # Shell loops continue past errors without this.
59 ifndef INCLUDED_AUTOCONF_MK
60 include $(DEPTH
)/config
/autoconf.mk
65 # Sanity check some variables
73 INSTALL_EXTENSION_ID \
78 # checks for internal spaces or trailing spaces in the variable
80 check-variable
= $(if
$(filter-out 0 1,$(words $($(x
))z
)),$(error Spaces are not allowed in
$(x
)))
82 $(foreach x
,$(CHECK_VARS
),$(check-variable
))
84 core_abspath
= $(if
$(findstring :,$(1)),$(1),$(if
$(filter /%,$(1)),$(1),$(CURDIR
)/$(1)))
87 space
:=$(nullstr
) # EOL
89 core_winabspath
= $(firstword $(subst /, ,$(call core_abspath
,$(1)))):$(subst $(space
),,$(patsubst %,\\%,$(wordlist
2,$(words $(subst /, ,$(call core_abspath
,$(1)))), $(strip $(subst /, ,$(call core_abspath
,$(1)))))))
91 # FINAL_TARGET specifies the location into which we copy end-user-shipped
92 # build products (typelibs, components, chrome).
94 # It will usually be the well-loved $(DIST)/bin, today, but can also be an
95 # XPI-contents staging directory for ambitious and right-thinking extensions.
96 FINAL_TARGET
= $(if
$(XPI_NAME
),$(DIST
)/xpi-stage
/$(XPI_NAME
),$(DIST
)/bin
)
99 DEFINES
+= -DXPI_NAME
=$(XPI_NAME
)
102 # MAKE_JARS_TARGET is a staging area for make-jars.pl. When packaging in
103 # the jar format, make-jars leaves behind a directory structure that's not
104 # needed in $(FINAL_TARGET). For both, flat, and symlink, the directory
105 # structure contains the chrome, so leave it in $(FINAL_TARGET).
106 ifeq (jar
,$(MOZ_CHROME_FILE_FORMAT
))
107 MAKE_JARS_TARGET
= $(if
$(XPI_NAME
),$(FINAL_TARGET
).stage
,$(DIST
)/chrome-stage
)
109 MAKE_JARS_TARGET
= $(FINAL_TARGET
)
112 # The VERSION_NUMBER is suffixed onto the end of the DLLs we ship.
115 ifeq ($(HOST_OS_ARCH
),WINNT
)
116 win_srcdir
:= $(subst $(topsrcdir
),$(WIN_TOP_SRC
),$(srcdir))
117 BUILD_TOOLS
= $(WIN_TOP_SRC
)/build
/unix
119 win_srcdir
:= $(srcdir)
120 BUILD_TOOLS
= $(topsrcdir
)/build
/unix
123 CONFIG_TOOLS
= $(MOZ_BUILD_ROOT
)/config
124 AUTOCONF_TOOLS
= $(topsrcdir
)/build
/autoconf
126 ifeq ($(OS_ARCH
),QNX
)
127 ifeq ($(OS_TARGET
),NTO
)
128 LD
:= qcc
-Vgcc_ntox86
-nostdlib
133 ifeq ($(OS_ARCH
),BeOS
)
134 BEOS_ADDON_WORKAROUND
= 1
138 # Strip off the excessively long version numbers on these platforms,
139 # but save the version to allow multiple versions of the same base
140 # platform to be built in the same tree.
142 ifneq (,$(filter FreeBSD HP-UX IRIX Linux NetBSD OpenBSD OSF1 SunOS
,$(OS_ARCH
)))
143 OS_RELEASE
:= $(basename $(OS_RELEASE
))
145 # Allow the user to ignore the OS_VERSION, which is usually irrelevant.
146 ifdef WANT_MOZILLA_CONFIG_OS_VERSION
147 OS_VERS
:= $(suffix $(OS_RELEASE
))
148 OS_VERSION
:= $(shell echo
$(OS_VERS
) | sed
's/-.*//')
153 OS_CONFIG
:= $(OS_ARCH
)$(OS_RELEASE
)
155 FINAL_LINK_LIBS
= $(DEPTH
)/config
/final-link-libs
156 FINAL_LINK_COMPS
= $(DEPTH
)/config
/final-link-comps
157 FINAL_LINK_COMP_NAMES
= $(DEPTH
)/config
/final-link-comp-names
159 MOZ_UNICHARUTIL_LIBS
= $(LIBXUL_DIST
)/lib
/$(LIB_PREFIX
)unicharutil_s.
$(LIB_SUFFIX
)
160 MOZ_WIDGET_SUPPORT_LIBS
= $(DIST
)/lib
/$(LIB_PREFIX
)widgetsupport_s.
$(LIB_SUFFIX
)
163 ifneq (,$(filter-out WINNT WINCE
,$(OS_ARCH
)))
164 JEMALLOC_LIBS
= $(MKSHLIB_FORCE_ALL
) $(call EXPAND_MOZLIBNAME
,jemalloc
) $(MKSHLIB_UNFORCE_ALL
)
168 CC
:= $(CC_WRAPPER
) $(CC
)
169 CXX
:= $(CXX_WRAPPER
) $(CXX
)
171 # determine debug-related options
176 _DEBUG_CFLAGS
+= $(MOZ_DEBUG_ENABLE_DEFS
) $(MOZ_DEBUG_FLAGS
)
177 _DEBUG_LDFLAGS
+= $(MOZ_DEBUG_LDFLAGS
)
178 XULPPFLAGS
+= $(MOZ_DEBUG_ENABLE_DEFS
)
180 _DEBUG_CFLAGS
+= $(MOZ_DEBUG_DISABLE_DEFS
)
181 XULPPFLAGS
+= $(MOZ_DEBUG_DISABLE_DEFS
)
182 ifdef MOZ_DEBUG_SYMBOLS
183 _DEBUG_CFLAGS
+= $(MOZ_DEBUG_FLAGS
)
184 _DEBUG_LDFLAGS
+= $(MOZ_DEBUG_LDFLAGS
)
188 MOZALLOC_LIB
= $(call EXPAND_LIBNAME_PATH
,mozalloc
,$(DIST
)/lib
)
190 OS_CFLAGS
+= $(_DEBUG_CFLAGS
)
191 OS_CXXFLAGS
+= $(_DEBUG_CFLAGS
)
192 OS_LDFLAGS
+= $(_DEBUG_LDFLAGS
)
194 # XXX: What does this? Bug 482434 filed for better explanation.
195 ifeq ($(OS_ARCH
)_
$(GNU_CC
),WINNT_
)
197 ifneq (,$(MOZ_BROWSE_INFO
)$(MOZ_BSCFILE
))
203 # We don't build a static CRT when building a custom CRT,
204 # it appears to be broken. So don't link to jemalloc if
205 # the Makefile wants static CRT linking.
206 ifeq ($(MOZ_MEMORY
)_
$(USE_STATIC_LIBS
),1_
)
207 # Disable default CRT libs and add the right lib path for the linker
208 OS_LDFLAGS
+= $(MOZ_MEMORY_LDFLAGS
)
211 # MOZ_DEBUG_SYMBOLS generates debug symbols in separate PDB files.
212 # Used for generating an optimized build with debugging symbols.
213 # Used in the Windows nightlies to generate symbols for crash reporting.
214 ifdef MOZ_DEBUG_SYMBOLS
215 OS_CXXFLAGS
+= -Zi
-UDEBUG
-DNDEBUG
216 OS_CFLAGS
+= -Zi
-UDEBUG
-DNDEBUG
217 OS_LDFLAGS
+= -DEBUG
-OPT
:REF
221 # -FIXED:NO is needed for Quantify to work, but it increases the size
222 # of executables, so only use it if building for Quantify.
223 WIN32_EXE_LDFLAGS
+= -FIXED
:NO
225 # We need -OPT:NOICF to prevent identical methods from being merged together.
226 # Otherwise, Quantify doesn't know which method was actually called when it's
227 # showing you the profile.
228 OS_LDFLAGS
+= -OPT
:NOICF
232 # Handle trace-malloc in optimized builds.
233 # No opt to give sane callstacks.
235 ifdef NS_TRACE_MALLOC
236 MOZ_OPTIMIZE_FLAGS
=-Zi
-Od
-UDEBUG
-DNDEBUG
237 OS_LDFLAGS
= -DEBUG
-PDB
:NONE
-OPT
:REF
-OPT
:nowin98
238 endif # NS_TRACE_MALLOC
241 endif # WINNT && !GNU_CC
244 # Build using PIC by default
245 # Do not use PIC if not building a shared lib (see exceptions below)
248 ifndef BUILD_STATIC_LIBS
251 ifneq (,$(FORCE_SHARED_LIB
)$(FORCE_USE_PIC
))
255 # In Firefox, all components are linked into either libxul or the static
256 # meta-component, and should be compiled with PIC.
257 ifdef MOZ_META_COMPONENT
261 # If module is going to be merged into the nsStaticModule,
262 # make sure that the entry points are translated and
263 # the module is built static.
267 ifneq (,$(BUILD_STATIC_LIBS
))
269 DEFINES
+= -DXPCOM_TRANSLATE_NSGM_ENTRY_POINT
=1
276 # Determine if module being compiled is destined
277 # to be merged into libxul
279 ifdef MOZ_ENABLE_LIBXUL
283 DEFINES
+= -DXPCOM_TRANSLATE_NSGM_ENTRY_POINT
=1
285 $(error Component makefile does not specify MODULE_NAME.
)
294 # If we are building this component into an extension/xulapp, it cannot be
295 # statically linked. In the future we may want to add a xulapp meta-component
308 # Disable PIC if necessary
313 ifeq ($(OS_ARCH
)_
$(HAVE_GCC3_ABI
),Darwin_1
)
314 DSO_PIC_CFLAGS
=-mdynamic-no-pic
320 ifndef SHARED_LIBRARY_NAME
322 SHARED_LIBRARY_NAME
=$(LIBRARY_NAME
)
326 ifndef STATIC_LIBRARY_NAME
328 STATIC_LIBRARY_NAME
=$(LIBRARY_NAME
)
332 ifeq (WINNT
,$(OS_ARCH
))
336 # This comes from configure
337 ifdef MOZ_PROFILE_GUIDED_OPTIMIZE_DISABLE
338 NO_PROFILE_GUIDED_OPTIMIZE
= 1
341 # No sense in profiling tools
343 NO_PROFILE_GUIDED_OPTIMIZE
= 1
346 # Don't build SIMPLE_PROGRAMS with PGO, since they don't need it anyway,
347 # and we don't have the same build logic to re-link them in the second pass.
348 ifdef SIMPLE_PROGRAMS
349 NO_PROFILE_GUIDED_OPTIMIZE
= 1
352 # Enable profile-based feedback
353 ifndef NO_PROFILE_GUIDED_OPTIMIZE
354 ifdef MOZ_PROFILE_GENERATE
355 OS_CFLAGS
+= $(PROFILE_GEN_CFLAGS
)
356 OS_CXXFLAGS
+= $(PROFILE_GEN_CFLAGS
)
357 OS_LDFLAGS
+= $(PROFILE_GEN_LDFLAGS
)
358 ifeq (WINNT
,$(OS_ARCH
))
361 endif # MOZ_PROFILE_GENERATE
363 ifdef MOZ_PROFILE_USE
364 OS_CFLAGS
+= $(PROFILE_USE_CFLAGS
)
365 OS_CXXFLAGS
+= $(PROFILE_USE_CFLAGS
)
366 OS_LDFLAGS
+= $(PROFILE_USE_LDFLAGS
)
367 ifeq (WINNT
,$(OS_ARCH
))
370 endif # MOZ_PROFILE_USE
371 endif # NO_PROFILE_GUIDED_OPTIMIZE
374 # Does the makefile specifies the internal XPCOM API linkage?
375 ifneq (,$(MOZILLA_INTERNAL_API
)$(LIBXUL_LIBRARY
))
376 DEFINES
+= -DMOZILLA_INTERNAL_API
379 # Force XPCOM/widget/gfx methods to be _declspec(dllexport) when we're
380 # building libxul libraries
381 ifdef MOZ_ENABLE_LIBXUL
394 ifndef JS_SHARED_LIBRARY
395 DEFINES
+= -DSTATIC_EXPORTABLE_JS_API
400 # Force _all_ exported methods to be |_declspec(dllexport)| when we're
401 # building them into the executable.
403 ifeq (,$(filter-out WINNT WINCE OS2
, $(OS_ARCH
)))
404 ifdef BUILD_STATIC_LIBS
407 -D_IMPL_NS_MSG_BASE \
413 # Flags passed to make-jars.pl
417 -f
$(MOZ_CHROME_FILE_FORMAT
) \
420 ifdef USE_EXTENSION_MANIFEST
421 MAKE_JARS_FLAGS
+= -e
425 MAKE_JARS_FLAGS
+= --both-manifests
428 TAR_CREATE_FLAGS
= -cvhf
430 ifeq ($(OS_ARCH
),BSD_OS
)
431 TAR_CREATE_FLAGS
= -cvLf
434 ifeq ($(OS_ARCH
),OS2
)
435 TAR_CREATE_FLAGS
= -cvf
439 # Personal makefile customizations go in these optional make include files.
441 MY_CONFIG
:= $(DEPTH
)/config
/myconfig.mk
442 MY_RULES
:= $(DEPTH
)/config
/myrules.mk
445 # Default command macros; can be overridden in <arch>.mk.
448 NFSPWD
= $(CONFIG_TOOLS
)/nfspwd
449 PURIFY
= purify
$(PURIFYOPTIONS
)
450 QUANTIFY
= quantify
$(QUANTIFYOPTIONS
)
452 XPIDL_COMPILE
= $(CYGWIN_WRAPPER
) $(LIBXUL_DIST
)/host
/bin
/host_xpidl
$(HOST_BIN_SUFFIX
)
453 XPIDL_LINK
= $(CYGWIN_WRAPPER
) $(LIBXUL_DIST
)/host
/bin
/host_xpt_link
$(HOST_BIN_SUFFIX
)
455 XPIDL_COMPILE
= $(CYGWIN_WRAPPER
) $(LIBXUL_DIST
)/bin
/xpidl
$(BIN_SUFFIX
)
456 XPIDL_LINK
= $(CYGWIN_WRAPPER
) $(LIBXUL_DIST
)/bin
/xpt_link
$(BIN_SUFFIX
)
460 JAVA_GEN_DIR
= _javagen
461 JAVA_DIST_DIR
= $(DEPTH
)/$(JAVA_GEN_DIR
)
462 JAVA_IFACES_PKG_NAME
= org
/mozilla
/interfaces
468 -I
$(DIST
)/include -I
$(DIST
)/include/nsprpub \
469 $(if
$(LIBXUL_SDK
),-I
$(LIBXUL_SDK
)/include -I
$(LIBXUL_SDK
)/include/nsprpub
) \
473 include $(topsrcdir
)/config
/static-checking-config.mk
476 OS_CFLAGS
+= -F
/System
/Library
/PrivateFrameworks
477 OS_CXXFLAGS
+= -F
/System
/Library
/PrivateFrameworks
478 OS_LDFLAGS
+= -F
/System
/Library
/PrivateFrameworks
-framework CHUD
479 endif # ifdef MOZ_SHARK
481 CFLAGS
= $(OS_CFLAGS
)
482 CXXFLAGS
= $(OS_CXXFLAGS
)
483 LDFLAGS
= $(OS_LDFLAGS
) $(MOZ_FIX_LINK_PATHS
)
485 # Allow each module to override the *default* optimization settings
486 # by setting MODULE_OPTIMIZE_FLAGS if the developer has not given
487 # arguments to --enable-optimize
489 ifeq (1,$(MOZ_OPTIMIZE
))
490 ifdef MODULE_OPTIMIZE_FLAGS
491 CFLAGS
+= $(MODULE_OPTIMIZE_FLAGS
)
492 CXXFLAGS
+= $(MODULE_OPTIMIZE_FLAGS
)
494 CFLAGS
+= $(MOZ_OPTIMIZE_FLAGS
)
495 CXXFLAGS
+= $(MOZ_OPTIMIZE_FLAGS
)
496 endif # MODULE_OPTIMIZE_FLAGS
498 CFLAGS
+= $(MOZ_OPTIMIZE_FLAGS
)
499 CXXFLAGS
+= $(MOZ_OPTIMIZE_FLAGS
)
500 endif # MOZ_OPTIMIZE == 1
501 LDFLAGS
+= $(MOZ_OPTIMIZE_LDFLAGS
)
505 HOST_CFLAGS
+= $(HOST_OPTIMIZE_FLAGS
)
508 ifeq (1,$(MOZ_OPTIMIZE
))
509 ifdef MODULE_OPTIMIZE_FLAGS
510 HOST_CFLAGS
+= $(MODULE_OPTIMIZE_FLAGS
)
512 HOST_CFLAGS
+= $(MOZ_OPTIMIZE_FLAGS
)
513 endif # MODULE_OPTIMIZE_FLAGS
515 HOST_CFLAGS
+= $(MOZ_OPTIMIZE_FLAGS
)
516 endif # MOZ_OPTIMIZE == 1
518 endif # CROSS_COMPILE
520 # Check for FAIL_ON_WARNINGS & FAIL_ON_WARNINGS_DEBUG (Shorthand for Makefiles
521 # to request that we use the 'warnings as errors' compile flags)
523 # NOTE: First, we clear FAIL_ON_WARNINGS[_DEBUG] if we're doing a Windows PGO
524 # build, since WARNINGS_AS_ERRORS has been suspected of causing isuses in that
525 # situation. (See bug 437002.)
526 ifeq (WINNT_1
,$(OS_ARCH
)_
$(MOZ_PROFILE_GENERATE
)$(MOZ_PROFILE_USE
))
527 FAIL_ON_WARNINGS_DEBUG
=
529 endif # WINNT && (MOS_PROFILE_GENERATE ^ MOZ_PROFILE_USE)
531 # Also clear FAIL_ON_WARNINGS[_DEBUG] for Android builds, since
532 # they have some platform-specific warnings we haven't fixed yet.
533 ifeq ($(OS_TARGET
),Android
)
534 FAIL_ON_WARNINGS_DEBUG
=
538 # Now, check for debug version of flag; it turns on normal flag in debug builds.
539 ifdef FAIL_ON_WARNINGS_DEBUG
543 endif # FAIL_ON_WARNINGS_DEBUG
545 # Check for normal version of flag, and add WARNINGS_AS_ERRORS if it's set to 1.
546 ifdef FAIL_ON_WARNINGS
547 CXXFLAGS
+= $(WARNINGS_AS_ERRORS
)
548 CFLAGS
+= $(WARNINGS_AS_ERRORS
)
549 endif # FAIL_ON_WARNINGS
551 ifeq ($(OS_ARCH
)_
$(GNU_CC
),WINNT_
)
552 #// Currently, unless USE_STATIC_LIBS is defined, the multithreaded
553 #// DLL version of the RTL is used...
555 #//------------------------------------------------------------------------
556 ifdef USE_STATIC_LIBS
557 RTL_FLAGS
=-MT
# Statically linked multithreaded RTL
558 ifneq (,$(MOZ_DEBUG
)$(NS_TRACE_MALLOC
))
559 ifndef MOZ_NO_DEBUG_RTL
560 RTL_FLAGS
=-MTd
# Statically linked multithreaded MSVC4.0 debug RTL
562 endif # MOZ_DEBUG || NS_TRACE_MALLOC
564 else # !USE_STATIC_LIBS
566 RTL_FLAGS
=-MD
# Dynamically linked, multithreaded RTL
567 ifneq (,$(MOZ_DEBUG
)$(NS_TRACE_MALLOC
))
568 ifndef MOZ_NO_DEBUG_RTL
569 RTL_FLAGS
=-MDd
# Dynamically linked, multithreaded MSVC4.0 debug RTL
571 endif # MOZ_DEBUG || NS_TRACE_MALLOC
572 endif # USE_STATIC_LIBS
573 endif # WINNT && !GNU_CC
575 ifeq ($(OS_ARCH
),Darwin
)
576 # Darwin doesn't cross-compile, so just set both types of flags here.
577 HOST_CMFLAGS
+= -fobjc-exceptions
578 HOST_CMMFLAGS
+= -fobjc-exceptions
579 OS_COMPILE_CMFLAGS
+= -fobjc-exceptions
580 OS_COMPILE_CMMFLAGS
+= -fobjc-exceptions
583 COMPILE_CFLAGS
= $(VISIBILITY_FLAGS
) $(DEFINES
) $(INCLUDES
) $(DSO_CFLAGS
) $(DSO_PIC_CFLAGS
) $(CFLAGS
) $(RTL_FLAGS
) $(OS_COMPILE_CFLAGS
)
584 COMPILE_CXXFLAGS
= $(STL_FLAGS
) $(VISIBILITY_FLAGS
) $(DEFINES
) $(INCLUDES
) $(DSO_CFLAGS
) $(DSO_PIC_CFLAGS
) $(CXXFLAGS
) $(RTL_FLAGS
) $(OS_COMPILE_CXXFLAGS
)
585 COMPILE_CMFLAGS
= $(OS_COMPILE_CMFLAGS
)
586 COMPILE_CMMFLAGS
= $(OS_COMPILE_CMMFLAGS
)
589 HOST_CFLAGS
+= $(RTL_FLAGS
)
593 # Name of the binary code directories
597 # We need to know where to find the libraries we
598 # put on the link line for binaries, and should
599 # we link statically or dynamic? Assuming dynamic for now.
601 ifneq (WINNT_
,$(OS_ARCH
)_
$(GNU_CC
))
602 ifneq (,$(filter-out WINCE
,$(OS_ARCH
)))
603 LIBS_DIR
= -L
$(DIST
)/bin
-L
$(DIST
)/lib
605 LIBS_DIR
+= -L
$(LIBXUL_SDK
)/bin
-L
$(LIBXUL_SDK
)/lib
610 # Default location of include files
611 IDL_DIR
= $(DIST
)/idl
613 XPIDL_FLAGS
= -I
$(srcdir) -I
$(IDL_DIR
)
615 XPIDL_FLAGS
+= -I
$(LIBXUL_SDK
)/idl
618 SDK_LIB_DIR
= $(DIST
)/sdk
/lib
619 SDK_BIN_DIR
= $(DIST
)/sdk
/bin
623 MOZ_COMPONENT_LIBS
=$(XPCOM_LIBS
) $(MOZ_COMPONENT_NSPR_LIBS
)
625 ifeq (xpconnect
, $(findstring xpconnect
, $(BUILD_MODULES
)))
626 DEFINES
+= -DXPCONNECT_STANDALONE
629 ifeq ($(OS_ARCH
),OS2
)
635 ifeq ($(MOZ_WIDGET_TOOLKIT
),qt
)
636 OS_LIBS
+= $(MOZ_QT_LIBS
)
640 ifdef USE_ELF_DYNSTR_GC
641 ifdef MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS
642 ELF_DYNSTR_GC
= $(DEPTH
)/config
/elf-dynstr-gc
647 ifeq ($(OS_ARCH
),Darwin
)
650 PBBUILD
= NEXT_ROOT
= $(PBBUILD_BIN
)
652 PBBUILD
= $(PBBUILD_BIN
)
654 PBBUILD_SETTINGS
= GCC_VERSION
="$(GCC_VERSION)" SYMROOT
=build ARCHS
="$(OS_TEST)"
656 PBBUILD_SETTINGS
+= SDKROOT
="$(MACOS_SDK_DIR)"
657 endif # MACOS_SDK_DIR
658 ifdef MACOSX_DEPLOYMENT_TARGET
659 export MACOSX_DEPLOYMENT_TARGET
660 PBBUILD_SETTINGS
+= MACOSX_DEPLOYMENT_TARGET
="$(MACOSX_DEPLOYMENT_TARGET)"
661 endif # MACOSX_DEPLOYMENT_TARGET
663 ifeq (2,$(MOZ_OPTIMIZE
))
664 # Only override project defaults if the config specified explicit settings
665 PBBUILD_SETTINGS
+= GCC_MODEL_TUNING
= OPTIMIZATION_CFLAGS
="$(MOZ_OPTIMIZE_FLAGS)"
666 endif # MOZ_OPTIMIZE=2
668 ifeq (1,$(HAS_XCODE_2_1
))
669 # Xcode 2.1 puts its build products in a directory corresponding to the
670 # selected build style/configuration.
671 XCODE_PRODUCT_DIR
= build
/$(BUILDSTYLE
)
673 XCODE_PRODUCT_DIR
= build
674 endif # HAS_XCODE_2_1=1
675 endif # OS_ARCH=Darwin
678 ifdef MOZ_NATIVE_MAKEDEPEND
680 MKDEPEND
= $(CYGWIN_WRAPPER
) $(MOZ_NATIVE_MAKEDEPEND
)
682 MKDEPEND_DIR
= $(CONFIG_TOOLS
)/mkdepend
683 MKDEPEND
= $(CYGWIN_WRAPPER
) $(MKDEPEND_DIR
)/mkdepend
$(BIN_SUFFIX
)
686 # Set link flags according to whether we want a console.
688 ifeq ($(MOZ_WINCONSOLE
),1)
689 ifeq ($(OS_ARCH
),OS2
)
690 BIN_FLAGS
+= -Zlinker
-PM
:VIO
692 ifeq ($(OS_ARCH
),WINNT
)
694 WIN32_EXE_LDFLAGS
+= -mconsole
696 WIN32_EXE_LDFLAGS
+= -SUBSYSTEM
:CONSOLE
699 else # MOZ_WINCONSOLE
700 ifeq ($(OS_ARCH
),OS2
)
701 BIN_FLAGS
+= -Zlinker
-PM
:PM
703 ifeq ($(OS_ARCH
),WINNT
)
705 WIN32_EXE_LDFLAGS
+= -mwindows
707 WIN32_EXE_LDFLAGS
+= -SUBSYSTEM
:WINDOWS
713 # If we're building a component on MSVC, we don't want to generate an
714 # import lib, because that import lib will collide with the name of a
715 # static version of the same library.
716 ifeq ($(GNU_LD
)$(OS_ARCH
),WINNT
)
718 LDFLAGS
+= -IMPLIB
:fake.lib
719 DELETE_AFTER_LINK
= fake.lib fake.exp
724 # Include any personal overrides the user might think are needed.
726 -include $(topsrcdir
)/$(MOZ_BUILD_APP
)/app-config.mk
727 -include $(MY_CONFIG
)
729 ######################################################################
730 # Now test variables that might have been set or overridden by $(MY_CONFIG).
732 DEFINES
+= -DOSTYPE
=\"$(OS_CONFIG
)\"
733 DEFINES
+= -DOSARCH
=$(OS_ARCH
)
735 ######################################################################
737 GARBAGE
+= $(DEPENDENCIES
) $(MKDEPENDENCIES
) $(MKDEPENDENCIES
).bak core
$(wildcard core.
[0-9]*) $(wildcard *.err
) $(wildcard *.pure
) $(wildcard *_pure_
*.o
) Templates.DB
$(FAKE_LIBRARY
)
739 ifeq ($(OS_ARCH
),Darwin
)
741 NSDISTMODE
=absolute_symlink
747 NSINSTALL
= $(CYGWIN_WRAPPER
) $(NSINSTALL_BIN
)
749 ifeq (OS2
,$(CROSS_COMPILE
)$(OS_ARCH
))
750 NSINSTALL
= $(MOZ_TOOLS_DIR
)/nsinstall
752 NSINSTALL
= $(CONFIG_TOOLS
)/nsinstall
$(HOST_BIN_SUFFIX
)
754 endif # NSINSTALL_BIN
757 ifeq (,$(CROSS_COMPILE
)$(filter-out WINNT OS2
, $(OS_ARCH
)))
758 INSTALL
= $(NSINSTALL
)
760 ifeq ($(NSDISTMODE
),copy
)
761 # copy files, but preserve source mtime
762 INSTALL
= $(NSINSTALL
) -t
764 ifeq ($(NSDISTMODE
),absolute_symlink
)
765 # install using absolute symbolic links
766 ifeq ($(OS_ARCH
),Darwin
)
767 INSTALL
= $(NSINSTALL
) -L
$(PWD
)
769 INSTALL
= $(NSINSTALL
) -L
`$(NFSPWD)`
772 # install using relative symbolic links
773 INSTALL
= $(NSINSTALL
) -R
774 endif # absolute_symlink
778 # Use nsinstall in copy mode to install files on the system
779 SYSINSTALL
= $(NSINSTALL
) -t
781 ifeq ($(OS_ARCH
),WINNT
)
782 ifneq (,$(CYGDRIVE_MOUNT
))
783 export CYGDRIVE_MOUNT
788 # Localization build automation
791 # Because you might wish to "make locales AB_CD=ab-CD", we don't hardcode
792 # MOZ_UI_LOCALE directly, but use an intermediate variable that can be
793 # overridden by the command line. (Besides, AB_CD is prettier).
794 AB_CD
= $(MOZ_UI_LOCALE
)
797 L10NBASEDIR
= $(error L10NBASEDIR not defined by configure
)
800 EXPAND_LOCALE_SRCDIR
= $(if
$(filter en-US
,$(AB_CD
)),$(topsrcdir
)/$(1)/en-US
,$(L10NBASEDIR
)/$(AB_CD
)/$(subst /locales
,,$(1)))
803 LOCALE_SRCDIR
= $(call EXPAND_LOCALE_SRCDIR
,$(relativesrcdir
))
807 # if LOCALE_MERGEDIR is set, use mergedir first, then the localization,
809 ifdef LOCALE_MERGEDIR
810 MAKE_JARS_FLAGS
+= -c
$(LOCALE_MERGEDIR
)/$(subst /locales
,,$(relativesrcdir
))
812 MAKE_JARS_FLAGS
+= -c
$(LOCALE_SRCDIR
)
813 ifdef LOCALE_MERGEDIR
814 MAKE_JARS_FLAGS
+= -c
$(topsrcdir
)/$(relativesrcdir
)/en-US
819 RUN_TEST_PROGRAM
= $(PYTHON
) $(topsrcdir
)/build
/mobile
/devicemanager-run-test.py
821 ifeq (OS2
,$(OS_ARCH
))
822 RUN_TEST_PROGRAM
= $(topsrcdir
)/build
/os2
/test_os2.cmd
"$(DIST)"
824 ifneq (WINNT
,$(OS_ARCH
))
825 RUN_TEST_PROGRAM
= $(DIST
)/bin
/run-mozilla.sh
834 # Make sure any compiled classes work with at least JVM 1.4
835 JAVAC_FLAGS
+= -source
1.4
842 DIRS
+= $(foreach tier
,$(TIERS
),$(tier_
$(tier
)_dirs
))
843 STATIC_DIRS
+= $(foreach tier
,$(TIERS
),$(tier_
$(tier
)_staticdirs
))
846 OPTIMIZE_JARS_CMD
= $(PYTHON
) $(call core_abspath
,$(topsrcdir
)/config
/optimizejars.py
)