summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/Archive/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/lib/Archive/Makefile')
-rw-r--r--contrib/llvm/lib/Archive/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/llvm/lib/Archive/Makefile b/contrib/llvm/lib/Archive/Makefile
new file mode 100644
index 0000000..da97804
--- /dev/null
+++ b/contrib/llvm/lib/Archive/Makefile
@@ -0,0 +1,17 @@
+##===- lib/Archive/Makefile --------------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../..
+LIBRARYNAME = LLVMArchive
+
+# We only want an archive so only those modules actually used by a tool are
+# included.
+BUILD_ARCHIVE := 1
+
+include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud