[C++] Use 'nullptr'. Tools edition.
[oota-llvm.git] / tools / bugpoint / Makefile
index 43f1c91d3006d399bc1c2b8a8b7539c73f031755..174f8d25161eef3c4e8f1c2262b27f593b68a52d 100644 (file)
@@ -1,13 +1,18 @@
-LEVEL = ../..
+##===- 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.
+# 
+##===----------------------------------------------------------------------===##
 
-TOOLNAME = bugpoint
+LEVEL := ../..
+TOOLNAME := bugpoint
+LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
+                   bitwriter irreader vectorize objcarcopts codegen
 
-OPTLIBS  = instrument profpaths scalaropts ipo
-ANALIBS  = datastructure ipa target.a analysis
-
-USEDLIBS = ipo scalaropts $(ANALIBS) \
-           transformutils asmparser bcreader bcwriter vmcore support
-
-TOOLLINKOPTS = -ldl
+# Support plugins.
+NO_DEAD_STRIP := 1
 
 include $(LEVEL)/Makefile.common