Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for...
[oota-llvm.git] / tools / llvm-extract / Makefile
index 5672aa3299a2426f37ccf142f48fc935a50c9363..a1e93f5ce468c692dbb56de04888efad94b6af03 100644 (file)
@@ -7,12 +7,11 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
-
-TOOLNAME = llvm-extract
+LEVEL := ../..
+TOOLNAME := llvm-extract
 LINK_COMPONENTS := ipo bitreader bitwriter asmparser
 
 # This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common