use dump method instead of Asm/Writer to do debug printing
[oota-llvm.git] / tools / llvm-as / Makefile
index 956469516667c70cc5beeca048df3805afb0a456..0845f0f8658e81ba6fda8e0d027a3c08c94db781 100644 (file)
@@ -1,9 +1,6 @@
 LEVEL = ../..
-include $(LEVEL)/Makefile.common
 
-all:: as
-clean::
-       rm -f as
+TOOLNAME = as
+USEDLIBS = asmparser bcwriter asmwriter vmcore support
 
-as : $(ObjectsG) ../../lib/Assembly/Parser/Debug/libasmparser.a
-       $(LinkG) -o as $(ObjectsG) -lasmparser -lbcwriter -lasmwriter -lanalysis -lvmcore  -lsupport
+include $(LEVEL)/Makefile.common