mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
59 lines
1.6 KiB
Makefile
59 lines
1.6 KiB
Makefile
app_objs += $(addprefix apps/shared/,\
|
|
banner_view.o\
|
|
button_with_separator.o\
|
|
cursor_view.o\
|
|
curve_view.o\
|
|
curve_view_cursor.o\
|
|
curve_view_range.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_pair_store.o\
|
|
float_parameter_controller.o\
|
|
function.o\
|
|
function_app.o\
|
|
function_banner_delegate.o\
|
|
function_curve_parameter_controller.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\
|
|
go_to_parameter_controller.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\
|
|
list_parameter_controller.o\
|
|
memoized_curve_view_range.o\
|
|
message_view.o\
|
|
model_expression_cell.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\
|
|
simple_interactive_curve_view_controller.o\
|
|
expression_layout_field_delegate.o\
|
|
store_controller.o\
|
|
store_parameter_controller.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\
|
|
)
|