Initial checkin of the "extract" utility


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2716 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/extract/Makefile b/tools/extract/Makefile
new file mode 100644
index 0000000..f9209d1
--- /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