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-06-29 11:31:58 -07:00
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2009-06-29 11:31:58 -07:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2010-03-01 15:36:51 -08:00
|
|
|
DIRS += chromium glue ipdl testshell
|
2009-12-03 00:16:09 -08:00
|
|
|
|
2011-12-07 02:58:56 -08:00
|
|
|
ifdef MOZ_B2G_RIL #{
|
|
|
|
DIRS += ril
|
|
|
|
endif #}
|
|
|
|
|
2012-05-07 14:50:25 -07:00
|
|
|
ifdef MOZ_B2G_BT #{
|
2012-09-05 20:06:06 -07:00
|
|
|
DIRS += dbus socket
|
2012-05-07 14:50:25 -07:00
|
|
|
endif #}
|
|
|
|
|
2012-08-29 13:35:53 -07:00
|
|
|
ifeq (gonk,$(MOZ_WIDGET_TOOLKIT))
|
|
|
|
DIRS += netd
|
|
|
|
endif
|
|
|
|
|
2009-07-10 12:03:09 -07:00
|
|
|
TOOL_DIRS = app
|
2009-06-29 11:31:58 -07:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|