]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/libclangedit/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / clang / libclangedit / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    clangedit
6
7 SRCDIR= tools/clang/lib/Edit
8 SRCS=   Commit.cpp \
9         EditedSource.cpp \
10         RewriteObjCFoundationAPI.cpp
11
12 TGHDRS= AttrList \
13         Attrs \
14         CommentCommandList \
15         CommentNodes \
16         DeclNodes \
17         StmtNodes \
18         DiagnosticCommonKinds
19
20 .include "../clang.lib.mk"