Bug 886842 - Add clang trunk builds for ASan. r=ehsan DONTBUILD
[gecko.git] / dom / devicestorage / Makefile.in
blob8b9d6d345fd768fe9d6e87fe087165343f6ab140
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 = @srcdir@
10 include $(DEPTH)/config/autoconf.mk
12 LIBRARY_NAME = domdevicestorage_s
13 LIBXUL_LIBRARY = 1
14 FORCE_STATIC_LIB = 1
15 FAIL_ON_WARNINGS := 1
17 include $(topsrcdir)/dom/dom-config.mk
19 LOCAL_INCLUDES = \
20 -I$(topsrcdir)/dom/base \
21 -I$(topsrcdir)/dom/ipc \
22 -I$(topsrcdir)/content/base/src \
23 -I$(topsrcdir)/content/events/src \
24 $(NULL)
26 include $(topsrcdir)/config/config.mk
27 include $(topsrcdir)/ipc/chromium/chromium-config.mk
28 include $(topsrcdir)/config/rules.mk
30 DEFINES += -D_IMPL_NS_LAYOUT