blob: a0e45a9c43d2dfb7ec026d050eb78df2b67861fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
LIB= clangedit
SRCDIR= tools/clang/lib/Edit
SRCS= Commit.cpp \
EditedSource.cpp \
RewriteObjCFoundationAPI.cpp
TGHDRS= AttrList \
Attrs \
CommentNodes \
DeclNodes \
StmtNodes \
DiagnosticCommonKinds
.include "../clang.lib.mk"
|