Files
clang-p2996/lldb/source/Plugins/Process/Linux/Makefile
Stephen Wilson 771ec8006c Make LinuxThread use the LLDB unwinder.
llvm-svn: 123801
2011-01-19 01:36:10 +00:00

18 lines
561 B
Makefile

##===- source/Plugins/Process/Linux/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 := lldbPluginProcessLinux
BUILD_ARCHIVE = 1
# Extend the include path so we may locate UnwindLLDB.h
CPPFLAGS += -I $(LLDB_LEVEL)/source/Plugins/Utility
include $(LLDB_LEVEL)/Makefile