mirror of
https://github.com/opnsense/src.git
synced 2026-04-11 12:26:56 -04:00
13 lines
213 B
Makefile
13 lines
213 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmorcjit
|
|
|
|
SRCDIR= lib/ExecutionEngine/Orc
|
|
SRCS= ExecutionUtils.cpp \
|
|
IndirectionUtils.cpp \
|
|
OrcMCJITReplacement.cpp \
|
|
OrcTargetSupport.cpp
|
|
|
|
.include "../clang.lib.mk"
|