2012-05-30 20:48:24 +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/.
|
2008-07-22 16:21:15 +04:00
|
|
|
|
2023-02-15 22:52:11 +03:00
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
2008-07-22 16:21:15 +04:00
|
|
|
|
2014-12-07 13:25:00 +03:00
|
|
|
ifdef MAKENSISU
|
2008-07-22 16:21:15 +04:00
|
|
|
# For Windows build the uninstaller during the application build since the
|
|
|
|
# uninstaller is included with the application for mar file generation.
|
|
|
|
libs::
|
|
|
|
$(MAKE) -C installer/windows uninstaller
|
2012-06-04 18:03:22 +04:00
|
|
|
ifdef MOZ_MAINTENANCE_SERVICE
|
|
|
|
$(MAKE) -C installer/windows maintenanceservice_installer
|
2008-07-22 16:21:15 +04:00
|
|
|
endif
|
2012-07-07 17:37:24 +04:00
|
|
|
endif
|
2016-10-10 21:23:11 +03:00
|
|
|
|
|
|
|
|
2019-08-27 04:32:55 +03:00
|
|
|
# As fallout from bug 1247162, the sourcestamp in application.ini and
|
2016-10-10 21:23:11 +03:00
|
|
|
# platform.ini are the same, which isn't a problem for Firefox, but
|
|
|
|
# it's not right for anything else. So we correct platform.ini here.
|
|
|
|
libs:: $(DIST)/bin/platform.ini
|
2020-05-02 17:19:17 +03:00
|
|
|
$(PYTHON3) $(commtopsrcdir)/build/source_repos.py gen_platformini \
|
2019-08-27 04:32:55 +03:00
|
|
|
$(DIST)/bin/platform.ini
|
|
|
|
|
2020-04-29 03:42:30 +03:00
|
|
|
libs::
|
|
|
|
@echo Generating $(MOZ_BUILT_FROM_FILE) for Treeherder.
|
2020-05-02 17:19:17 +03:00
|
|
|
$(PYTHON3) $(commtopsrcdir)/build/source_repos.py gen_treeherder_build_links > $(DIST)/$(MOZ_BUILT_FROM_FILE)
|