diff options
Diffstat (limited to 'lldb/source/Core/Makefile')
| -rw-r--r-- | lldb/source/Core/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lldb/source/Core/Makefile b/lldb/source/Core/Makefile new file mode 100644 index 00000000000..b7773e3f571 --- /dev/null +++ b/lldb/source/Core/Makefile @@ -0,0 +1,14 @@ +##===- source/Core/Makefile --------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LLDB_LEVEL := ../.. +LIBRARYNAME := lldbCore +BUILD_ARCHIVE = 1 + +include $(LLDB_LEVEL)/Makefile |

