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/.
|
2010-03-04 05:02:56 +00:00
|
|
|
|
2011-12-28 07:24:02 +00:00
|
|
|
DEPTH = ..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2010-03-04 05:02:56 +00:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2011-12-12 15:22:25 +00:00
|
|
|
DIRS =
|
2012-01-11 10:10:59 +00:00
|
|
|
|
|
|
|
ifdef MOZ_LINKER
|
|
|
|
DIRS += linker
|
|
|
|
endif
|
|
|
|
|
2011-12-12 15:22:25 +00:00
|
|
|
ifeq (android,$(MOZ_WIDGET_TOOLKIT))
|
|
|
|
DIRS += android
|
|
|
|
endif
|
|
|
|
|
|
|
|
DIRS += build
|
2010-03-04 05:02:56 +00:00
|
|
|
|
2012-01-11 10:11:00 +00:00
|
|
|
TEST_DIRS = tests
|
|
|
|
|
2010-03-04 05:02:56 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|