mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
15 lines
210 B
Makefile
15 lines
210 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
LIB= llvmmirparser
|
|
|
|
SRCDIR= lib/CodeGen/MIRParser
|
|
SRCS= MIParser.cpp \
|
|
MIRParser.cpp
|
|
|
|
.if ${MK_CLANG_EXTRAS} != "no"
|
|
SRCS+= MILexer.cpp
|
|
.endif
|
|
|
|
.include "../clang.lib.mk"
|