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_gallsystem \
17 CustomTarget_tplofficorr \
18 CustomTarget_tploffimisc \
19 CustomTarget_tplpersonal \
20 CustomTarget_tplpresnt \
21 CustomTarget_tpl_styles \
22 CustomTarget_tpldraw \
24 Package_autotextuser \
25 Package_cfgsrvnolang \
28 Package_databasebiblio \
30 Package_resource_fonts \
35 Package_gallsystemstr \
38 $(if
$(filter WNT
,$(OS
)),Package_newfiles
) \
46 Package_tplwizagenda \
47 Package_tplwizbitmap \
48 Package_tplwizdesktop \
50 Package_tplwizletter \
51 Package_tplwizreport \
52 Package_tplwizstyles \
56 $(eval
$(call gb_Module_add_l10n_targets
,extras
,\
57 CustomTarget_autotextshare \
58 AllLangPackage_autotextshare \
61 ifneq ($(WITH_GALLERY_BUILD
),)
62 $(eval
$(call gb_Module_add_targets
,extras
,\
64 $(call gb_Helper_optional
,AVMEDIA
,Gallery_sound
) \
68 $(eval
$(call gb_Module_add_targets
,extras
,\
72 $(eval
$(call gb_Module_add_targets
,extras
,\
73 CustomTarget_opensymbol \
76 # vim: set noet sw=4 ts=4: