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
,accessories
))
12 ifneq ($(WITH_EXTRA_FONT
),)
13 $(eval
$(call gb_Module_add_targets
,accessories
,\
14 ExternalPackage_extra_fonts \
15 UnpackedTarball_fonts_pack \
19 ifneq ($(WITH_EXTRA_GALLERY
),)
20 $(eval
$(call gb_Module_add_targets
,accessories
,\
21 UnpackedTarball_gallery_pack \
22 ExternalPackage_accessoriesgallery \
23 ExternalPackage_accessoriesgallerydrawspeople \
24 ExternalPackage_accessoriesgalleryelementsbullets2 \
25 ExternalPackage_accessoriesgallerynonfree \
26 ExternalPackage_accessoriesgalleryphotosbuildings \
27 ExternalPackage_accessoriesgalleryphotoscelebration \
28 ExternalPackage_accessoriesgalleryphotoscities \
29 ExternalPackage_accessoriesgalleryphotosfauna \
30 ExternalPackage_accessoriesgalleryphotosflowers \
31 ExternalPackage_accessoriesgalleryphotosfoodsanddrinks \
32 ExternalPackage_accessoriesgalleryphotoshumans \
33 ExternalPackage_accessoriesgalleryphotoslandscapes \
34 ExternalPackage_accessoriesgalleryphotosobjects \
35 ExternalPackage_accessoriesgalleryphotosplants \
36 ExternalPackage_accessoriesgalleryphotosspace \
37 ExternalPackage_accessoriesgalleryphotosstatues \
38 ExternalPackage_accessoriesgalleryphotostravel \
42 ifneq ($(WITH_EXTRA_SAMPLE
),)
43 $(eval
$(call gb_Module_add_l10n_targets
,accessories
,\
44 AllLangPackage_accessoriessamples \
45 AllLangPackage_accessoriessamplesadvertisement \
46 AllLangPackage_accessoriessamplesdocumentation \
47 AllLangPackage_accessoriessamplesnonfree \
48 AllLangPackage_accessoriessamplesnonfreeadvertisement \
49 AllLangPackage_accessoriessamplesnonfreedocumentation \
52 $(eval
$(call gb_Module_add_targets
,accessories
,\
53 UnpackedTarball_samples_pack \
57 ifneq ($(WITH_EXTRA_TEMPLATE
),)
58 $(eval
$(call gb_Module_add_l10n_targets
,accessories
,\
59 AllLangPackage_accessoriestemplates \
60 AllLangPackage_accessoriestemplateseducate \
61 AllLangPackage_accessoriestemplatesfinance \
62 AllLangPackage_accessoriestemplatesforms \
63 AllLangPackage_accessoriestemplateslabels \
64 AllLangPackage_accessoriestemplateslayout \
65 AllLangPackage_accessoriestemplatesmisc \
66 AllLangPackage_accessoriestemplatesnonfree \
67 AllLangPackage_accessoriestemplatesnonfreeeducate \
68 AllLangPackage_accessoriestemplatesnonfreefinance \
69 AllLangPackage_accessoriestemplatesnonfreeforms \
70 AllLangPackage_accessoriestemplatesnonfreelabels \
71 AllLangPackage_accessoriestemplatesnonfreelayout \
72 AllLangPackage_accessoriestemplatesnonfreemisc \
73 AllLangPackage_accessoriestemplatesnonfreeofficorr \
74 AllLangPackage_accessoriestemplatesnonfreeoffimisc \
75 AllLangPackage_accessoriestemplatesnonfreepersonal \
76 AllLangPackage_accessoriestemplatesnonfreepresent \
77 AllLangPackage_accessoriestemplatesofficorr \
78 AllLangPackage_accessoriestemplatesoffimisc \
79 AllLangPackage_accessoriestemplatespersonal \
80 AllLangPackage_accessoriestemplatespresent \
83 $(eval
$(call gb_Module_add_targets
,accessories
,\
84 ExternalPackage_accessoriestemplatescommon \
85 ExternalPackage_accessoriestemplatescommoneducate \
86 ExternalPackage_accessoriestemplatescommonfinance \
87 ExternalPackage_accessoriestemplatescommonforms \
88 ExternalPackage_accessoriestemplatescommonlabels \
89 ExternalPackage_accessoriestemplatescommonlayout \
90 ExternalPackage_accessoriestemplatescommonmisc \
91 ExternalPackage_accessoriestemplatescommonofficorr \
92 ExternalPackage_accessoriestemplatescommonoffimisc \
93 ExternalPackage_accessoriestemplatescommonpersonal \
94 ExternalPackage_accessoriestemplatescommonpresent \
95 UnpackedTarball_templates_pack \
99 # vim: set noet sw=4 ts=4: