diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-15 03:33:14 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-15 03:33:14 +0000 |
commit | 0a5b64ea1050ce56d689cd687a9f7feaa43d550d (patch) | |
tree | 0fa8a06e7bedb17e2826a9d0c26b3dacad6cb07c /lib/Object | |
parent | fbc8c67992d8c8b0f4ea07b29cf31a4f0c1b28fe (diff) |
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/Makefile | 14 |
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 |