]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/liblldbUtility/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / clang / liblldbUtility / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbUtility
6
7 SRCDIR= tools/lldb/source/Utility
8 SRCS=   ARM_DWARF_Registers.cpp \
9         KQueue.cpp \
10         PseudoTerminal.cpp \
11         Range.cpp \
12         RefCounter.cpp \
13         SharingPtr.cpp \
14         StringExtractor.cpp \
15         StringExtractorGDBRemote.cpp \
16         TimeSpecTimeout.cpp
17
18 .include "../lldb.lib.mk"