Files
Upsilon/apps/regression/Makefile
2018-06-11 13:58:25 +02:00

30 lines
702 B
Makefile

snapshots += Regression::App::Snapshot
snapshot_headers += apps/regression/app.h
app_objs += $(addprefix apps/regression/,\
app.o\
banner_view.o\
calculation_controller.o\
column_title_cell.o\
even_odd_buffer_text_cell_with_margin.o\
even_odd_double_buffer_text_cell_with_separator.o\
even_odd_expression_cell_with_margin.o\
go_to_parameter_controller.o\
graph_controller.o\
graph_view.o\
initialisation_parameter_controller.o\
prediction_parameter_controller.o\
store.o\
store_controller.o\
)
i18n_files += $(addprefix apps/regression/,\
base.de.i18n\
base.en.i18n\
base.es.i18n\
base.fr.i18n\
base.pt.i18n\
)
app_images += apps/regression/regression_icon.png