Bug 783551 - Get tooltool running on the b2g on OS X builds. r=respindola
[gecko.git] / ipc / Makefile.in
blob972aab03a8e3b1bb802fd97f0dcdd827f0dd1423
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 DEPTH = @DEPTH@
6 topsrcdir = @top_srcdir@
7 srcdir = @srcdir@
8 VPATH = @srcdir@
10 include $(DEPTH)/config/autoconf.mk
12 DIRS += chromium glue ipdl testshell
14 ifdef MOZ_B2G_RIL #{
15 DIRS += ril
16 endif #}
18 ifdef MOZ_B2G_BT #{
19 DIRS += dbus
20 endif #}
22 TOOL_DIRS = app
24 include $(topsrcdir)/config/rules.mk