summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Archive
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-06 08:52:36 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-06 08:52:36 +0000
commit0f8359b061ef0440a3d64ccb824024feac304329 (patch)
treeecfbbdecd09542529c8cba47f63294491f28e81e /llvm/lib/Bytecode/Archive
parent0cc653e59b6efb0cedbc97e4ff5fb108085bfd33 (diff)
downloadbcm5719-llvm-0f8359b061ef0440a3d64ccb824024feac304329.tar.gz
bcm5719-llvm-0f8359b061ef0440a3d64ccb824024feac304329.zip
Makefile for the LLVMArchive library.
llvm-svn: 17500
Diffstat (limited to 'llvm/lib/Bytecode/Archive')
-rw-r--r--llvm/lib/Bytecode/Archive/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/llvm/lib/Bytecode/Archive/Makefile b/llvm/lib/Bytecode/Archive/Makefile
new file mode 100644
index 00000000000..9b6b3a9b444
--- /dev/null
+++ b/llvm/lib/Bytecode/Archive/Makefile
@@ -0,0 +1,18 @@
+##===- lib/Bytecode/Archive/Makefile -----------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file was developed by Reid Spencer and is distributed under the
+# University of Illinois Open Source License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../../..
+LIBRARYNAME = LLVMArchive
+
+# We only want an archive so only those modules actually used by a tool are
+# included.
+BUILD_ARCHIVE = 1
+DONT_BUILD_RELINKED = 1
+
+include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud