]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libclangedit/Makefile
MFC r244628:
[FreeBSD/stable/9.git] / lib / clang / libclangedit / Makefile
1 # $FreeBSD$
2
3 LIB=    clangedit
4
5 SRCDIR= tools/clang/lib/Edit
6 SRCS=   Commit.cpp \
7         EditedSource.cpp \
8         RewriteObjCFoundationAPI.cpp
9
10 TGHDRS= AttrList \
11         Attrs \
12         CommentNodes \
13         DeclNodes \
14         StmtNodes \
15         DiagnosticCommonKinds
16
17 .include "../clang.lib.mk"