xref: /haiku/src/apps/debuganalyzer/gui/chart/Jamfile (revision b9e8ec7bc02de57d5031196fc88cf44a94a6621d)
1bea425f1SIngo WeinholdSubDir HAIKU_TOP src apps debuganalyzer gui chart ;
2bea425f1SIngo Weinhold
3bea425f1SIngo WeinholdUsePrivateHeaders shared ;
4bea425f1SIngo Weinhold
5bea425f1SIngo WeinholdUseHeaders $(HAIKU_DEBUG_ANALYZER_HEADERS) ;
6bea425f1SIngo Weinhold
7bea425f1SIngo WeinholdMergeObject DebugAnalyzer_gui_chart.o
8bea425f1SIngo Weinhold	:
9bea425f1SIngo Weinhold	BigtimeChartAxisLegendSource.cpp
10bea425f1SIngo Weinhold	Chart.cpp
11bea425f1SIngo Weinhold	ChartAxis.cpp
12bea425f1SIngo Weinhold	ChartAxisLegendSource.cpp
13bea425f1SIngo Weinhold	ChartDataSource.cpp
14bea425f1SIngo Weinhold	ChartLegend.cpp
15bea425f1SIngo Weinhold	ChartRenderer.cpp
165664cf42SIngo Weinhold	DefaultChartAxisLegendSource.cpp
17bea425f1SIngo Weinhold	LegendChartAxis.cpp
18bea425f1SIngo Weinhold	LineChartRenderer.cpp
19*d8d4b902SIngo Weinhold	NanotimeChartAxisLegendSource.cpp
20bea425f1SIngo Weinhold	StringChartLegend.cpp
21bea425f1SIngo Weinhold;
22