Bug 783551 - Get tooltool running on the b2g on OS X builds. r=respindola
[gecko.git] / mfbt / sources.mk
blobc4b8fdb264e9c9f5a64ba2a0780ca7cef300acbc
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 ifndef MFBT_ROOT
6 $(error Before including this file, you must define MFBT_ROOT to point to \
7 the MFBT source directory)
8 endif
10 CPPSRCS += \
11 HashFunctions.cpp \
12 $(NULL)
14 # Imported double-conversion sources.
15 VPATH += $(MFBT_ROOT)/double-conversion \
16 $(NULL)
18 CPPSRCS += \
19 bignum-dtoa.cc \
20 bignum.cc \
21 cached-powers.cc \
22 diy-fp.cc \
23 double-conversion.cc \
24 fast-dtoa.cc \
25 fixed-dtoa.cc \
26 strtod.cc \
27 $(NULL)