1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.13 2015/01/29 20:41:36 joerg Exp $ 2f4a2713aSLionel Sambuc 3f4a2713aSLionel SambucLIB= clangAST 4f4a2713aSLionel Sambuc 5f4a2713aSLionel Sambuc.include <bsd.init.mk> 6f4a2713aSLionel Sambuc 7f4a2713aSLionel Sambuc.PATH: ${CLANG_SRCDIR}/lib/AST 8f4a2713aSLionel Sambuc 9f4a2713aSLionel SambucSRCS+= APValue.cpp \ 10f4a2713aSLionel Sambuc ASTConsumer.cpp \ 11f4a2713aSLionel Sambuc ASTContext.cpp \ 12f4a2713aSLionel Sambuc ASTDiagnostic.cpp \ 13f4a2713aSLionel Sambuc ASTDumper.cpp \ 14f4a2713aSLionel Sambuc ASTImporter.cpp \ 15f4a2713aSLionel Sambuc ASTTypeTraits.cpp \ 16f4a2713aSLionel Sambuc AttrImpl.cpp \ 17f4a2713aSLionel Sambuc CXXInheritance.cpp \ 18f4a2713aSLionel Sambuc Comment.cpp \ 19f4a2713aSLionel Sambuc CommentBriefParser.cpp \ 20f4a2713aSLionel Sambuc CommentCommandTraits.cpp \ 21f4a2713aSLionel Sambuc CommentLexer.cpp \ 22f4a2713aSLionel Sambuc CommentParser.cpp \ 23f4a2713aSLionel Sambuc CommentSema.cpp \ 24f4a2713aSLionel Sambuc Decl.cpp \ 25f4a2713aSLionel Sambuc DeclarationName.cpp \ 26f4a2713aSLionel Sambuc DeclBase.cpp \ 27f4a2713aSLionel Sambuc DeclCXX.cpp \ 28f4a2713aSLionel Sambuc DeclFriend.cpp \ 29f4a2713aSLionel Sambuc DeclGroup.cpp \ 30f4a2713aSLionel Sambuc DeclObjC.cpp \ 31f4a2713aSLionel Sambuc DeclOpenMP.cpp \ 32f4a2713aSLionel Sambuc DeclPrinter.cpp \ 33f4a2713aSLionel Sambuc DeclTemplate.cpp \ 34f4a2713aSLionel Sambuc Expr.cpp \ 35f4a2713aSLionel Sambuc ExprClassification.cpp \ 36f4a2713aSLionel Sambuc ExprConstant.cpp \ 37f4a2713aSLionel Sambuc ExprCXX.cpp \ 38f4a2713aSLionel Sambuc ExternalASTSource.cpp \ 39f4a2713aSLionel Sambuc InheritViz.cpp \ 40f4a2713aSLionel Sambuc ItaniumCXXABI.cpp \ 41f4a2713aSLionel Sambuc ItaniumMangle.cpp \ 42f4a2713aSLionel Sambuc Mangle.cpp \ 43f4a2713aSLionel Sambuc MicrosoftCXXABI.cpp \ 44f4a2713aSLionel Sambuc MicrosoftMangle.cpp \ 45f4a2713aSLionel Sambuc NSAPI.cpp \ 46f4a2713aSLionel Sambuc NestedNameSpecifier.cpp \ 47f4a2713aSLionel Sambuc ParentMap.cpp \ 48f4a2713aSLionel Sambuc RawCommentList.cpp \ 49f4a2713aSLionel Sambuc RecordLayout.cpp \ 50f4a2713aSLionel Sambuc RecordLayoutBuilder.cpp \ 51f4a2713aSLionel Sambuc SelectorLocationsKind.cpp \ 52f4a2713aSLionel Sambuc Stmt.cpp \ 53f4a2713aSLionel Sambuc StmtIterator.cpp \ 54f4a2713aSLionel Sambuc StmtPrinter.cpp \ 55f4a2713aSLionel Sambuc StmtProfile.cpp \ 56f4a2713aSLionel Sambuc StmtViz.cpp \ 57f4a2713aSLionel Sambuc TemplateBase.cpp \ 58f4a2713aSLionel Sambuc TemplateName.cpp \ 59f4a2713aSLionel Sambuc Type.cpp \ 60f4a2713aSLionel Sambuc TypeLoc.cpp \ 61f4a2713aSLionel Sambuc TypePrinter.cpp \ 62f4a2713aSLionel Sambuc VTTBuilder.cpp \ 63f4a2713aSLionel Sambuc VTableBuilder.cpp 64f4a2713aSLionel Sambuc 65f4a2713aSLionel Sambuc.if defined(HOSTLIB) 66f4a2713aSLionel Sambuc.include <bsd.hostlib.mk> 67f4a2713aSLionel Sambuc.else 68f4a2713aSLionel Sambuc.include <bsd.lib.mk> 69f4a2713aSLionel Sambuc.endif 70