xref: /minix3/external/bsd/llvm/lib/libclangFrontend/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.14 2015/01/29 20:41:37 joerg Exp $
2f4a2713aSLionel Sambuc
3f4a2713aSLionel SambucLIB=	clangFrontend
4f4a2713aSLionel Sambuc
5f4a2713aSLionel Sambuc.include <bsd.init.mk>
6f4a2713aSLionel Sambuc
7f4a2713aSLionel Sambuc.PATH: ${CLANG_SRCDIR}/lib/Frontend
8f4a2713aSLionel Sambuc
9f4a2713aSLionel SambucSRCS+=	ASTConsumers.cpp \
10f4a2713aSLionel Sambuc	ASTMerge.cpp \
11f4a2713aSLionel Sambuc	ASTUnit.cpp \
12f4a2713aSLionel Sambuc	CacheTokens.cpp \
13f4a2713aSLionel Sambuc	ChainedDiagnosticConsumer.cpp \
14f4a2713aSLionel Sambuc	ChainedIncludesSource.cpp \
15*0a6a1f1dSLionel Sambuc	CodeGenOptions.cpp \
16f4a2713aSLionel Sambuc	CompilerInstance.cpp \
17f4a2713aSLionel Sambuc	CompilerInvocation.cpp \
18f4a2713aSLionel Sambuc	CreateInvocationFromCommandLine.cpp \
19f4a2713aSLionel Sambuc	DependencyFile.cpp \
20f4a2713aSLionel Sambuc	DependencyGraph.cpp \
21f4a2713aSLionel Sambuc	DiagnosticRenderer.cpp \
22f4a2713aSLionel Sambuc	FrontendAction.cpp \
23f4a2713aSLionel Sambuc	FrontendActions.cpp \
24f4a2713aSLionel Sambuc	FrontendOptions.cpp \
25f4a2713aSLionel Sambuc	HeaderIncludeGen.cpp \
26f4a2713aSLionel Sambuc	InitHeaderSearch.cpp \
27f4a2713aSLionel Sambuc	InitPreprocessor.cpp \
28f4a2713aSLionel Sambuc	LangStandards.cpp \
29f4a2713aSLionel Sambuc	LayoutOverrideSource.cpp \
30f4a2713aSLionel Sambuc	LogDiagnosticPrinter.cpp \
31*0a6a1f1dSLionel Sambuc	ModuleDependencyCollector.cpp \
32f4a2713aSLionel Sambuc	MultiplexConsumer.cpp \
33f4a2713aSLionel Sambuc	PrintPreprocessedOutput.cpp \
34f4a2713aSLionel Sambuc	SerializedDiagnosticPrinter.cpp \
35*0a6a1f1dSLionel Sambuc	SerializedDiagnosticReader.cpp \
36f4a2713aSLionel Sambuc	TextDiagnostic.cpp \
37f4a2713aSLionel Sambuc	TextDiagnosticBuffer.cpp \
38f4a2713aSLionel Sambuc	TextDiagnosticPrinter.cpp \
39*0a6a1f1dSLionel Sambuc	VerifyDiagnosticConsumer.cpp
40f4a2713aSLionel Sambuc
41f4a2713aSLionel Sambuc.if defined(HOSTLIB)
42f4a2713aSLionel Sambuc.include <bsd.hostlib.mk>
43f4a2713aSLionel Sambuc.else
44f4a2713aSLionel Sambuc.include <bsd.lib.mk>
45f4a2713aSLionel Sambuc.endif
46