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 \
17 Package_autotextuser \
18 Package_cfgsrvnolang \
21 Package_databasebiblio \
24 Package_gallhtmlexpo \
32 $(if
$(filter WNT
,$(OS
)),Package_newfiles
) \
34 Package_tpllayoutimpr \
40 Package_tplwizagenda \
41 Package_tplwizbitmap \
42 Package_tplwizdesktop \
44 Package_tplwizletter \
45 Package_tplwizreport \
46 Package_tplwizstyles \
50 $(eval
$(call gb_Module_add_l10n_targets
,extras
,\
51 CustomTarget_autotextshare \
52 AllLangPackage_autotextshare \
55 ifneq ($(WITH_GALLERY_BUILD
),)
56 $(eval
$(call gb_Module_add_targets
,extras
,\
67 Gallery_transportation \
71 # vim: set noet sw=4 ts=4: