# $NetBSD: Makefile,v 1.2 2021/05/30 01:56:54 joerg Exp $ LIB= LLVMTextAPI .include .PATH: ${LLVM_SRCDIR}/lib/TextAPI SRCS+= Architecture.cpp \ ArchitectureSet.cpp \ InterfaceFile.cpp \ PackedVersion.cpp \ Platform.cpp \ Symbol.cpp \ Target.cpp \ TextStub.cpp \ TextStubCommon.cpp .if defined(HOSTLIB) .include .else .include .endif