From afade9294af43c6b947b9aeaa1555883d5f853e3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 20 Nov 2002 22:28:10 +0000 Subject: Initial checkin of bugpoint git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4789 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/bugpoint/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tools/bugpoint/Makefile (limited to 'tools/bugpoint/Makefile') diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile new file mode 100644 index 0000000000..43f1c91d30 --- /dev/null +++ b/tools/bugpoint/Makefile @@ -0,0 +1,13 @@ +LEVEL = ../.. + +TOOLNAME = bugpoint + +OPTLIBS = instrument profpaths scalaropts ipo +ANALIBS = datastructure ipa target.a analysis + +USEDLIBS = ipo scalaropts $(ANALIBS) \ + transformutils asmparser bcreader bcwriter vmcore support + +TOOLLINKOPTS = -ldl + +include $(LEVEL)/Makefile.common -- cgit v1.2.3