aboutsummaryrefslogtreecommitdiff
path: root/lib/Comments/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Comments/Makefile')
-rw-r--r--lib/Comments/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/Comments/Makefile b/lib/Comments/Makefile
new file mode 100644
index 0000000000..0783f1f26c
--- /dev/null
+++ b/lib/Comments/Makefile
@@ -0,0 +1,14 @@
+##===- clang/lib/Comments/Makefile -------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+CLANG_LEVEL := ../..
+LIBRARYNAME := clangComments
+
+include $(CLANG_LEVEL)/Makefile
+