1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/tools/as/Makefile
Vikram S. Adve 8c449a314b Add dependence to libvmcore.
llvm-svn: 370
2001-08-25 12:43:25 +00:00

11 lines
274 B
Makefile

LEVEL = ../..
include $(LEVEL)/Makefile.common
all:: as
clean::
rm -f as
as : $(ObjectsG) ../../lib/Assembly/Parser/Debug/libasmparser.a \
../../lib/VMCore/Debug/libvmcore.a
$(LinkG) -o as $(ObjectsG) -lasmparser -lbcwriter -lasmwriter -lanalysis -lvmcore -lsupport