summaryrefslogtreecommitdiffstats
path: root/lib/clang/libclangrewritefrontend/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libclangrewritefrontend/Makefile')
-rw-r--r--lib/clang/libclangrewritefrontend/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/clang/libclangrewritefrontend/Makefile b/lib/clang/libclangrewritefrontend/Makefile
new file mode 100644
index 0000000..35de008
--- /dev/null
+++ b/lib/clang/libclangrewritefrontend/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+LIB= clangrewritefrontend
+
+SRCDIR= tools/clang/lib/Rewrite/Frontend
+SRCS= FixItRewriter.cpp \
+ FrontendActions.cpp \
+ HTMLPrint.cpp \
+ InclusionRewriter.cpp \
+ RewriteMacros.cpp \
+ RewriteModernObjC.cpp \
+ RewriteObjC.cpp \
+ RewriteTest.cpp
+
+TGHDRS= AttrList \
+ AttrParsedAttrList \
+ Attrs \
+ DeclNodes \
+ DiagnosticCommonKinds \
+ DiagnosticFrontendKinds \
+ StmtNodes
+
+.include "../clang.lib.mk"
OpenPOWER on IntegriCloud