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