Files
Upsilon/apps/shared/Makefile
Émilie Feral 3164939c9d [apps/shared] Move function store class to shared/ to be used by
sequence

Change-Id: I89380d59e3450e9c5af4bf05f520ed1a5205ba29
2017-02-13 17:15:06 +01:00

22 lines
551 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_store.o\
interactive_curve_view_controller.o\
interactive_curve_view_range.o\
memoized_curve_view_range.o\
range_parameter_controller.o\
store_controller.o\
store_parameter_controller.o\
text_field_delegate_app.o\
zoom_parameter_controller.o\
)