diff options
author | David Tardon <dtardon@redhat.com> | 2012-08-20 16:42:49 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-08-24 13:22:05 +0200 |
commit | a39f11a276ea6601cb19e3fc81910ae0d7265dce (patch) | |
tree | 9a433cd5bb64a1a67ef3974bc958acea8481e392 /extras/Zip_gallbullets.mk | |
parent | 20f06e3cd3e50ddb34a7985f196a08c98a3f5cb6 (diff) |
gbuildize extras
Change-Id: I190b1314a91026dcfc39df3e3e178df55d14d90a
Diffstat (limited to 'extras/Zip_gallbullets.mk')
-rw-r--r-- | extras/Zip_gallbullets.mk | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/extras/Zip_gallbullets.mk b/extras/Zip_gallbullets.mk new file mode 100644 index 000000000000..81fcc7589e7c --- /dev/null +++ b/extras/Zip_gallbullets.mk @@ -0,0 +1,77 @@ +# -*- 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_Zip_Zip,gallbullets,$(SRCDIR)/extras/source/gallery/bullets)) + +$(eval $(call gb_Zip_add_files,gallbullets,\ + blkpearl.gif \ + bluarrow.gif \ + bluball.gif \ + bludiamd.gif \ + bluered.gif \ + blusqare.gif \ + blustar.gif \ + coffee_1.gif \ + coffee_2.gif \ + coffee_3.gif \ + coffee_4.gif \ + coffee_5.gif \ + con-blue.gif \ + con-cyan.gif \ + con-green.gif \ + con-lilac.gif \ + con-oran.gif \ + con-pink.gif \ + con-red.gif \ + con-yellow.gif \ + corner_1.gif \ + corner_2.gif \ + corner_3.gif \ + corner_4.gif \ + darkball.gif \ + darkblue.gif \ + gldpearl.gif \ + golfball.gif \ + grnarrow.gif \ + grnball.gif \ + grndiamd.gif \ + grnpearl.gif \ + grnsqare.gif \ + grnstar.gif \ + gryarrow.gif \ + gryball.gif \ + grydiamd.gif \ + grysqare.gif \ + grystar.gif \ + orgarrow.gif \ + orgball.gif \ + orgdiamd.gif \ + orgsqare.gif \ + orgstar.gif \ + pebble_1.gif \ + pebble_2.gif \ + pebble_3.gif \ + poliball.gif \ + popcorn_1.gif \ + popcorn_2.gif \ + rainbow.gif \ + redarrow.gif \ + redball.gif \ + reddiamd.gif \ + redsqare.gif \ + redstar.gif \ + whtpearl.gif \ + ylwarrow.gif \ + ylwball.gif \ + ylwdiamd.gif \ + ylwsqare.gif \ + ylwstar.gif \ +)) + +# vim: set noet sw=4 ts=4: |