1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.3 2014/08/10 17:34:22 joerg Exp $ 2f4a2713aSLionel Sambuc 3f4a2713aSLionel SambucLIB= clangParse 4f4a2713aSLionel Sambuc 5f4a2713aSLionel Sambuc.include <bsd.init.mk> 6f4a2713aSLionel Sambuc 7f4a2713aSLionel Sambuc.PATH: ${CLANG_SRCDIR}/lib/Parse 8f4a2713aSLionel Sambuc 9f4a2713aSLionel SambucSRCS+= ParseAST.cpp \ 10f4a2713aSLionel Sambuc ParseCXXInlineMethods.cpp \ 11f4a2713aSLionel Sambuc ParseDecl.cpp \ 12f4a2713aSLionel Sambuc ParseDeclCXX.cpp \ 13f4a2713aSLionel Sambuc ParseExpr.cpp \ 14f4a2713aSLionel Sambuc ParseExprCXX.cpp \ 15f4a2713aSLionel Sambuc ParseInit.cpp \ 16f4a2713aSLionel Sambuc ParseObjc.cpp \ 17f4a2713aSLionel Sambuc ParseOpenMP.cpp \ 18f4a2713aSLionel Sambuc ParsePragma.cpp \ 19f4a2713aSLionel Sambuc ParseStmt.cpp \ 20*0a6a1f1dSLionel Sambuc ParseStmtAsm.cpp \ 21f4a2713aSLionel Sambuc ParseTemplate.cpp \ 22f4a2713aSLionel Sambuc ParseTentative.cpp \ 23f4a2713aSLionel Sambuc Parser.cpp 24f4a2713aSLionel Sambuc 25f4a2713aSLionel Sambuc.if defined(HOSTLIB) 26f4a2713aSLionel Sambuc.include <bsd.hostlib.mk> 27f4a2713aSLionel Sambuc.else 28f4a2713aSLionel Sambuc.include <bsd.lib.mk> 29f4a2713aSLionel Sambuc.endif 30