[llvm-commits] CVS: llvm/lib/Bytecode/Archive/Makefile
Reid Spencer
reid at x10sys.com
Sat Nov 6 00:52:46 PST 2004
Changes in directory llvm/lib/Bytecode/Archive:
Makefile added (r1.1)
---
Log message:
Makefile for the LLVMArchive library.
---
Diffs of the changes: (+18 -0)
Index: llvm/lib/Bytecode/Archive/Makefile
diff -c /dev/null llvm/lib/Bytecode/Archive/Makefile:1.1
*** /dev/null Sat Nov 6 02:52:46 2004
--- llvm/lib/Bytecode/Archive/Makefile Sat Nov 6 02:52:36 2004
***************
*** 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
More information about the llvm-commits
mailing list