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