mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
24 lines
421 B
Makefile
24 lines
421 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <bsd.own.mk>
|
||
|
|
|
||
|
|
LIB= lldbPluginLanguageCPlusPlus
|
||
|
|
|
||
|
|
SRCDIR= tools/lldb/source/Plugins/Language/CPlusPlus/
|
||
|
|
SRCS= CPlusPlusLanguage.cpp \
|
||
|
|
CxxStringTypes.cpp \
|
||
|
|
LibCxx.cpp \
|
||
|
|
LibCxxInitializerList.cpp \
|
||
|
|
LibCxxList.cpp \
|
||
|
|
LibCxxMap.cpp \
|
||
|
|
LibCxxUnorderedMap.cpp \
|
||
|
|
LibCxxVector.cpp \
|
||
|
|
LibStdcpp.cpp
|
||
|
|
|
||
|
|
TGHDRS= CommentCommandList \
|
||
|
|
DeclNodes \
|
||
|
|
DiagnosticCommonKinds \
|
||
|
|
StmtNodes
|
||
|
|
|
||
|
|
.include "../lldb.lib.mk"
|