diff options
Diffstat (limited to 'lib/Support/Makefile')
-rw-r--r-- | lib/Support/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/Support/Makefile b/lib/Support/Makefile new file mode 100644 index 0000000..af2776c --- /dev/null +++ b/lib/Support/Makefile @@ -0,0 +1,14 @@ +##===- lib/Support/Makefile ------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file was developed by the LLVM research group and is distributed under +# the University of Illinois Open Source License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL = ../.. +LIBRARYNAME = LLVMSupport +BUILD_ARCHIVE = 1 + +include $(LEVEL)/Makefile.common |