1# $OpenBSD: Makefile,v 1.3 2021/04/28 12:55:41 patrick Exp $ 2 3LIB= lldCommon 4NOPROFILE= 5 6CPPFLAGS+= -I${LLD_SRCS}/include 7 8.include <bsd.own.mk> 9SRCS= Args.cpp \ 10 DWARF.cpp \ 11 ErrorHandler.cpp \ 12 Filesystem.cpp \ 13 Memory.cpp \ 14 Reproduce.cpp \ 15 Strings.cpp \ 16 TargetOptionsCommandFlags.cpp \ 17 Timer.cpp \ 18 Version.cpp 19 20.PATH: ${.CURDIR}/../../../llvm/lld/Common 21 22install: 23 @# Nothing here so far ... 24 25.include <bsd.lib.mk> 26