bug 818009 - canActivate: only click-to-play-type plugins are valid r=jaws
[gecko.git] / mfbt / Makefile.in
blob63f638035141e8288d6b47158b8f31ff0c15a219
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 MODULE = mozglue
13 LIBRARY_NAME = mfbt
14 FORCE_STATIC_LIB = 1
15 STL_FLAGS =
17 TEST_DIRS = \
18 tests \
19 $(NULL)
21 # exported_headers.mk defines the headers exported by mfbt. It is included by
22 # mfbt itself and by the JS engine, which, when built standalone, must do the
23 # work to install mfbt's exported headers itself.
24 include $(srcdir)/exported_headers.mk
26 # sources.mk defines the source files built for mfbt. It is included by mfbt
27 # itself and by the JS engine, which, when built standalone, must do the work
28 # to build mfbt sources itself.
29 MFBT_ROOT = $(srcdir)
30 include $(MFBT_ROOT)/sources.mk
32 DEFINES += -DIMPL_MFBT
34 include $(topsrcdir)/config/rules.mk