[llvm-commits] [llvm] r119110 - /llvm/trunk/lib/Object/Makefile
Michael J. Spencer
bigcheesegs at gmail.com
Sun Nov 14 19:33:14 PST 2010
Author: mspencer
Date: Sun Nov 14 21:33:14 2010
New Revision: 119110
URL: http://llvm.org/viewvc/llvm-project?rev=119110&view=rev
Log:
Object: Add missing makefile.
Added:
llvm/trunk/lib/Object/Makefile
Added: llvm/trunk/lib/Object/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Object/Makefile?rev=119110&view=auto
==============================================================================
--- llvm/trunk/lib/Object/Makefile (added)
+++ llvm/trunk/lib/Object/Makefile Sun Nov 14 21:33:14 2010
@@ -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
More information about the llvm-commits
mailing list