Files
Upsilon/apps/sequence/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

35 lines
818 B
Makefile

snapshots += Sequence::App::Snapshot
snapshot_headers += apps/sequence/app.h
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/interval_parameter_controller.o\
values/values_controller.o\
local_context.o\
sequence.o\
sequence_store.o\
sequence_title_cell.o\
)
i18n_files += $(addprefix apps/sequence/,\
base.de.i18n\
base.en.i18n\
base.es.i18n\
base.fr.i18n\
base.pt.i18n\
)
app_images += apps/sequence/sequence_icon.png