summaryrefslogtreecommitdiff
path: root/extras/Gallery_sound.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-05-08 17:10:02 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-05-15 09:37:39 +0100
commit22ca7c45b91d6f32de9f9b48c72d5b9d2374234d (patch)
tree7749e667b9aeb118ef0be94b4582c46d4009f5e6 /extras/Gallery_sound.mk
parentbb6b011fbbafb93d47620d5b4d05a721343147f5 (diff)
galleries: implement first self-built sound gallery
Change-Id: Ibbf8f1f8b1590af461dfa5885adb1027580f8f15
Diffstat (limited to 'extras/Gallery_sound.mk')
-rw-r--r--extras/Gallery_sound.mk50
1 files changed, 50 insertions, 0 deletions
diff --git a/extras/Gallery_sound.mk b/extras/Gallery_sound.mk
new file mode 100644
index 000000000000..6f0aacb70a05
--- /dev/null
+++ b/extras/Gallery_sound.mk
@@ -0,0 +1,50 @@
+# -*- 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_Gallery_Gallery,sound,extras/source/gallery/sounds,Sounds))
+
+$(eval $(call gb_Gallery_add_files,sound,\
+ extras/source/gallery/sounds/apert2.wav \
+ extras/source/gallery/sounds/apert.wav \
+ extras/source/gallery/sounds/applause.wav \
+ extras/source/gallery/sounds/beam2.wav \
+ extras/source/gallery/sounds/beam.wav \
+ extras/source/gallery/sounds/cow.wav \
+ extras/source/gallery/sounds/curve.wav \
+ extras/source/gallery/sounds/drama.wav \
+ extras/source/gallery/sounds/explos.wav \
+ extras/source/gallery/sounds/falling.wav \
+ extras/source/gallery/sounds/glasses.wav \
+ extras/source/gallery/sounds/gong.wav \
+ extras/source/gallery/sounds/horse.wav \
+ extras/source/gallery/sounds/kling.wav \
+ extras/source/gallery/sounds/kongas.wav \
+ extras/source/gallery/sounds/laser.wav \
+ extras/source/gallery/sounds/left.wav \
+ extras/source/gallery/sounds/nature1.wav \
+ extras/source/gallery/sounds/nature2.wav \
+ extras/source/gallery/sounds/ok.wav \
+ extras/source/gallery/sounds/pluck.wav \
+ extras/source/gallery/sounds/roll.wav \
+ extras/source/gallery/sounds/romans.wav \
+ extras/source/gallery/sounds/soft.wav \
+ extras/source/gallery/sounds/space2.wav \
+ extras/source/gallery/sounds/space3.wav \
+ extras/source/gallery/sounds/space.wav \
+ extras/source/gallery/sounds/sparcle.wav \
+ extras/source/gallery/sounds/strom.wav \
+ extras/source/gallery/sounds/theetone.wav \
+ extras/source/gallery/sounds/top.wav \
+ extras/source/gallery/sounds/train.wav \
+ extras/source/gallery/sounds/untie.wav \
+ extras/source/gallery/sounds/ups.wav \
+ extras/source/gallery/sounds/wallewal.wav \
+))
+
+# vim: set noet sw=4 ts=4: \