--- tools/lldb/source/Plugins/Process/BSDSUniX/Makefile.orig 2016-10-08 07:32:44 UTC +++ tools/lldb/source/Plugins/Process/BSDSUniX/Makefile @@ -0,0 +1,17 @@ +##===- source/Plugins/Process/BSDSUniX/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 := lldbPluginProcessBSDSUniX +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