1999-12-15 12:40:24 +03:00
#
2012-05-21 15:12:37 +04:00
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
1998-08-21 07:34:44 +04:00
2009-03-11 23:32:10 +03:00
i f e q ( , $( MAKE_VERSION ) )
$( error GNU Make is required )
e n d i f
2013-10-17 02:55:14 +04:00
make_min_ver := 3.81
i f n e q ( $( make_min_ver ) , $( firstword $ ( sort $ ( make_min_ver ) $ ( MAKE_VERSION ) ) ) )
$( error GNU Make $ ( make_min_ver ) or higher is required )
2009-03-11 23:32:10 +03:00
e n d i f
2013-05-17 21:54:53 +04:00
export TOPLEVEL_BUILD := 1
2008-12-19 17:50:24 +03:00
default ::
2005-11-08 20:53:54 +03:00
2016-02-09 08:36:07 +03:00
i f n d e f T E S T _ M O Z B U I L D
2014-01-14 02:38:40 +04:00
i f d e f M O Z _ B U I L D _ A P P
2016-03-18 12:24:54 +03:00
i n c l u d e $( wildcard $ ( topsrcdir ) /$ ( MOZ_BUILD_APP ) /build .mk )
2014-01-14 02:38:40 +04:00
e n d i f
2016-02-09 08:36:07 +03:00
e n d i f
2002-10-25 09:59:52 +04:00
2008-12-19 17:50:24 +03:00
i n c l u d e $( topsrcdir ) / c o n f i g / c o n f i g . m k
2015-02-13 16:11:57 +03:00
GARBAGE_DIRS += _javagen _profile staticlib
2012-08-29 10:55:58 +04:00
DIST_GARBAGE = config.cache config.log config.status* config-defs.h \
Bug 627277 - Remove (broken) BeOS support. r=biesi,dwitte,gavin,joe,jorendorff,josh,khuey,mfinkle,neil,Pike,roc,shaver,smontagu,taras
2011-02-19 22:10:24 +03:00
config/autoconf.mk \
2013-08-22 10:55:59 +04:00
mozilla-config.h \
2008-01-29 01:05:47 +03:00
netwerk/necko-config.h xpcom/xpcom-config.h xpcom/xpcom-private.h \
2013-09-05 04:01:44 +04:00
.mozconfig.mk
1998-10-28 06:40:33 +03:00
2016-02-09 08:36:07 +03:00
i f n d e f M O Z _ P R O F I L E _ U S E
2016-02-10 07:38:31 +03:00
buildid.h source-repo.h : FORCE
2016-02-09 08:36:07 +03:00
e n d i f
2014-02-11 05:37:47 +04:00
i f d e f J S _ S T A N D A L O N E
2014-01-14 02:38:40 +04:00
configure_dir = $( topsrcdir) /js/src
e l s e
configure_dir = $( topsrcdir)
e n d i f
Bug 1239217 - Make the RecursiveMake build system create backend files generically. r=gps
The current rule is only for "backend.RecursiveMakeBackend", but, with
the current default of generating both the RecursiveMake and FasterMake
backends, the command creates/refreshes both backends. This is, in fact,
how the FasterMake backend is refreshed in most cases.
Moreover, with an hybrid backends, the generated file is not
"backend.RecursiveMakeBackend" anymore, so we need a more generic way to
handle this.
Furthermore, it's not necessarily desirable for all backends to have a
dependency file to handle the dependencies to refresh the backend, so
generate a plain list instead. This has the side effect of making `mach
build-backend --diff` more readable for changes to that file.
Finally, make the backend.* files created like any other backend file,
such that its diff appears in the `mach build-backend --diff` output.
2016-01-22 04:02:48 +03:00
BUILD_BACKEND_FILES := $( addprefix backend.,$( addsuffix Backend,$( BUILD_BACKENDS) ) )
2015-11-30 11:43:06 +03:00
i f n d e f T E S T _ M O Z B U I L D
2013-04-12 18:03:06 +04:00
i f n d e f M O Z _ P R O F I L E _ U S E
Bug 1239217 - Make the RecursiveMake build system create backend files generically. r=gps
The current rule is only for "backend.RecursiveMakeBackend", but, with
the current default of generating both the RecursiveMake and FasterMake
backends, the command creates/refreshes both backends. This is, in fact,
how the FasterMake backend is refreshed in most cases.
Moreover, with an hybrid backends, the generated file is not
"backend.RecursiveMakeBackend" anymore, so we need a more generic way to
handle this.
Furthermore, it's not necessarily desirable for all backends to have a
dependency file to handle the dependencies to refresh the backend, so
generate a plain list instead. This has the side effect of making `mach
build-backend --diff` more readable for changes to that file.
Finally, make the backend.* files created like any other backend file,
such that its diff appears in the `mach build-backend --diff` output.
2016-01-22 04:02:48 +03:00
# We need to explicitly put BUILD_BACKEND_FILES here otherwise the rule in
# rules.mk doesn't run early enough.
$(TIERS) binaries :: CLOBBER $( configure_dir ) /configure config .status $( BUILD_BACKEND_FILES )
2017-10-05 08:50:01 +03:00
i f d e f M O Z _ W I D G E T _ T O O L K I T
2015-03-10 09:16:51 +03:00
i f d e f C O M P I L E _ E N V I R O N M E N T
2014-11-06 03:29:11 +03:00
$(TIERS) binaries :: $( topsrcdir ) /js /src /configure js /src /config .status
2013-10-01 03:25:38 +04:00
e n d i f
2013-04-12 18:03:06 +04:00
e n d i f
2014-03-21 06:52:25 +04:00
e n d i f
2015-11-30 11:43:06 +03:00
e n d i f
2008-12-19 17:50:24 +03:00
2014-02-11 05:37:47 +04:00
i f d e f J S _ S T A N D A L O N E
2014-01-14 02:38:40 +04:00
.PHONY : CLOBBER
CLOBBER :
e l s e
2013-03-29 21:34:58 +04:00
CLOBBER : $( topsrcdir ) /CLOBBER
2013-12-03 01:34:21 +04:00
@echo 'STOP! The CLOBBER file has changed.'
@echo 'Please run the build through a sanctioned build wrapper, such as'
@echo '"mach build" or client.mk.'
2013-03-29 21:34:58 +04:00
@exit 1
2014-01-14 02:38:40 +04:00
e n d i f
2013-03-29 21:34:58 +04:00
2016-02-23 03:42:40 +03:00
$(topsrcdir)/configure : $( topsrcdir ) /configure .in $( topsrcdir ) /old -configure .in
$(topsrcdir)/js/src/configure : $( topsrcdir ) /js /src /configure .in $( topsrcdir ) /js /src /old -configure .in
2014-02-11 05:37:47 +04:00
$(topsrcdir)/configure $(topsrcdir)/js/src/configure :
2016-02-23 03:42:40 +03:00
@echo 'STOP! $? has changed, and your configure is out of date.'
2013-12-03 01:34:21 +04:00
@echo 'Please rerun autoconf and re-configure your build directory.'
2014-02-11 05:37:47 +04:00
@echo 'To ignore this message, touch "$@",'
2013-12-03 01:34:21 +04:00
@echo 'but your build might not succeed.'
2010-01-23 03:39:13 +03:00
@exit 1
2016-02-23 03:42:40 +03:00
config.status : $( configure_dir ) /configure $( configure_dir ) /old -configure
js/src/config.status : $( topsrcdir ) /js /src /configure $( topsrcdir ) /js /src /old -configure
2014-02-11 05:37:47 +04:00
config.status js/src/config.status :
2016-02-23 03:42:40 +03:00
@echo 'STOP! $? has changed and needs to be run again.'
2014-02-11 05:37:47 +04:00
@echo 'Please rerun it.'
@echo 'To ignore this message, touch "$(CURDIR)/$@",'
2013-12-03 01:34:21 +04:00
@echo 'but your build might not succeed.'
2010-01-23 03:39:13 +03:00
@exit 1
2013-10-30 01:53:52 +04:00
# Regenerate the build backend if it is out of date. We only have this rule in
# this main make file because having it in rules.mk and applied to partial tree
# builds resulted in a world of hurt. Gory details are in bug 877308.
#
# The mach build driver will ensure the backend is up to date for partial tree
# builds. This cleanly avoids most of the pain.
2015-11-30 11:43:06 +03:00
i f n d e f T E S T _ M O Z B U I L D
Bug 1239217 - Make the RecursiveMake build system create backend files generically. r=gps
The current rule is only for "backend.RecursiveMakeBackend", but, with
the current default of generating both the RecursiveMake and FasterMake
backends, the command creates/refreshes both backends. This is, in fact,
how the FasterMake backend is refreshed in most cases.
Moreover, with an hybrid backends, the generated file is not
"backend.RecursiveMakeBackend" anymore, so we need a more generic way to
handle this.
Furthermore, it's not necessarily desirable for all backends to have a
dependency file to handle the dependencies to refresh the backend, so
generate a plain list instead. This has the side effect of making `mach
build-backend --diff` more readable for changes to that file.
Finally, make the backend.* files created like any other backend file,
such that its diff appears in the `mach build-backend --diff` output.
2016-01-22 04:02:48 +03:00
.PHONY : backend
backend : $( BUILD_BACKEND_FILES )
2017-01-26 03:09:13 +03:00
i n c l u d e $( topsrcdir ) / b u i l d / r e b u i l d - b a c k e n d . m k
2013-10-30 01:53:52 +04:00
Bug 1239217 - Make the RecursiveMake build system create backend files generically. r=gps
The current rule is only for "backend.RecursiveMakeBackend", but, with
the current default of generating both the RecursiveMake and FasterMake
backends, the command creates/refreshes both backends. This is, in fact,
how the FasterMake backend is refreshed in most cases.
Moreover, with an hybrid backends, the generated file is not
"backend.RecursiveMakeBackend" anymore, so we need a more generic way to
handle this.
Furthermore, it's not necessarily desirable for all backends to have a
dependency file to handle the dependencies to refresh the backend, so
generate a plain list instead. This has the side effect of making `mach
build-backend --diff` more readable for changes to that file.
Finally, make the backend.* files created like any other backend file,
such that its diff appears in the `mach build-backend --diff` output.
2016-01-22 04:02:48 +03:00
Makefile : $( BUILD_BACKEND_FILES )
2013-10-30 01:53:52 +04:00
@$( TOUCH) $@
Bug 1239217 - Make the RecursiveMake build system create backend files generically. r=gps
The current rule is only for "backend.RecursiveMakeBackend", but, with
the current default of generating both the RecursiveMake and FasterMake
backends, the command creates/refreshes both backends. This is, in fact,
how the FasterMake backend is refreshed in most cases.
Moreover, with an hybrid backends, the generated file is not
"backend.RecursiveMakeBackend" anymore, so we need a more generic way to
handle this.
Furthermore, it's not necessarily desirable for all backends to have a
dependency file to handle the dependencies to refresh the backend, so
generate a plain list instead. This has the side effect of making `mach
build-backend --diff` more readable for changes to that file.
Finally, make the backend.* files created like any other backend file,
such that its diff appears in the `mach build-backend --diff` output.
2016-01-22 04:02:48 +03:00
default :: $( BUILD_BACKEND_FILES )
2015-11-30 11:43:06 +03:00
e n d i f
2013-10-30 01:53:52 +04:00
2014-09-05 05:27:39 +04:00
install_manifests := \
2017-08-09 22:35:15 +03:00
$( addprefix dist/,branding idl include public private xpi-stage) \
2014-09-05 05:27:39 +04:00
_tests \
$( NULL)
2016-01-22 05:13:26 +03:00
# Skip the dist/bin install manifest when using the hybrid
# FasterMake/RecursiveMake backend. This is a hack until bug 1241744 moves
# xpidl handling to FasterMake in that case, mechanically making the dist/bin
# install manifest non-existent (non-existent manifests being skipped)
i f e q ( , $( filter FasterMake +RecursiveMake ,$ ( BUILD_BACKENDS ) ) )
install_manifests += dist/bin
e n d i f
2013-09-17 04:49:44 +04:00
install_manifest_depends = \
CLOBBER \
2014-01-14 02:38:40 +04:00
$( configure_dir) /configure \
2013-09-17 04:49:44 +04:00
config.status \
Bug 1239217 - Make the RecursiveMake build system create backend files generically. r=gps
The current rule is only for "backend.RecursiveMakeBackend", but, with
the current default of generating both the RecursiveMake and FasterMake
backends, the command creates/refreshes both backends. This is, in fact,
how the FasterMake backend is refreshed in most cases.
Moreover, with an hybrid backends, the generated file is not
"backend.RecursiveMakeBackend" anymore, so we need a more generic way to
handle this.
Furthermore, it's not necessarily desirable for all backends to have a
dependency file to handle the dependencies to refresh the backend, so
generate a plain list instead. This has the side effect of making `mach
build-backend --diff` more readable for changes to that file.
Finally, make the backend.* files created like any other backend file,
such that its diff appears in the `mach build-backend --diff` output.
2016-01-22 04:02:48 +03:00
$( BUILD_BACKEND_FILES) \
2013-09-17 04:49:44 +04:00
$( NULL)
2017-10-05 08:50:01 +03:00
i f d e f M O Z _ W I D G E T _ T O O L K I T
2015-03-10 09:16:51 +03:00
i f d e f C O M P I L E _ E N V I R O N M E N T
2014-02-11 05:37:47 +04:00
install_manifest_depends += \
$( topsrcdir) /js/src/configure \
js/src/config.status \
$( NULL)
2013-10-01 03:25:38 +04:00
e n d i f
2014-03-21 06:52:25 +04:00
e n d i f
2013-10-01 03:25:38 +04:00
2013-09-17 04:49:44 +04:00
.PHONY : install -manifests
2014-09-05 05:27:39 +04:00
install-manifests : $( addprefix install -,$ ( install_manifests ) )
2013-09-17 04:49:44 +04:00
2016-01-22 05:13:26 +03:00
# If we're using the hybrid FasterMake/RecursiveMake backend, we want
# to recurse in the faster/ directory in parallel of install manifests.
2016-01-23 22:40:24 +03:00
# But dist/idl needs to happen before (cf. dependencies in
# config/faster/rules.mk)
2016-01-22 05:13:26 +03:00
i f n e q ( , $( filter FasterMake +RecursiveMake ,$ ( BUILD_BACKENDS ) ) )
install-manifests : faster
.PHONY : faster
2016-01-23 22:40:24 +03:00
faster : install -dist /idl
2016-01-22 05:13:26 +03:00
$( MAKE) -C faster FASTER_RECURSIVE_MAKE = 1
e n d i f
2016-07-29 20:43:29 +03:00
.PHONY : tup
2016-09-26 21:16:09 +03:00
tup :
2017-06-22 02:20:18 +03:00
$( call BUILDSTATUS,TIERS $( if $( MOZ_ARTIFACT_BUILDS) ,artifact ) make tup)
i f d e f M O Z _ A R T I F A C T _ B U I L D S
$( call BUILDSTATUS,TIER_START artifact)
$( MAKE) recurse_artifact
$( call BUILDSTATUS,TIER_FINISH artifact)
e n d i f
2016-09-26 21:16:09 +03:00
$( call BUILDSTATUS,TIER_START make)
2016-09-30 18:16:41 +03:00
$( MAKE) buildid.h source-repo.h
2016-09-26 21:16:09 +03:00
$( call BUILDSTATUS,TIER_FINISH make)
$( call BUILDSTATUS,TIER_START tup)
2016-09-12 22:09:15 +03:00
@$( TUP) $( if $( findstring s,$( filter-out --%,$( MAKEFLAGS) ) ) ,,--verbose)
2016-09-26 21:16:09 +03:00
$( call BUILDSTATUS,TIER_FINISH tup)
2016-07-29 20:43:29 +03:00
2017-08-10 21:58:04 +03:00
.PHONY : $( addprefix install -,$ ( install_manifests ) )
2016-01-21 12:10:57 +03:00
$(addprefix install-,$(install_manifests)) : install -%: $( install_manifest_depends )
2016-01-22 05:13:26 +03:00
i f n e q ( , $( filter FasterMake +RecursiveMake ,$ ( BUILD_BACKENDS ) ) )
@# If we' re using the hybrid FasterMake/RecursiveMake backend, we want
@# to ensure the FasterMake end doesn' t have install manifests for the
@# same directory, because that would blow up
$( if $( wildcard _build_manifests/install/$( subst /,_,$* ) ) ,$( if $( wildcard faster/install_$( subst /,_,$* ) *) ,$( error FasterMake and RecursiveMake ends of the hybrid build system want to handle $* ) ) )
e n d i f
2017-08-09 00:07:07 +03:00
$( addprefix $( call py_action,process_install_manifest,--track install_$( subst /,_,$* ) .track $* ) ,$( wildcard _build_manifests/install/$( subst /,_,$* ) ) )
2013-09-17 04:49:44 +04:00
2015-09-25 11:18:45 +03:00
# Dummy wrapper rule to allow the faster backend to piggy back
2016-01-23 22:39:18 +03:00
$(addprefix install-,$(subst /,_,$(filter dist/%,$(install_manifests)))) : install -dist_ %: install -dist /% ;
2015-09-25 11:18:45 +03:00
2014-09-05 05:27:39 +04:00
.PHONY : install -tests
2016-04-05 00:56:52 +03:00
install-tests : install -test -files
.PHONY : install -test -files
install-test-files :
2017-08-09 00:07:07 +03:00
$( call py_action,process_install_manifest,--track install__test_files.track _tests _build_manifests/install/_test_files)
2014-09-05 05:27:39 +04:00
2014-05-16 22:37:31 +04:00
i n c l u d e $( topsrcdir ) / b u i l d / m o z - a u t o m a t i o n . m k
2013-09-25 02:05:43 +04:00
2015-02-13 16:11:57 +03:00
# dist and _tests should be purged during cleaning. However, we don't want them
# purged during PGO builds because they contain some auto-generated files.
2013-09-25 02:05:43 +04:00
i f n e q ( $( filter -out maybe_clobber_profiledbuild ,$ ( MAKECMDGOALS ) ) , )
2015-02-13 16:11:57 +03:00
GARBAGE_DIRS += dist _tests
2013-09-25 02:05:43 +04:00
e n d i f
2017-08-09 22:35:15 +03:00
# Dummy rule for the cases below where we don't depend on dist/include
recurse_pre-export ::
2013-09-17 04:49:44 +04:00
# Windows PGO builds don't perform a clean before the 2nd pass. So, we want
# to preserve content for the 2nd pass on Windows. Everywhere else, we always
# process the install manifests as part of export.
2014-09-05 05:27:39 +04:00
# For the binaries rule, not all the install manifests matter, so force only
# the interesting ones to be done.
2013-09-17 04:49:44 +04:00
i f d e f M O Z _ P R O F I L E _ U S E
i f n d e f N O _ P R O F I L E _ G U I D E D _ O P T I M I Z E
i f n e q ( $( OS_ARCH ) _ $( GNU_CC ) , W I N N T _ )
2016-01-21 11:08:53 +03:00
recurse_pre-export :: install -manifests
2013-10-02 03:53:23 +04:00
binaries ::
2017-08-09 00:07:07 +03:00
@$( MAKE) install-manifests install_manifests = dist/include
2013-09-17 04:49:44 +04:00
e n d i f
e n d i f
e l s e # !MOZ_PROFILE_USE (normal build)
2016-01-21 11:08:53 +03:00
recurse_pre-export :: install -manifests
2013-10-02 03:53:23 +04:00
binaries ::
2017-08-09 00:07:07 +03:00
@$( MAKE) install-manifests install_manifests = dist/include
2013-09-17 04:49:44 +04:00
e n d i f
2016-06-01 20:48:53 +03:00
recurse_artifact :
$( topsrcdir) /mach --log-no-times artifact install
2017-10-05 08:50:01 +03:00
i f d e f M O Z _ W I D G E T _ T O O L K I T
2008-12-19 17:50:24 +03:00
i f d e f E N A B L E _ T E S T S
# Additional makefile targets to call automated test suites
i n c l u d e $( topsrcdir ) / t e s t i n g / t e s t s u i t e - t a r g e t s . m k
e n d i f
2014-01-14 02:38:40 +04:00
e n d i f
2008-12-19 17:50:24 +03:00
2013-09-05 10:07:57 +04:00
default all ::
2014-11-06 03:29:11 +03:00
$( call BUILDSTATUS,TIERS $( TIERS) $( if $( MOZ_AUTOMATION) ,$( MOZ_AUTOMATION_TIERS) ) )
2013-08-21 00:03:39 +04:00
2013-09-06 04:17:59 +04:00
i n c l u d e $( topsrcdir ) / c o n f i g / r u l e s . m k
2013-08-21 00:03:39 +04:00
2016-08-26 01:39:57 +03:00
i f d e f S C C A C H E _ V E R B O S E _ S T A T S
default ::
2017-04-12 22:06:22 +03:00
-$( CCACHE) --show-stats --stats-format= json > sccache-stats.json
2016-08-26 01:39:57 +03:00
@echo "===SCCACHE STATS==="
-$( CCACHE) --show-stats
@echo "==================="
2017-07-20 05:31:14 +03:00
i f n d e f M O Z _ P R O F I L E _ G E N E R A T E
2017-07-14 03:46:38 +03:00
# Ideally we'd do that in the same file as we set the sccache.log location for
# sccache, but it's too late in the build.
-gzip -9 $( DIST) /sccache.log
2016-08-26 01:39:57 +03:00
e n d i f
2017-07-20 05:31:14 +03:00
e n d i f
2016-08-26 01:39:57 +03:00
2000-12-13 00:28:24 +03:00
distclean ::
2013-08-22 10:55:59 +04:00
$( RM) $( DIST_GARBAGE)
2002-03-01 04:01:42 +03:00
2016-05-30 20:45:19 +03:00
i f d e f M O Z _ C R A S H R E P O R T E R
2009-02-17 17:18:50 +03:00
i n c l u d e $( topsrcdir ) / t o o l k i t / m o z a p p s / i n s t a l l e r / p a c k a g e - n a m e . m k
2016-05-30 20:45:19 +03:00
e n d i f
2007-09-10 21:36:17 +04:00
2017-02-10 19:34:08 +03:00
.PHONY : prepsymbolsarchive
prepsymbolsarchive :
2007-01-12 02:42:21 +03:00
echo packing symbols
2009-11-04 17:59:47 +03:00
$( NSINSTALL) -D $( DIST) /$( PKG_PATH)
2016-10-04 15:57:35 +03:00
2017-02-10 19:34:08 +03:00
i f n d e f M O Z _ A U T O M A T I O N
prepsymbolsarchive : recurse_syms
e n d i f
2016-10-04 15:57:35 +03:00
.PHONY : symbolsfullarchive
2017-02-10 19:34:08 +03:00
symbolsfullarchive : prepsymbolsarchive
2017-04-28 06:37:11 +03:00
$( RM) '$(DIST)/$(PKG_PATH)$(SYMBOL_FULL_ARCHIVE_BASENAME).zip'
2017-07-11 00:25:04 +03:00
$( call py_action,symbols_archive,'$(DIST)/$(PKG_PATH)$(SYMBOL_FULL_ARCHIVE_BASENAME).zip' \
2017-04-28 06:37:11 +03:00
$( abspath $( DIST) /crashreporter-symbols) \
--exclude '*test*' \
2017-04-28 08:51:19 +03:00
--exclude '*Test*' \
--compress '**/*.sym' )
2016-10-04 15:57:35 +03:00
.PHONY : symbolsarchive
2017-02-10 19:34:08 +03:00
symbolsarchive : prepsymbolsarchive
2017-04-28 06:37:11 +03:00
$( RM) '$(DIST)/$(PKG_PATH)$(SYMBOL_ARCHIVE_BASENAME).zip'
2017-07-11 00:25:04 +03:00
$( call py_action,symbols_archive,'$(DIST)/$(PKG_PATH)$(SYMBOL_ARCHIVE_BASENAME).zip' \
2017-04-28 06:37:11 +03:00
$( abspath $( DIST) /crashreporter-symbols) \
--include '**/*.sym' )
2016-10-04 15:57:35 +03:00
i f d e f M O Z _ C R A S H R E P O R T E R
buildsymbols : symbolsfullarchive symbolsarchive
e l s e
buildsymbols :
e n d i f
2007-01-12 02:42:21 +03:00
2006-12-06 04:16:05 +03:00
uploadsymbols :
2007-08-08 19:19:57 +04:00
i f d e f M O Z _ C R A S H R E P O R T E R
2015-02-23 21:48:54 +03:00
i f d e f S O C O R R O _ S Y M B O L _ U P L O A D _ T O K E N _ F I L E
2015-05-27 20:50:04 +03:00
$( PYTHON) -u $( topsrcdir) /toolkit/crashreporter/tools/upload_symbols.py '$(DIST)/$(PKG_PATH)$(SYMBOL_FULL_ARCHIVE_BASENAME).zip'
2006-12-06 04:16:05 +03:00
e n d i f
2014-01-14 02:38:40 +04:00
e n d i f
2009-12-20 17:25:48 +03:00
2014-07-03 07:15:10 +04:00
.PHONY : update -packaging
2014-05-16 22:37:31 +04:00
update-packaging :
$( MAKE) -C tools/update-packaging
2017-07-31 19:47:08 +03:00
.PHONY : package -generated -sources
package-generated-sources :
$( call py_action,package_generated_sources,'$(DIST)/$(PKG_PATH)$(GENERATED_SOURCE_FILE_PACKAGE)' )
2011-08-31 18:49:42 +04:00
#XXX: this is a hack, since we don't want to clobber for MSVC
# PGO support, but we can't do this test in client.mk
i f n e q ( $( OS_ARCH ) _ $( GNU_CC ) , W I N N T _ )
# No point in clobbering if PGO has been explicitly disabled.
i f n d e f N O _ P R O F I L E _ G U I D E D _ O P T I M I Z E
maybe_clobber_profiledbuild : clean
e l s e
maybe_clobber_profiledbuild :
e n d i f
e l s e
maybe_clobber_profiledbuild :
2011-11-05 01:26:53 +04:00
$( RM) $( DIST) /bin/*.pgc
2013-12-03 01:34:21 +04:00
find $( DIST) /$( MOZ_APP_NAME) -name '*.pgc' -exec mv { } $( DIST) /bin \;
2011-08-31 18:49:42 +04:00
e n d i f
.PHONY : maybe_clobber_profiledbuild
2010-10-13 16:43:03 +04:00
# Look for R_386_PC32 relocations in shared libs, these
# break x86_64 builds and SELinux users.
i f e q ( $( OS_TARGET ) _ $( TARGET_XPCOM_ABI ) , L i n u x _ x 8 6 - g c c 3 )
2013-12-04 00:51:08 +04:00
check ::
2013-12-03 01:34:21 +04:00
@relcount= ` find $( DIST) /bin -name '*.so' | xargs objdump -R | grep R_386_PC32 | wc -l` && if test $$ relcount -gt 0; then echo 'FAILED: R_386_PC32 relocations detected in a shared library. Did you use a system header without adding it to config/system-headers?' ; exit 1; else echo 'PASSED' ; fi
2010-10-13 16:43:03 +04:00
e n d i f
2012-07-09 17:47:26 +04:00
2014-02-11 05:37:47 +04:00
i f d e f J S _ S T A N D A L O N E
2014-01-14 02:38:40 +04:00
# Delegate js-specific rules to js
check-% :
$( MAKE) -C js/src $@
source-package install :
$( MAKE) -C js/src $@
# Every export rule depends on config/export, but the rule for config/export
# doesn't exist when building js non-standalone.
.PHONY : config /export
config/export :
2014-02-11 05:37:47 +04:00
e n d i f
2013-03-04 23:11:55 +04:00
2014-09-04 12:44:01 +04:00
# There used to be build interdependencies here. They are now in config/recurse.mk