Bug 886842 - Add clang trunk builds for ASan. r=froydnj
[gecko.git] / ipc / nfc / Makefile.in
blob86fb1b77e84b7045481a6afd312e6d2fe352d84b
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 LIBRARY_NAME = moznfc_s
13 FORCE_STATIC_LIB = 1
14 LIBXUL_LIBRARY = 1
15 EXPORT_LIBRARY = 1
17 EXPORTS_NAMESPACES = mozilla/ipc
19 include $(topsrcdir)/config/config.mk
20 include $(topsrcdir)/ipc/chromium/chromium-config.mk
22 include $(topsrcdir)/config/rules.mk