]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/libclangedit/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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"