mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
20 lines
324 B
Makefile
20 lines
324 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <bsd.own.mk>
|
||
|
|
|
||
|
|
LIB= lldbInitialization
|
||
|
|
|
||
|
|
SRCDIR= tools/lldb/source/Initialization
|
||
|
|
SRCS= SystemInitializer.cpp \
|
||
|
|
SystemInitializerCommon.cpp \
|
||
|
|
SystemLifetimeManager.cpp
|
||
|
|
|
||
|
|
#TGHDRS= AttrList \
|
||
|
|
# Attrs \
|
||
|
|
# DiagnosticCommonKinds \
|
||
|
|
# DeclNodes \
|
||
|
|
# StmtNodes \
|
||
|
|
# CommentCommandList
|
||
|
|
|
||
|
|
.include "../lldb.lib.mk"
|