Initial Checkin of gccld
[oota-llvm.git] / tools / llvm-as / Makefile
index 3fa7984e62130d58dd7af05e7a88381faa2b7682..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)
-       $(LinkG) -o as $(ObjectsG) -lvmcore -lasmparser -lbcwriter -lanalysis -lasmwriter
+include $(LEVEL)/Makefile.common