From 579d91411acac4ad68e65376050b1f1729e63ec5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 22 May 2002 20:27:00 +0000 Subject: Initial checkin of the "extract" utility git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2716 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/extract/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tools/extract/Makefile (limited to 'tools/extract/Makefile') 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 -- cgit v1.2.3