Minor cleanup related to my latest scheduler changes.
[oota-llvm.git] / tools / bugpoint / Makefile
index a648a3c4759d7c3670584e65cf857d892d2dea3f..5d287ef188aeb9af43b3e75cc76f1f99486ce9b0 100644 (file)
@@ -1,13 +1,16 @@
+##===- tools/bugpoint/Makefile -----------------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+# 
+##===----------------------------------------------------------------------===##
 LEVEL = ../..
 
 TOOLNAME = bugpoint
 
-#OPTLIBS  = instrument profpaths 
-ANALIBS  = datastructure ipa target.a 
-
-USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \
-           transformutils asmparser bcreader bcwriter vmcore support
-
-TOOLLINKOPTS = -ldl
+LINK_COMPONENTS := asmparser instrumentation scalaropts ipo \
+                   linker bitreader bitwriter
 
 include $(LEVEL)/Makefile.common