17 lines
274 B
Makefile
17 lines
274 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmexecutionengine
|
|
|
|
SRCDIR= lib/ExecutionEngine
|
|
SRCS= ExecutionEngine.cpp \
|
|
ExecutionEngineBindings.cpp \
|
|
GDBRegistrationListener.cpp \
|
|
SectionMemoryManager.cpp \
|
|
TargetSelect.cpp
|
|
|
|
TGHDRS= Attributes
|
|
|
|
.include "../clang.lib.mk"
|