Remove building with NOCRYPTO option
[minix3.git] / external / bsd / llvm / lib / libLLVMInstrumentation / Makefile
blob053a52666cf9d286f0d58a16d60120c3d61d8f31
1 # $NetBSD: Makefile,v 1.13 2015/01/29 20:41:35 joerg Exp $
3 LIB= LLVMInstrumentation
5 .include <bsd.init.mk>
7 .PATH: ${LLVM_SRCDIR}/lib/Transforms/Instrumentation
9 SRCS+= AddressSanitizer.cpp \
10 BoundsChecking.cpp \
11 DataFlowSanitizer.cpp \
12 GCOVProfiling.cpp \
13 InstrProfiling.cpp \
14 Instrumentation.cpp \
15 MemorySanitizer.cpp \
16 SanitizerCoverage.cpp \
17 ThreadSanitizer.cpp
19 .if defined(HOSTLIB)
20 .include <bsd.hostlib.mk>
21 .else
22 .include <bsd.lib.mk>
23 .endif