summaryrefslogtreecommitdiff
path: root/external/apache2/llvm/lib/libLLVMBitReader/Makefile
blob: 4b616915e92cb970034b659aa4a97d89ab41b5dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$NetBSD: Makefile,v 1.1 2019/11/11 22:45:05 joerg Exp $

LIB=	LLVMBitReader

.include <bsd.init.mk>

.PATH: ${LLVM_SRCDIR}/lib/Bitcode/Reader

SRCS+=	BitcodeAnalyzer.cpp \
	BitReader.cpp \
	BitcodeReader.cpp \
	MetadataLoader.cpp \
	ValueList.cpp

.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif