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-06-29 18:31:58 +00:00
|
|
|
|
|
|
|
DEPTH = ..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2010-03-01 23:36:51 +00:00
|
|
|
DIRS += chromium glue ipdl testshell
|
2009-12-03 08:16:09 +00:00
|
|
|
|
2011-12-07 10:58:56 +00:00
|
|
|
ifdef MOZ_B2G_RIL #{
|
|
|
|
DIRS += ril
|
|
|
|
endif #}
|
|
|
|
|
2012-05-07 21:50:25 +00:00
|
|
|
ifdef MOZ_B2G_BT #{
|
|
|
|
DIRS += dbus
|
|
|
|
endif #}
|
|
|
|
|
2009-07-10 19:03:09 +00:00
|
|
|
TOOL_DIRS = app
|
2009-06-29 18:31:58 +00:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|