From f4a6a14c930806839e841ac49453bea9365aee0f 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. llvm-svn: 119110 --- llvm/lib/Object/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 llvm/lib/Object/Makefile diff --git a/llvm/lib/Object/Makefile b/llvm/lib/Object/Makefile new file mode 100644 index 000000000000..79388dc97f1a --- /dev/null +++ b/llvm/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