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