pkgsrc/lang/clang/Makefile

13 lines
384 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.44 2017/03/17 22:38:17 adam Exp $
PKGNAME= ${DISTNAME:S/.src//:S/cfe/clang/}
PYTHON_FOR_BUILD_ONLY= yes
CMAKE_ARGS+= -DCLANG_ENABLE_STATIC_ANALYZER=OFF
2016-02-25 11:05:48 +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/*
.include "../../lang/clang/Makefile.common"