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

32 lines
688 B
Makefile

snapshots += Calculation::App::Snapshot
snapshot_headers += apps/calculation/app.h
app_objs += $(addprefix apps/calculation/,\
app.o\
calculation.o\
calculation_store.o\
edit_expression_controller.o\
history_view_cell.o\
history_controller.o\
local_context.o\
scrollable_expression_view.o\
selectable_table_view.o\
text_field.o\
)
i18n_files += $(addprefix apps/calculation/,\
base.de.i18n\
base.en.i18n\
base.es.i18n\
base.fr.i18n\
base.pt.i18n\
)
tests += $(addprefix apps/calculation/test/,\
calculation_store.cpp\
)
test_objs += $(addprefix apps/calculation/, calculation.o calculation_store.o)
app_images += apps/calculation/calculation_icon.png