mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
the given abscissa and forbid negative values Change-Id: Iaae39e575c0e2de4993a558e234717a839905872
23 lines
572 B
Makefile
23 lines
572 B
Makefile
app_objs += $(addprefix apps/sequence/,\
|
|
app.o\
|
|
graph/banner_view.o\
|
|
graph/curve_parameter_controller.o\
|
|
graph/curve_view_range.o\
|
|
graph/go_to_parameter_controller.o\
|
|
graph/graph_controller.o\
|
|
graph/graph_view.o\
|
|
graph/term_sum_controller.o\
|
|
graph/vertical_cursor_view.o\
|
|
list/list_controller.o\
|
|
list/list_parameter_controller.o\
|
|
list/sequence_toolbox.o\
|
|
list/type_parameter_controller.o\
|
|
values/values_controller.o\
|
|
local_context.o\
|
|
sequence.o\
|
|
sequence_store.o\
|
|
sequence_title_cell.o\
|
|
)
|
|
|
|
app_images += apps/sequence/sequence_icon.png
|