diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-12-27 19:57:19 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-12-27 19:57:19 -0800 |
commit | 81afe65c6fa734101c96dc99ec10b1aed3f43602 (patch) | |
tree | 7af4be660811c17f77cefe25c9be2b7df36df980 /lib/Target/JSBackend/Makefile | |
parent | 9a21bed266588de64040a9ec3b3dafa912eb4c6a (diff) |
CPPBackend => JSBackend
Diffstat (limited to 'lib/Target/JSBackend/Makefile')
-rw-r--r-- | lib/Target/JSBackend/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/Target/JSBackend/Makefile b/lib/Target/JSBackend/Makefile new file mode 100644 index 0000000000..8a15e7f4c1 --- /dev/null +++ b/lib/Target/JSBackend/Makefile @@ -0,0 +1,16 @@ +##===- lib/Target/JSBackend/Makefile --- ------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===---------------------------------------------------------------------===## + +LEVEL = ../../.. +LIBRARYNAME = LLVMJSBackendCodeGen +DIRS = TargetInfo + +include $(LEVEL)/Makefile.common + +CompileCommonOpts += -Wno-format |