summaryrefslogtreecommitdiff
path: root/external/apache2/llvm/lib/libLLVMTextAPI/Makefile
blob: d2c9182fa68b1aea1b08cb75b68b96c70728bc28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#	$NetBSD: Makefile,v 1.1 2019/11/11 22:45:12 joerg Exp $

LIB=	LLVMTextAPI

.include <bsd.init.mk>

.PATH: ${LLVM_SRCDIR}/lib/TextAPI/ELF

SRCS+=	ELFStub.cpp \
	TBEHandler.cpp

.PATH: ${LLVM_SRCDIR}/lib/TextAPI/MachO
SRCS+=	Architecture.cpp \
	ArchitectureSet.cpp \
	InterfaceFile.cpp \
	PackedVersion.cpp \
	Platform.cpp \
	Symbol.cpp \
	Target.cpp \
	TextStub.cpp \
	TextStubCommon.cpp

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