1# $OpenBSD: Makefile,v 1.3 2021/12/17 14:55:46 patrick Exp $
2
3LIB=	LLVMTextAPI
4NOPROFILE=
5
6# TextAPI
7SRCS+=	Architecture.cpp \
8	ArchitectureSet.cpp \
9	InterfaceFile.cpp \
10	PackedVersion.cpp \
11	Platform.cpp \
12	Symbol.cpp \
13	TextAPITarget.cpp \
14	TextStub.cpp \
15	TextStubCommon.cpp
16
17TextAPITarget.cpp:
18	ln -s ${LLVM_SRCS}/lib/TextAPI/Target.cpp $@
19
20.PATH:	${.CURDIR}/../../../llvm/llvm/lib/TextAPI
21
22CLEANFILES+= TextAPITarget.cpp
23