aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/Process/Linux/Makefile
blob: 239e94d608e9bce3c8061e402930d62306e9a57f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
##===- 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
CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Utility

include $(LLDB_LEVEL)/Makefile