Add llvm-go tool.
[oota-llvm.git] / tools / llvm-extract / Makefile
index 5672aa3299a2426f37ccf142f48fc935a50c9363..d371c54759263a83a244cf40dd2e9a2b4691339a 100644 (file)
@@ -7,12 +7,11 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
-
-TOOLNAME = llvm-extract
-LINK_COMPONENTS := ipo bitreader bitwriter asmparser
+LEVEL := ../..
+TOOLNAME := llvm-extract
+LINK_COMPONENTS := ipo bitreader bitwriter asmparser irreader
 
 # This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common