2011-08-03 04:52:42 +08:00
|
|
|
##===- source/Host/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 := lldbHostFreeBSD
|
|
|
|
BUILD_ARCHIVE = 1
|
|
|
|
|
2014-09-09 12:52:37 +08:00
|
|
|
CPP.Flags += -I/usr/local/include
|
2011-08-03 04:52:42 +08:00
|
|
|
|
|
|
|
include $(LLDB_LEVEL)/Makefile
|