Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where
[oota-llvm.git] / tools / analyze / Makefile
1 LEVEL = ../..
2 TOOLNAME = analyze
3 USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
4            datastructure target.a transformutils.a scalaropts.a vmcore support
5 TOOLLINKOPTS = $(PLATFORMLIBDL)
6
7 include $(LEVEL)/Makefile.common
8