mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
14 lines
294 B
Makefile
14 lines
294 B
Makefile
|
LEVEL = ../..
|
||
|
|
||
|
TOOLNAME = bugpoint
|
||
|
|
||
|
OPTLIBS = instrument profpaths scalaropts ipo
|
||
|
ANALIBS = datastructure ipa target.a analysis
|
||
|
|
||
|
USEDLIBS = ipo scalaropts $(ANALIBS) \
|
||
|
transformutils asmparser bcreader bcwriter vmcore support
|
||
|
|
||
|
TOOLLINKOPTS = -ldl
|
||
|
|
||
|
include $(LEVEL)/Makefile.common
|