summaryrefslogtreecommitdiff
path: root/mfbt/Makefile.in
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2013-12-11 22:24:18 +0000
committer <>2014-07-24 09:30:59 +0000
commit59e2936f588aa945e8dcd6c737523c299067e9d0 (patch)
tree97e74980cc54baa19de5faa11f5a50a0121a48ea /mfbt/Makefile.in
downloadmozjs24-59e2936f588aa945e8dcd6c737523c299067e9d0.tar.gz
Imported from /home/lorry/working-area/delta_mozilla_mozjs24/mozjs-24.2.0.tar.bz2.HEADmozjs-24.2.0master
Diffstat (limited to 'mfbt/Makefile.in')
-rw-r--r--mfbt/Makefile.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/mfbt/Makefile.in b/mfbt/Makefile.in
new file mode 100644
index 0000000..c74f8d2
--- /dev/null
+++ b/mfbt/Makefile.in
@@ -0,0 +1,28 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+DEPTH = @DEPTH@
+topsrcdir = @top_srcdir@
+srcdir = @srcdir@
+VPATH = @srcdir@
+
+include $(DEPTH)/config/autoconf.mk
+
+FORCE_STATIC_LIB = 1
+STL_FLAGS =
+
+# exported_headers.mk defines the headers exported by mfbt. It is included by
+# mfbt itself and by the JS engine, which, when built standalone, must do the
+# work to install mfbt's exported headers itself.
+include $(srcdir)/exported_headers.mk
+
+# sources.mk defines the source files built for mfbt. It is included by mfbt
+# itself and by the JS engine, which, when built standalone, must do the work
+# to build mfbt sources itself.
+MFBT_ROOT = $(srcdir)
+include $(MFBT_ROOT)/sources.mk
+
+DEFINES += -DIMPL_MFBT
+
+include $(topsrcdir)/config/rules.mk