1# $NetBSD: Makefile,v 1.1 2019/11/11 22:45:16 joerg Exp $ 2 3LIB= clangIndex 4 5.include <bsd.init.mk> 6 7.PATH: ${CLANG_SRCDIR}/lib/Index 8 9SRCS+= CommentToXML.cpp \ 10 FileIndexRecord.cpp \ 11 IndexBody.cpp \ 12 IndexDecl.cpp \ 13 IndexingAction.cpp \ 14 IndexingContext.cpp \ 15 IndexSymbol.cpp \ 16 IndexTypeSourceInfo.cpp \ 17 USRGeneration.cpp 18 19.if defined(HOSTLIB) 20.include <bsd.hostlib.mk> 21.else 22.include <bsd.lib.mk> 23.endif 24