diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-06 08:52:36 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-06 08:52:36 +0000 |
| commit | 0f8359b061ef0440a3d64ccb824024feac304329 (patch) | |
| tree | ecfbbdecd09542529c8cba47f63294491f28e81e /llvm/lib/Bytecode/Archive | |
| parent | 0cc653e59b6efb0cedbc97e4ff5fb108085bfd33 (diff) | |
| download | bcm5719-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/Makefile | 18 |
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 |

