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/.
9 # this should probably be done with more general rules: but how ?
11 $(eval
$(call gb_Gallery_Gallery
,sounds
,extras
/source
/gallery
/sounds
))
13 $(eval
$(call gb_Gallery_add_files
,sounds
,$(LIBO_SHARE_FOLDER
)/gallery
/sounds
,\
14 extras
/source
/gallery
/sounds
/apert2.wav \
15 extras
/source
/gallery
/sounds
/apert.wav \
16 extras
/source
/gallery
/sounds
/applause.wav \
17 extras
/source
/gallery
/sounds
/beam2.wav \
18 extras
/source
/gallery
/sounds
/beam.wav \
19 extras
/source
/gallery
/sounds
/cow.wav \
20 extras
/source
/gallery
/sounds
/curve.wav \
21 extras
/source
/gallery
/sounds
/drama.wav \
22 extras
/source
/gallery
/sounds
/explos.wav \
23 extras
/source
/gallery
/sounds
/falling.wav \
24 extras
/source
/gallery
/sounds
/glasses.wav \
25 extras
/source
/gallery
/sounds
/gong.wav \
26 extras
/source
/gallery
/sounds
/horse.wav \
27 extras
/source
/gallery
/sounds
/kling.wav \
28 extras
/source
/gallery
/sounds
/kongas.wav \
29 extras
/source
/gallery
/sounds
/laser.wav \
30 extras
/source
/gallery
/sounds
/left.wav \
31 extras
/source
/gallery
/sounds
/nature1.wav \
32 extras
/source
/gallery
/sounds
/nature2.wav \
33 extras
/source
/gallery
/sounds
/ok.wav \
34 extras
/source
/gallery
/sounds
/pluck.wav \
35 extras
/source
/gallery
/sounds
/roll.wav \
36 extras
/source
/gallery
/sounds
/romans.wav \
37 extras
/source
/gallery
/sounds
/soft.wav \
38 extras
/source
/gallery
/sounds
/space2.wav \
39 extras
/source
/gallery
/sounds
/space3.wav \
40 extras
/source
/gallery
/sounds
/space.wav \
41 extras
/source
/gallery
/sounds
/sparcle.wav \
42 extras
/source
/gallery
/sounds
/strom.wav \
43 extras
/source
/gallery
/sounds
/theetone.wav \
44 extras
/source
/gallery
/sounds
/top.wav \
45 extras
/source
/gallery
/sounds
/train.wav \
46 extras
/source
/gallery
/sounds
/untie.wav \
47 extras
/source
/gallery
/sounds
/ups.wav \
48 extras
/source
/gallery
/sounds
/wallewal.wav \
51 # vim: set noet sw=4 ts=4: \