Files
Upsilon/apps/graph/Makefile
Romain Goyet e6ed6c74a4 [apps] Split the i18n in multiple files
A Python script aggregates all i18n files and merges them.
We now can pick a list of locales to build in EPSILON_I18N_LANGUAGES
2017-09-29 17:08:46 +02:00

28 lines
617 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\
)
i18n_files += $(addprefix apps/graph/,\
base.de.i18n\
base.en.i18n\
base.es.i18n\
base.fr.i18n\
base.pt.i18n\
)
app_images += apps/graph/graph_icon.png