1 1.2 joerg # $NetBSD: Makefile,v 1.2 2021/05/30 01:56:58 joerg Exp $ 2 1.1 joerg 3 1.1 joerg LIB= clangToolingSyntax 4 1.1 joerg 5 1.1 joerg .include <bsd.init.mk> 6 1.1 joerg 7 1.1 joerg .PATH: ${CLANG_SRCDIR}/lib/Tooling/Syntax 8 1.1 joerg 9 1.1 joerg SRCS+= BuildTree.cpp \ 10 1.2 joerg ComputeReplacements.cpp \ 11 1.2 joerg Mutations.cpp \ 12 1.1 joerg Nodes.cpp \ 13 1.2 joerg Synthesis.cpp \ 14 1.1 joerg Tokens.cpp \ 15 1.1 joerg Tree.cpp 16 1.1 joerg 17 1.1 joerg .if defined(HOSTLIB) 18 1.1 joerg .include <bsd.hostlib.mk> 19 1.1 joerg .else 20 1.1 joerg .include <bsd.lib.mk> 21 1.1 joerg .endif 22