aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object/Makefile
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
commitfc6aaca26d0034c3c7be70587d780351e1ea35e5 (patch)
tree0fa8a06e7bedb17e2826a9d0c26b3dacad6cb07c /lib/Object/Makefile
parente2831db8d962cfecf9820a384aa2aca4368c9728 (diff)
downloadexternal_llvm-fc6aaca26d0034c3c7be70587d780351e1ea35e5.zip
external_llvm-fc6aaca26d0034c3c7be70587d780351e1ea35e5.tar.gz
external_llvm-fc6aaca26d0034c3c7be70587d780351e1ea35e5.tar.bz2
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/Makefile')
-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 0000000..79388dc
--- /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