167b158f6SDimitry Andric# $FreeBSD$ 267b158f6SDimitry Andric 367b158f6SDimitry AndricPROG_CXX= llvm-mca 467b158f6SDimitry Andric 50b57cec5SDimitry 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 12*e8d8bef9SDimitry AndricSRCS+= Views/InstructionView.cpp 13efa75597SDimitry AndricSRCS+= Views/RegisterFileStatistics.cpp 14efa75597SDimitry AndricSRCS+= Views/ResourcePressureView.cpp 15efa75597SDimitry AndricSRCS+= Views/RetireControlUnitStatistics.cpp 16efa75597SDimitry AndricSRCS+= Views/SchedulerStatistics.cpp 17efa75597SDimitry AndricSRCS+= Views/SummaryView.cpp 18efa75597SDimitry AndricSRCS+= Views/TimelineView.cpp 19efa75597SDimitry AndricSRCS+= Views/View.cpp 2067b158f6SDimitry AndricSRCS+= llvm-mca.cpp 2167b158f6SDimitry Andric 220b57cec5SDimitry AndricCFLAGS+= -I${LLVM_BASE}/${SRCDIR} 23efa75597SDimitry Andric 2467b158f6SDimitry AndricLIBADD+= z 2567b158f6SDimitry Andric 2667b158f6SDimitry Andric.include "../llvm.prog.mk" 27