Great renaming part II: Sparc --> SparcV9 (also includes command-line options and...
[oota-llvm.git] / tools / llvm-dis / Makefile
index 8ce3e2161c24c471df51b55ea12f6a2ac5a9229f..a0b51cf27725a33ca14f1dbb0e36de3eac0b787e 100644 (file)
@@ -1,10 +1,13 @@
+##===- tools/llvm-dis/Makefile ------------------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file was developed by the LLVM research group and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# 
+##===----------------------------------------------------------------------===##
 LEVEL = ../..
-include $(LEVEL)/Makefile.common
-
-all:: dis
-clean ::
-       rm -f dis
-
-dis : $(ObjectsG)
-       $(LinkG) -o $@ $(ObjectsG) -lbcreader -lasmwriter -lanalysis -lvmcore -lsupport
 
+TOOLNAME = llvm-dis
+USEDLIBS = bcreader vmcore support.a
+include $(LEVEL)/Makefile.common