Pull interprocedural analyses out of Analysis library into their own lib
[oota-llvm.git] / lib / Analysis / Makefile
1
2 LEVEL = ../..
3
4 LIBRARYNAME = analysis
5
6 DIRS = LiveVar IPA
7
8 include $(LEVEL)/Makefile.common
9