pkgsrc/lang/clang-static-analyzer/Makefile
wiz 1ea1c32028 Update llvm and clang* to 3.8.1.
This release contains bug-fixes for the LLVM 3.8.0 release. This
release is API and ABI compatible with 3.8.0.
2016-07-26 12:43:51 +00:00

19 lines
564 B
Makefile

# $NetBSD: Makefile,v 1.6 2016/07/26 12:43:51 wiz Exp $
PKGNAME= ${DISTNAME:S/cfe/clang-static-analyzer/:S/.src//}
DEPENDS+= clang-${PKGVERSION_NOREV}{,nb*}:../../lang/clang
USE_TOOLS+= perl:run
BUILD_TARGET= clang-check scan-build scan-view
INSTALL_DIRS= ../build/tools/clang-check ../build/tools/scan-build ../build/tools/scan-view
CMAKE_ARGS+= -DCLANG_ENABLE_STATIC_ANALYZER=ON
REPLACE_PYTHON= # empty
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.5
.include "../../lang/python/application.mk"
.include "../../lang/clang/Makefile.common"