mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
12 lines
210 B
Makefile
12 lines
210 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= clangfrontendtool
|
|
|
|
SRCDIR= tools/clang/lib/FrontendTool
|
|
SRCS= ExecuteCompilerInvocation.cpp
|
|
|
|
TGHDRS= CC1Options \
|
|
DiagnosticCommonKinds \
|
|
DiagnosticFrontendKinds
|
|
|
|
.include "../clang.lib.mk"
|