summaryrefslogtreecommitdiff
path: root/tools/llvm-ar/Makefile
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2003-08-28 15:22:38 +0000
committerTanya Lattner <tonic@nondot.org>2003-08-28 15:22:38 +0000
commit14baebf4ee48b2c34b3a2eec972f89e1c8806263 (patch)
tree7799080a156f5e5d0a8c271b15d9a163d6aca15d /tools/llvm-ar/Makefile
parent82d222faaab57d71d0832be9521ff3dd77e007d0 (diff)
downloadllvm-14baebf4ee48b2c34b3a2eec972f89e1c8806263.tar.gz
llvm-14baebf4ee48b2c34b3a2eec972f89e1c8806263.tar.bz2
llvm-14baebf4ee48b2c34b3a2eec972f89e1c8806263.tar.xz
First version of llvm-ar added to cvs repository.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8173 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-ar/Makefile')
-rw-r--r--tools/llvm-ar/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile
new file mode 100644
index 0000000000..73aabbb21a
--- /dev/null
+++ b/tools/llvm-ar/Makefile
@@ -0,0 +1,6 @@
+LEVEL = ../..
+
+TOOLNAME = llvm-ar
+USEDLIBS = bcreader vmcore support.a
+
+include $(LEVEL)/Makefile.common