2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 topsrcdir
= @top_srcdir@
11 include $(DEPTH
)/config
/autoconf.mk
21 interfaces
/devicestorage \
24 interfaces
/stylesheets \
27 interfaces
/traversal \
31 interfaces
/load-save \
36 interfaces
/geolocation \
37 interfaces
/notification \
38 interfaces
/permission \
81 ifeq (WINNT
,$(OS_ARCH
))
106 # bindings/test is here, because it needs to build after bindings/, and
107 # we build subdirectories before ourselves.
114 ifneq (,$(filter gtk2 cocoa windows android qt os2
,$(MOZ_WIDGET_TOOLKIT
)))
115 TEST_DIRS
+= plugins
/test
118 include $(topsrcdir
)/config
/rules.mk