diff options
Diffstat (limited to 'external/apache2/llvm/lib/libLLVMTextAPI/Makefile')
| -rw-r--r-- | external/apache2/llvm/lib/libLLVMTextAPI/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/external/apache2/llvm/lib/libLLVMTextAPI/Makefile b/external/apache2/llvm/lib/libLLVMTextAPI/Makefile new file mode 100644 index 00000000000..d2c9182fa68 --- /dev/null +++ b/external/apache2/llvm/lib/libLLVMTextAPI/Makefile @@ -0,0 +1,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 |
