config root man

Current Path : /usr/src/lib/clang/libclangast/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/src/lib/clang/libclangast/Makefile

# $FreeBSD: release/9.1.0/lib/clang/libclangast/Makefile 235633 2012-05-18 21:49:11Z dim $

LIB=	clangast

SRCDIR=	tools/clang/lib/AST
SRCS=	APValue.cpp \
	ASTConsumer.cpp \
	ASTContext.cpp \
	ASTDiagnostic.cpp \
	ASTImporter.cpp \
	AttrImpl.cpp \
	CXXInheritance.cpp \
	Decl.cpp \
	DeclBase.cpp \
	DeclCXX.cpp \
	DeclFriend.cpp \
	DeclGroup.cpp \
	DeclObjC.cpp \
	DeclPrinter.cpp \
	DeclTemplate.cpp \
	DeclarationName.cpp \
	DumpXML.cpp \
	Expr.cpp \
	ExprCXX.cpp \
	ExprClassification.cpp \
	ExprConstant.cpp \
	ExternalASTSource.cpp \
	InheritViz.cpp \
	ItaniumCXXABI.cpp \
	ItaniumMangle.cpp \
	LambdaMangleContext.cpp \
	Mangle.cpp \
	MicrosoftCXXABI.cpp \
	MicrosoftMangle.cpp \
	NestedNameSpecifier.cpp \
	NSAPI.cpp \
	ParentMap.cpp \
	RecordLayout.cpp \
	RecordLayoutBuilder.cpp \
	SelectorLocationsKind.cpp \
	Stmt.cpp \
	StmtDumper.cpp \
	StmtIterator.cpp \
	StmtPrinter.cpp \
	StmtProfile.cpp \
	StmtViz.cpp \
	TemplateBase.cpp \
	TemplateName.cpp \
	Type.cpp \
	TypeLoc.cpp \
	TypePrinter.cpp \
	VTTBuilder.cpp \
	VTableBuilder.cpp

TGHDRS=	AttrImpl \
	AttrList \
	Attrs \
	DeclNodes \
	DiagnosticASTKinds \
	DiagnosticCommonKinds \
	DiagnosticSemaKinds \
	StmtNodes

.include "../clang.lib.mk"

Man Man