minix/external/bsd/llvm/lib/libclangParse/Makefile

29 lines
486 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2013/04/25 13:59:58 joerg Exp $
LIB= clangParse
.include <bsd.init.mk>
.PATH: ${CLANG_SRCDIR}/lib/Parse
SRCS+= ParseAST.cpp \
ParseCXXInlineMethods.cpp \
ParseDecl.cpp \
ParseDeclCXX.cpp \
ParseExpr.cpp \
ParseExprCXX.cpp \
ParseInit.cpp \
ParseObjc.cpp \
ParseOpenMP.cpp \
ParsePragma.cpp \
ParseStmt.cpp \
ParseTemplate.cpp \
ParseTentative.cpp \
Parser.cpp
.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif