xref: /haiku/src/apps/debuganalyzer/gui/chart/Jamfile (revision aaa7c62f4d22dc063799e73a1f2715714f58806f)
1bea425f1SIngo WeinholdSubDir HAIKU_TOP src apps debuganalyzer gui chart ;
2bea425f1SIngo Weinhold
3bea425f1SIngo WeinholdUsePrivateHeaders shared ;
4bea425f1SIngo Weinhold
5bea425f1SIngo WeinholdUseHeaders $(HAIKU_DEBUG_ANALYZER_HEADERS) ;
6bea425f1SIngo Weinhold
7*aaa7c62fSIngo WeinholdCCFLAGS +=  -Werror ;
8*aaa7c62fSIngo 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
22bea425f1SIngo Weinhold	StringChartLegend.cpp
23bea425f1SIngo Weinhold;
24