xref: /netbsd-src/external/apache2/llvm/lib/libLLVMDWARFLinker/Makefile (revision 53d1339bf7f9c7367b35a9e1ebe693f9b047a47b)
1*53d1339bSjoerg#	$NetBSD: Makefile,v 1.1 2021/05/30 01:56:51 joerg Exp $
2*53d1339bSjoerg
3*53d1339bSjoergLIB=	LLVMDWARFLinker
4*53d1339bSjoerg
5*53d1339bSjoerg.include <bsd.init.mk>
6*53d1339bSjoerg
7*53d1339bSjoerg.PATH: ${LLVM_SRCDIR}/lib/DWARFLinker
8*53d1339bSjoerg
9*53d1339bSjoergSRCS+=	DWARFLinker.cpp \
10*53d1339bSjoerg	DWARFLinkerCompileUnit.cpp \
11*53d1339bSjoerg	DWARFLinkerDeclContext.cpp \
12*53d1339bSjoerg	DWARFStreamer.cpp
13*53d1339bSjoerg
14*53d1339bSjoerg.if defined(HOSTLIB)
15*53d1339bSjoerg.include <bsd.hostlib.mk>
16*53d1339bSjoerg.else
17*53d1339bSjoerg.include <bsd.lib.mk>
18*53d1339bSjoerg.endif
19