# $NetBSD: Makefile,v 1.2 2017/08/01 20:07:42 joerg Exp $ LIB= LLVMXRay .include .PATH: ${LLVM_SRCDIR}/lib/XRay SRCS+= InstrumentationMap.cpp \ Trace.cpp .if defined(HOSTLIB) .include .else .include .endif