Add dependence to libvmcore.
[oota-llvm.git] / tools / llvm-as / Makefile
1 LEVEL = ../..
2 include $(LEVEL)/Makefile.common
3
4 all:: as
5 clean::
6         rm -f as
7
8 as : $(ObjectsG) ../../lib/Assembly/Parser/Debug/libasmparser.a \
9                  ../../lib/VMCore/Debug/libvmcore.a
10         $(LinkG) -o as $(ObjectsG) -lasmparser -lbcwriter -lasmwriter -lanalysis -lvmcore  -lsupport