Files
Upsilon/apps/statistics/Makefile
Léa Saviot 56504525c9 [Makfile] Remove superfluous test_objs
We now build all objects even for test, so we do not need most of the
previous test_objs
2018-12-19 09:44:58 +01:00

39 lines
786 B
Makefile

apps += Statistics::App
app_headers += apps/statistics/app.h
app_objs += $(addprefix apps/statistics/,\
app.o\
box_axis_view.o\
box_banner_view.o\
box_controller.o\
box_range.o\
box_view.o\
calculation_controller.o\
calculation_selectable_table_view.o\
histogram_banner_view.o\
histogram_controller.o\
histogram_parameter_controller.o\
histogram_view.o\
multiple_boxes_view.o\
multiple_data_view.o\
multiple_data_view_controller.o\
multiple_histograms_view.o\
statistics_context.o\
store.o\
store_controller.o\
)
i18n_files += $(addprefix apps/statistics/,\
base.de.i18n\
base.en.i18n\
base.es.i18n\
base.fr.i18n\
base.pt.i18n\
)
tests += $(addprefix apps/statistics/test/,\
store.cpp\
)
app_images += apps/statistics/stat_icon.png