Files
Upsilon/apps/graph/Makefile
Émilie Feral b4eb64ea76 [apps/graph/values] add a controller of the table of values
Change-Id: Ie294d85c3c31871372cf82ae9828382adb55d1ef
2016-10-12 17:38:53 +02:00

21 lines
474 B
Makefile

app_objs += $(addprefix apps/graph/,\
graph_app.o\
even_odd_cell.o\
function.o\
function_store.o\
graph/cursor_view.o\
graph/graph_controller.o\
graph/graph_view.o\
list/function_cell.o\
list/function_expression_view.o\
list/function_name_view.o\
list/list_controller.o\
list/parameter_controller.o\
values/float_to_string.o\
values/title_cell.o\
values/value_cell.o\
values/values_controller.o\
)
inline_images += apps/graph/graph_icon.png