summaryrefslogtreecommitdiff
path: root/lib/Object
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-11-15 03:33:14 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-11-15 03:33:14 +0000
commit0a5b64ea1050ce56d689cd687a9f7feaa43d550d (patch)
tree0fa8a06e7bedb17e2826a9d0c26b3dacad6cb07c /lib/Object
parentfbc8c67992d8c8b0f4ea07b29cf31a4f0c1b28fe (diff)
downloadllvm-0a5b64ea1050ce56d689cd687a9f7feaa43d550d.tar.gz
llvm-0a5b64ea1050ce56d689cd687a9f7feaa43d550d.tar.bz2
llvm-0a5b64ea1050ce56d689cd687a9f7feaa43d550d.tar.xz
Object: Add missing makefile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119110 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Object')
-rw-r--r--lib/Object/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/Object/Makefile b/lib/Object/Makefile
new file mode 100644
index 0000000000..79388dc97f
--- /dev/null
+++ b/lib/Object/Makefile
@@ -0,0 +1,14 @@
+##===- lib/Object/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 = LLVMObject
+BUILD_ARCHIVE := 1
+
+include $(LEVEL)/Makefile.common