# $OpenBSD: Makefile,v 1.4 2023/11/11 18:35:39 robert Exp $ LIB= clangParse NOPIC= NOPROFILE= CPPFLAGS+= ${CLANG_INCLUDES} .include SRCS= ParseAST.cpp \ ParseCXXInlineMethods.cpp \ ParseDecl.cpp \ ParseDeclCXX.cpp \ ParseExpr.cpp \ ParseExprCXX.cpp \ ParseHLSL.cpp \ ParseInit.cpp \ ParseObjc.cpp \ ParseOpenMP.cpp \ ParsePragma.cpp \ ParseStmt.cpp \ ParseStmtAsm.cpp \ ParseTemplate.cpp \ ParseTentative.cpp \ Parser.cpp .PATH: ${.CURDIR}/../../../llvm/clang/lib/Parse install: @# Nothing here so far ... .include