diff options
Diffstat (limited to 'lib/Tooling/Core/Makefile')
-rw-r--r-- | lib/Tooling/Core/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Tooling/Core/Makefile b/lib/Tooling/Core/Makefile new file mode 100644 index 0000000000000..366466c192e40 --- /dev/null +++ b/lib/Tooling/Core/Makefile @@ -0,0 +1,13 @@ +##===- clang/lib/Tooling/Core/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 := clangToolingCore + +include $(CLANG_LEVEL)/Makefile |