mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 05:29:10 -04:00
22 lines
390 B
Makefile
22 lines
390 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/01/29 20:41:36 joerg Exp $
|
|
|
|
LIB= LLVMTarget
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
.PATH: ${LLVM_SRCDIR}/lib/Target
|
|
|
|
SRCS+= Target.cpp \
|
|
TargetIntrinsicInfo.cpp \
|
|
TargetLibraryInfo.cpp \
|
|
TargetLoweringObjectFile.cpp \
|
|
TargetMachine.cpp \
|
|
TargetMachineC.cpp \
|
|
TargetSubtargetInfo.cpp
|
|
|
|
.if defined(HOSTLIB)
|
|
.include <bsd.hostlib.mk>
|
|
.else
|
|
.include <bsd.lib.mk>
|
|
.endif
|