mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-25 14:32:53 +00:00
afade9294a
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4789 91177308-0d34-0410-b5e6-96231b3b80d8
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
|