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_templates \
18 CustomTarget_tplpresnt \
19 CustomTarget_tplwizard \
21 Package_autotextuser \
22 Package_cfgsrvnolang \
25 Package_databasebiblio \
27 Package_resource_fonts \
32 Package_gallsystemstr \
35 $(if
$(filter WNT
,$(OS
)),Package_newfiles
) \
40 Package_tplwizbitmap \
41 Package_tplwizdesktop \
45 $(eval
$(call gb_Module_add_l10n_targets
,extras
,\
46 CustomTarget_autotextshare \
47 AllLangPackage_autotextshare \
50 ifneq ($(WITH_GALLERY_BUILD
),)
51 $(eval
$(call gb_Module_add_targets
,extras
,\
53 $(call gb_Helper_optional
,AVMEDIA
,Gallery_sound
) \
57 $(eval
$(call gb_Module_add_targets
,extras
,\
61 $(eval
$(call gb_Module_add_targets
,extras
,\
62 CustomTarget_opensymbol \
65 # vim: set noet sw=4 ts=4: