Files
clang-p2996/lldb/source/Plugins/DynamicLoader/MacOSX-Kernel/Makefile
Greg Clayton 7b242381b8 Added the start of the darwin dynamic loader plug-in. It isn't hooked up to
be detected yet, but most of the initial code is there and needs to be 
debugged more.

llvm-svn: 134672
2011-07-08 00:48:09 +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 := lldbPluginDynamicLoaderMacOSXKernel
BUILD_ARCHIVE = 1
include $(LLDB_LEVEL)/Makefile