Files
Upsilon/apps/shared/Makefile
Émilie Feral c584d1fb4e [escher] Add toolbox event handling in responder [apps] Correct the text
field delegate app accordingly

Change-Id: I180fe53aaa1e0929b357d3985f584937fba2ecca
2017-02-20 10:48:50 +01:00

26 lines
640 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_store.o\
function_title_cell.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\
)