2010-06-21 17:05:08 -07:00
|
|
|
#
|
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/.
|
2010-06-21 17:05:08 -07:00
|
|
|
|
|
|
|
DEPTH = ..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2012-06-22 09:27:01 -07:00
|
|
|
PARALLEL_DIRS += common crypto
|
|
|
|
|
|
|
|
ifdef MOZ_SERVICES_AITC
|
|
|
|
PARALLEL_DIRS += aitc
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifdef MOZ_SERVICES_NOTIFICATIONS
|
|
|
|
PARALLEL_DIRS += notifications
|
|
|
|
endif
|
|
|
|
|
2010-06-21 17:05:08 -07:00
|
|
|
ifdef MOZ_SERVICES_SYNC
|
2012-06-22 09:27:01 -07:00
|
|
|
PARALLEL_DIRS += sync
|
2010-06-21 17:05:08 -07:00
|
|
|
endif
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|