Bug 783551 - Get tooltool running on the b2g on OS X builds. r=respindola
[gecko.git] / dom / contacts / Makefile.in
blobdecf53916f8656ea4fe970cd72553c63305fa4f4
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 file,
3 # You can obtain one at http://mozilla.org/MPL/2.0/.
5 DEPTH = @DEPTH@
6 topsrcdir = @top_srcdir@
7 srcdir = @srcdir@
8 VPATH = \
9 $(srcdir) \
10 $(NULL)
12 include $(DEPTH)/config/autoconf.mk
14 VPATH += $(srcdir)/fallback
16 MODULE = dom
17 LIBRARY_NAME = jsdomcontacts_s
18 LIBXUL_LIBRARY = 1
20 XPIDL_MODULE = dom_contacts
21 GRE_MODULE = 1
23 EXTRA_COMPONENTS = \
24 ContactManager.js \
25 ContactManager.manifest \
26 $(NULL)
28 EXTRA_JS_MODULES = \
29 ContactService.jsm \
30 ContactDB.jsm \
31 $(NULL)
33 TEST_DIRS += tests
35 # Add VPATH to LOCAL_INCLUDES so we are going to include the correct backend
36 # subdirectory (and the ipc one).
37 LOCAL_INCLUDES += $(VPATH:%=-I%)
39 include $(topsrcdir)/config/config.mk
40 include $(topsrcdir)/ipc/chromium/chromium-config.mk
41 include $(topsrcdir)/config/rules.mk
43 DEFINES += -D_IMPL_NS_LAYOUT