Bug 551827 - Make a link from Junk settings in Account manager to the global options in Preferences. ui-r=bwinton, r=IanN, r=mconley
#
# 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/.
DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
# Check whether this build is an alpha or nightly:
# replace "pre" with "a" in the version then look if "a" matches.
# This should match /suite/installer/Makefile.in.
ifneq (,$(findstring a,$(MOZ_APP_VERSION:pre=a)))
PARALLEL_DIRS = debugQA
endif
PARALLEL_DIRS += \
browser \
common \
feeds/public \
feeds/src \
locales \
mailnews \
modules \
themes/classic \
themes/modern \
profile \
security \
shell/public \
shell/src \
smile \
$(NULL)
ifeq ($(OS_ARCH),WINNT)
PARALLEL_DIRS += installer/windows
endif
# app is always last as it packages up the built files on mac
DIRS = build app
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH),WINNT)
# 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
endif