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 \
16 CustomTarget_tplofficorr \
17 CustomTarget_tploffimisc \
18 CustomTarget_tplpersonal \
19 CustomTarget_tplpresnt \
20 CustomTarget_tpl_styles \
22 Package_autotextuser \
23 Package_cfgsrvnolang \
26 Package_databasebiblio \
29 Package_gallhtmlexpo \
36 $(if
$(filter WNT
,$(OS
)),Package_newfiles
) \
43 Package_tplwizagenda \
44 Package_tplwizbitmap \
45 Package_tplwizdesktop \
47 Package_tplwizletter \
48 Package_tplwizreport \
49 Package_tplwizstyles \
53 $(eval
$(call gb_Module_add_l10n_targets
,extras
,\
54 CustomTarget_autotextshare \
55 AllLangPackage_autotextshare \
58 ifneq ($(WITH_GALLERY_BUILD
),)
59 $(eval
$(call gb_Module_add_targets
,extras
,\
71 Gallery_transportation \
75 $(eval
$(call gb_Module_add_targets
,extras
,\
79 $(eval
$(call gb_Module_add_targets
,extras
,\
80 CustomTarget_opensymbol \
83 # For configurations that use fontconfig (cf. inclusion of
84 # vcl/unx/generic/fontmanager/fontconfig.cxx in Library_vcl), add
85 # instdir/share/fonts/truetype/fc_local.conf when it shall
86 # contain content from at least one of external/more_fonts/fc_local.snippet
87 # (conditional on MORE_FONTS in BUILD_TYPE) and
88 # extras/source/truetype/symbol/fc_local.snippet (unconditional):
89 ifneq ($(USING_X11
)$(DISABLE_GUI
)$(filter ANDROID
,$(OS
)),)
90 $(eval
$(call gb_Module_add_targets
,extras
, \
91 CustomTarget_fontconfig \
96 # vim: set noet sw=4 ts=4: