1# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2#
3# This file is part of the LibreOffice project.
4#
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/.
8#
9
10$(eval $(call gb_Gallery_Gallery,computers,extras/source/gallery/computers))
11
12$(eval $(call gb_Gallery_add_files,computers,$(LIBO_SHARE_FOLDER)/gallery/computers,\
13    extras/source/gallery/computers/Computer-Cloud.png \
14    extras/source/gallery/computers/Computer-Desktop.png \
15    extras/source/gallery/computers/Computer-Laptop-Black.png \
16    extras/source/gallery/computers/Computer-Laptop-Silver.png \
17    extras/source/gallery/computers/Database-Add.png \
18    extras/source/gallery/computers/Database-Delete.png \
19    extras/source/gallery/computers/Database-Download.png \
20    extras/source/gallery/computers/Database.png \
21    extras/source/gallery/computers/Folder01-Blue.png \
22    extras/source/gallery/computers/Folder02-Green.png \
23    extras/source/gallery/computers/Folder03-Manilla.png \
24    extras/source/gallery/computers/Folder04-Yellow.png \
25    extras/source/gallery/computers/Folder05-OpenBlue.png \
26    extras/source/gallery/computers/Folder06-OpenGreen.png \
27    extras/source/gallery/computers/Folder07-OpenManilla.png \
28    extras/source/gallery/computers/Folder08-OpenYellow.png \
29    extras/source/gallery/computers/Server.png \
30    extras/source/gallery/computers/WirelessAccessPoint.png \
31))
32
33# vim: set noet sw=4 ts=4:
34