1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.13 2015/01/29 20:41:36 joerg Exp $ 2f4a2713aSLionel Sambuc 3f4a2713aSLionel SambucLIB= LLVMTarget 4f4a2713aSLionel Sambuc 5f4a2713aSLionel Sambuc.include <bsd.init.mk> 6f4a2713aSLionel Sambuc 7f4a2713aSLionel Sambuc.PATH: ${LLVM_SRCDIR}/lib/Target 8f4a2713aSLionel Sambuc 9*0a6a1f1dSLionel SambucSRCS+= Target.cpp \ 10f4a2713aSLionel Sambuc TargetIntrinsicInfo.cpp \ 11f4a2713aSLionel Sambuc TargetLibraryInfo.cpp \ 12f4a2713aSLionel Sambuc TargetLoweringObjectFile.cpp \ 13f4a2713aSLionel Sambuc TargetMachine.cpp \ 14f4a2713aSLionel Sambuc TargetMachineC.cpp \ 15f4a2713aSLionel Sambuc TargetSubtargetInfo.cpp 16f4a2713aSLionel Sambuc 17f4a2713aSLionel Sambuc.if defined(HOSTLIB) 18f4a2713aSLionel Sambuc.include <bsd.hostlib.mk> 19f4a2713aSLionel Sambuc.else 20f4a2713aSLionel Sambuc.include <bsd.lib.mk> 21f4a2713aSLionel Sambuc.endif 22