Files
Upsilon/apps/graph/Makefile
Émilie Feral 5a6ffa412b [apps/graph/values] Add a class function title cell inheriting from
title cell

Change-Id: I2c88477a1508a102c7d469f35bef4a811cbc93b7
2016-10-18 09:50:21 +02:00

24 lines
555 B
Makefile

app_objs += $(addprefix apps/graph/,\
app.o\
even_odd_cell.o\
evaluate_context.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/function_title_cell.o\
values/interval.o\
values/title_cell.o\
values/value_cell.o\
values/values_controller.o\
values/values_parameter_controller.o\
)
inline_images += apps/graph/graph_icon.png