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