Bump version to 5.0-14
[LibreOffice.git] / extras / Module_extras.mk
blob3a8fe3d3ed684a489938e3640de551d928ff7154
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Module_Module,extras))
12 $(eval $(call gb_Module_add_targets,extras,\
13 CustomTarget_autocorr \
14 CustomTarget_autotextuser \
15 CustomTarget_glade \
16 Package_autocorr \
17 Package_autotextuser \
18 Package_cfgsrvnolang \
19 Package_cfgusr \
20 Package_database \
21 Package_databasebiblio \
22 Package_fonts \
23 Package_gallbullets \
24 Package_gallhtmlexpo \
25 Package_gallmytheme \
26 Package_gallroot \
27 Package_gallsystem \
28 Package_gallwwwback \
29 Package_gallwwwgraf \
30 Package_glade \
31 Package_labels \
32 $(if $(filter WNT,$(OS)),Package_newfiles) \
33 Package_palettes \
34 Package_tpllayoutimpr \
35 Package_tplofficorr \
36 Package_tploffimisc \
37 Package_tplpresnt \
38 Package_tpl_styles \
39 Package_tplpersonal \
40 Package_tplwizagenda \
41 Package_tplwizbitmap \
42 Package_tplwizdesktop \
43 Package_tplwizfax \
44 Package_tplwizletter \
45 Package_tplwizreport \
46 Package_tplwizstyles \
47 Package_wordbook \
50 $(eval $(call gb_Module_add_l10n_targets,extras,\
51 CustomTarget_autotextshare \
52 AllLangPackage_autotextshare \
55 ifneq ($(WITH_GALLERY_BUILD),)
56 $(eval $(call gb_Module_add_targets,extras,\
57 Gallery_arrows \
58 Gallery_computers \
59 Gallery_diagrams \
60 Gallery_education \
61 Gallery_environment \
62 Gallery_finance \
63 Gallery_people \
64 Gallery_symbols \
65 Gallery_sound \
66 Gallery_txtshapes \
67 Gallery_transportation \
69 endif
71 # vim: set noet sw=4 ts=4: