Files
Upsilon/apps/shared/Makefile
Émilie Feral a5d27c1f06 [apps/shared] Move apps/graph/list/new_function_cell to shared folder to
be used by sequence

Change-Id: Ie42a8b6cc60e652ab49379dd72b00f2efdc6ebda
2017-02-13 17:15:07 +01:00

25 lines
635 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\
expression_text_field_delegate.o\
float_pair_store.o\
float_parameter_controller.o\
function.o\
function_expression_cell.o\
function_store.o\
interactive_curve_view_controller.o\
interactive_curve_view_range.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_app.o\
zoom_parameter_controller.o\
)