Files
clang-p2996/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/Makefile
Greg Clayton d4bfbc9ac0 Renaming "MacOSX-Kernel" to "Darwin-Kernel". The file contents and project
commit will come shortly after this commit.

llvm-svn: 138282
2011-08-22 22:23:48 +00:00

15 lines
467 B
Makefile

##===- source/Plugins/Disassembler/llvm/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 := lldbPluginDynamicLoaderDarwinKernel
BUILD_ARCHIVE = 1
include $(LLDB_LEVEL)/Makefile