Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | # vim:set ts=8 sw=8 sts=8 noet: |
michael@0 | 2 | # This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 3 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 4 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 5 | |
michael@0 | 6 | include $(topsrcdir)/config/config.mk |
michael@0 | 7 | |
michael@0 | 8 | SUBMAKEFILES += \ |
michael@0 | 9 | $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/Makefile \ |
michael@0 | 10 | $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales/Makefile \ |
michael@0 | 11 | $(NULL) |
michael@0 | 12 | |
michael@0 | 13 | # This makefile uses variable overrides from the libs-% target to |
michael@0 | 14 | # build non-default locales to non-default dist/ locations. Be aware! |
michael@0 | 15 | |
michael@0 | 16 | PWD := $(CURDIR) |
michael@0 | 17 | |
michael@0 | 18 | # These are defaulted to be compatible with the files the wget-en-US target |
michael@0 | 19 | # pulls. You may override them if you provide your own files. You _must_ |
michael@0 | 20 | # override them when MOZ_PKG_PRETTYNAMES is defined - the defaults will not |
michael@0 | 21 | # work in that case. |
michael@0 | 22 | ZIP_IN ?= $(_ABS_DIST)/$(PACKAGE) |
michael@0 | 23 | WIN32_INSTALLER_IN ?= $(_ABS_DIST)/$(PKG_INST_PATH)$(PKG_INST_BASENAME).exe |
michael@0 | 24 | RETRIEVE_WINDOWS_INSTALLER = 1 |
michael@0 | 25 | |
michael@0 | 26 | MOZ_LANGPACK_EID=langpack-$(AB_CD)@b2g.mozilla.org |
michael@0 | 27 | |
michael@0 | 28 | PREF_JS_EXPORTS = $(call MERGE_FILE,b2g-l10n.js) |
michael@0 | 29 | |
michael@0 | 30 | ifneq (,$(filter cocoa,$(MOZ_WIDGET_TOOLKIT))) |
michael@0 | 31 | MOZ_PKG_MAC_DSSTORE=$(_ABS_DIST)/branding/dsstore |
michael@0 | 32 | MOZ_PKG_MAC_BACKGROUND=$(_ABS_DIST)/branding/background.png |
michael@0 | 33 | MOZ_PKG_MAC_ICON=$(_ABS_DIST)/branding/disk.icns |
michael@0 | 34 | MOZ_PKG_MAC_EXTRA=--symlink '/Applications:/ ' |
michael@0 | 35 | endif |
michael@0 | 36 | |
michael@0 | 37 | ifeq (WINNT,$(OS_ARCH)) |
michael@0 | 38 | UNINSTALLER_PACKAGE_HOOK = $(RM) -r $(STAGEDIST)/uninstall; \ |
michael@0 | 39 | $(NSINSTALL) -D $(STAGEDIST)/uninstall; \ |
michael@0 | 40 | cp ../installer/windows/l10ngen/helper.exe $(STAGEDIST)/uninstall; \ |
michael@0 | 41 | $(RM) $(_ABS_DIST)/l10n-stage/setup.exe; \ |
michael@0 | 42 | cp ../installer/windows/l10ngen/setup.exe $(_ABS_DIST)/l10n-stage; \ |
michael@0 | 43 | $(NULL) |
michael@0 | 44 | endif |
michael@0 | 45 | |
michael@0 | 46 | include $(topsrcdir)/config/rules.mk |
michael@0 | 47 | |
michael@0 | 48 | include $(topsrcdir)/toolkit/locales/l10n.mk |
michael@0 | 49 | |
michael@0 | 50 | $(STAGEDIST): $(DIST)/branding |
michael@0 | 51 | |
michael@0 | 52 | $(DIST)/branding: |
michael@0 | 53 | $(NSINSTALL) -D $@ |
michael@0 | 54 | |
michael@0 | 55 | libs:: |
michael@0 | 56 | @if test -f '$(LOCALE_SRCDIR)/existing-profile-defaults.js'; then \ |
michael@0 | 57 | $(PYTHON) -m mozbuild.action.preprocessor $(PREF_PPFLAGS) $(DEFINES) $(ACDEFINES) $(XULPPFLAGS) \ |
michael@0 | 58 | $(LOCALE_SRCDIR)/existing-profile-defaults.js -o $(FINAL_TARGET)/defaults/existing-profile-defaults.js; \ |
michael@0 | 59 | fi |
michael@0 | 60 | |
michael@0 | 61 | NO_JA_JP_MAC_AB_CD := $(if $(filter ja-JP-mac, $(AB_CD)),ja,$(AB_CD)) |
michael@0 | 62 | |
michael@0 | 63 | libs-%: |
michael@0 | 64 | $(NSINSTALL) -D $(DIST)/install |
michael@0 | 65 | @$(MAKE) -C ../../toolkit/locales libs-$* |
michael@0 | 66 | @$(MAKE) -C ../../intl/locales AB_CD=$* XPI_NAME=locale-$* |
michael@0 | 67 | @$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* PREF_DIR=$(PREF_DIR) |
michael@0 | 68 | @$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales AB_CD=$* XPI_NAME=locale-$* |
michael@0 | 69 | |
michael@0 | 70 | # Tailored target to just add the chrome processing for multi-locale builds |
michael@0 | 71 | chrome-%: |
michael@0 | 72 | @$(MAKE) chrome AB_CD=$* |
michael@0 | 73 | @$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales chrome AB_CD=$* |
michael@0 | 74 | |
michael@0 | 75 | repackage-win32-installer: WIN32_INSTALLER_OUT=$(_ABS_DIST)/$(PKG_INST_PATH)$(PKG_INST_BASENAME).exe |
michael@0 | 76 | repackage-win32-installer: $(call ESCAPE_SPACE,$(WIN32_INSTALLER_IN)) $(SUBMAKEFILES) libs-$(AB_CD) |
michael@0 | 77 | @echo 'Repackaging $(WIN32_INSTALLER_IN) into $(WIN32_INSTALLER_OUT).' |
michael@0 | 78 | $(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY) export |
michael@0 | 79 | $(MAKE) -C ../installer/windows CONFIG_DIR=l10ngen l10ngen/setup.exe l10ngen/7zSD.sfx |
michael@0 | 80 | $(MAKE) repackage-zip \ |
michael@0 | 81 | AB_CD=$(AB_CD) \ |
michael@0 | 82 | MOZ_PKG_FORMAT=SFX7Z \ |
michael@0 | 83 | ZIP_IN='$(WIN32_INSTALLER_IN)' \ |
michael@0 | 84 | ZIP_OUT='$(WIN32_INSTALLER_OUT)' \ |
michael@0 | 85 | SFX_HEADER='$(PWD)/../installer/windows/l10ngen/7zSD.sfx \ |
michael@0 | 86 | $(topsrcdir)/b2g/installer/windows/app.tag' |
michael@0 | 87 | |
michael@0 | 88 | ifeq (WINNT,$(OS_ARCH)) |
michael@0 | 89 | repackage-win32-installer-%: |
michael@0 | 90 | @$(MAKE) repackage-win32-installer AB_CD=$* WIN32_INSTALLER_IN='$(WIN32_INSTALLER_IN)' |
michael@0 | 91 | else |
michael@0 | 92 | repackage-win32-installer-%: ; |
michael@0 | 93 | endif |
michael@0 | 94 | |
michael@0 | 95 | |
michael@0 | 96 | clobber-zip: |
michael@0 | 97 | $(RM) $(STAGEDIST)/chrome/$(AB_CD).jar \ |
michael@0 | 98 | $(STAGEDIST)/chrome/$(AB_CD).manifest \ |
michael@0 | 99 | $(STAGEDIST)/defaults/pref/b2g-l10n.js |
michael@0 | 100 | $(STAGEDIST)/dictionaries \ |
michael@0 | 101 | $(STAGEDIST)/defaults/profile \ |
michael@0 | 102 | $(STAGEDIST)/chrome/$(AB_CD) |
michael@0 | 103 | |
michael@0 | 104 | |
michael@0 | 105 | langpack: langpack-$(AB_CD) |
michael@0 | 106 | |
michael@0 | 107 | # This is a generic target that will make a langpack, repack ZIP (+tarball) |
michael@0 | 108 | # builds, and repack an installer if applicable. It is called from the |
michael@0 | 109 | # tinderbox scripts. Alter it with caution. |
michael@0 | 110 | |
michael@0 | 111 | installers-%: clobber-% langpack-% repackage-win32-installer-% repackage-zip-% |
michael@0 | 112 | @echo 'repackaging done' |
michael@0 | 113 | |
michael@0 | 114 | # When we unpack b2g on MacOS X the platform.ini and application.ini are in slightly |
michael@0 | 115 | # different locations that on all other platforms |
michael@0 | 116 | ifeq (Darwin, $(OS_ARCH)) |
michael@0 | 117 | ifdef LIBXUL_SDK |
michael@0 | 118 | GECKO_PLATFORM_INI_PATH='$(STAGEDIST)/../Frameworks/XUL.framework/Versions/$(MOZILLA_VERSION)/platform.ini' |
michael@0 | 119 | else |
michael@0 | 120 | GECKO_PLATFORM_INI_PATH='$(STAGEDIST)/platform.ini' |
michael@0 | 121 | endif |
michael@0 | 122 | B2G_APPLICATION_INI_PATH='$(STAGEDIST)/application.ini' |
michael@0 | 123 | else |
michael@0 | 124 | ifdef LIBXUL_SDK |
michael@0 | 125 | GECKO_PLATFORM_INI_PATH='$(STAGEDIST)/xulrunner/platform.ini' |
michael@0 | 126 | else |
michael@0 | 127 | GECKO_PLATFORM_INI_PATH='$(STAGEDIST)/platform.ini' |
michael@0 | 128 | endif |
michael@0 | 129 | B2G_APPLICATION_INI_PATH='$(STAGEDIST)/application.ini' |
michael@0 | 130 | endif |
michael@0 | 131 | |
michael@0 | 132 | |
michael@0 | 133 | ident: |
michael@0 | 134 | @printf 'gecko_revision ' |
michael@0 | 135 | @$(PYTHON) $(topsrcdir)/config/printconfigsetting.py $(GECKO_PLATFORM_INI_PATH) Build SourceStamp |
michael@0 | 136 | @printf 'b2g_revision ' |
michael@0 | 137 | @$(PYTHON) $(topsrcdir)/config/printconfigsetting.py $(B2G_APPLICATION_INI_PATH) App SourceStamp |
michael@0 | 138 | @printf 'buildid ' |
michael@0 | 139 | @$(PYTHON) $(topsrcdir)/config/printconfigsetting.py $(B2G_APPLICATION_INI_PATH) App BuildID |
michael@0 | 140 | |
michael@0 | 141 | merge-%: |
michael@0 | 142 | ifdef LOCALE_MERGEDIR |
michael@0 | 143 | $(RM) -rf $(LOCALE_MERGEDIR) |
michael@0 | 144 | MACOSX_DEPLOYMENT_TARGET= compare-locales -m $(LOCALE_MERGEDIR) $(srcdir)/l10n.ini $(L10NBASEDIR) $* |
michael@0 | 145 | endif |
michael@0 | 146 | @echo |
michael@0 | 147 | |
michael@0 | 148 | # test target, depends on make package |
michael@0 | 149 | # try to repack x-test, with just toolkit/defines.inc being there |
michael@0 | 150 | l10n-check:: |
michael@0 | 151 | $(RM) -rf x-test |
michael@0 | 152 | $(NSINSTALL) -D x-test/toolkit |
michael@0 | 153 | echo '#define MOZ_LANG_TITLE Just testing' > x-test/toolkit/defines.inc |
michael@0 | 154 | $(MAKE) installers-x-test L10NBASEDIR='$(PWD)' LOCALE_MERGEDIR='$(PWD)/mergedir' |