mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 07:41:02 -04:00
11 lines
172 B
Makefile
11 lines
172 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
LIB= llvmexecutionengine
|
||
|
|
|
||
|
|
SRCDIR= lib/ExecutionEngine
|
||
|
|
SRCS= ExecutionEngine.cpp \
|
||
|
|
ExecutionEngineBindings.cpp \
|
||
|
|
TargetSelect.cpp
|
||
|
|
|
||
|
|
.include "../clang.lib.mk"
|