mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
16 lines
282 B
Makefile
16 lines
282 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
LIB= llvmmcdisassembler
|
|
|
|
SRCDIR= lib/MC/MCDisassembler
|
|
SRCS= Disassembler.cpp \
|
|
MCRelocationInfo.cpp
|
|
|
|
.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no"
|
|
SRCS+= MCDisassembler.cpp \
|
|
MCExternalSymbolizer.cpp
|
|
.endif
|
|
|
|
.include "../clang.lib.mk"
|