llvm-mirror/tools/llvm-dis/Makefile

11 lines
189 B
Makefile
Raw Normal View History

2001-06-06 20:29:01 +00:00
LEVEL = ../..
include $(LEVEL)/Makefile.common
all:: dis
clean ::
rm -f dis
dis : $(ObjectsG)
$(LinkG) -o $@ $(ObjectsG) -lvmcore -lasmwriter -lanalysis \
-lbcreader