Initial Checkin of gccld
[oota-llvm.git] / tools / llvm-as / Makefile
index 74bfc6844f2ed041bef3f8368cfdbae0888094fe..8b7a961564bc5615d000796a7bba4b6db64af71b 100644 (file)
@@ -1,10 +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 \
-                ../../lib/VMCore/Debug/libvmcore.a
-       $(LinkG) -o as $(ObjectsG) -lasmparser -lbcwriter -lasmwriter -lanalysis -lvmcore  -lsupport
+include $(LEVEL)/Makefile.common