1*53d1339bSjoerg# $NetBSD: Makefile,v 1.2 2021/05/30 01:56:56 joerg Exp $ 276c7fc5fSjoerg 376c7fc5fSjoergLIB= clangFrontend 476c7fc5fSjoerg 576c7fc5fSjoerg.include <bsd.init.mk> 676c7fc5fSjoerg 776c7fc5fSjoerg.PATH: ${CLANG_SRCDIR}/lib/Frontend 876c7fc5fSjoerg 976c7fc5fSjoergSRCS+= ASTConsumers.cpp \ 1076c7fc5fSjoerg ASTMerge.cpp \ 1176c7fc5fSjoerg ASTUnit.cpp \ 1276c7fc5fSjoerg ChainedDiagnosticConsumer.cpp \ 1376c7fc5fSjoerg ChainedIncludesSource.cpp \ 1476c7fc5fSjoerg CompilerInstance.cpp \ 1576c7fc5fSjoerg CompilerInvocation.cpp \ 1676c7fc5fSjoerg CreateInvocationFromCommandLine.cpp \ 1776c7fc5fSjoerg DependencyFile.cpp \ 1876c7fc5fSjoerg DependencyGraph.cpp \ 1976c7fc5fSjoerg DiagnosticRenderer.cpp \ 2076c7fc5fSjoerg FrontendAction.cpp \ 2176c7fc5fSjoerg FrontendActions.cpp \ 2276c7fc5fSjoerg FrontendOptions.cpp \ 2376c7fc5fSjoerg HeaderIncludeGen.cpp \ 2476c7fc5fSjoerg InitHeaderSearch.cpp \ 2576c7fc5fSjoerg InitPreprocessor.cpp \ 2676c7fc5fSjoerg InterfaceStubFunctionsConsumer.cpp \ 2776c7fc5fSjoerg LayoutOverrideSource.cpp \ 2876c7fc5fSjoerg LogDiagnosticPrinter.cpp \ 2976c7fc5fSjoerg ModuleDependencyCollector.cpp \ 3076c7fc5fSjoerg MultiplexConsumer.cpp \ 3176c7fc5fSjoerg PrecompiledPreamble.cpp \ 3276c7fc5fSjoerg PrintPreprocessedOutput.cpp \ 3376c7fc5fSjoerg SerializedDiagnosticPrinter.cpp \ 3476c7fc5fSjoerg SerializedDiagnosticReader.cpp \ 3576c7fc5fSjoerg TestModuleFileExtension.cpp \ 3676c7fc5fSjoerg TextDiagnostic.cpp \ 3776c7fc5fSjoerg TextDiagnosticBuffer.cpp \ 3876c7fc5fSjoerg TextDiagnosticPrinter.cpp \ 3976c7fc5fSjoerg VerifyDiagnosticConsumer.cpp 4076c7fc5fSjoerg 4176c7fc5fSjoerg.if defined(HOSTLIB) 4276c7fc5fSjoerg.include <bsd.hostlib.mk> 4376c7fc5fSjoerg.else 4476c7fc5fSjoerg.include <bsd.lib.mk> 4576c7fc5fSjoerg.endif 46