2012-05-21 04:12:37 -07: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/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2009-11-13 11:40:00 -08:00
|
|
|
DEPTH = ../..
|
2007-03-22 10:30:00 -07:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
2009-11-13 11:40:00 -08:00
|
|
|
VPATH = @srcdir@
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2008-07-06 13:37:07 -07:00
|
|
|
include $(topsrcdir)/config/config.mk
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
# These component dirs are built for all apps (including suite)
|
|
|
|
|
|
|
|
ifdef MOZ_ENABLE_XREMOTE
|
2009-11-13 11:40:00 -08:00
|
|
|
PARALLEL_DIRS += remote
|
2007-03-22 10:30:00 -07:00
|
|
|
endif
|
2009-11-13 11:40:00 -08:00
|
|
|
|
|
|
|
PARALLEL_DIRS += \
|
|
|
|
aboutmemory \
|
|
|
|
apppicker \
|
|
|
|
commandlines \
|
|
|
|
console \
|
|
|
|
contentprefs \
|
|
|
|
cookie \
|
2011-11-08 03:42:54 -08:00
|
|
|
downloads \
|
2009-11-13 11:40:00 -08:00
|
|
|
exthelper \
|
|
|
|
filepicker \
|
2010-04-29 11:35:39 -07:00
|
|
|
find \
|
2011-11-08 03:42:54 -08:00
|
|
|
intl \
|
2009-11-13 11:40:00 -08:00
|
|
|
microformats \
|
2012-06-10 16:44:50 -07:00
|
|
|
osfile \
|
2009-11-13 11:40:00 -08:00
|
|
|
parentalcontrols \
|
|
|
|
passwordmgr \
|
2010-07-30 12:17:56 -07:00
|
|
|
perf \
|
2009-11-13 11:40:00 -08:00
|
|
|
places \
|
2010-06-14 14:00:21 -07:00
|
|
|
prompts \
|
2011-06-28 10:57:16 -07:00
|
|
|
reflect \
|
2012-06-20 18:01:27 -07:00
|
|
|
social \
|
2009-11-13 11:40:00 -08:00
|
|
|
startup \
|
2010-03-03 03:19:57 -08:00
|
|
|
statusfilter \
|
2011-11-08 03:42:54 -08:00
|
|
|
telemetry \
|
2009-11-13 11:40:00 -08:00
|
|
|
typeaheadfind \
|
|
|
|
urlformatter \
|
|
|
|
viewconfig \
|
2010-08-24 20:27:34 -07:00
|
|
|
viewsource \
|
2009-11-13 11:40:00 -08:00
|
|
|
$(NULL)
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2010-04-02 13:16:51 -07:00
|
|
|
ifdef BUILD_CTYPES
|
|
|
|
PARALLEL_DIRS += \
|
|
|
|
ctypes \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2007-05-02 13:16:31 -07:00
|
|
|
ifneq (,$(filter cocoa, $(MOZ_WIDGET_TOOLKIT)))
|
|
|
|
TOOL_DIRS += alerts
|
|
|
|
else
|
2009-11-13 11:40:00 -08:00
|
|
|
PARALLEL_DIRS += alerts
|
2007-05-02 13:16:31 -07:00
|
|
|
endif
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
ifdef MOZ_FEEDS
|
2009-11-13 11:40:00 -08:00
|
|
|
PARALLEL_DIRS += feeds
|
2007-03-22 10:30:00 -07:00
|
|
|
endif
|
|
|
|
|
2008-03-24 10:18:38 -07:00
|
|
|
ifdef MOZ_HELP_VIEWER
|
2009-11-13 11:40:00 -08:00
|
|
|
PARALLEL_DIRS += help
|
2008-03-24 10:18:38 -07:00
|
|
|
endif
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
ifdef NS_PRINTING
|
2009-11-13 11:40:00 -08:00
|
|
|
PARALLEL_DIRS += printing
|
2007-03-22 10:30:00 -07:00
|
|
|
endif
|
|
|
|
|
2008-09-24 09:54:14 -07:00
|
|
|
ifdef MOZ_XUL
|
2009-11-13 11:40:00 -08:00
|
|
|
PARALLEL_DIRS += \
|
2009-09-03 12:25:22 -07:00
|
|
|
autocomplete \
|
|
|
|
satchel \
|
|
|
|
$(NULL)
|
2008-09-24 09:54:14 -07:00
|
|
|
endif
|
|
|
|
|
2010-02-21 21:51:18 -08:00
|
|
|
ifdef MOZ_TOOLKIT_SEARCH
|
2009-11-13 11:40:00 -08:00
|
|
|
PARALLEL_DIRS += search
|
2009-06-11 01:23:04 -07:00
|
|
|
endif
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
ifdef MOZ_URL_CLASSIFIER
|
2009-11-13 11:40:00 -08:00
|
|
|
PARALLEL_DIRS += url-classifier
|
2007-03-22 10:30:00 -07:00
|
|
|
endif
|
|
|
|
|
|
|
|
DIRS += \
|
2009-11-13 11:40:00 -08:00
|
|
|
build \
|
|
|
|
$(NULL)
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
EXTRA_PP_COMPONENTS = nsDefaultCLH.js
|
2010-06-22 09:59:15 -07:00
|
|
|
EXTRA_COMPONENTS = nsDefaultCLH.manifest
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|