From 0a5b64ea1050ce56d689cd687a9f7feaa43d550d Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Mon, 15 Nov 2010 03:33:14 +0000 Subject: [PATCH] Object: Add missing makefile. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119110 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Object/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lib/Object/Makefile diff --git a/lib/Object/Makefile b/lib/Object/Makefile new file mode 100644 index 00000000000..79388dc97f1 --- /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 -- 2.34.1