Convert to use new Pass framework...
[oota-llvm.git] / tools / dis / Makefile
index fc77cdd1404fc196bddd7cf7ddd46ce686c45d59..ef65811893577194c4b0d7391e4f7900d173a9c8 100644 (file)
@@ -1,10 +1,7 @@
 LEVEL = ../..
+
+TOOLNAME = dis
+USEDLIBS = bcreader asmwriter analysis vmcore support
 include $(LEVEL)/Makefile.common
 
-all:: dis
-clean ::
-       rm -f dis
 
-dis : $(ObjectsG)
-       $(LinkG) -o $@ $(ObjectsG) -lvmcore -lasmwriter -lanalysis \
-                                              -lbcreader