Convert to use new Pass framework...
[oota-llvm.git] / tools / as / Makefile
index 956469516667c70cc5beeca048df3805afb0a456..8b7a961564bc5615d000796a7bba4b6db64af71b 100644 (file)
@@ -1,9 +1,6 @@
 LEVEL = ../..
-include $(LEVEL)/Makefile.common
 
-all:: as
-clean::
-       rm -f as
+TOOLNAME = as
+USEDLIBS = asmparser bcwriter asmwriter analysis vmcore support
 
-as : $(ObjectsG) ../../lib/Assembly/Parser/Debug/libasmparser.a
-       $(LinkG) -o as $(ObjectsG) -lasmparser -lbcwriter -lasmwriter -lanalysis -lvmcore  -lsupport
+include $(LEVEL)/Makefile.common