Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / extras / Zip_gallsounds.mk
blob3021c7964484731300a7f4e2498618341137719f
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_Zip_Zip,gallsounds,$(SRCDIR)/extras/source/gallery/sounds))
12 $(eval $(call gb_Zip_add_files,gallsounds,\
13 apert2.wav \
14 apert.wav \
15 applause.wav \
16 beam2.wav \
17 beam.wav \
18 cow.wav \
19 curve.wav \
20 drama.wav \
21 explos.wav \
22 falling.wav \
23 glasses.wav \
24 gong.wav \
25 horse.wav \
26 kling.wav \
27 kongas.wav \
28 laser.wav \
29 left.wav \
30 nature1.wav \
31 nature2.wav \
32 ok.wav \
33 pluck.wav \
34 roll.wav \
35 romans.wav \
36 soft.wav \
37 space2.wav \
38 space3.wav \
39 space.wav \
40 sparcle.wav \
41 strom.wav \
42 theetone.wav \
43 top.wav \
44 train.wav \
45 untie.wav \
46 ups.wav \
47 wallewal.wav \
50 # vim: set noet sw=4 ts=4: