OSDN Git Service

build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
[android-x86/external-llvm.git] / tools / bugpoint / Makefile
index a648a3c..eacaa47 100644 (file)
@@ -1,13 +1,15 @@
-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
+##===- 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
+LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
+                   bitwriter
 
 include $(LEVEL)/Makefile.common