2012-05-21 11:12:37 +00: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-04-02 10:34:47 +00:00
|
|
|
|
2012-08-04 18:26:44 +00:00
|
|
|
DEPTH = @DEPTH@
|
2009-11-13 19:40:00 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-04-02 10:34:47 +00:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2005-01-17 18:50:18 +00:00
|
|
|
MODULE = browsercomps
|
|
|
|
XPIDL_MODULE = browsercompsbase
|
|
|
|
|
|
|
|
XPIDLSRCS = \
|
2009-11-13 19:40:00 +00:00
|
|
|
nsIBrowserGlue.idl \
|
|
|
|
nsIBrowserHandler.idl \
|
|
|
|
$(NULL)
|
2005-01-17 18:50:18 +00:00
|
|
|
|
2013-01-05 19:45:18 +00:00
|
|
|
EXTRA_COMPONENTS = \
|
2010-06-22 16:59:15 +00:00
|
|
|
BrowserComponents.manifest \
|
2013-01-05 19:45:18 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
EXTRA_PP_COMPONENTS = \
|
2009-11-13 19:40:00 +00:00
|
|
|
nsBrowserContentHandler.js \
|
|
|
|
nsBrowserGlue.js \
|
|
|
|
$(NULL)
|
2005-01-17 18:50:18 +00:00
|
|
|
|
2007-09-11 15:52:04 +00:00
|
|
|
EXTRA_JS_MODULES = distribution.js
|
|
|
|
|
2009-11-13 19:40:00 +00:00
|
|
|
PARALLEL_DIRS = \
|
|
|
|
about \
|
|
|
|
certerror \
|
|
|
|
dirprovider \
|
2012-04-17 11:35:09 +00:00
|
|
|
downloads \
|
2009-11-13 19:40:00 +00:00
|
|
|
feeds \
|
|
|
|
places \
|
|
|
|
preferences \
|
|
|
|
privatebrowsing \
|
|
|
|
search \
|
|
|
|
sessionstore \
|
|
|
|
shell \
|
2011-12-16 09:11:21 +00:00
|
|
|
sidebar \
|
2011-10-05 15:46:47 +00:00
|
|
|
tabview \
|
2012-01-19 15:01:42 +00:00
|
|
|
thumbnails \
|
2011-04-21 23:14:59 +00:00
|
|
|
migration \
|
2009-11-13 19:40:00 +00:00
|
|
|
$(NULL)
|
2004-02-16 08:44:50 +00:00
|
|
|
|
2006-05-04 20:36:16 +00:00
|
|
|
ifdef MOZ_SAFE_BROWSING
|
2009-11-13 19:40:00 +00:00
|
|
|
PARALLEL_DIRS += safebrowsing
|
2006-05-04 20:36:16 +00:00
|
|
|
endif
|
|
|
|
|
2011-12-16 09:11:21 +00:00
|
|
|
TEST_DIRS += test
|
2010-04-07 02:49:23 +00:00
|
|
|
|
2005-11-08 02:25:22 +00:00
|
|
|
DIRS += build
|
|
|
|
|
2009-07-08 03:24:45 +00:00
|
|
|
ifdef MOZILLA_OFFICIAL
|
2008-10-31 06:42:02 +00:00
|
|
|
DEFINES += -DOFFICIAL_BUILD=1
|
|
|
|
endif
|
|
|
|
|
2002-04-02 10:34:47 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|