summaryrefslogtreecommitdiff
path: root/tools/extract/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-22 20:27:00 +0000
committerChris Lattner <sabre@nondot.org>2002-05-22 20:27:00 +0000
commit579d91411acac4ad68e65376050b1f1729e63ec5 (patch)
tree57de98dc40f2dda040b5ddc7526bb85c4a3adff1 /tools/extract/Makefile
parent91c93376ae1471a19da7ea7f4ebc780396613f7a (diff)
downloadllvm-579d91411acac4ad68e65376050b1f1729e63ec5.tar.gz
llvm-579d91411acac4ad68e65376050b1f1729e63ec5.tar.bz2
llvm-579d91411acac4ad68e65376050b1f1729e63ec5.tar.xz
Initial checkin of the "extract" utility
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2716 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/extract/Makefile')
-rw-r--r--tools/extract/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/extract/Makefile b/tools/extract/Makefile
new file mode 100644
index 0000000000..f9209d1445
--- /dev/null
+++ b/tools/extract/Makefile
@@ -0,0 +1,6 @@
+LEVEL = ../..
+
+TOOLNAME = extract
+USEDLIBS = bcreader bcwriter transforms ipo analysis transformutils ipa vmcore support
+
+include $(LEVEL)/Makefile.common