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/libLLVMObjectYAML/Makefile | |
| parent | 5578004b9757994411ac0c8b959a53c2063844d1 (diff) | |
Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)
Diffstat (limited to 'external/apache2/llvm/lib/libLLVMObjectYAML/Makefile')
| -rw-r--r-- | external/apache2/llvm/lib/libLLVMObjectYAML/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/external/apache2/llvm/lib/libLLVMObjectYAML/Makefile b/external/apache2/llvm/lib/libLLVMObjectYAML/Makefile new file mode 100644 index 00000000000..fd934127300 --- /dev/null +++ b/external/apache2/llvm/lib/libLLVMObjectYAML/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1 2019/11/11 22:45:10 joerg Exp $ + +LIB= LLVMObjectYAML + +.include <bsd.init.mk> + +.PATH: ${LLVM_SRCDIR}/lib/ObjectYAML + +SRCS+= CodeViewYAMLDebugSections.cpp \ + CodeViewYAMLSymbols.cpp \ + CodeViewYAMLTypeHashing.cpp \ + CodeViewYAMLTypes.cpp \ + COFFEmitter.cpp \ + COFFYAML.cpp \ + DWARFEmitter.cpp \ + DWARFVisitor.cpp \ + DWARFYAML.cpp \ + ELFEmitter.cpp \ + ELFYAML.cpp \ + MachOEmitter.cpp \ + MachOYAML.cpp \ + MinidumpEmitter.cpp \ + MinidumpYAML.cpp \ + ObjectYAML.cpp \ + WasmEmitter.cpp \ + WasmYAML.cpp \ + XCOFFYAML.cpp \ + yaml2obj.cpp \ + YAML.cpp + +.if defined(HOSTLIB) +.include <bsd.hostlib.mk> +.else +.include <bsd.lib.mk> +.endif |
