aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt/Makefile
blob: 658b2998ec8ab1a10fe86126ce5860f7d6ba2d28 (plain)
1
2
3
4
5
6
7
8
9
10
LEVEL = ../..
include $(LEVEL)/Makefile.common

all:: opt
clean ::
	rm -f opt

opt : $(ObjectsG) ../../lib/Optimizations/Debug/libopt.a
	$(LinkG) -o $@ $(ObjectsG) -lopt -lbcreader -lbcwriter \
                               -lasmwriter -lanalysis -lvmcore -lsupport