Bug 878765 - Add missing incrementation in AudioBlockPanStereoToStereo. r=ehsan
[gecko.git] / mfbt / Makefile.in
blobf2acb04a14b8084c0f4d9fcb0dd43ea2582d775f
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 = mfbt
13 FORCE_STATIC_LIB = 1
14 STL_FLAGS =
16 # exported_headers.mk defines the headers exported by mfbt. It is included by
17 # mfbt itself and by the JS engine, which, when built standalone, must do the
18 # work to install mfbt's exported headers itself.
19 include $(srcdir)/exported_headers.mk
21 # sources.mk defines the source files built for mfbt. It is included by mfbt
22 # itself and by the JS engine, which, when built standalone, must do the work
23 # to build mfbt sources itself.
24 MFBT_ROOT = $(srcdir)
25 include $(MFBT_ROOT)/sources.mk
27 DEFINES += -DIMPL_MFBT
29 include $(topsrcdir)/config/rules.mk