freebsd-dev/lib/clang/libclangparse/Makefile
Roman Divacky 47c832c3dd Import the build makefiles for clang/LLVM.
Approved by:	ed (mentor)
2010-06-09 19:32:20 +00:00

15 lines
401 B
Makefile

# $FreeBSD$
LIB= clangparse
SRCDIR= tools/clang/lib/Parse
SRCS= AttributeList.cpp DeclSpec.cpp MinimalAction.cpp \
ParseCXXInlineMethods.cpp ParseDecl.cpp ParseDeclCXX.cpp \
ParseExpr.cpp ParseExprCXX.cpp ParseInit.cpp ParseObjc.cpp \
ParsePragma.cpp ParseStmt.cpp ParseTemplate.cpp \
ParseTentative.cpp Parser.cpp
TGHDRS= DiagnosticCommonKinds DiagnosticParseKinds
.include "../clang.lib.mk"