7ae0e2c9f0
Benjamin Kramer and Joerg Sonnenberger for their input and fixes.
18 lines
249 B
Makefile
18 lines
249 B
Makefile
# $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"
|