Files
Upsilon/apps/statistics/Makefile
Émilie Feral affda5eae9 [apps] Modular reimplementation of application models (stores and
ranges) and of curve views/curve view controllers.

Change-Id: If4ca9bf1bec024917ef540a3fc7baefa8700f7ba
2017-01-10 13:35:19 +01:00

17 lines
339 B
Makefile

app_objs += $(addprefix apps/statistics/,\
app.o\
box_banner_view.o\
box_controller.o\
box_range.o\
box_view.o\
calculation_controller.o\
histogram_banner_view.o\
histogram_controller.o\
histogram_parameter_controller.o\
histogram_view.o\
store.o\
store_controller.o\
)
app_images += apps/statistics/stat_icon.png