mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
20 lines
494 B
Makefile
20 lines
494 B
Makefile
snapshots += Graph::App::Snapshot
|
|
snapshot_headers += apps/graph/app.h
|
|
|
|
app_objs += $(addprefix apps/graph/,\
|
|
app.o\
|
|
cartesian_function.o\
|
|
cartesian_function_store.o\
|
|
function_title_cell.o\
|
|
graph/banner_view.o\
|
|
graph/curve_parameter_controller.o\
|
|
graph/graph_controller.o\
|
|
graph/graph_view.o\
|
|
list/list_controller.o\
|
|
values/derivative_parameter_controller.o\
|
|
values/function_parameter_controller.o\
|
|
values/values_controller.o\
|
|
)
|
|
|
|
app_images += apps/graph/graph_icon.png
|