2000-02-01 03:32:26 +03:00
|
|
|
#
|
2012-05-21 15:12:37 +04: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/.
|
2000-02-01 03:32:26 +03:00
|
|
|
|
2012-08-04 22:26:44 +04:00
|
|
|
DEPTH = @DEPTH@
|
2000-02-01 03:32:26 +03:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2012-08-04 22:26:44 +04:00
|
|
|
relativesrcdir = @relativesrcdir@
|
2000-02-01 03:32:26 +03:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2004-01-07 16:37:00 +03:00
|
|
|
MODULE = embed
|
|
|
|
|
2004-12-15 07:07:01 +03:00
|
|
|
DIRS = base components browser
|
|
|
|
|
2012-02-11 01:06:56 +04:00
|
|
|
TEST_DIRS += test
|
2006-09-29 00:56:42 +04:00
|
|
|
ifdef ENABLE_TESTS
|
2007-01-31 08:52:24 +03:00
|
|
|
XPCSHELL_TESTS = tests/unit
|
2008-08-25 21:21:28 +04:00
|
|
|
endif
|
|
|
|
|
2011-11-11 04:17:46 +04:00
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),android)
|
2011-12-17 01:26:32 +04:00
|
|
|
ifneq (,$(filter mobile/xul b2g,$(MOZ_BUILD_APP)))
|
2010-10-12 23:30:41 +04:00
|
|
|
DIRS += android
|
2010-06-03 01:55:28 +04:00
|
|
|
endif
|
2011-11-19 01:17:40 +04:00
|
|
|
endif
|
2010-06-03 01:55:28 +04:00
|
|
|
|
2007-01-31 06:25:46 +03:00
|
|
|
include $(topsrcdir)/config/rules.mk
|