cppcheck: redundantAssignInSwitch
[LibreOffice.git] / extras / Package_tplwizbitmap.mk
blob6fdc3cb6634099a5636bb12bfdb11f9ed5a9e8c7
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_Package_Package,extras_tplwizbitmap,$(SRCDIR)/extras/source/templates/wizard/bitmap))
12 $(eval $(call gb_Package_add_files,extras_tplwizbitmap,$(LIBO_SHARE_FOLDER)/template/wizard/bitmap,\
13 cancel_down.bmp \
14 cancel_up.bmp \
15 down.bmp \
16 end.bmp \
17 euro_1.bmp \
18 euro_2.bmp \
19 euro_3.bmp \
20 ftpconnected.gif \
21 ftpconnecting.gif \
22 ftperror.gif \
23 ftpunknown.gif \
24 Import_1.bmp \
25 Import_3.bmp \
26 Import_4.bmp \
27 maximize.bmp \
28 minimize.bmp \
29 MS-Import_2-1.bmp \
30 MS-Import_2-2.bmp \
31 MS-Import_2-3.bmp \
32 okay_down.bmp \
33 okay_up.bmp \
34 report.bmp \
35 tutorial_background.gif \
36 up.bmp \
37 XML-Import_2-1.bmp \
38 XML-Import_2-2.bmp \
39 XML-Import_2-3.bmp \
40 XML-Import_2-4.bmp \
43 # vim: set noet sw=4 ts=4: