]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/clang.build.mk
ident(1): Normalizing date format
[FreeBSD/FreeBSD.git] / lib / clang / clang.build.mk
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 .ifndef CLANG_SRCS
6 .error Please define CLANG_SRCS before including this file
7 .endif
8
9 CFLAGS+=        -I${CLANG_SRCS}/include
10
11 .if ${MK_CLANG_FULL} != "no"
12 CFLAGS+=        -DCLANG_ENABLE_ARCMT
13 CFLAGS+=        -DCLANG_ENABLE_STATIC_ANALYZER
14 .endif
15
16 .include "llvm.build.mk"