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/.
|
2002-08-21 23:21:36 +04:00
|
|
|
|
2012-04-10 21:45:15 +04:00
|
|
|
dist_dest = $(DIST)/$(MOZ_MACBUNDLE_NAME)
|
2002-09-29 22:16:54 +04:00
|
|
|
|
2004-09-24 22:39:33 +04:00
|
|
|
# hardcode en-US for the moment
|
|
|
|
AB_CD = en-US
|
|
|
|
|
2015-11-26 02:38:16 +03:00
|
|
|
# Build a binary bootstrapping with XRE_main
|
|
|
|
|
|
|
|
ifndef MOZ_WINCONSOLE
|
|
|
|
ifneq (,$(MOZ_DEBUG)$(MOZ_ASAN))
|
|
|
|
MOZ_WINCONSOLE = 1
|
|
|
|
else
|
|
|
|
MOZ_WINCONSOLE = 0
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
2018-01-23 03:01:43 +03:00
|
|
|
# This switches $(INSTALL) to copy mode, like $(SYSINSTALL), so things that
|
|
|
|
# shouldn't get 755 perms need $(IFLAGS1) for either way of calling nsinstall.
|
|
|
|
NSDISTMODE = copy
|
|
|
|
|
2002-10-03 10:08:18 +04:00
|
|
|
include $(topsrcdir)/config/config.mk
|
2007-12-31 18:15:43 +03:00
|
|
|
|
2016-09-14 12:40:53 +03:00
|
|
|
# If we are trying to show an error dialog about the lack of SSE2 support,
|
|
|
|
# make sure that code itself doesn't use SSE2.
|
|
|
|
ifdef MOZ_LINUX_32_SSE2_STARTUP_ERROR
|
|
|
|
CXX := $(filter-out -march=% -msse -msse2 -mfpmath=sse,$(CXX))
|
|
|
|
CXX += -march=pentiumpro
|
|
|
|
endif
|
|
|
|
|
2011-04-22 03:14:59 +04:00
|
|
|
ifeq ($(OS_ARCH),WINNT)
|
2017-04-28 01:27:45 +03:00
|
|
|
# Rebuild firefox.exe if the manifest changes - it's included by splash.rc.
|
|
|
|
# (this dependency should really be just for firefox.exe, not other targets)
|
2013-09-26 23:27:17 +04:00
|
|
|
# Note the manifest file exists in the tree, so we use the explicit filename
|
|
|
|
# here.
|
2017-04-28 01:27:45 +03:00
|
|
|
EXTRA_DEPS += firefox.exe.manifest
|
2002-10-03 10:08:18 +04:00
|
|
|
endif
|
|
|
|
|
2017-04-28 01:27:45 +03:00
|
|
|
PROGRAMS_DEST = $(DIST)/bin
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2014-02-11 02:57:01 +04:00
|
|
|
ifneq (,$(filter-out WINNT,$(OS_ARCH)))
|
2004-04-19 09:24:35 +04:00
|
|
|
|
2013-11-07 05:37:45 +04:00
|
|
|
ifdef COMPILE_ENVIRONMENT
|
2017-10-09 23:09:09 +03:00
|
|
|
libs::
|
2018-01-23 03:01:43 +03:00
|
|
|
cp -p $(MOZ_APP_NAME)$(BIN_SUFFIX) $(DIST)/bin/$(MOZ_APP_NAME)-bin$(BIN_SUFFIX)
|
2013-11-07 05:37:45 +04:00
|
|
|
endif
|
2002-08-21 23:21:36 +04:00
|
|
|
|
2012-09-05 22:43:23 +04:00
|
|
|
GARBAGE += $(addprefix $(FINAL_TARGET)/defaults/pref/, firefox.js)
|
2002-08-21 23:21:36 +04:00
|
|
|
|
|
|
|
endif
|
2003-04-03 06:33:34 +04:00
|
|
|
|
2018-01-19 01:00:02 +03:00
|
|
|
# channel-prefs.js is handled separate from other prefs due to bug 756325
|
|
|
|
# DO NOT change the content of channel-prefs.js without taking the appropriate
|
|
|
|
# steps. See bug 1431342.
|
|
|
|
libs:: $(srcdir)/profile/channel-prefs.js
|
|
|
|
$(NSINSTALL) -D $(DIST)/bin/defaults/pref
|
|
|
|
$(call py_action,preprocessor,-Fsubstitution $(PREF_PPFLAGS) $(ACDEFINES) $^ -o $(DIST)/bin/defaults/pref/channel-prefs.js)
|
|
|
|
|
2009-09-19 06:59:53 +04:00
|
|
|
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
2003-04-03 06:33:34 +04:00
|
|
|
|
2011-10-27 21:27:56 +04:00
|
|
|
MAC_APP_NAME = $(MOZ_APP_DISPLAYNAME)
|
2003-04-03 06:33:34 +04:00
|
|
|
|
2005-07-20 22:36:14 +04:00
|
|
|
ifdef MOZ_DEBUG
|
2011-10-27 21:27:56 +04:00
|
|
|
MAC_APP_NAME := $(MAC_APP_NAME)Debug
|
2005-07-20 22:36:14 +04:00
|
|
|
endif
|
|
|
|
|
2004-11-30 11:23:02 +03:00
|
|
|
AB_CD = $(MOZ_UI_LOCALE)
|
|
|
|
|
2015-07-22 09:02:28 +03:00
|
|
|
ifeq (zh-TW,$(AB_CD))
|
|
|
|
LPROJ_ROOT := $(subst -,_,$(AB_CD))
|
|
|
|
else
|
|
|
|
LPROJ_ROOT := $(firstword $(subst -, ,$(AB_CD)))
|
|
|
|
endif
|
|
|
|
LPROJ := Contents/Resources/$(LPROJ_ROOT).lproj
|
2004-11-30 11:23:02 +03:00
|
|
|
|
2013-11-08 06:42:22 +04:00
|
|
|
clean clobber repackage::
|
2012-04-10 21:45:15 +04:00
|
|
|
$(RM) -r $(dist_dest)
|
2004-11-30 11:23:02 +03:00
|
|
|
|
2016-02-09 11:53:12 +03:00
|
|
|
MAC_BUNDLE_VERSION = $(shell $(PYTHON) $(srcdir)/macversion.py --version=$(MOZ_APP_VERSION) --buildid=$(DEPTH)/buildid.h)
|
2012-04-26 21:46:29 +04:00
|
|
|
|
2013-11-08 06:42:22 +04:00
|
|
|
.PHONY: repackage
|
2017-09-14 08:49:43 +03:00
|
|
|
tools repackage:: $(DIST)/bin/$(MOZ_APP_NAME) features
|
2017-04-05 22:25:30 +03:00
|
|
|
rm -rf $(dist_dest)
|
2017-11-29 01:21:54 +03:00
|
|
|
$(MKDIR) -p '$(dist_dest)/Contents/MacOS'
|
|
|
|
$(MKDIR) -p '$(dist_dest)/$(LPROJ)'
|
|
|
|
rsync -a --exclude '*.in' $(srcdir)/macbuild/Contents '$(dist_dest)' --exclude English.lproj
|
|
|
|
rsync -a --exclude '*.in' $(srcdir)/macbuild/Contents/Resources/English.lproj/ '$(dist_dest)/$(LPROJ)'
|
|
|
|
sed -e 's/%APP_VERSION%/$(MOZ_APP_VERSION)/' -e 's/%MAC_APP_NAME%/$(MAC_APP_NAME)/' -e 's/%MOZ_MACBUNDLE_ID%/$(MOZ_MACBUNDLE_ID)/' -e 's/%MAC_BUNDLE_VERSION%/$(MAC_BUNDLE_VERSION)/' -e 's|%MOZ_DEVELOPER_REPO_PATH%|$(topsrcdir)|' -e 's|%MOZ_DEVELOPER_OBJ_PATH%|$(topobjdir)|' $(srcdir)/macbuild/Contents/Info.plist.in > '$(dist_dest)/Contents/Info.plist'
|
|
|
|
sed -e 's/%MAC_APP_NAME%/$(MAC_APP_NAME)/' $(srcdir)/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in | iconv -f UTF-8 -t UTF-16 > '$(dist_dest)/$(LPROJ)/InfoPlist.strings'
|
|
|
|
rsync -a --exclude-from='$(srcdir)/macbuild/Contents/MacOS-files.in' $(DIST)/bin/ '$(dist_dest)/Contents/Resources'
|
|
|
|
rsync -a --include-from='$(srcdir)/macbuild/Contents/MacOS-files.in' --exclude '*' $(DIST)/bin/ '$(dist_dest)/Contents/MacOS'
|
|
|
|
$(RM) '$(dist_dest)/Contents/MacOS/$(MOZ_APP_NAME)'
|
|
|
|
rsync -aL $(DIST)/bin/$(MOZ_APP_NAME) '$(dist_dest)/Contents/MacOS'
|
2017-12-21 01:39:18 +03:00
|
|
|
cp -RL $(topsrcdir)/$(MOZ_BRANDING_DIRECTORY)/firefox.icns '$(dist_dest)/Contents/Resources/firefox.icns'
|
|
|
|
cp -RL $(topsrcdir)/$(MOZ_BRANDING_DIRECTORY)/document.icns '$(dist_dest)/Contents/Resources/document.icns'
|
2017-11-29 01:21:54 +03:00
|
|
|
$(MKDIR) -p '$(dist_dest)/Contents/Library/LaunchServices'
|
2017-03-27 17:48:35 +03:00
|
|
|
ifdef MOZ_UPDATER
|
2017-11-29 01:21:54 +03:00
|
|
|
mv -f '$(dist_dest)/Contents/MacOS/updater.app/Contents/MacOS/org.mozilla.updater' '$(dist_dest)/Contents/Library/LaunchServices'
|
|
|
|
ln -s ../../../../Library/LaunchServices/org.mozilla.updater '$(dist_dest)/Contents/MacOS/updater.app/Contents/MacOS/org.mozilla.updater'
|
2017-03-27 17:48:35 +03:00
|
|
|
endif
|
2017-11-29 01:21:54 +03:00
|
|
|
printf APPLMOZB > '$(dist_dest)/Contents/PkgInfo'
|
2003-04-03 06:33:34 +04:00
|
|
|
endif
|
2017-09-14 08:49:43 +03:00
|
|
|
|
|
|
|
.PHONY: features
|
|
|
|
tools features::
|
2017-10-18 02:57:03 +03:00
|
|
|
$(PYTHON) -c 'import os, json; listing = {"system": sorted(os.listdir("$(DIST)/bin/browser/features"))}; print json.dumps(listing)' > $(DIST)/bin/browser/chrome/browser/content/browser/built_in_addons.json
|