ebeff3f9b4
r238337.
16 lines
270 B
Makefile
16 lines
270 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmruntimedyld
|
|
|
|
SRCDIR= lib/ExecutionEngine/RuntimeDyld
|
|
SRCS= RTDyldMemoryManager.cpp \
|
|
RuntimeDyld.cpp \
|
|
RuntimeDyldCOFF.cpp \
|
|
RuntimeDyldChecker.cpp \
|
|
RuntimeDyldELF.cpp \
|
|
RuntimeDyldMachO.cpp
|
|
|
|
.include "../clang.lib.mk"
|