15 lines
272 B
Makefile
15 lines
272 B
Makefile
|
# $NetBSD: Makefile,v 1.4 2012/04/29 19:19:05 joerg Exp $
|
||
|
|
||
|
LIB= LLVMRuntimeDyld
|
||
|
|
||
|
.include <bsd.init.mk>
|
||
|
|
||
|
.PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine/RuntimeDyld
|
||
|
|
||
|
SRCS+= GDBRegistrar.cpp \
|
||
|
RuntimeDyld.cpp \
|
||
|
RuntimeDyldELF.cpp \
|
||
|
RuntimeDyldMachO.cpp
|
||
|
|
||
|
.include <bsd.lib.mk>
|