freebsd-nq/lib/clang/clang.build.mk

25 lines
451 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <src.opts.mk>
.ifndef LLVM_SRCS
.error Please define LLVM_SRCS before including this file
.endif
.ifndef CLANG_SRCS
.error Please define CLANG_SRCS before including this file
.endif
.ifndef SRCDIR
.error Please define SRCDIR before including this file
2015-06-23 18:46:29 +00:00
.endif
CFLAGS+= -I${CLANG_SRCS}/include
.if ${MK_CLANG_FULL} != "no"
CFLAGS+= -DCLANG_ENABLE_ARCMT
CFLAGS+= -DCLANG_ENABLE_STATIC_ANALYZER
.endif
.include "llvm.build.mk"