xref: /minix3/external/bsd/llvm/lib/libclangDriver/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.9 2015/01/29 20:41:37 joerg Exp $
2f4a2713aSLionel Sambuc
3f4a2713aSLionel SambucLIB=	clangDriver
4f4a2713aSLionel Sambuc
5f4a2713aSLionel Sambuc.include <bsd.init.mk>
6f4a2713aSLionel Sambuc
7f4a2713aSLionel Sambuc.PATH: ${CLANG_SRCDIR}/lib/Driver
8f4a2713aSLionel Sambuc
9f4a2713aSLionel SambucSRCS+=	Action.cpp \
10f4a2713aSLionel Sambuc	Compilation.cpp \
11*0a6a1f1dSLionel Sambuc	CrossWindowsToolChain.cpp \
12f4a2713aSLionel Sambuc	Driver.cpp \
13f4a2713aSLionel Sambuc	DriverOptions.cpp \
14f4a2713aSLionel Sambuc	Job.cpp \
15*0a6a1f1dSLionel Sambuc	MSVCToolChain.cpp \
16*0a6a1f1dSLionel Sambuc	Multilib.cpp \
17f4a2713aSLionel Sambuc	Phases.cpp \
18f4a2713aSLionel Sambuc	SanitizerArgs.cpp \
19f4a2713aSLionel Sambuc	Tool.cpp \
20f4a2713aSLionel Sambuc	ToolChain.cpp \
21f4a2713aSLionel Sambuc	ToolChains.cpp \
22f4a2713aSLionel Sambuc	Tools.cpp \
23*0a6a1f1dSLionel Sambuc	Types.cpp
24f4a2713aSLionel Sambuc
25f4a2713aSLionel Sambuc.if defined(HOSTLIB)
26f4a2713aSLionel Sambuc.include <bsd.hostlib.mk>
27f4a2713aSLionel Sambuc.else
28f4a2713aSLionel Sambuc.include <bsd.lib.mk>
29f4a2713aSLionel Sambuc.endif
30