1# $NetBSD: Makefile,v 1.11 2013/01/23 15:03:00 joerg Exp $ 2 3LIB= LLVMTarget 4 5.include <bsd.init.mk> 6 7.PATH: ${LLVM_SRCDIR}/lib/Target 8 9SRCS+= Mangler.cpp \ 10 Target.cpp \ 11 TargetIntrinsicInfo.cpp \ 12 TargetJITInfo.cpp \ 13 TargetLibraryInfo.cpp \ 14 TargetLoweringObjectFile.cpp \ 15 TargetMachine.cpp \ 16 TargetMachineC.cpp \ 17 TargetSubtargetInfo.cpp 18 19.if defined(HOSTLIB) 20.include <bsd.hostlib.mk> 21.else 22.include <bsd.lib.mk> 23.endif 24