1 # $NetBSD: Makefile,v 1.14 2015/01/29 20:41:37 joerg Exp $
7 .PATH
: ${CLANG_SRCDIR}/lib
/Frontend
9 SRCS
+= ASTConsumers.
cpp \
13 ChainedDiagnosticConsumer.
cpp \
14 ChainedIncludesSource.
cpp \
16 CompilerInstance.
cpp \
17 CompilerInvocation.
cpp \
18 CreateInvocationFromCommandLine.
cpp \
21 DiagnosticRenderer.
cpp \
25 HeaderIncludeGen.
cpp \
26 InitHeaderSearch.
cpp \
27 InitPreprocessor.
cpp \
29 LayoutOverrideSource.
cpp \
30 LogDiagnosticPrinter.
cpp \
31 ModuleDependencyCollector.
cpp \
32 MultiplexConsumer.
cpp \
33 PrintPreprocessedOutput.
cpp \
34 SerializedDiagnosticPrinter.
cpp \
35 SerializedDiagnosticReader.
cpp \
37 TextDiagnosticBuffer.
cpp \
38 TextDiagnosticPrinter.
cpp \
39 VerifyDiagnosticConsumer.
cpp
42 .
include <bsd.hostlib.mk
>