diff options
| author | joerg <joerg@NetBSD.org> | 2019-11-11 22:44:56 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2019-11-11 22:44:56 +0000 |
| commit | 918c74ea12c6bac6ca9bd2147337c0e4fec5010e (patch) | |
| tree | 3ef5212d84042aedbd5e0629e2c7dc2de1751526 /external/apache2/llvm/lib/libLLVMTextAPI/Makefile | |
| parent | 5578004b9757994411ac0c8b959a53c2063844d1 (diff) | |
Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)
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 |
