Files
Upsilon/apps/shared/Makefile
2018-11-23 12:04:01 +01:00

86 lines
2.5 KiB
Makefile

app_objs += $(addprefix apps/shared/,\
banner_view.o\
buffer_function_title_cell.o\
buffer_text_view_with_text_field.o\
button_with_separator.o\
cursor_view.o\
curve_view.o\
curve_view_cursor.o\
curve_view_range.o\
double_pair_store.o\
editable_cell_table_view_controller.o\
expression_field_delegate_app.o\
expression_model.o\
expression_model_list_controller.o\
expression_model_store.o\
float_parameter_controller.o\
function.o\
function_app.o\
function_banner_delegate.o\
function_curve_parameter_controller.o\
function_expression_cell.o\
function_go_to_parameter_controller.o\
function_graph_view.o\
function_graph_controller.o\
function_list_controller.o\
function_store.o\
function_title_cell.o\
global_context.o\
go_to_parameter_controller.o\
hideable_even_odd_cell.o\
hideable_even_odd_editable_text_cell.o\
initialisation_parameter_controller.o\
interactive_curve_view_controller.o\
interactive_curve_view_range.o\
interactive_curve_view_range_delegate.o\
interval.o\
interval_parameter_controller.o\
language_controller.o\
layout_field_delegate.o\
list_parameter_controller.o\
margin_even_odd_message_text_cell.o\
memoized_curve_view_range.o\
message_view.o\
ok_view.o\
parameter_text_field_delegate.o\
range_parameter_controller.o\
regular_table_view_data_source.o\
round_cursor_view.o\
scrollable_exact_approximate_expressions_cell.o\
scrollable_exact_approximate_expressions_view.o\
separator_even_odd_buffer_text_cell.o\
simple_interactive_curve_view_controller.o\
storage_cartesian_function.o\
storage_expression_model.o\
storage_expression_model_store.o\
storage_expression_model_list_controller.o\
storage_function.o\
storage_function_banner_delegate.o\
storage_function_curve_parameter_controller.o\
storage_function_go_to_parameter_controller.o\
storage_function_graph_view.o\
storage_function_graph_controller.o\
storage_function_list_controller.o\
storage_function_store.o\
storage_list_parameter_controller.o\
storage_sum_graph_controller.o\
storage_values_function_parameter_controller.o\
storage_values_controller.o\
store_cell.o\
store_context.o\
store_controller.o\
store_parameter_controller.o\
store_selectable_table_view.o\
store_title_cell.o\
sum_graph_controller.o\
tab_table_controller.o\
text_field_delegate.o\
text_field_delegate_app.o\
toolbox_helpers.o\
values_function_parameter_controller.o\
values_parameter_controller.o\
values_controller.o\
vertical_cursor_view.o\
zoom_parameter_controller.o\
)