xref: /haiku/src/apps/debuganalyzer/gui/chart/Jamfile (revision d8d4b902cb1b24645c5a730e3a8b279201b94419)
1bea425f1SIngo WeinholdSubDir HAIKU_TOP src apps debuganalyzer gui chart ;
2bea425f1SIngo Weinhold
3bea425f1SIngo WeinholdUsePrivateHeaders shared ;
4bea425f1SIngo Weinhold
5bea425f1SIngo WeinholdUseHeaders $(HAIKU_DEBUG_ANALYZER_HEADERS) ;
6bea425f1SIngo Weinhold
7aaa7c62fSIngo WeinholdCCFLAGS +=  -Werror ;
8aaa7c62fSIngo WeinholdC++FLAGS += -Werror ;
9bea425f1SIngo Weinhold
10bea425f1SIngo WeinholdMergeObject DebugAnalyzer_gui_chart.o
11bea425f1SIngo Weinhold	:
12bea425f1SIngo Weinhold	BigtimeChartAxisLegendSource.cpp
13bea425f1SIngo Weinhold	Chart.cpp
14bea425f1SIngo Weinhold	ChartAxis.cpp
15bea425f1SIngo Weinhold	ChartAxisLegendSource.cpp
16bea425f1SIngo Weinhold	ChartDataSource.cpp
17bea425f1SIngo Weinhold	ChartLegend.cpp
18bea425f1SIngo Weinhold	ChartRenderer.cpp
195664cf42SIngo Weinhold	DefaultChartAxisLegendSource.cpp
20bea425f1SIngo Weinhold	LegendChartAxis.cpp
21bea425f1SIngo Weinhold	LineChartRenderer.cpp
22*d8d4b902SIngo Weinhold	NanotimeChartAxisLegendSource.cpp
23bea425f1SIngo Weinhold	StringChartLegend.cpp
24bea425f1SIngo Weinhold;
25