Files
Upsilon/apps/graph/Makefile
Émilie Feral d647178ccd [apps/graph/values] Delete temporary methods to convert float to string
Change-Id: I363d933b0adce80b4cde8800f5c94864b31fcefa
2016-10-14 12:06:09 +02:00

23 lines
523 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/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