1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.12 2015/01/29 20:41:36 joerg Exp $ 2f4a2713aSLionel Sambuc 3f4a2713aSLionel SambucLIB= clangCodeGen 4f4a2713aSLionel Sambuc 5f4a2713aSLionel Sambuc.include <bsd.init.mk> 6f4a2713aSLionel Sambuc 7f4a2713aSLionel Sambuc.PATH: ${CLANG_SRCDIR}/lib/CodeGen 8f4a2713aSLionel Sambuc 9f4a2713aSLionel SambucSRCS+= BackendUtil.cpp \ 10f4a2713aSLionel Sambuc CGAtomic.cpp \ 11f4a2713aSLionel Sambuc CGBlocks.cpp \ 12f4a2713aSLionel Sambuc CGBuiltin.cpp \ 13f4a2713aSLionel Sambuc CGCUDANV.cpp \ 14f4a2713aSLionel Sambuc CGCUDARuntime.cpp \ 15f4a2713aSLionel Sambuc CGCall.cpp \ 16f4a2713aSLionel Sambuc CGClass.cpp \ 17f4a2713aSLionel Sambuc CGCleanup.cpp \ 18f4a2713aSLionel Sambuc CGCXX.cpp \ 19f4a2713aSLionel Sambuc CGCXXABI.cpp \ 20f4a2713aSLionel Sambuc CGDebugInfo.cpp \ 21f4a2713aSLionel Sambuc CGDecl.cpp \ 22f4a2713aSLionel Sambuc CGDeclCXX.cpp \ 23f4a2713aSLionel Sambuc CGException.cpp \ 24f4a2713aSLionel Sambuc CGExpr.cpp \ 25f4a2713aSLionel Sambuc CGExprAgg.cpp \ 26f4a2713aSLionel Sambuc CGExprComplex.cpp \ 27f4a2713aSLionel Sambuc CGExprConstant.cpp \ 28f4a2713aSLionel Sambuc CGExprCXX.cpp \ 29f4a2713aSLionel Sambuc CGExprScalar.cpp \ 30*0a6a1f1dSLionel Sambuc CGLoopInfo.cpp \ 31f4a2713aSLionel Sambuc CGObjC.cpp \ 32f4a2713aSLionel Sambuc CGObjCGNU.cpp \ 33f4a2713aSLionel Sambuc CGObjCMac.cpp \ 34f4a2713aSLionel Sambuc CGObjCRuntime.cpp \ 35f4a2713aSLionel Sambuc CGOpenCLRuntime.cpp \ 36*0a6a1f1dSLionel Sambuc CGOpenMPRuntime.cpp \ 37f4a2713aSLionel Sambuc CGRecordLayoutBuilder.cpp \ 38f4a2713aSLionel Sambuc CGStmt.cpp \ 39*0a6a1f1dSLionel Sambuc CGStmtOpenMP.cpp \ 40f4a2713aSLionel Sambuc CGVTables.cpp \ 41f4a2713aSLionel Sambuc CGVTT.cpp \ 42f4a2713aSLionel Sambuc CodeGenABITypes.cpp \ 43f4a2713aSLionel Sambuc CodeGenAction.cpp \ 44f4a2713aSLionel Sambuc CodeGenFunction.cpp \ 45f4a2713aSLionel Sambuc CodeGenModule.cpp \ 46*0a6a1f1dSLionel Sambuc CodeGenPGO.cpp \ 47f4a2713aSLionel Sambuc CodeGenTBAA.cpp \ 48f4a2713aSLionel Sambuc CodeGenTypes.cpp \ 49*0a6a1f1dSLionel Sambuc CoverageMappingGen.cpp \ 50f4a2713aSLionel Sambuc ItaniumCXXABI.cpp \ 51f4a2713aSLionel Sambuc MicrosoftCXXABI.cpp \ 52f4a2713aSLionel Sambuc ModuleBuilder.cpp \ 53*0a6a1f1dSLionel Sambuc SanitizerMetadata.cpp \ 54f4a2713aSLionel Sambuc TargetInfo.cpp 55f4a2713aSLionel Sambuc 56f4a2713aSLionel Sambuc.if defined(HOSTLIB) 57f4a2713aSLionel Sambuc.include <bsd.hostlib.mk> 58f4a2713aSLionel Sambuc.else 59f4a2713aSLionel Sambuc.include <bsd.lib.mk> 60f4a2713aSLionel Sambuc.endif 61