2007-03-22 10:30:00 -07:00
|
|
|
# ***** BEGIN LICENSE BLOCK *****
|
|
|
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
# 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
# the License. You may obtain a copy of the License at
|
|
|
|
# http://www.mozilla.org/MPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# License.
|
|
|
|
#
|
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is
|
|
|
|
# Netscape Communications.
|
|
|
|
# Portions created by the Initial Developer are Copyright (C) 2001
|
|
|
|
# the Initial Developer. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
|
|
|
# Brian Ryner <bryner@brianryner.com>
|
|
|
|
# Jonathan Wilson <jonwil@tpgi.com.au>
|
|
|
|
# Dan Mosedale <dmose@mozilla.org>
|
|
|
|
# Benjamin Smedberg <benjamin@smedbergs.us>
|
2011-06-26 09:27:59 -07:00
|
|
|
# Jared Wein <jwein@mozilla.com>
|
2007-03-22 10:30:00 -07:00
|
|
|
#
|
|
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
|
|
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
|
|
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
# in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
# of those above. If you wish to allow use of your version of this file only
|
|
|
|
# under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
# use your version of this file under the terms of the MPL, indicate your
|
|
|
|
# decision by deleting the provisions above and replace them with the notice
|
|
|
|
# and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
# the provisions above, a recipient may use your version of this file under
|
|
|
|
# the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
#
|
|
|
|
# ***** END LICENSE BLOCK *****
|
|
|
|
|
|
|
|
DEPTH = ../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
DIRS = profile/extensions
|
|
|
|
|
|
|
|
PREF_JS_EXPORTS = $(srcdir)/profile/firefox.js \
|
|
|
|
$(srcdir)/profile/channel-prefs.js \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
|
|
|
|
# hardcode en-US for the moment
|
|
|
|
AB_CD = en-US
|
|
|
|
|
|
|
|
DEFINES += -DAB_CD=$(AB_CD)
|
|
|
|
|
|
|
|
APP_VERSION = $(shell cat $(srcdir)/../config/version.txt)
|
|
|
|
DEFINES += -DAPP_VERSION="$(APP_VERSION)"
|
|
|
|
|
2007-07-19 07:58:54 -07:00
|
|
|
ifdef LIBXUL_SDK
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
else
|
2007-03-22 10:30:00 -07:00
|
|
|
# Build a binary bootstrapping with XRE_main
|
|
|
|
|
|
|
|
PROGRAM = $(MOZ_APP_NAME)$(BIN_SUFFIX)
|
|
|
|
|
|
|
|
CPPSRCS = nsBrowserApp.cpp
|
|
|
|
|
|
|
|
LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/xre
|
2010-11-09 18:02:09 -08:00
|
|
|
LOCAL_INCLUDES += -I$(topsrcdir)/xpcom/base
|
2011-05-21 23:23:20 -07:00
|
|
|
LOCAL_INCLUDES += -I$(topsrcdir)/xpcom/build
|
2011-11-21 23:05:59 -08:00
|
|
|
LOCAL_INCLUDES += -I$(DEPTH)/build
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-05-21 23:23:20 -07:00
|
|
|
DEFINES += -DXPCOM_GLUE
|
|
|
|
STL_FLAGS=
|
2008-09-12 16:57:05 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
LIBS += \
|
|
|
|
$(EXTRA_DSO_LIBS) \
|
2011-05-21 23:23:20 -07:00
|
|
|
$(XPCOM_STANDALONE_GLUE_LDOPTS) \
|
2011-02-25 06:02:04 -08:00
|
|
|
$(NULL)
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
ifndef MOZ_WINCONSOLE
|
|
|
|
ifdef MOZ_DEBUG
|
|
|
|
MOZ_WINCONSOLE = 1
|
|
|
|
else
|
|
|
|
MOZ_WINCONSOLE = 0
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
2008-12-06 20:25:09 -08:00
|
|
|
# This switches $(INSTALL) to copy mode, like $(SYSINSTALL), so things that
|
2008-12-06 20:53:14 -08:00
|
|
|
# shouldn't get 755 perms need $(IFLAGS1) for either way of calling nsinstall.
|
2007-03-22 10:30:00 -07:00
|
|
|
NSDISTMODE = copy
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/config.mk
|
2007-12-31 07:15:43 -08:00
|
|
|
|
|
|
|
ifdef _MSC_VER
|
|
|
|
# Always enter a Windows program through wmain, whether or not we're
|
|
|
|
# a console application.
|
2008-03-11 15:12:52 -07:00
|
|
|
WIN32_EXE_LDFLAGS += -ENTRY:wmainCRTStartup
|
2007-12-31 07:15:43 -08:00
|
|
|
endif
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
ifeq ($(OS_ARCH),WINNT)
|
|
|
|
OS_LIBS += $(call EXPAND_LIBNAME,comctl32 comdlg32 uuid shell32 ole32 oleaut32 version winspool)
|
2011-05-20 11:32:01 -07:00
|
|
|
OS_LIBS += $(call EXPAND_LIBNAME,usp10 msimg32)
|
2009-07-07 21:14:43 -07:00
|
|
|
endif
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-04-21 16:14:59 -07:00
|
|
|
ifeq ($(OS_ARCH),WINNT)
|
2007-03-22 10:30:00 -07:00
|
|
|
RCINCLUDE = splash.rc
|
|
|
|
ifndef GNU_CC
|
|
|
|
RCFLAGS += -DMOZ_PHOENIX -I$(srcdir)
|
|
|
|
else
|
|
|
|
RCFLAGS += -DMOZ_PHOENIX --include-dir $(srcdir)
|
|
|
|
endif
|
|
|
|
ifdef DEBUG
|
|
|
|
RCFLAGS += -DDEBUG
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(OS_ARCH),OS2)
|
|
|
|
RESFILE=splashos2.res
|
|
|
|
RCFLAGS += -DMOZ_PHOENIX
|
|
|
|
ifdef DEBUG
|
|
|
|
RCFLAGS += -DDEBUG
|
|
|
|
endif
|
2009-07-23 17:35:49 -07:00
|
|
|
RCFLAGS += -DFIREFOX_ICO=\"$(DIST)/branding/firefox-os2.ico\" -DDOCUMENT_ICO=\"$(DIST)/branding/document-os2.ico\"
|
2007-03-22 10:30:00 -07:00
|
|
|
endif
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
ifeq ($(OS_ARCH),WINNT)
|
|
|
|
#
|
|
|
|
# Control the default heap size.
|
|
|
|
# This is the heap returned by GetProcessHeap().
|
|
|
|
# As we use the CRT heap, the default size is too large and wastes VM.
|
|
|
|
#
|
|
|
|
# The default heap size is 1MB on Win32.
|
|
|
|
# The heap will grow if need be.
|
|
|
|
#
|
|
|
|
# Set it to 256k. See bug 127069.
|
|
|
|
#
|
|
|
|
ifndef GNU_CC
|
|
|
|
LDFLAGS += /HEAP:0x40000
|
2010-08-08 20:58:33 -07:00
|
|
|
ifeq ($(OS_TEST),x86_64)
|
|
|
|
# set stack to 2MB on x64 build. See bug 582910
|
|
|
|
LDFLAGS += -STACK:2097152
|
|
|
|
endif
|
2007-03-22 10:30:00 -07:00
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
2011-04-21 16:14:59 -07:00
|
|
|
ifneq (,$(filter-out OS2 WINNT,$(OS_ARCH)))
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-05-21 23:23:20 -07:00
|
|
|
libs::
|
|
|
|
cp -p $(MOZ_APP_NAME)$(BIN_SUFFIX) $(DIST)/bin/$(MOZ_APP_NAME)-bin$(BIN_SUFFIX)
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
GARBAGE += $(addprefix $(DIST)/bin/defaults/pref/, firefox.js)
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2007-08-03 11:29:29 -07:00
|
|
|
endif # LIBXUL_SDK
|
|
|
|
|
2009-12-22 23:12:50 -08:00
|
|
|
DEFINES += -DFIREFOX_ICO=\"$(DIST)/branding/firefox.ico\" -DDOCUMENT_ICO=\"$(DIST)/branding/document.ico\"
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
|
|
|
|
libs::
|
2009-07-23 17:35:49 -07:00
|
|
|
$(INSTALL) $(IFLAGS1) $(DIST)/branding/mozicon128.png $(DIST)/bin/icons
|
|
|
|
$(INSTALL) $(IFLAGS1) $(DIST)/branding/default16.png $(DIST)/bin/chrome/icons/default
|
|
|
|
$(INSTALL) $(IFLAGS1) $(DIST)/branding/default32.png $(DIST)/bin/chrome/icons/default
|
|
|
|
$(INSTALL) $(IFLAGS1) $(DIST)/branding/default48.png $(DIST)/bin/chrome/icons/default
|
2007-03-22 10:30:00 -07:00
|
|
|
endif
|
2009-07-23 17:35:49 -07:00
|
|
|
|
2008-02-03 17:23:37 -08:00
|
|
|
libs:: $(srcdir)/profile/prefs.js
|
2008-12-06 20:25:09 -08:00
|
|
|
$(INSTALL) $(IFLAGS1) $^ $(DIST)/bin/defaults/profile
|
2008-02-03 17:23:37 -08:00
|
|
|
|
2008-03-19 15:35:03 -07:00
|
|
|
libs:: $(srcdir)/blocklist.xml
|
2008-12-06 20:25:09 -08:00
|
|
|
$(INSTALL) $(IFLAGS1) $^ $(DIST)/bin
|
2008-03-19 15:35:03 -07:00
|
|
|
|
2009-09-18 19:59:53 -07:00
|
|
|
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-10-27 10:27:56 -07:00
|
|
|
MAC_APP_NAME = $(MOZ_APP_DISPLAYNAME)
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
ifdef MOZ_DEBUG
|
2011-10-27 10:27:56 -07:00
|
|
|
MAC_APP_NAME := $(MAC_APP_NAME)Debug
|
2007-03-22 10:30:00 -07:00
|
|
|
endif
|
|
|
|
|
2011-10-27 10:27:56 -07:00
|
|
|
LOWER_MAC_APP_NAME = $(shell echo $(MAC_APP_NAME) | tr '[A-Z]' '[a-z]')
|
2010-03-23 21:45:40 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
AB_CD = $(MOZ_UI_LOCALE)
|
|
|
|
|
|
|
|
AB := $(firstword $(subst -, ,$(AB_CD)))
|
|
|
|
|
|
|
|
clean clobber repackage::
|
2011-10-27 10:27:56 -07:00
|
|
|
$(RM) -r $(DIST)/$(MOZ_MACBUNDLE_NAME)
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2007-08-03 11:29:29 -07:00
|
|
|
ifdef LIBXUL_SDK
|
|
|
|
APPFILES = Resources
|
|
|
|
else
|
|
|
|
APPFILES = MacOS
|
|
|
|
endif
|
|
|
|
|
2011-11-21 23:05:59 -08:00
|
|
|
libs repackage:: $(PROGRAM)
|
2011-10-27 10:27:56 -07:00
|
|
|
$(MKDIR) -p $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS
|
2011-12-16 01:13:00 -08:00
|
|
|
rsync -a --exclude "*.in" $(srcdir)/macbuild/Contents $(DIST)/$(MOZ_MACBUNDLE_NAME) --exclude English.lproj
|
2011-10-27 10:27:56 -07:00
|
|
|
$(MKDIR) -p $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Resources/$(AB).lproj
|
2011-12-16 01:13:00 -08:00
|
|
|
rsync -a --exclude "*.in" $(srcdir)/macbuild/Contents/Resources/English.lproj/ $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Resources/$(AB).lproj
|
2011-10-27 10:27:56 -07:00
|
|
|
sed -e "s/%APP_VERSION%/$(APP_VERSION)/" -e "s/%MAC_APP_NAME%/$(MAC_APP_NAME)/" -e "s/%LOWER_MAC_APP_NAME%/$(LOWER_MAC_APP_NAME)/" $(srcdir)/macbuild/Contents/Info.plist.in > $(DIST)/$(MOZ_MACBUNDLE_NAME)/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)/$(MOZ_MACBUNDLE_NAME)/Contents/Resources/$(AB).lproj/InfoPlist.strings
|
|
|
|
rsync -a $(DIST)/bin/ $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/$(APPFILES)
|
|
|
|
$(RM) $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/$(APPFILES)/mangle $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/$(APPFILES)/shlibsign
|
2007-08-03 11:29:29 -07:00
|
|
|
ifdef LIBXUL_SDK
|
2011-10-27 10:27:56 -07:00
|
|
|
cp $(LIBXUL_DIST)/bin/$(XR_STUB_NAME) $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS/firefox
|
2007-08-03 11:29:29 -07:00
|
|
|
else
|
2011-10-27 10:27:56 -07:00
|
|
|
$(RM) $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS/$(PROGRAM)
|
|
|
|
rsync -aL $(PROGRAM) $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS
|
2007-08-03 11:29:29 -07:00
|
|
|
endif
|
2011-10-27 10:27:56 -07:00
|
|
|
-cp -L $(DIST)/bin/mangle $(DIST)/bin/shlibsign $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/$(APPFILES)
|
|
|
|
cp -RL $(DIST)/branding/firefox.icns $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Resources/firefox.icns
|
|
|
|
cp -RL $(DIST)/branding/document.icns $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Resources/document.icns
|
|
|
|
printf APPLMOZB > $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/PkgInfo
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2007-08-03 11:29:29 -07:00
|
|
|
else
|
|
|
|
ifdef LIBXUL_SDK
|
|
|
|
libs::
|
2009-04-18 07:26:33 -07:00
|
|
|
cp $(LIBXUL_DIST)/bin/$(XULRUNNER_STUB_NAME)$(BIN_SUFFIX) $(DIST)/bin/firefox$(BIN_SUFFIX)
|
2007-08-03 11:29:29 -07:00
|
|
|
endif
|
2007-03-22 10:30:00 -07:00
|
|
|
endif
|
|
|
|
|
2007-08-03 11:29:29 -07:00
|
|
|
ifdef LIBXUL_SDK
|
|
|
|
ifndef SKIP_COPY_XULRUNNER
|
|
|
|
libs::
|
|
|
|
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
2011-10-27 10:27:56 -07:00
|
|
|
rsync -a --copy-unsafe-links $(LIBXUL_DIST)/XUL.framework $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Frameworks
|
2007-08-03 11:29:29 -07:00
|
|
|
else
|
|
|
|
$(NSINSTALL) -D $(DIST)/bin/xulrunner
|
|
|
|
(cd $(LIBXUL_SDK)/bin && tar $(TAR_CREATE_FLAGS) - .) | (cd $(DIST)/bin/xulrunner && tar -xf -)
|
|
|
|
endif # cocoa
|
|
|
|
endif # SKIP_COPY_XULRUNNER
|
|
|
|
endif # LIBXUL_SDK
|