2017-03-17 23:38:17 +01:00
|
|
|
# $NetBSD: Makefile,v 1.44 2017/03/17 22:38:17 adam Exp $
|
2015-03-04 14:57:42 +01:00
|
|
|
|
2016-03-10 16:01:52 +01:00
|
|
|
PKGNAME= ${DISTNAME:S/.src//:S/cfe/clang/}
|
|
|
|
PYTHON_FOR_BUILD_ONLY= yes
|
2009-11-17 00:24:37 +01:00
|
|
|
|
2016-03-10 16:01:52 +01:00
|
|
|
CMAKE_ARGS+= -DCLANG_ENABLE_STATIC_ANALYZER=OFF
|
2016-02-25 11:05:48 +01:00
|
|
|
|
2016-03-10 16:01:52 +01:00
|
|
|
# There are some contrib utilities written in python here.
|
|
|
|
# We don't want to add a python runtime dependency for that.
|
|
|
|
CHECK_INTERPRETER_SKIP+= share/clang/*
|
|
|
|
|
2015-03-04 10:59:57 +01:00
|
|
|
.include "../../lang/clang/Makefile.common"
|