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 AllLangPackage_autotextshare \
14 CustomTarget_autocorr \
17 Package_autotextuser \
18 Package_cfgsrvbitmapunx \
19 Package_cfgsrvnolang \
22 Package_databasebiblio \
25 Package_gallhtmlexpo \
35 Package_tpllayoutimpr \
36 Package_tplwizagenda \
37 Package_tplwizbitmap \
38 Package_tplwizdesktop \
40 Package_tplwizletter \
41 Package_tplwizreport \
42 Package_tplwizstyles \
46 ifeq ($(WITH_GALLERY_BUILD
),YES
)
47 $(eval
$(call gb_Module_add_targets
,extras
,\
58 Gallery_transportation \
62 ifeq ($(WITH_EXTRA_EXTENSIONS
),YES
)
63 $(eval
$(call gb_Module_add_targets
,extras
,\
68 ifeq ($(WITH_EXTRA_FONT
),YES
)
69 $(eval
$(call gb_Module_add_targets
,extras
,\
70 ExternalPackage_extra_fonts \
71 UnpackedTarball_fonts_pack \
75 ifeq ($(WITH_EXTRA_GALLERY
),YES
)
76 $(eval
$(call gb_Module_add_targets
,extras
,\
77 UnpackedTarball_gallery_pack \
78 ExternalPackage_accessoriesgallery \
79 ExternalPackage_accessoriesgallerydrawspeople \
80 ExternalPackage_accessoriesgalleryelementsbullets2 \
81 ExternalPackage_accessoriesgallerynonfree \
82 ExternalPackage_accessoriesgalleryphotosbuildings \
83 ExternalPackage_accessoriesgalleryphotoscelebration \
84 ExternalPackage_accessoriesgalleryphotoscities \
85 ExternalPackage_accessoriesgalleryphotosfauna \
86 ExternalPackage_accessoriesgalleryphotosflowers \
87 ExternalPackage_accessoriesgalleryphotosfoodsanddrinks \
88 ExternalPackage_accessoriesgalleryphotoshumans \
89 ExternalPackage_accessoriesgalleryphotoslandscapes \
90 ExternalPackage_accessoriesgalleryphotosobjects \
91 ExternalPackage_accessoriesgalleryphotosplants \
92 ExternalPackage_accessoriesgalleryphotosspace \
93 ExternalPackage_accessoriesgalleryphotosstatues \
94 ExternalPackage_accessoriesgalleryphotostravel \
98 ifeq ($(WITH_EXTRA_SAMPLE
),YES
)
99 $(eval
$(call gb_Module_add_targets
,extras
,\
100 AllLangPackage_accessoriessamples \
101 AllLangPackage_accessoriessamplesadvertisement \
102 AllLangPackage_accessoriessamplesdocumentation \
103 AllLangPackage_accessoriessamplesnonfree \
104 AllLangPackage_accessoriessamplesnonfreeadvertisement \
105 AllLangPackage_accessoriessamplesnonfreedocumentation \
106 UnpackedTarball_samples_pack \
110 ifeq ($(WITH_EXTRA_TEMPLATE
),YES
)
111 $(eval
$(call gb_Module_add_targets
,extras
,\
112 AllLangPackage_accessoriestemplates \
113 AllLangPackage_accessoriestemplateseducate \
114 AllLangPackage_accessoriestemplatesfinance \
115 AllLangPackage_accessoriestemplatesforms \
116 AllLangPackage_accessoriestemplateslabels \
117 AllLangPackage_accessoriestemplateslayout \
118 AllLangPackage_accessoriestemplatesmisc \
119 AllLangPackage_accessoriestemplatesnonfree \
120 AllLangPackage_accessoriestemplatesnonfreeeducate \
121 AllLangPackage_accessoriestemplatesnonfreefinance \
122 AllLangPackage_accessoriestemplatesnonfreeforms \
123 AllLangPackage_accessoriestemplatesnonfreelabels \
124 AllLangPackage_accessoriestemplatesnonfreelayout \
125 AllLangPackage_accessoriestemplatesnonfreemisc \
126 AllLangPackage_accessoriestemplatesnonfreeofficorr \
127 AllLangPackage_accessoriestemplatesnonfreeoffimisc \
128 AllLangPackage_accessoriestemplatesnonfreepersonal \
129 AllLangPackage_accessoriestemplatesnonfreepresent \
130 AllLangPackage_accessoriestemplatesofficorr \
131 AllLangPackage_accessoriestemplatesoffimisc \
132 AllLangPackage_accessoriestemplatespersonal \
133 AllLangPackage_accessoriestemplatespresent \
134 ExternalPackage_accessoriestemplatescommon \
135 ExternalPackage_accessoriestemplatescommoneducate \
136 ExternalPackage_accessoriestemplatescommonfinance \
137 ExternalPackage_accessoriestemplatescommonforms \
138 ExternalPackage_accessoriestemplatescommonlabels \
139 ExternalPackage_accessoriestemplatescommonlayout \
140 ExternalPackage_accessoriestemplatescommonmisc \
141 ExternalPackage_accessoriestemplatescommonofficorr \
142 ExternalPackage_accessoriestemplatescommonoffimisc \
143 ExternalPackage_accessoriestemplatescommonpersonal \
144 ExternalPackage_accessoriestemplatescommonpresent \
145 UnpackedTarball_templates_pack \
149 # vim: set noet sw=4 ts=4: