167b158f6SDimitry Andric# $FreeBSD$ 267b158f6SDimitry Andric 367b158f6SDimitry AndricPROG_CXX= llvm-mca 467b158f6SDimitry Andric 5*0b57cec5SDimitry AndricSRCDIR= llvm/tools/llvm-mca 667b158f6SDimitry AndricSRCS+= CodeRegion.cpp 7efa75597SDimitry AndricSRCS+= CodeRegionGenerator.cpp 867b158f6SDimitry AndricSRCS+= PipelinePrinter.cpp 924b8043eSDimitry AndricSRCS+= Views/BottleneckAnalysis.cpp 10efa75597SDimitry AndricSRCS+= Views/DispatchStatistics.cpp 11efa75597SDimitry AndricSRCS+= Views/InstructionInfoView.cpp 12efa75597SDimitry AndricSRCS+= Views/RegisterFileStatistics.cpp 13efa75597SDimitry AndricSRCS+= Views/ResourcePressureView.cpp 14efa75597SDimitry AndricSRCS+= Views/RetireControlUnitStatistics.cpp 15efa75597SDimitry AndricSRCS+= Views/SchedulerStatistics.cpp 16efa75597SDimitry AndricSRCS+= Views/SummaryView.cpp 17efa75597SDimitry AndricSRCS+= Views/TimelineView.cpp 18efa75597SDimitry AndricSRCS+= Views/View.cpp 1967b158f6SDimitry AndricSRCS+= llvm-mca.cpp 2067b158f6SDimitry Andric 21*0b57cec5SDimitry AndricCFLAGS+= -I${LLVM_BASE}/${SRCDIR} 22efa75597SDimitry Andric 2367b158f6SDimitry AndricLIBADD+= z 2467b158f6SDimitry Andric 2567b158f6SDimitry Andric.include "../llvm.prog.mk" 26