mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
17 lines
238 B
Makefile
17 lines
238 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmtablegen
|
|
|
|
SRCDIR= lib/TableGen
|
|
SRCS= Error.cpp \
|
|
Main.cpp \
|
|
Record.cpp \
|
|
SetTheory.cpp \
|
|
StringMatcher.cpp \
|
|
TGLexer.cpp \
|
|
TGParser.cpp \
|
|
TableGenBackend.cpp
|
|
|
|
.include "../clang.lib.mk"
|