Large scale changes to implement new command line argument facility
[oota-llvm.git] / tools / analyze / Makefile
1 LEVEL = ../..
2 include $(LEVEL)/Makefile.common
3
4 all:: analyze
5 clean ::
6         rm -f analyze
7
8 LIBDEPS =  ../../lib/Optimizations/Debug/libopt.a  ../../lib/Analysis/Debug/libanalysis.a
9
10 analyze : $(ObjectsG) Debug/.dir Depend/.dir $(LIBDEPS)
11         $(LinkG) -o $@ $(ObjectsG) -lopt -lasmparser \
12                                    -lbcreader -lvmcore -lasmwriter -lanalysis \
13                                    -lopt -lsupport