Revert "tdf#131224 update bullets and numbering images"
[LibreOffice.git] / extras / Module_extras.mk
blob9e7481bb1ce474504d430410f112acb919194f16
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 CustomTarget_tplofficorr \
17 CustomTarget_tploffimisc \
18 CustomTarget_tplpersonal \
19 CustomTarget_tplpresnt \
20 CustomTarget_tpl_styles \
21 Package_autocorr \
22 Package_autotextuser \
23 Package_cfgsrvnolang \
24 Package_cfgusr \
25 Package_database \
26 Package_databasebiblio \
27 Package_fonts \
28 Package_resource_fonts \
29 Package_gallbullets \
30 Package_gallhtmlexpo \
31 Package_gallmytheme \
32 Package_gallroot \
33 Package_gallsystem \
34 Package_gallwwwgraf \
35 Package_glade \
36 Package_labels \
37 $(if $(filter WNT,$(OS)),Package_newfiles) \
38 Package_palettes \
39 Package_tplofficorr \
40 Package_tploffimisc \
41 Package_tplpersonal \
42 Package_tplpresnt \
43 Package_tpl_styles \
44 Package_tplwizagenda \
45 Package_tplwizbitmap \
46 Package_tplwizdesktop \
47 Package_tplwizfax \
48 Package_tplwizletter \
49 Package_tplwizreport \
50 Package_tplwizstyles \
51 Package_wordbook \
54 $(eval $(call gb_Module_add_l10n_targets,extras,\
55 CustomTarget_autotextshare \
56 AllLangPackage_autotextshare \
59 ifneq ($(WITH_GALLERY_BUILD),)
60 $(eval $(call gb_Module_add_targets,extras,\
61 Gallery_arrows \
62 Gallery_backgrounds \
63 Gallery_diagrams \
64 Gallery_education \
65 Gallery_environment \
66 Gallery_finance \
67 Gallery_people \
68 Gallery_symbols \
69 Gallery_sound \
70 Gallery_txtshapes \
71 Gallery_transportation \
73 endif
75 $(eval $(call gb_Module_add_targets,extras,\
76 Personas \
79 $(eval $(call gb_Module_add_targets,extras,\
80 CustomTarget_opensymbol \
83 # vim: set noet sw=4 ts=4: