167b158f6SDimitry AndricPROG_CXX= llvm-mca 267b158f6SDimitry Andric 30b57cec5SDimitry AndricSRCDIR= llvm/tools/llvm-mca 467b158f6SDimitry AndricSRCS+= CodeRegion.cpp 5efa75597SDimitry AndricSRCS+= CodeRegionGenerator.cpp 667b158f6SDimitry AndricSRCS+= PipelinePrinter.cpp 724b8043eSDimitry AndricSRCS+= Views/BottleneckAnalysis.cpp 8efa75597SDimitry AndricSRCS+= Views/DispatchStatistics.cpp 9efa75597SDimitry AndricSRCS+= Views/InstructionInfoView.cpp 10*e8d8bef9SDimitry AndricSRCS+= Views/InstructionView.cpp 11efa75597SDimitry AndricSRCS+= Views/RegisterFileStatistics.cpp 12efa75597SDimitry AndricSRCS+= Views/ResourcePressureView.cpp 13efa75597SDimitry AndricSRCS+= Views/RetireControlUnitStatistics.cpp 14efa75597SDimitry AndricSRCS+= Views/SchedulerStatistics.cpp 15efa75597SDimitry AndricSRCS+= Views/SummaryView.cpp 16efa75597SDimitry AndricSRCS+= Views/TimelineView.cpp 1767b158f6SDimitry AndricSRCS+= llvm-mca.cpp 1867b158f6SDimitry Andric 190b57cec5SDimitry AndricCFLAGS+= -I${LLVM_BASE}/${SRCDIR} 20efa75597SDimitry Andric 2167b158f6SDimitry Andric.include "../llvm.prog.mk" 22