Skip to content
Makefile 293 B
Newer Older
LEVEL = ../..

TOOLNAME = bugpoint

#OPTLIBS  = instrument profpaths 
ANALIBS  = datastructure ipa target.a 
USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \
           transformutils asmparser bcreader bcwriter vmcore support

TOOLLINKOPTS = -ldl

include $(LEVEL)/Makefile.common