summaryrefslogtreecommitdiffstats
path: root/lib/clang/libclangcodegen/Makefile
blob: 0b9e2f5e87f82f4f256a2ab1487882ce62b475f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

LIB=	clangcodegen

SRCDIR=	tools/clang/lib/CodeGen
SRCS=	CGBlocks.cpp CGBuiltin.cpp CGCXX.cpp CGCall.cpp CGClass.cpp \
	CGDebugInfo.cpp CGDecl.cpp CGDeclCXX.cpp CGException.cpp \
	CGExpr.cpp CGExprAgg.cpp CGExprCXX.cpp CGExprComplex.cpp \
	CGExprConstant.cpp CGExprScalar.cpp CGObjC.cpp CGObjCGNU.cpp \
	CGObjCMac.cpp CGRTTI.cpp CGRecordLayoutBuilder.cpp CGStmt.cpp \
	CGTemporaries.cpp CGVTT.cpp CGVTables.cpp CodeGenFunction.cpp \
	CodeGenModule.cpp CodeGenTypes.cpp ItaniumCXXABI.cpp \
	Mangle.cpp ModuleBuilder.cpp TargetInfo.cpp

TGHDRS=	DiagnosticCommonKinds Intrinsics StmtNodes

.include "../clang.lib.mk"
OpenPOWER on IntegriCloud