Files
Upsilon/apps/shared/Makefile
Émilie Feral 0bd796310c [apps/shared] Move partial classes from grpah/graph to shared to be used
by sequence

Change-Id: I0e18be96cfaa92b6a51836ae8aa072fa6cf0f1af
2017-03-03 09:38:46 +01:00

32 lines
840 B
Makefile

app_objs += $(addprefix apps/shared/,\
banner_view.o\
cursor_view.o\
curve_view.o\
curve_view_cursor.o\
curve_view_range.o\
editable_cell_table_view_controller.o\
float_pair_store.o\
float_parameter_controller.o\
function.o\
function_curve_parameter_controller.o\
function_graph_view.o\
function_graph_controller.o\
function_store.o\
function_expression_cell.o\
function_title_cell.o\
go_to_parameter_controller.o\
initialisation_parameter_controller.o\
interactive_curve_view_controller.o\
interactive_curve_view_range.o\
list_controller.o\
list_parameter_controller.o\
memoized_curve_view_range.o\
new_function_cell.o\
range_parameter_controller.o\
store_controller.o\
store_parameter_controller.o\
text_field_delegate.o\
text_field_delegate_app.o\
zoom_parameter_controller.o\
)