mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 09:13:43 -04:00
14 lines
185 B
Makefile
14 lines
185 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmmirparser
|
|
|
|
SRCDIR= lib/CodeGen/MIRParser
|
|
SRCS= MILexer.cpp \
|
|
MIParser.cpp \
|
|
MIRParser.cpp
|
|
|
|
TGHDRS= Attributes
|
|
|
|
.include "../clang.lib.mk"
|