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_osxicons
,$(SRCDIR
)/sysui
/desktop
/icons
))
12 $(eval
$(call gb_Package_add_files_with_dir
,sysui_osxicons
,Resources
,\
16 oasis-spreadsheet.icns \
18 oasis-presentation.icns \
21 master-document.icns \
22 oasis-master-document.icns \
23 oasis-master-document-template.icns \
27 oasis-text-template.icns \
28 spreadsheet-template.icns \
29 oasis-spreadsheet-template.icns \
30 presentation-template.icns \
31 oasis-presentation-template.icns \
32 drawing-template.icns \
33 oasis-drawing-template.icns \
39 # vim: set ts=4 sw=4 et: