2012-08-20 16:42:49 +02:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
#
|
|
|
|
# This file is part of the LibreOffice project.
|
|
|
|
#
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,extras))
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,extras,\
|
2013-04-11 12:25:07 +02:00
|
|
|
AllLangPackage_autotextshare \
|
2012-08-20 16:42:49 +02:00
|
|
|
CustomTarget_autocorr \
|
2013-03-14 12:54:17 +01:00
|
|
|
CustomTarget_glade \
|
2013-04-01 09:38:35 +02:00
|
|
|
Package_autocorr \
|
2013-04-13 02:34:16 +02:00
|
|
|
Package_autotextuser \
|
|
|
|
Package_cfgsrvbitmapunx \
|
|
|
|
Package_cfgsrvnolang \
|
|
|
|
Package_cfgusr \
|
|
|
|
Package_database \
|
|
|
|
Package_databasebiblio \
|
2012-08-20 16:42:49 +02:00
|
|
|
Package_fonts \
|
2013-04-14 15:50:28 +02:00
|
|
|
Package_gallbullets \
|
|
|
|
Package_gallhtmlexpo \
|
|
|
|
Package_gallroot \
|
|
|
|
Package_gallsound \
|
|
|
|
Package_gallsounds \
|
|
|
|
Package_gallsystem \
|
|
|
|
Package_gallwwwback \
|
|
|
|
Package_gallwwwgraf \
|
2013-02-21 10:21:12 +00:00
|
|
|
Package_glade \
|
2013-02-13 16:40:34 +01:00
|
|
|
Package_labels \
|
2012-08-20 16:42:49 +02:00
|
|
|
Package_newfiles \
|
2013-04-01 13:17:02 +02:00
|
|
|
Package_palettes \
|
2013-02-08 22:29:35 +01:00
|
|
|
Package_wordbook \
|
2012-08-20 16:42:49 +02:00
|
|
|
Zip_tpllayoutimpr \
|
2012-08-24 21:47:16 +02:00
|
|
|
Zip_tplwizagenda \
|
2012-08-20 16:42:49 +02:00
|
|
|
Zip_tplwizbitmap \
|
|
|
|
Zip_tplwizdesktop \
|
2012-08-24 21:47:16 +02:00
|
|
|
Zip_tplwizfax \
|
2012-08-20 16:42:49 +02:00
|
|
|
Zip_tplwizletter \
|
2012-08-24 21:47:16 +02:00
|
|
|
Zip_tplwizreport \
|
2012-08-25 16:13:25 +02:00
|
|
|
Zip_tplwizstyles \
|
2012-08-20 16:42:49 +02:00
|
|
|
))
|
|
|
|
|
|
|
|
ifeq ($(WITH_EXTRA_EXTENSIONS),YES)
|
|
|
|
$(eval $(call gb_Module_add_targets,extras,\
|
|
|
|
Package_extensions \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(WITH_EXTRA_FONT),YES)
|
|
|
|
$(eval $(call gb_Module_add_targets,extras,\
|
2012-10-30 13:28:58 +01:00
|
|
|
ExternalPackage_extra_fonts \
|
2012-08-20 16:42:49 +02:00
|
|
|
UnpackedTarball_fonts_pack \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(WITH_EXTRA_GALLERY),YES)
|
|
|
|
$(eval $(call gb_Module_add_targets,extras,\
|
|
|
|
UnpackedTarball_gallery_pack \
|
|
|
|
Zip_accessoriesgallery \
|
|
|
|
Zip_accessoriesgallerydrawspeople \
|
|
|
|
Zip_accessoriesgalleryelementsbullets2 \
|
|
|
|
Zip_accessoriesgallerynonfree \
|
|
|
|
Zip_accessoriesgalleryphotosbuildings \
|
|
|
|
Zip_accessoriesgalleryphotoscelebration \
|
|
|
|
Zip_accessoriesgalleryphotoscities \
|
|
|
|
Zip_accessoriesgalleryphotosfauna \
|
|
|
|
Zip_accessoriesgalleryphotosflowers \
|
|
|
|
Zip_accessoriesgalleryphotosfoodsanddrinks \
|
|
|
|
Zip_accessoriesgalleryphotoshumans \
|
|
|
|
Zip_accessoriesgalleryphotoslandscapes \
|
|
|
|
Zip_accessoriesgalleryphotosobjects \
|
|
|
|
Zip_accessoriesgalleryphotosplants \
|
|
|
|
Zip_accessoriesgalleryphotosspace \
|
|
|
|
Zip_accessoriesgalleryphotosstatues \
|
|
|
|
Zip_accessoriesgalleryphotostravel \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(WITH_EXTRA_SAMPLE),YES)
|
|
|
|
$(eval $(call gb_Module_add_targets,extras,\
|
2013-04-11 12:25:07 +02:00
|
|
|
AllLangPackage_accessoriessamples \
|
|
|
|
AllLangPackage_accessoriessamplesadvertisement \
|
|
|
|
AllLangPackage_accessoriessamplesdocumentation \
|
|
|
|
AllLangPackage_accessoriessamplesnonfree \
|
|
|
|
AllLangPackage_accessoriessamplesnonfreeadvertisement \
|
|
|
|
AllLangPackage_accessoriessamplesnonfreedocumentation \
|
2012-08-20 16:42:49 +02:00
|
|
|
UnpackedTarball_samples_pack \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(WITH_EXTRA_TEMPLATE),YES)
|
|
|
|
$(eval $(call gb_Module_add_targets,extras,\
|
2013-04-11 12:25:07 +02:00
|
|
|
AllLangPackage_accessoriestemplates \
|
|
|
|
AllLangPackage_accessoriestemplateseducate \
|
|
|
|
AllLangPackage_accessoriestemplatesfinance \
|
|
|
|
AllLangPackage_accessoriestemplatesforms \
|
|
|
|
AllLangPackage_accessoriestemplateslabels \
|
|
|
|
AllLangPackage_accessoriestemplateslayout \
|
|
|
|
AllLangPackage_accessoriestemplatesmisc \
|
|
|
|
AllLangPackage_accessoriestemplatesnonfree \
|
|
|
|
AllLangPackage_accessoriestemplatesnonfreeeducate \
|
|
|
|
AllLangPackage_accessoriestemplatesnonfreefinance \
|
|
|
|
AllLangPackage_accessoriestemplatesnonfreeforms \
|
|
|
|
AllLangPackage_accessoriestemplatesnonfreelabels \
|
|
|
|
AllLangPackage_accessoriestemplatesnonfreelayout \
|
|
|
|
AllLangPackage_accessoriestemplatesnonfreemisc \
|
|
|
|
AllLangPackage_accessoriestemplatesnonfreeofficorr \
|
|
|
|
AllLangPackage_accessoriestemplatesnonfreeoffimisc \
|
|
|
|
AllLangPackage_accessoriestemplatesnonfreepersonal \
|
|
|
|
AllLangPackage_accessoriestemplatesnonfreepresent \
|
|
|
|
AllLangPackage_accessoriestemplatesofficorr \
|
|
|
|
AllLangPackage_accessoriestemplatesoffimisc \
|
|
|
|
AllLangPackage_accessoriestemplatespersonal \
|
|
|
|
AllLangPackage_accessoriestemplatespresent \
|
2012-08-20 16:42:49 +02:00
|
|
|
UnpackedTarball_templates_pack \
|
|
|
|
Zip_accessoriestemplatescommon \
|
|
|
|
Zip_accessoriestemplatescommoneducate \
|
|
|
|
Zip_accessoriestemplatescommonfinance \
|
|
|
|
Zip_accessoriestemplatescommonforms \
|
|
|
|
Zip_accessoriestemplatescommonlabels \
|
|
|
|
Zip_accessoriestemplatescommonlayout \
|
|
|
|
Zip_accessoriestemplatescommonmisc \
|
|
|
|
Zip_accessoriestemplatescommonofficorr \
|
|
|
|
Zip_accessoriestemplatescommonoffimisc \
|
|
|
|
Zip_accessoriestemplatescommonpersonal \
|
|
|
|
Zip_accessoriestemplatescommonpresent \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|