Move more self-contained functionality away from tools/opt/opt.cpp
[oota-llvm.git] / tools / llvm-cov / Makefile
index 63696905f1d95045006251c5eb1f99cce71f3748..efed6cc7942e734ccec32bbaea7cbc855ff40146 100644 (file)
@@ -1,4 +1,4 @@
-##===- tools/llvm-gcov/Makefile ----------------------------*- Makefile -*-===##
+##===- tools/llvm-cov/Makefile -----------------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -7,12 +7,11 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
-
-TOOLNAME = llvm-cov
-LINK_COMPONENTS := instrumentation
+LEVEL := ../..
+TOOLNAME := llvm-cov
+LINK_COMPONENTS := core support
 
 # This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common