Bump version to 4.3-4
[LibreOffice.git] / extras / Module_extras.mk
blob5b5678a22bd4eee2b612fa869da17e392d165092
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_glade \
15 Package_autocorr \
16 Package_autotextuser \
17 Package_cfgsrvnolang \
18 Package_cfgusr \
19 Package_database \
20 Package_databasebiblio \
21 Package_fonts \
22 Package_gallbullets \
23 Package_gallhtmlexpo \
24 Package_gallmytheme \
25 Package_gallroot \
26 Package_gallsystem \
27 Package_gallwwwback \
28 Package_gallwwwgraf \
29 Package_glade \
30 Package_labels \
31 Package_newfiles \
32 Package_palettes \
33 Package_tpllayoutimpr \
34 Package_tplwizagenda \
35 Package_tplwizbitmap \
36 Package_tplwizdesktop \
37 Package_tplwizfax \
38 Package_tplwizletter \
39 Package_tplwizreport \
40 Package_tplwizstyles \
41 Package_wordbook \
44 $(eval $(call gb_Module_add_l10n_targets,extras,\
45 AllLangPackage_autotextshare \
48 ifneq ($(WITH_GALLERY_BUILD),)
49 $(eval $(call gb_Module_add_targets,extras,\
50 Gallery_arrows \
51 Gallery_computers \
52 Gallery_diagrams \
53 Gallery_education \
54 Gallery_environment \
55 Gallery_finance \
56 Gallery_people \
57 Gallery_symbols \
58 Gallery_sound \
59 Gallery_txtshapes \
60 Gallery_transportation \
62 endif
64 # vim: set noet sw=4 ts=4: