2007-03-22 10:30:00 -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/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
DEPTH = ..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2010-08-26 14:47:28 -07:00
|
|
|
relativesrcdir = embedding
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MODULE = embed
|
|
|
|
|
|
|
|
DIRS = base components browser
|
|
|
|
|
2012-02-10 13:06:56 -08:00
|
|
|
TEST_DIRS += test
|
2007-03-22 10:30:00 -07:00
|
|
|
ifdef ENABLE_TESTS
|
|
|
|
XPCSHELL_TESTS = tests/unit
|
2008-08-25 10:21:28 -07:00
|
|
|
endif
|
|
|
|
|
2011-11-10 16:17:46 -08:00
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),android)
|
2011-12-16 13:26:32 -08:00
|
|
|
ifneq (,$(filter mobile/xul b2g,$(MOZ_BUILD_APP)))
|
2010-10-12 12:30:41 -07:00
|
|
|
DIRS += android
|
2010-06-02 14:55:28 -07:00
|
|
|
endif
|
2011-11-18 13:17:40 -08:00
|
|
|
endif
|
2010-06-02 14:55:28 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|