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/.
|
2009-10-13 19:45:20 +00:00
|
|
|
|
2010-01-27 19:16:53 +00:00
|
|
|
DEPTH = ../../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2011-04-18 22:41:09 +00:00
|
|
|
relativesrcdir = toolkit/mozapps/shared
|
2009-10-13 19:45:20 +00:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2010-01-27 19:16:53 +00:00
|
|
|
MODULE = toolkitShared
|
|
|
|
|
|
|
|
EXTRA_PP_JS_MODULES = \
|
|
|
|
CertUtils.jsm \
|
|
|
|
FileUtils.jsm \
|
|
|
|
$(NULL)
|
2009-10-13 19:45:20 +00:00
|
|
|
|
2012-02-10 21:06:56 +00:00
|
|
|
TEST_DIRS += test/chrome
|
|
|
|
|
2010-08-02 02:01:43 +00:00
|
|
|
ifdef ENABLE_TESTS
|
2011-04-18 22:41:09 +00:00
|
|
|
XPCSHELL_TESTS = test/unit
|
2010-08-02 02:01:43 +00:00
|
|
|
endif
|
|
|
|
|
2009-10-13 19:45:20 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|