blob: 8d16a4a2b4c2a5c7d58a7e819e3993ddf58619b5 [file] [log] [blame]
##===- source/Plugins/Process/FreeBSD/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 := lldbPluginProcessFreeBSD
BUILD_ARCHIVE = 1
# Extend the include path so we may locate UnwindLLDB.h
CPPFLAGS += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Utility
include $(LLDB_LEVEL)/Makefile