xref: /freebsd-9-stable/lib/clang/libclangcodegen/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# $FreeBSD: stable/9/lib/clang/libclangcodegen/Makefile 263509 2014-03-21 17:56:32Z dim $
2
3.include <bsd.own.mk>
4
5LIB=	clangcodegen
6
7SRCDIR=	tools/clang/lib/CodeGen
8SRCS=	BackendUtil.cpp \
9	CGAtomic.cpp \
10	CGBlocks.cpp \
11	CGBuiltin.cpp \
12	CGCUDANV.cpp \
13	CGCUDARuntime.cpp \
14	CGCXX.cpp \
15	CGCXXABI.cpp \
16	CGCall.cpp \
17	CGClass.cpp \
18	CGCleanup.cpp \
19	CGDebugInfo.cpp \
20	CGDecl.cpp \
21	CGDeclCXX.cpp \
22	CGException.cpp \
23	CGExpr.cpp \
24	CGExprAgg.cpp \
25	CGExprCXX.cpp \
26	CGExprComplex.cpp \
27	CGExprConstant.cpp \
28	CGExprScalar.cpp \
29	CGObjC.cpp \
30	CGObjCGNU.cpp \
31	CGObjCMac.cpp \
32	CGObjCRuntime.cpp \
33	CGOpenCLRuntime.cpp \
34	CGRTTI.cpp \
35	CGRecordLayoutBuilder.cpp \
36	CGStmt.cpp \
37	CGVTT.cpp \
38	CGVTables.cpp \
39	CodeGenABITypes.cpp \
40	CodeGenAction.cpp \
41	CodeGenFunction.cpp \
42	CodeGenModule.cpp \
43	CodeGenTBAA.cpp \
44	CodeGenTypes.cpp \
45	ItaniumCXXABI.cpp \
46	MicrosoftCXXABI.cpp \
47	MicrosoftVBTables.cpp \
48	ModuleBuilder.cpp \
49	TargetInfo.cpp
50
51TGHDRS=	AttrList \
52	Attrs \
53	CommentCommandList \
54	CommentNodes \
55	DeclNodes \
56	DiagnosticCommonKinds \
57	DiagnosticFrontendKinds \
58	DiagnosticSemaKinds \
59	Intrinsics \
60	StmtNodes \
61	arm_neon
62
63.include "../clang.lib.mk"
64

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026