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