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
,sysui
/icons
,$(SRCDIR
)/sysui
/desktop
/icons
))
12 $(eval
$(call gb_Package_add_file
,sysui
/icons
,bin
/soffice.ico
,main_app.ico
))
14 $(eval
$(call gb_Package_add_files
,sysui
/icons
,res
/icons
,\
16 oasis-drawing-template.ico \
18 oasis-empty-template.ico \
19 oasis-empty-document.ico \
21 oasis-master-document.ico \
22 oasis-presentation-template.ico \
23 oasis-presentation.ico \
24 oasis-spreadsheet-template.ico \
25 oasis-spreadsheet.ico \
26 oasis-text-template.ico \
28 oasis-web-template.ico \
30 drawing-template.ico \
36 presentation-template.ico \
38 spreadsheet-template.ico \
53 # vim: set noet sw=4 ts=4: