1 1.2 joerg # $NetBSD: Makefile,v 1.2 2021/05/30 01:56:53 joerg Exp $ 2 1.1 joerg 3 1.1 joerg LIB= LLVMObjectYAML 4 1.1 joerg 5 1.1 joerg .include <bsd.init.mk> 6 1.1 joerg 7 1.1 joerg .PATH: ${LLVM_SRCDIR}/lib/ObjectYAML 8 1.1 joerg 9 1.2 joerg SRCS+= ArchiveEmitter.cpp \ 10 1.2 joerg ArchiveYAML.cpp \ 11 1.2 joerg CodeViewYAMLDebugSections.cpp \ 12 1.1 joerg CodeViewYAMLSymbols.cpp \ 13 1.1 joerg CodeViewYAMLTypeHashing.cpp \ 14 1.1 joerg CodeViewYAMLTypes.cpp \ 15 1.1 joerg COFFEmitter.cpp \ 16 1.1 joerg COFFYAML.cpp \ 17 1.1 joerg DWARFEmitter.cpp \ 18 1.1 joerg DWARFYAML.cpp \ 19 1.1 joerg ELFEmitter.cpp \ 20 1.1 joerg ELFYAML.cpp \ 21 1.1 joerg MachOEmitter.cpp \ 22 1.1 joerg MachOYAML.cpp \ 23 1.1 joerg MinidumpEmitter.cpp \ 24 1.1 joerg MinidumpYAML.cpp \ 25 1.1 joerg ObjectYAML.cpp \ 26 1.1 joerg WasmEmitter.cpp \ 27 1.1 joerg WasmYAML.cpp \ 28 1.1 joerg XCOFFYAML.cpp \ 29 1.1 joerg yaml2obj.cpp \ 30 1.1 joerg YAML.cpp 31 1.1 joerg 32 1.1 joerg .if defined(HOSTLIB) 33 1.1 joerg .include <bsd.hostlib.mk> 34 1.1 joerg .else 35 1.1 joerg .include <bsd.lib.mk> 36 1.1 joerg .endif 37