Files
Upsilon/apps/graph/Makefile
Émilie Feral 5004b3af9c [apps/graph/values] add a temporary methods to print float in a buffer
Change-Id: Ib81339b4b7e41a59f20432c90310a8aee68c9299
2016-10-12 17:38:53 +02:00

18 lines
398 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\
)
inline_images += apps/graph/graph_icon.png